public class SelectDescriptorBuilder extends Object
| Constructor and Description |
|---|
SelectDescriptorBuilder() |
public static <T extends PersistentObject> SelectByIdDescriptor<T> getElementById(Class<T> clazz, String elementName, long id)
public static SelectOneDescriptor<Long> getNumberOfElement(String elementName, Class<? extends PersistentObject> clazz)
public static <T extends PersistentObject> SelectOneDescriptor<T> getElementByNameDescriptor(Class<T> clazz, String elementName, String name)
public static <T extends PersistentObject> SelectListDescriptor<T> getElements(Class<T> clazz, String elementName, int fromIndex, int numberOfElements)
public static <T extends PersistentObject> SelectListDescriptor<T> getElements(Class<T> clazz, String elementName, String field, OrderByType order, int fromIndex, int numberOfElements)
public static <T extends PersistentObject> SelectListDescriptor<T> getElements(Class<T> clazz, String elementName, QueryOptions queryOptions)
public static SelectOneDescriptor<Long> getNumberOfEntriesOfProfile(long profileId)
public static SelectListDescriptor<SProfileEntry> getEntriesOfProfile(long profileId, String field, OrderByType order, int fromIndex, int numberOfProfileEntries)
public static SelectListDescriptor<SProfileEntry> getEntriesOfProfile(long profileId, int fromIndex, int numberOfProfileEntries)
public static SelectListDescriptor<SProfileEntry> getEntriesOfProfile(long profileId, QueryOptions queryOptions)
public static SelectListDescriptor<SProfileEntry> getEntriesOfProfile(long profileId, long parentId, String field, OrderByType order, int fromIndex, int numberOfProfileEntries)
public static SelectListDescriptor<SProfileEntry> getEntriesOfProfile(long profileId, long parentId, QueryOptions queryOptions)
public static SelectListDescriptor<SProfileMember> serarchSProfileMembersForUser(long profileId, int fromIndex, int numberOfUserProfiles, List<OrderByOption> orderByOptions)
public static SelectOneDescriptor<Long> getNumberOfSProfileMembersForUser(long profileId)
public static SelectListDescriptor<SProfileMember> getSProfileMembersForGroup(long profileId, int fromIndex, int numberOfUserProfiles, List<OrderByOption> orderByOptions)
public static SelectOneDescriptor<Long> getNumberOfSProfileMembersForGroup(long profileId)
public static SelectListDescriptor<SProfileMember> getSProfileMembersForRole(long profileId, int fromIndex, int numberOfUserProfiles, List<OrderByOption> orderByOptions)
public static SelectOneDescriptor<Long> getNumberOfSProfileMembersForRole(long profileId)
public static SelectListDescriptor<SProfileMember> getSProfileMembersForRoleAndGroup(long profileId, int fromIndex, int numberOfUserProfiles, List<OrderByOption> orderByOptions)
public static SelectOneDescriptor<Long> getNumberOfSProfileMembersForRoleAndGroup(long profileId)
public static SelectListDescriptor<SProfileMember> getDirectProfileMembersOfUser(long userId, String field, OrderByType order, int fromIndex, int numberOfElements)
public static SelectListDescriptor<SProfileMember> getDirectProfileMembersOfGroup(long groupId, String field, OrderByType order, int fromIndex, int numberOfElements)
public static SelectListDescriptor<SProfileMember> getDirectProfileMembersOfRole(long roleId, String field, OrderByType order, int fromIndex, int numberOfElements)
public static SelectListDescriptor<SProfileMember> getProfileMembers(int fromIndex, int numberOfElements, String field, OrderByType order)
public static SelectListDescriptor<SProfile> getProfilesOfUser(long userId, int fromIndex, int numberOfElements, String field, OrderByType order)
public static SelectListDescriptor<SProfile> getProfilesWithNavigationOfUser(long userId, int fromIndex, int numberOfElements, String field, OrderByType order)
public static SelectListDescriptor<SProfileMember> getSProfileMembersWithoutDisplayName(long profileId, QueryOptions queryOptions)
public static SelectOneDescriptor<Long> getNumberOfUsersOfProfile(long profileId)
public static SelectByIdDescriptor<SProfileMember> getProfileMemberWithoutDisplayName(long profileMemberId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.