Interface PasswordPolicyFinder
@ProviderType
public interface PasswordPolicyFinder
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionint
countByC_N
(long companyId, String name) int
filterCountByC_N
(long companyId, String name) filterFindByC_N
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) findByC_N
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
-
Method Details
-
countByC_N
-
filterCountByC_N
-
filterFindByC_N
List<PasswordPolicy> filterFindByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) -
findByC_N
List<PasswordPolicy> findByC_N(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator)
-