|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeUtil
@ProviderType public class DLFileEntryTypeUtil
The persistence utility for the document library file entry type service. This utility wraps DLFileEntryTypePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
DLFileEntryTypePersistence,
DLFileEntryTypePersistenceImpl| Constructor Summary | |
|---|---|
DLFileEntryTypeUtil()
|
|
| Method Summary | |
|---|---|
static void |
addDLFolder(long pk,
DLFolder dlFolder)
Adds an association between the document library file entry type and the document library folder. |
static void |
addDLFolder(long pk,
long dlFolderPK)
Adds an association between the document library file entry type and the document library folder. |
static void |
addDLFolders(long pk,
List<DLFolder> dlFolders)
Adds an association between the document library file entry type and the document library folders. |
static void |
addDLFolders(long pk,
long[] dlFolderPKs)
Adds an association between the document library file entry type and the document library folders. |
static void |
cacheResult(DLFileEntryType dlFileEntryType)
Caches the document library file entry type in the entity cache if it is enabled. |
static void |
cacheResult(List<DLFileEntryType> dlFileEntryTypes)
Caches the document library file entry types in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(DLFileEntryType dlFileEntryType)
|
static void |
clearDLFolders(long pk)
Clears all associations between the document library file entry type and its document library folders. |
static boolean |
containsDLFolder(long pk,
long dlFolderPK)
Returns true if the document library folder is associated with the document library file entry type. |
static boolean |
containsDLFolders(long pk)
Returns true if the document library file entry type has any document library folders associated with it. |
static int |
countAll()
Returns the number of document library file entry types. |
static int |
countByG_F(long groupId,
String fileEntryTypeKey)
Returns the number of document library file entry types where groupId = ? and fileEntryTypeKey = ?. |
static int |
countByGroupId(long groupId)
Returns the number of document library file entry types where groupId = ?. |
static int |
countByGroupId(long[] groupIds)
Returns the number of document library file entry types where groupId = any ?. |
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of document library file entry types where uuid = ? and companyId = ?. |
static int |
countByUUID_G(String uuid,
long groupId)
Returns the number of document library file entry types where uuid = ? and groupId = ?. |
static int |
countByUuid(String uuid)
Returns the number of document library file entry types where uuid = ?. |
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DLFileEntryType |
create(long fileEntryTypeId)
Creates a new document library file entry type with the primary key. |
static DLFileEntryType |
fetchByG_F(long groupId,
String fileEntryTypeKey)
Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns null if it could not be found. |
static DLFileEntryType |
fetchByG_F(long groupId,
String fileEntryTypeKey,
boolean retrieveFromCache)
Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntryType |
fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
static DLFileEntryType |
fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
static DLFileEntryType |
fetchByPrimaryKey(long fileEntryTypeId)
Returns the document library file entry type with the primary key or returns null if it could not be found. |
static Map<Serializable,DLFileEntryType> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static DLFileEntryType |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
static DLFileEntryType |
fetchByUUID_G(String uuid,
long groupId)
Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found. |
static DLFileEntryType |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntryType |
fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
static int |
filterCountByGroupId(long groupId)
Returns the number of document library file entry types that the user has permission to view where groupId = ?. |
static int |
filterCountByGroupId(long[] groupIds)
Returns the number of document library file entry types that the user has permission to view where groupId = any ?. |
static DLFileEntryType[] |
filterFindByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?. |
static List<DLFileEntryType> |
filterFindByGroupId(long groupId)
Returns all the document library file entry types that the user has permission to view where groupId = ?. |
static List<DLFileEntryType> |
filterFindByGroupId(long[] groupIds)
Returns all the document library file entry types that the user has permission to view where groupId = any ?. |
static List<DLFileEntryType> |
filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?. |
static List<DLFileEntryType> |
filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?. |
static List<DLFileEntryType> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entry types that the user has permission to view where groupId = ?. |
static List<DLFileEntryType> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?. |
static List<DLFileEntryType> |
findAll()
Returns all the document library file entry types. |
static List<DLFileEntryType> |
findAll(int start,
int end)
Returns a range of all the document library file entry types. |
static List<DLFileEntryType> |
findAll(int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types. |
static List<DLFileEntryType> |
findAll(int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entry types. |
static DLFileEntryType |
findByG_F(long groupId,
String fileEntryTypeKey)
Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws a NoSuchFileEntryTypeException if it could not be found. |
static DLFileEntryType |
findByGroupId_First(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
static DLFileEntryType |
findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
static DLFileEntryType[] |
findByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?. |
static List<DLFileEntryType> |
findByGroupId(long groupId)
Returns all the document library file entry types where groupId = ?. |
static List<DLFileEntryType> |
findByGroupId(long[] groupIds)
Returns all the document library file entry types where groupId = any ?. |
static List<DLFileEntryType> |
findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the document library file entry types where groupId = any ?. |
static List<DLFileEntryType> |
findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = any ?. |
static List<DLFileEntryType> |
findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache. |
static List<DLFileEntryType> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entry types where groupId = ?. |
static List<DLFileEntryType> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = ?. |
static List<DLFileEntryType> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entry types where groupId = ?. |
static DLFileEntryType |
findByPrimaryKey(long fileEntryTypeId)
Returns the document library file entry type with the primary key or throws a NoSuchFileEntryTypeException if it could not be found. |
static DLFileEntryType |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType[] |
findByUuid_C_PrevAndNext(long fileEntryTypeId,
String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?. |
static List<DLFileEntryType> |
findByUuid_C(String uuid,
long companyId)
Returns all the document library file entry types where uuid = ? and companyId = ?. |
static List<DLFileEntryType> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file entry types where uuid = ? and companyId = ?. |
static List<DLFileEntryType> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?. |
static List<DLFileEntryType> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?. |
static DLFileEntryType |
findByUuid_First(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
static DLFileEntryType |
findByUUID_G(String uuid,
long groupId)
Returns the document library file entry type where uuid = ? and groupId = ? or throws a NoSuchFileEntryTypeException if it could not be found. |
static DLFileEntryType |
findByUuid_Last(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
static DLFileEntryType[] |
findByUuid_PrevAndNext(long fileEntryTypeId,
String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?. |
static List<DLFileEntryType> |
findByUuid(String uuid)
Returns all the document library file entry types where uuid = ?. |
static List<DLFileEntryType> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entry types where uuid = ?. |
static List<DLFileEntryType> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ?. |
static List<DLFileEntryType> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entry types where uuid = ?. |
static List<DLFileEntryType> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileEntryType> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileEntryType> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
static Set<String> |
getBadColumnNames()
|
static long[] |
getDLFolderPrimaryKeys(long pk)
Returns the primaryKeys of document library folders associated with the document library file entry type. |
static List<DLFolder> |
getDLFolders(long pk)
Returns all the document library folders associated with the document library file entry type. |
static List<DLFolder> |
getDLFolders(long pk,
int start,
int end)
Returns a range of all the document library folders associated with the document library file entry type. |
static List<DLFolder> |
getDLFolders(long pk,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders associated with the document library file entry type. |
static int |
getDLFoldersSize(long pk)
Returns the number of document library folders associated with the document library file entry type. |
static DLFileEntryTypePersistence |
getPersistence()
|
static DLFileEntryType |
remove(long fileEntryTypeId)
Removes the document library file entry type with the primary key from the database. |
static void |
removeAll()
Removes all the document library file entry types from the database. |
static DLFileEntryType |
removeByG_F(long groupId,
String fileEntryTypeKey)
Removes the document library file entry type where groupId = ? and fileEntryTypeKey = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the document library file entry types where groupId = ? from the database. |
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the document library file entry types where uuid = ? and companyId = ? from the database. |
static DLFileEntryType |
removeByUUID_G(String uuid,
long groupId)
Removes the document library file entry type where uuid = ? and groupId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the document library file entry types where uuid = ? from the database. |
static void |
removeDLFolder(long pk,
DLFolder dlFolder)
Removes the association between the document library file entry type and the document library folder. |
static void |
removeDLFolder(long pk,
long dlFolderPK)
Removes the association between the document library file entry type and the document library folder. |
static void |
removeDLFolders(long pk,
List<DLFolder> dlFolders)
Removes the association between the document library file entry type and the document library folders. |
static void |
removeDLFolders(long pk,
long[] dlFolderPKs)
Removes the association between the document library file entry type and the document library folders. |
static void |
setDLFolders(long pk,
List<DLFolder> dlFolders)
Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. |
static void |
setDLFolders(long pk,
long[] dlFolderPKs)
Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. |
static DLFileEntryType |
update(DLFileEntryType dlFileEntryType)
|
static DLFileEntryType |
update(DLFileEntryType dlFileEntryType,
ServiceContext serviceContext)
|
static DLFileEntryType |
updateImpl(DLFileEntryType dlFileEntryType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileEntryTypeUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(DLFileEntryType dlFileEntryType)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static List<DLFileEntryType> findWithDynamicQuery(DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<DLFileEntryType> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<DLFileEntryType> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static DLFileEntryType update(DLFileEntryType dlFileEntryType)
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static DLFileEntryType update(DLFileEntryType dlFileEntryType,
ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)public static List<DLFileEntryType> findByUuid(String uuid)
uuid - the uuid
public static List<DLFileEntryType> findByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)
public static List<DLFileEntryType> findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static List<DLFileEntryType> findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public static DLFileEntryType findByUuid_First(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
public static DLFileEntryType fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry type could not be found
public static DLFileEntryType findByUuid_Last(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
public static DLFileEntryType fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry type could not be found
public static DLFileEntryType[] findByUuid_PrevAndNext(long fileEntryTypeId,
String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the current document library file entry typeuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundpublic static void removeByUuid(String uuid)
uuid - the uuidpublic static int countByUuid(String uuid)
uuid - the uuid
public static DLFileEntryType findByUUID_G(String uuid,
long groupId)
throws NoSuchFileEntryTypeException
NoSuchFileEntryTypeException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
public static DLFileEntryType fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching document library file entry type could not be found
public static DLFileEntryType fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching document library file entry type could not be found
public static DLFileEntryType removeByUUID_G(String uuid,
long groupId)
throws NoSuchFileEntryTypeException
uuid - the uuidgroupId - the group ID
NoSuchFileEntryTypeException
public static int countByUUID_G(String uuid,
long groupId)
uuid - the uuidgroupId - the group ID
public static List<DLFileEntryType> findByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static List<DLFileEntryType> findByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)
public static List<DLFileEntryType> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static List<DLFileEntryType> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public static DLFileEntryType findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
public static DLFileEntryType fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry type could not be found
public static DLFileEntryType findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
public static DLFileEntryType fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry type could not be found
public static DLFileEntryType[] findByUuid_C_PrevAndNext(long fileEntryTypeId,
String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the current document library file entry typeuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be found
public static void removeByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static int countByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
public static List<DLFileEntryType> findByGroupId(long groupId)
groupId - the group ID
public static List<DLFileEntryType> findByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)
public static List<DLFileEntryType> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static List<DLFileEntryType> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public static DLFileEntryType findByGroupId_First(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
public static DLFileEntryType fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry type could not be found
public static DLFileEntryType findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
public static DLFileEntryType fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching document library file entry type could not be found
public static DLFileEntryType[] findByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the current document library file entry typegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundpublic static List<DLFileEntryType> filterFindByGroupId(long groupId)
groupId - the group ID
public static List<DLFileEntryType> filterFindByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)
public static List<DLFileEntryType> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static DLFileEntryType[] filterFindByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
throws NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the current document library file entry typegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundpublic static List<DLFileEntryType> filterFindByGroupId(long[] groupIds)
groupIds - the group IDs
public static List<DLFileEntryType> filterFindByGroupId(long[] groupIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)
public static List<DLFileEntryType> filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static List<DLFileEntryType> findByGroupId(long[] groupIds)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDs
public static List<DLFileEntryType> findByGroupId(long[] groupIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)
public static List<DLFileEntryType> findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static List<DLFileEntryType> findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public static void removeByGroupId(long groupId)
groupId - the group IDpublic static int countByGroupId(long groupId)
groupId - the group ID
public static int countByGroupId(long[] groupIds)
groupIds - the group IDs
public static int filterCountByGroupId(long groupId)
groupId - the group ID
public static int filterCountByGroupId(long[] groupIds)
groupIds - the group IDs
public static DLFileEntryType findByG_F(long groupId,
String fileEntryTypeKey)
throws NoSuchFileEntryTypeException
NoSuchFileEntryTypeException if it could not be found.
groupId - the group IDfileEntryTypeKey - the file entry type key
NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
public static DLFileEntryType fetchByG_F(long groupId,
String fileEntryTypeKey)
null if it could not be found. Uses the finder cache.
groupId - the group IDfileEntryTypeKey - the file entry type key
null if a matching document library file entry type could not be found
public static DLFileEntryType fetchByG_F(long groupId,
String fileEntryTypeKey,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
groupId - the group IDfileEntryTypeKey - the file entry type keyretrieveFromCache - whether to retrieve from the finder cache
null if a matching document library file entry type could not be found
public static DLFileEntryType removeByG_F(long groupId,
String fileEntryTypeKey)
throws NoSuchFileEntryTypeException
groupId - the group IDfileEntryTypeKey - the file entry type key
NoSuchFileEntryTypeException
public static int countByG_F(long groupId,
String fileEntryTypeKey)
groupId - the group IDfileEntryTypeKey - the file entry type key
public static void cacheResult(DLFileEntryType dlFileEntryType)
dlFileEntryType - the document library file entry typepublic static void cacheResult(List<DLFileEntryType> dlFileEntryTypes)
dlFileEntryTypes - the document library file entry typespublic static DLFileEntryType create(long fileEntryTypeId)
fileEntryTypeId - the primary key for the new document library file entry type
public static DLFileEntryType remove(long fileEntryTypeId)
throws NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the document library file entry type
NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundpublic static DLFileEntryType updateImpl(DLFileEntryType dlFileEntryType)
public static DLFileEntryType findByPrimaryKey(long fileEntryTypeId)
throws NoSuchFileEntryTypeException
NoSuchFileEntryTypeException if it could not be found.
fileEntryTypeId - the primary key of the document library file entry type
NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundpublic static DLFileEntryType fetchByPrimaryKey(long fileEntryTypeId)
null if it could not be found.
fileEntryTypeId - the primary key of the document library file entry type
null if a document library file entry type with the primary key could not be foundpublic static Map<Serializable,DLFileEntryType> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<DLFileEntryType> findAll()
public static List<DLFileEntryType> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)
public static List<DLFileEntryType> findAll(int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static List<DLFileEntryType> findAll(int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public static void removeAll()
public static int countAll()
public static long[] getDLFolderPrimaryKeys(long pk)
pk - the primary key of the document library file entry type
public static List<DLFolder> getDLFolders(long pk)
pk - the primary key of the document library file entry type
public static List<DLFolder> getDLFolders(long pk,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the document library file entry typestart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)
public static List<DLFolder> getDLFolders(long pk,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the document library file entry typestart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static int getDLFoldersSize(long pk)
pk - the primary key of the document library file entry type
public static boolean containsDLFolder(long pk,
long dlFolderPK)
true if the document library folder is associated with the document library file entry type.
pk - the primary key of the document library file entry typedlFolderPK - the primary key of the document library folder
true if the document library folder is associated with the document library file entry type; false otherwisepublic static boolean containsDLFolders(long pk)
true if the document library file entry type has any document library folders associated with it.
pk - the primary key of the document library file entry type to check for associations with document library folders
true if the document library file entry type has any document library folders associated with it; false otherwise
public static void addDLFolder(long pk,
long dlFolderPK)
pk - the primary key of the document library file entry typedlFolderPK - the primary key of the document library folder
public static void addDLFolder(long pk,
DLFolder dlFolder)
pk - the primary key of the document library file entry typedlFolder - the document library folder
public static void addDLFolders(long pk,
long[] dlFolderPKs)
pk - the primary key of the document library file entry typedlFolderPKs - the primary keys of the document library folders
public static void addDLFolders(long pk,
List<DLFolder> dlFolders)
pk - the primary key of the document library file entry typedlFolders - the document library folderspublic static void clearDLFolders(long pk)
pk - the primary key of the document library file entry type to clear the associated document library folders from
public static void removeDLFolder(long pk,
long dlFolderPK)
pk - the primary key of the document library file entry typedlFolderPK - the primary key of the document library folder
public static void removeDLFolder(long pk,
DLFolder dlFolder)
pk - the primary key of the document library file entry typedlFolder - the document library folder
public static void removeDLFolders(long pk,
long[] dlFolderPKs)
pk - the primary key of the document library file entry typedlFolderPKs - the primary keys of the document library folders
public static void removeDLFolders(long pk,
List<DLFolder> dlFolders)
pk - the primary key of the document library file entry typedlFolders - the document library folders
public static void setDLFolders(long pk,
long[] dlFolderPKs)
pk - the primary key of the document library file entry typedlFolderPKs - the primary keys of the document library folders to be associated with the document library file entry type
public static void setDLFolders(long pk,
List<DLFolder> dlFolders)
pk - the primary key of the document library file entry typedlFolders - the document library folders to be associated with the document library file entry typepublic static Set<String> getBadColumnNames()
public static DLFileEntryTypePersistence getPersistence()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||