Uses of Interface
com.liferay.portal.kernel.model.ListType
Packages that use ListType
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of ListType in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement ListTypeFields in com.liferay.portal.kernel.model with type parameters of type ListTypeMethods in com.liferay.portal.kernel.model that return ListTypeModifier and TypeMethodDescriptionListTypeModel.cloneWithOriginalValues()
ListTypeWrapper.cloneWithOriginalValues()
Address.getListType()
AddressWrapper.getListType()
EmailAddress.getListType()
EmailAddressWrapper.getListType()
OrgLabor.getListType()
OrgLaborWrapper.getListType()
Phone.getListType()
PhoneWrapper.getListType()
Website.getListType()
WebsiteWrapper.getListType()
Methods in com.liferay.portal.kernel.model with parameters of type ListTypeConstructors in com.liferay.portal.kernel.model with parameters of type ListType -
Uses of ListType in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ListTypeModifier and TypeMethodDescriptionListTypeLocalService.addListType
(long companyId, String name, String type) ListTypeLocalService.addListType
(ListType listType) Adds the list type to the database.static ListType
ListTypeLocalServiceUtil.addListType
(long companyId, String name, String type) static ListType
ListTypeLocalServiceUtil.addListType
(ListType listType) Adds the list type to the database.ListTypeLocalServiceWrapper.addListType
(long companyId, String name, String type) ListTypeLocalServiceWrapper.addListType
(ListType listType) Adds the list type to the database.ListTypeLocalService.createListType
(long listTypeId) Creates a new list type with the primary key.static ListType
ListTypeLocalServiceUtil.createListType
(long listTypeId) Creates a new list type with the primary key.ListTypeLocalServiceWrapper.createListType
(long listTypeId) Creates a new list type with the primary key.ListTypeLocalService.deleteListType
(long listTypeId) Deletes the list type with the primary key from the database.ListTypeLocalService.deleteListType
(ListType listType) Deletes the list type from the database.static ListType
ListTypeLocalServiceUtil.deleteListType
(long listTypeId) Deletes the list type with the primary key from the database.static ListType
ListTypeLocalServiceUtil.deleteListType
(ListType listType) Deletes the list type from the database.ListTypeLocalServiceWrapper.deleteListType
(long listTypeId) Deletes the list type with the primary key from the database.ListTypeLocalServiceWrapper.deleteListType
(ListType listType) Deletes the list type from the database.ListTypeLocalService.fetchListType
(long listTypeId) static ListType
ListTypeLocalServiceUtil.fetchListType
(long listTypeId) ListTypeLocalServiceWrapper.fetchListType
(long listTypeId) ListTypeLocalService.fetchListTypeByUuidAndCompanyId
(String uuid, long companyId) Returns the list type with the matching UUID and company.static ListType
ListTypeLocalServiceUtil.fetchListTypeByUuidAndCompanyId
(String uuid, long companyId) Returns the list type with the matching UUID and company.ListTypeLocalServiceWrapper.fetchListTypeByUuidAndCompanyId
(String uuid, long companyId) Returns the list type with the matching UUID and company.ListTypeLocalService.getListType
(long listTypeId) Returns the list type with the primary key.ListTypeLocalService.getListType
(long companyId, String name, String type) static ListType
ListTypeLocalServiceUtil.getListType
(long listTypeId) Returns the list type with the primary key.static ListType
ListTypeLocalServiceUtil.getListType
(long companyId, String name, String type) ListTypeLocalServiceWrapper.getListType
(long listTypeId) Returns the list type with the primary key.ListTypeLocalServiceWrapper.getListType
(long companyId, String name, String type) ListTypeService.getListType
(long listTypeId) ListTypeService.getListType
(long companyId, String name, String type) static ListType
ListTypeServiceUtil.getListType
(long listTypeId) static ListType
ListTypeServiceUtil.getListType
(long companyId, String name, String type) ListTypeServiceWrapper.getListType
(long listTypeId) ListTypeServiceWrapper.getListType
(long companyId, String name, String type) ListTypeLocalService.getListTypeByUuidAndCompanyId
(String uuid, long companyId) Returns the list type with the matching UUID and company.static ListType
ListTypeLocalServiceUtil.getListTypeByUuidAndCompanyId
(String uuid, long companyId) Returns the list type with the matching UUID and company.ListTypeLocalServiceWrapper.getListTypeByUuidAndCompanyId
(String uuid, long companyId) Returns the list type with the matching UUID and company.ListTypeLocalService.updateListType
(ListType listType) Updates the list type in the database or adds it if it does not yet exist.static ListType
ListTypeLocalServiceUtil.updateListType
(ListType listType) Updates the list type in the database or adds it if it does not yet exist.ListTypeLocalServiceWrapper.updateListType
(ListType listType) Updates the list type in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type ListTypeModifier and TypeMethodDescriptionListTypeLocalService.getListTypes
(int start, int end) Returns a range of all the list types.ListTypeLocalService.getListTypes
(long companyId, String type) ListTypeLocalServiceUtil.getListTypes
(int start, int end) Returns a range of all the list types.ListTypeLocalServiceUtil.getListTypes
(long companyId, String type) ListTypeLocalServiceWrapper.getListTypes
(int start, int end) Returns a range of all the list types.ListTypeLocalServiceWrapper.getListTypes
(long companyId, String type) ListTypeService.getListTypes
(long companyId, String type) ListTypeServiceUtil.getListTypes
(long companyId, String type) ListTypeServiceWrapper.getListTypes
(long companyId, String type) Methods in com.liferay.portal.kernel.service with parameters of type ListTypeModifier and TypeMethodDescriptionListTypeLocalService.addListType
(ListType listType) Adds the list type to the database.static ListType
ListTypeLocalServiceUtil.addListType
(ListType listType) Adds the list type to the database.ListTypeLocalServiceWrapper.addListType
(ListType listType) Adds the list type to the database.ListTypeLocalService.deleteListType
(ListType listType) Deletes the list type from the database.static ListType
ListTypeLocalServiceUtil.deleteListType
(ListType listType) Deletes the list type from the database.ListTypeLocalServiceWrapper.deleteListType
(ListType listType) Deletes the list type from the database.ListTypeLocalService.updateListType
(ListType listType) Updates the list type in the database or adds it if it does not yet exist.static ListType
ListTypeLocalServiceUtil.updateListType
(ListType listType) Updates the list type in the database or adds it if it does not yet exist.ListTypeLocalServiceWrapper.updateListType
(ListType listType) Updates the list type in the database or adds it if it does not yet exist. -
Uses of ListType in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return ListTypeModifier and TypeMethodDescriptionListTypePersistence.create
(long listTypeId) Creates a new list type with the primary key.static ListType
ListTypeUtil.create
(long listTypeId) Creates a new list type with the primary key.ListTypePersistence.fetchByC_N_T
(long companyId, String name, String type) Returns the list type where companyId = ? and name = ? and type = ? or returnsnull
if it could not be found.ListTypePersistence.fetchByC_N_T
(long companyId, String name, String type, boolean useFinderCache) Returns the list type where companyId = ? and name = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.static ListType
ListTypeUtil.fetchByC_N_T
(long companyId, String name, String type) Returns the list type where companyId = ? and name = ? and type = ? or returnsnull
if it could not be found.static ListType
ListTypeUtil.fetchByC_N_T
(long companyId, String name, String type, boolean useFinderCache) Returns the list type where companyId = ? and name = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.ListTypePersistence.fetchByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.fetchByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.fetchByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.fetchByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.ListTypePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.ListTypePersistence.fetchByPrimaryKey
(long listTypeId) Returns the list type with the primary key or returnsnull
if it could not be found.static ListType
ListTypeUtil.fetchByPrimaryKey
(long listTypeId) Returns the list type with the primary key or returnsnull
if it could not be found.ListTypePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.fetchByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.fetchByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.ListTypePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.fetchByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.ListTypePersistence.findByC_N_T
(long companyId, String name, String type) Returns the list type where companyId = ? and name = ? and type = ? or throws aNoSuchListTypeException
if it could not be found.static ListType
ListTypeUtil.findByC_N_T
(long companyId, String name, String type) Returns the list type where companyId = ? and name = ? and type = ? or throws aNoSuchListTypeException
if it could not be found.ListTypePersistence.findByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.findByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.findByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.findByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.ListType[]
ListTypePersistence.findByC_T_PrevAndNext
(long listTypeId, long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.static ListType[]
ListTypeUtil.findByC_T_PrevAndNext
(long listTypeId, long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.findByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.findByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.ListTypePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.findByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.ListType[]
ListTypePersistence.findByCompanyId_PrevAndNext
(long listTypeId, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ?.static ListType[]
ListTypeUtil.findByCompanyId_PrevAndNext
(long listTypeId, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ?.ListTypePersistence.findByPrimaryKey
(long listTypeId) Returns the list type with the primary key or throws aNoSuchListTypeException
if it could not be found.static ListType
ListTypeUtil.findByPrimaryKey
(long listTypeId) Returns the list type with the primary key or throws aNoSuchListTypeException
if it could not be found.ListTypePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.ListType[]
ListTypePersistence.findByUuid_C_PrevAndNext
(long listTypeId, String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.static ListType[]
ListTypeUtil.findByUuid_C_PrevAndNext
(long listTypeId, String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.findByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.ListTypePersistence.findByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.findByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.ListType[]
ListTypePersistence.findByUuid_PrevAndNext
(long listTypeId, String uuid, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ?.static ListType[]
ListTypeUtil.findByUuid_PrevAndNext
(long listTypeId, String uuid, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ?.ListTypePersistence.remove
(long listTypeId) Removes the list type with the primary key from the database.static ListType
ListTypeUtil.remove
(long listTypeId) Removes the list type with the primary key from the database.ListTypePersistence.removeByC_N_T
(long companyId, String name, String type) Removes the list type where companyId = ? and name = ? and type = ? from the database.static ListType
ListTypeUtil.removeByC_N_T
(long companyId, String name, String type) Removes the list type where companyId = ? and name = ? and type = ? from the database.static ListType
static ListType
ListTypeUtil.update
(ListType listType, ServiceContext serviceContext) ListTypePersistence.updateImpl
(ListType listType) static ListType
ListTypeUtil.updateImpl
(ListType listType) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type ListTypeModifier and TypeMethodDescriptionstatic Map<Serializable,
ListType> ListTypeUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) ListTypePersistence.findAll()
Returns all the list types.ListTypePersistence.findAll
(int start, int end) Returns a range of all the list types.ListTypePersistence.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types.ListTypePersistence.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types.ListTypeUtil.findAll()
Returns all the list types.ListTypeUtil.findAll
(int start, int end) Returns a range of all the list types.ListTypeUtil.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types.ListTypeUtil.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types.Returns all the list types where companyId = ? and type = ?.Returns a range of all the list types where companyId = ? and type = ?.ListTypePersistence.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypePersistence.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ? and type = ?.Returns all the list types where companyId = ? and type = ?.Returns a range of all the list types where companyId = ? and type = ?.ListTypeUtil.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypeUtil.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypePersistence.findByCompanyId
(long companyId) Returns all the list types where companyId = ?.ListTypePersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the list types where companyId = ?.ListTypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ?.ListTypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ?.ListTypeUtil.findByCompanyId
(long companyId) Returns all the list types where companyId = ?.ListTypeUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the list types where companyId = ?.ListTypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ?.ListTypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ?.ListTypePersistence.findByUuid
(String uuid) Returns all the list types where uuid = ?.ListTypePersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the list types where uuid = ?.ListTypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ?.ListTypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ?.ListTypeUtil.findByUuid
(String uuid) Returns all the list types where uuid = ?.ListTypeUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the list types where uuid = ?.ListTypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ?.ListTypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ?.ListTypePersistence.findByUuid_C
(String uuid, long companyId) Returns all the list types where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the list types where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypeUtil.findByUuid_C
(String uuid, long companyId) Returns all the list types where uuid = ? and companyId = ?.ListTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the list types where uuid = ? and companyId = ?.ListTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) ListTypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) ListTypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ListType> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type ListTypeModifier and TypeMethodDescriptionvoid
ListTypePersistence.cacheResult
(ListType listType) Caches the list type in the entity cache if it is enabled.static void
ListTypeUtil.cacheResult
(ListType listType) Caches the list type in the entity cache if it is enabled.static void
ListTypeUtil.clearCache
(ListType listType) static ListType
static ListType
ListTypeUtil.update
(ListType listType, ServiceContext serviceContext) ListTypePersistence.updateImpl
(ListType listType) static ListType
ListTypeUtil.updateImpl
(ListType listType) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ListTypeModifier and TypeMethodDescriptionvoid
ListTypePersistence.cacheResult
(List<ListType> listTypes) Caches the list types in the entity cache if it is enabled.static void
ListTypeUtil.cacheResult
(List<ListType> listTypes) Caches the list types in the entity cache if it is enabled.ListTypePersistence.fetchByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.fetchByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.fetchByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.fetchByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.ListTypePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.ListTypePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.fetchByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.fetchByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.ListTypePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.fetchByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.ListTypePersistence.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types.ListTypePersistence.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types.ListTypeUtil.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types.ListTypeUtil.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types.ListTypePersistence.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypePersistence.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypeUtil.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypeUtil.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypePersistence.findByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.findByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.findByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.findByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.ListType[]
ListTypePersistence.findByC_T_PrevAndNext
(long listTypeId, long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.static ListType[]
ListTypeUtil.findByC_T_PrevAndNext
(long listTypeId, long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.ListTypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ?.ListTypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ?.ListTypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ?.ListTypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ?.ListTypePersistence.findByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.findByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.ListTypePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.findByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.ListType[]
ListTypePersistence.findByCompanyId_PrevAndNext
(long listTypeId, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ?.static ListType[]
ListTypeUtil.findByCompanyId_PrevAndNext
(long listTypeId, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ?.ListTypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ?.ListTypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ?.ListTypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ?.ListTypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ?.ListTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.ListType[]
ListTypePersistence.findByUuid_C_PrevAndNext
(long listTypeId, String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.static ListType[]
ListTypeUtil.findByUuid_C_PrevAndNext
(long listTypeId, String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.findByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.ListTypePersistence.findByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.findByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.ListType[]
ListTypePersistence.findByUuid_PrevAndNext
(long listTypeId, String uuid, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ?.static ListType[]
ListTypeUtil.findByUuid_PrevAndNext
(long listTypeId, String uuid, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ?.ListTypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ListType> orderByComparator)