com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryTypePersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
      extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.documentlibrary.model.DLFileEntryType>, com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence

public class DLFileEntryTypePersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
implements com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence

The persistence implementation for the document library file entry type service.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
See Also:
DLFileEntryTypePersistence, DLFileEntryTypeUtil
Generated:

Nested Class Summary
protected  class DLFileEntryTypePersistenceImpl.AddDDMStructure
           
protected  class DLFileEntryTypePersistenceImpl.AddDLFolder
           
protected  class DLFileEntryTypePersistenceImpl.ClearDDMStructures
           
protected  class DLFileEntryTypePersistenceImpl.ClearDLFolders
           
protected  class DLFileEntryTypePersistenceImpl.ContainsDDMStructure
           
protected  class DLFileEntryTypePersistenceImpl.ContainsDLFolder
           
protected  class DLFileEntryTypePersistenceImpl.RemoveDDMStructure
           
protected  class DLFileEntryTypePersistenceImpl.RemoveDLFolder
           
 
Field Summary
protected  DLFileEntryTypePersistenceImpl.AddDDMStructure addDDMStructure
           
protected  DLFileEntryTypePersistenceImpl.AddDLFolder addDLFolder
           
protected  DLFileEntryTypePersistenceImpl.ClearDDMStructures clearDDMStructures
           
protected  DLFileEntryTypePersistenceImpl.ClearDLFolders clearDLFolders
           
protected  DLFileEntryTypePersistenceImpl.ContainsDDMStructure containsDDMStructure
           
protected  DLFileEntryTypePersistenceImpl.ContainsDLFolder containsDLFolder
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence dlFileRankPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence dlSyncPersistence
           
static java.lang.String FINDER_CLASS_NAME_ENTITY
           
static java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_DDMSTRUCTURE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_DLFOLDER
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_N
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_DDMSTRUCTURES
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_DDMSTRUCTURES_SIZE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_DLFOLDERS
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_DLFOLDERS_SIZE
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
protected  DLFileEntryTypePersistenceImpl.RemoveDDMStructure removeDDMStructure
           
protected  DLFileEntryTypePersistenceImpl.RemoveDLFolder removeDLFolder
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
           
protected  com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
DLFileEntryTypePersistenceImpl()
           
 
Method Summary
 void addDDMStructure(long pk, com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
          Adds an association between the document library file entry type and the d d m structure.
 void addDDMStructure(long pk, long ddmStructurePK)
          Adds an association between the document library file entry type and the d d m structure.
 void addDDMStructures(long pk, java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> ddmStructures)
          Adds an association between the document library file entry type and the d d m structures.
 void addDDMStructures(long pk, long[] ddmStructurePKs)
          Adds an association between the document library file entry type and the d d m structures.
 void addDLFolder(long pk, com.liferay.portlet.documentlibrary.model.DLFolder dlFolder)
          Adds an association between the document library file entry type and the document library folder.
 void addDLFolder(long pk, long dlFolderPK)
          Adds an association between the document library file entry type and the document library folder.
 void addDLFolders(long pk, java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> dlFolders)
          Adds an association between the document library file entry type and the document library folders.
 void addDLFolders(long pk, long[] dlFolderPKs)
          Adds an association between the document library file entry type and the document library folders.
 void afterPropertiesSet()
          Initializes the document library file entry type persistence.
 void cacheResult(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
          Caches the document library file entry type in the entity cache if it is enabled.
 void cacheResult(java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> dlFileEntryTypes)
          Caches the document library file entry types in the entity cache if it is enabled.
 void clearCache()
          Clears the cache for all document library file entry types.
 void clearCache(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
          Clears the cache for the document library file entry type.
 void clearCache(java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> dlFileEntryTypes)
           
 void clearDDMStructures(long pk)
          Clears all associations between the document library file entry type and its d d m structures.
 void clearDLFolders(long pk)
          Clears all associations between the document library file entry type and its document library folders.
protected  void clearUniqueFindersCache(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
           
 boolean containsDDMStructure(long pk, long ddmStructurePK)
          Returns true if the d d m structure is associated with the document library file entry type.
 boolean containsDDMStructures(long pk)
          Returns true if the document library file entry type has any d d m structures associated with it.
 boolean containsDLFolder(long pk, long dlFolderPK)
          Returns true if the document library folder is associated with the document library file entry type.
 boolean containsDLFolders(long pk)
          Returns true if the document library file entry type has any document library folders associated with it.
 int countAll()
          Returns the number of document library file entry types.
 int countByG_N(long groupId, java.lang.String name)
          Returns the number of document library file entry types where groupId = ? and name = ?.
 int countByGroupId(long groupId)
          Returns the number of document library file entry types where groupId = ?.
 int countByGroupId(long[] groupIds)
          Returns the number of document library file entry types where groupId = any ?.
 int countByUUID_G(java.lang.String uuid, long groupId)
          Returns the number of document library file entry types where uuid = ? and groupId = ?.
 int countByUuid(java.lang.String uuid)
          Returns the number of document library file entry types where uuid = ?.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType create(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 void destroy()
           
 com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByG_N(long groupId, java.lang.String name)
          Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByG_N(long groupId, java.lang.String name, boolean retrieveFromCache)
          Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or returns null if it could not be found.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByPrimaryKey(java.io.Serializable primaryKey)
          Returns the document library file entry type with the primary key or returns null if it could not be found.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByUUID_G(java.lang.String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByUUID_G(java.lang.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.
 int filterCountByGroupId(long groupId)
          Returns the number of document library file entry types that the user has permission to view where groupId = ?.
 int filterCountByGroupId(long[] groupIds)
          Returns the number of document library file entry types that the user has permission to view where groupId = any ?.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType[] filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, com.liferay.portal.kernel.util.OrderByComparator 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 = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long groupId)
          Returns all the document library file entry types that the user has permission to view where groupId = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long[] groupIds)
          Returns all the document library file entry types that the user has permission to view where groupId = any ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.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 ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.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 = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
protected  com.liferay.portlet.documentlibrary.model.DLFileEntryType filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType, long groupId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findAll()
          Returns all the document library file entry types.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findAll(int start, int end)
          Returns a range of all the document library file entry types.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType findByG_N(long groupId, java.lang.String name)
          Returns the document library file entry type where groupId = ? and name = ? or throws a NoSuchFileEntryTypeException if it could not be found.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType[] findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long groupId)
          Returns all the document library file entry types where groupId = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long[] groupIds)
          Returns all the document library file entry types where groupId = any ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the document library file entry types where groupId = any ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entry types where groupId = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 com.liferay.portlet.documentlibrary.model.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.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType findByPrimaryKey(java.io.Serializable primaryKey)
          Returns the document library file entry type with the primary key or throws a NoSuchModelException if it could not be found.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType findByUUID_G(java.lang.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.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType[] findByUuid_PrevAndNext(long fileEntryTypeId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByUuid(java.lang.String uuid)
          Returns all the document library file entry types where uuid = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByUuid(java.lang.String uuid, int start, int end)
          Returns a range of all the document library file entry types where uuid = ?.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
protected  com.liferay.portlet.documentlibrary.model.DLFileEntryType getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType, long groupId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
protected  com.liferay.portlet.documentlibrary.model.DLFileEntryType getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator orderByComparator, boolean previous)
           
 java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> getDDMStructures(long pk)
          Returns all the d d m structures associated with the document library file entry type.
 java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> getDDMStructures(long pk, int start, int end)
          Returns a range of all the d d m structures associated with the document library file entry type.
 java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> getDDMStructures(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the d d m structures associated with the document library file entry type.
 int getDDMStructuresSize(long pk)
          Returns the number of d d m structures associated with the document library file entry type.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> getDLFolders(long pk)
          Returns all the document library folders associated with the document library file entry type.
 java.util.List<com.liferay.portlet.documentlibrary.model.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.
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> getDLFolders(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 int getDLFoldersSize(long pk)
          Returns the number of document library folders associated with the document library file entry type.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType remove(long fileEntryTypeId)
          Removes the document library file entry type with the primary key from the database.
 com.liferay.portlet.documentlibrary.model.DLFileEntryType remove(java.io.Serializable primaryKey)
          Removes the document library file entry type with the primary key from the database.
 void removeAll()
          Removes all the document library file entry types from the database.
 void removeByG_N(long groupId, java.lang.String name)
          Removes the document library file entry type where groupId = ? and name = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the document library file entry types where groupId = ? from the database.
 void removeByUUID_G(java.lang.String uuid, long groupId)
          Removes the document library file entry type where uuid = ? and groupId = ? from the database.
 void removeByUuid(java.lang.String uuid)
          Removes all the document library file entry types where uuid = ? from the database.
 void removeDDMStructure(long pk, com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
          Removes the association between the document library file entry type and the d d m structure.
 void removeDDMStructure(long pk, long ddmStructurePK)
          Removes the association between the document library file entry type and the d d m structure.
 void removeDDMStructures(long pk, java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> ddmStructures)
          Removes the association between the document library file entry type and the d d m structures.
 void removeDDMStructures(long pk, long[] ddmStructurePKs)
          Removes the association between the document library file entry type and the d d m structures.
 void removeDLFolder(long pk, com.liferay.portlet.documentlibrary.model.DLFolder dlFolder)
          Removes the association between the document library file entry type and the document library folder.
 void removeDLFolder(long pk, long dlFolderPK)
          Removes the association between the document library file entry type and the document library folder.
 void removeDLFolders(long pk, java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> dlFolders)
          Removes the association between the document library file entry type and the document library folders.
 void removeDLFolders(long pk, long[] dlFolderPKs)
          Removes the association between the document library file entry type and the document library folders.
protected  com.liferay.portlet.documentlibrary.model.DLFileEntryType removeImpl(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
           
 void setDDMStructures(long pk, java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> ddmStructures)
          Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary.
 void setDDMStructures(long pk, long[] ddmStructurePKs)
          Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary.
 void setDLFolders(long pk, java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> dlFolders)
          Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary.
 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.
protected  com.liferay.portlet.documentlibrary.model.DLFileEntryType toUnwrappedModel(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
           
 com.liferay.portlet.documentlibrary.model.DLFileEntryType updateImpl(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType, boolean merge)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final java.lang.String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_FETCH_BY_G_N

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_N

FINDER_PATH_COUNT_BY_G_N

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_N

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_GET_DLFOLDERS

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_DLFOLDERS

FINDER_PATH_GET_DLFOLDERS_SIZE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_DLFOLDERS_SIZE

FINDER_PATH_CONTAINS_DLFOLDER

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_DLFOLDER

FINDER_PATH_GET_DDMSTRUCTURES

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_DDMSTRUCTURES

FINDER_PATH_GET_DDMSTRUCTURES_SIZE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_DDMSTRUCTURES_SIZE

FINDER_PATH_CONTAINS_DDMSTRUCTURE

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_DDMSTRUCTURE

dlContentPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence dlContentPersistence

dlFileEntryPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence dlFileEntryPersistence

dlFileEntryMetadataPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence

dlFileEntryTypePersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence

dlFileRankPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence dlFileRankPersistence

dlFileShortcutPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence dlFileShortcutPersistence

dlFileVersionPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence dlFileVersionPersistence

dlFolderPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence dlFolderPersistence

dlSyncPersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence dlSyncPersistence

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

workflowDefinitionLinkPersistence

@BeanReference(type=com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence.class)
protected com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence

workflowInstanceLinkPersistence

@BeanReference(type=com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence.class)
protected com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

ddmStructurePersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence

containsDLFolder

protected DLFileEntryTypePersistenceImpl.ContainsDLFolder containsDLFolder

addDLFolder

protected DLFileEntryTypePersistenceImpl.AddDLFolder addDLFolder

clearDLFolders

protected DLFileEntryTypePersistenceImpl.ClearDLFolders clearDLFolders

removeDLFolder

protected DLFileEntryTypePersistenceImpl.RemoveDLFolder removeDLFolder

containsDDMStructure

protected DLFileEntryTypePersistenceImpl.ContainsDDMStructure containsDDMStructure

addDDMStructure

protected DLFileEntryTypePersistenceImpl.AddDDMStructure addDDMStructure

clearDDMStructures

protected DLFileEntryTypePersistenceImpl.ClearDDMStructures clearDDMStructures

removeDDMStructure

protected DLFileEntryTypePersistenceImpl.RemoveDDMStructure removeDDMStructure
Constructor Detail

DLFileEntryTypePersistenceImpl

public DLFileEntryTypePersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
Caches the document library file entry type in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
dlFileEntryType - the document library file entry type

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> dlFileEntryTypes)
Caches the document library file entry types in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
dlFileEntryTypes - the document library file entry types

clearCache

public void clearCache()
Clears the cache for all document library file entry types.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>

clearCache

public void clearCache(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
Clears the cache for the document library file entry type.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>

clearCache

public void clearCache(java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> dlFileEntryTypes)
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>

clearUniqueFindersCache

protected void clearUniqueFindersCache(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)

create

public com.liferay.portlet.documentlibrary.model.DLFileEntryType create(long fileEntryTypeId)
Creates a new document library file entry type with the primary key. Does not add the document library file entry type to the database.

Specified by:
create in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
fileEntryTypeId - the primary key for the new document library file entry type
Returns:
the new document library file entry type

remove

public com.liferay.portlet.documentlibrary.model.DLFileEntryType remove(long fileEntryTypeId)
                                                                 throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                        com.liferay.portal.kernel.exception.SystemException
Removes the document library file entry type with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
fileEntryTypeId - the primary key of the document library file entry type
Returns:
the document library file entry type that was removed
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

remove

public com.liferay.portlet.documentlibrary.model.DLFileEntryType remove(java.io.Serializable primaryKey)
                                                                 throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                        com.liferay.portal.kernel.exception.SystemException
Removes the document library file entry type with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Overrides:
remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Parameters:
primaryKey - the primary key of the document library file entry type
Returns:
the document library file entry type that was removed
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeImpl

protected com.liferay.portlet.documentlibrary.model.DLFileEntryType removeImpl(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Overrides:
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Throws:
com.liferay.portal.kernel.exception.SystemException

updateImpl

public com.liferay.portlet.documentlibrary.model.DLFileEntryType updateImpl(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType,
                                                                            boolean merge)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateImpl in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Overrides:
updateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Throws:
com.liferay.portal.kernel.exception.SystemException

toUnwrappedModel

protected com.liferay.portlet.documentlibrary.model.DLFileEntryType toUnwrappedModel(com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType)

findByPrimaryKey

public com.liferay.portlet.documentlibrary.model.DLFileEntryType findByPrimaryKey(java.io.Serializable primaryKey)
                                                                           throws com.liferay.portal.NoSuchModelException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Overrides:
findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Parameters:
primaryKey - the primary key of the document library file entry type
Returns:
the document library file entry type
Throws:
com.liferay.portal.NoSuchModelException - if a document library file entry type with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByPrimaryKey

public com.liferay.portlet.documentlibrary.model.DLFileEntryType findByPrimaryKey(long fileEntryTypeId)
                                                                           throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type with the primary key or throws a NoSuchFileEntryTypeException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
fileEntryTypeId - the primary key of the document library file entry type
Returns:
the document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByPrimaryKey

public com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByPrimaryKey(java.io.Serializable primaryKey)
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.documentlibrary.model.DLFileEntryType>
Parameters:
primaryKey - the primary key of the document library file entry type
Returns:
the document library file entry type, or null if a document library file entry type with the primary key could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByPrimaryKey

public com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByPrimaryKey(long fileEntryTypeId)
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
fileEntryTypeId - the primary key of the document library file entry type
Returns:
the document library file entry type, or null if a document library file entry type with the primary key could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByUuid(java.lang.String uuid)
                                                                                     throws com.liferay.portal.kernel.exception.SystemException
Returns all the document library file entry types where uuid = ?.

Specified by:
findByUuid in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
Returns:
the matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByUuid(java.lang.String uuid,
                                                                                            int start,
                                                                                            int end)
                                                                                     throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the document library file entry types where uuid = ?.

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.

Specified by:
findByUuid in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByUuid(java.lang.String uuid,
                                                                                            int start,
                                                                                            int end,
                                                                                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                     throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the document library file entry types where uuid = ?.

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.

Specified by:
findByUuid in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid_First

public com.liferay.portlet.documentlibrary.model.DLFileEntryType findByUuid_First(java.lang.String uuid,
                                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                           throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Returns the first document library file entry type in the ordered set where uuid = ?.

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.

Specified by:
findByUuid_First in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid_Last

public com.liferay.portlet.documentlibrary.model.DLFileEntryType findByUuid_Last(java.lang.String uuid,
                                                                                 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                          throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                                 com.liferay.portal.kernel.exception.SystemException
Returns the last document library file entry type in the ordered set where uuid = ?.

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.

Specified by:
findByUuid_Last in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByUuid_PrevAndNext

public com.liferay.portlet.documentlibrary.model.DLFileEntryType[] findByUuid_PrevAndNext(long fileEntryTypeId,
                                                                                          java.lang.String uuid,
                                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                   throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                                          com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.

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.

Specified by:
findByUuid_PrevAndNext in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
fileEntryTypeId - the primary key of the current document library file entry type
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getByUuid_PrevAndNext

protected com.liferay.portlet.documentlibrary.model.DLFileEntryType getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                          com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType,
                                                                                          java.lang.String uuid,
                                                                                          com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                          boolean previous)

findByUUID_G

public com.liferay.portlet.documentlibrary.model.DLFileEntryType findByUUID_G(java.lang.String uuid,
                                                                              long groupId)
                                                                       throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type where uuid = ? and groupId = ? or throws a NoSuchFileEntryTypeException if it could not be found.

Specified by:
findByUUID_G in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByUUID_G

public com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByUUID_G(java.lang.String uuid,
                                                                               long groupId)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByUUID_G in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching document library file entry type, or null if a matching document library file entry type could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByUUID_G

public com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByUUID_G(java.lang.String uuid,
                                                                               long groupId,
                                                                               boolean retrieveFromCache)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
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.

Specified by:
fetchByUUID_G in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching document library file entry type, or null if a matching document library file entry type could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long groupId)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Returns all the document library file entry types where groupId = ?.

Specified by:
findByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
Returns:
the matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long groupId,
                                                                                               int start,
                                                                                               int end)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the document library file entry types where groupId = ?.

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.

Specified by:
findByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long groupId,
                                                                                               int start,
                                                                                               int end,
                                                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the document library file entry types where groupId = ?.

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.

Specified by:
findByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByGroupId_First

public com.liferay.portlet.documentlibrary.model.DLFileEntryType findByGroupId_First(long groupId,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                              throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                                     com.liferay.portal.kernel.exception.SystemException
Returns the first document library file entry type in the ordered set where groupId = ?.

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.

Specified by:
findByGroupId_First in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByGroupId_Last

public com.liferay.portlet.documentlibrary.model.DLFileEntryType findByGroupId_Last(long groupId,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                             throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                                    com.liferay.portal.kernel.exception.SystemException
Returns the last document library file entry type in the ordered set where groupId = ?.

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.

Specified by:
findByGroupId_Last in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByGroupId_PrevAndNext

public com.liferay.portlet.documentlibrary.model.DLFileEntryType[] findByGroupId_PrevAndNext(long fileEntryTypeId,
                                                                                             long groupId,
                                                                                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                      throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                                             com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.

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.

Specified by:
findByGroupId_PrevAndNext in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
fileEntryTypeId - the primary key of the current document library file entry type
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getByGroupId_PrevAndNext

protected com.liferay.portlet.documentlibrary.model.DLFileEntryType getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                             com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType,
                                                                                             long groupId,
                                                                                             com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                             boolean previous)

findByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long[] groupIds)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Returns all the document library file entry types where groupId = any ?.

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.

Specified by:
findByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupIds - the group IDs
Returns:
the matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long[] groupIds,
                                                                                               int start,
                                                                                               int end)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the document library file entry types where groupId = any ?.

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.

Specified by:
findByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupIds - the group IDs
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findByGroupId(long[] groupIds,
                                                                                               int start,
                                                                                               int end,
                                                                                               com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                        throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the document library file entry types where groupId = any ?.

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.

Specified by:
findByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupIds - the group IDs
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterFindByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long groupId)
                                                                                              throws com.liferay.portal.kernel.exception.SystemException
Returns all the document library file entry types that the user has permission to view where groupId = ?.

Specified by:
filterFindByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
Returns:
the matching document library file entry types that the user has permission to view
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterFindByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long groupId,
                                                                                                     int start,
                                                                                                     int end)
                                                                                              throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the document library file entry types that the user has permission to view where groupId = ?.

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.

Specified by:
filterFindByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of matching document library file entry types that the user has permission to view
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterFindByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long groupId,
                                                                                                     int start,
                                                                                                     int end,
                                                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                              throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.

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.

Specified by:
filterFindByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entry types that the user has permission to view
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterFindByGroupId_PrevAndNext

public com.liferay.portlet.documentlibrary.model.DLFileEntryType[] filterFindByGroupId_PrevAndNext(long fileEntryTypeId,
                                                                                                   long groupId,
                                                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                            throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                                                   com.liferay.portal.kernel.exception.SystemException
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 = ?.

Specified by:
filterFindByGroupId_PrevAndNext in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
fileEntryTypeId - the primary key of the current document library file entry type
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterGetByGroupId_PrevAndNext

protected com.liferay.portlet.documentlibrary.model.DLFileEntryType filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                                   com.liferay.portlet.documentlibrary.model.DLFileEntryType dlFileEntryType,
                                                                                                   long groupId,
                                                                                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
                                                                                                   boolean previous)

filterFindByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long[] groupIds)
                                                                                              throws com.liferay.portal.kernel.exception.SystemException
Returns all the document library file entry types that the user has permission to view where groupId = any ?.

Specified by:
filterFindByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupIds - the group IDs
Returns:
the matching document library file entry types that the user has permission to view
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterFindByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long[] groupIds,
                                                                                                     int start,
                                                                                                     int end)
                                                                                              throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?.

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.

Specified by:
filterFindByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupIds - the group IDs
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of matching document library file entry types that the user has permission to view
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterFindByGroupId

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> filterFindByGroupId(long[] groupIds,
                                                                                                     int start,
                                                                                                     int end,
                                                                                                     com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                              throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.

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.

Specified by:
filterFindByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupIds - the group IDs
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entry types that the user has permission to view
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findByG_N

public com.liferay.portlet.documentlibrary.model.DLFileEntryType findByG_N(long groupId,
                                                                           java.lang.String name)
                                                                    throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                                                                           com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type where groupId = ? and name = ? or throws a NoSuchFileEntryTypeException if it could not be found.

Specified by:
findByG_N in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
name - the name
Returns:
the matching document library file entry type
Throws:
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException - if a matching document library file entry type could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByG_N

public com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByG_N(long groupId,
                                                                            java.lang.String name)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByG_N in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
name - the name
Returns:
the matching document library file entry type, or null if a matching document library file entry type could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchByG_N

public com.liferay.portlet.documentlibrary.model.DLFileEntryType fetchByG_N(long groupId,
                                                                            java.lang.String name,
                                                                            boolean retrieveFromCache)
                                                                     throws com.liferay.portal.kernel.exception.SystemException
Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByG_N in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
name - the name
retrieveFromCache - whether to use the finder cache
Returns:
the matching document library file entry type, or null if a matching document library file entry type could not be found
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findAll

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findAll()
                                                                                  throws com.liferay.portal.kernel.exception.SystemException
Returns all the document library file entry types.

Specified by:
findAll in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Returns:
the document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findAll

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findAll(int start,
                                                                                         int end)
                                                                                  throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the document library file entry types.

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.

Specified by:
findAll in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

findAll

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntryType> findAll(int start,
                                                                                         int end,
                                                                                         com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                  throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the document library file entry types.

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.

Specified by:
findAll in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeByUuid

public void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.kernel.exception.SystemException
Removes all the document library file entry types where uuid = ? from the database.

Specified by:
removeByUuid in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeByUUID_G

public void removeByUUID_G(java.lang.String uuid,
                           long groupId)
                    throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                           com.liferay.portal.kernel.exception.SystemException
Removes the document library file entry type where uuid = ? and groupId = ? from the database.

Specified by:
removeByUUID_G in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException

removeByGroupId

public void removeByGroupId(long groupId)
                     throws com.liferay.portal.kernel.exception.SystemException
Removes all the document library file entry types where groupId = ? from the database.

Specified by:
removeByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeByG_N

public void removeByG_N(long groupId,
                        java.lang.String name)
                 throws com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException,
                        com.liferay.portal.kernel.exception.SystemException
Removes the document library file entry type where groupId = ? and name = ? from the database.

Specified by:
removeByG_N in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
name - the name
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException

removeAll

public void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Removes all the document library file entry types from the database.

Specified by:
removeAll in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countByUuid

public int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file entry types where uuid = ?.

Specified by:
countByUuid in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
Returns:
the number of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countByUUID_G

public int countByUUID_G(java.lang.String uuid,
                         long groupId)
                  throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file entry types where uuid = ? and groupId = ?.

Specified by:
countByUUID_G in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countByGroupId

public int countByGroupId(long groupId)
                   throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file entry types where groupId = ?.

Specified by:
countByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
Returns:
the number of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countByGroupId

public int countByGroupId(long[] groupIds)
                   throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file entry types where groupId = any ?.

Specified by:
countByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupIds - the group IDs
Returns:
the number of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterCountByGroupId

public int filterCountByGroupId(long groupId)
                         throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file entry types that the user has permission to view where groupId = ?.

Specified by:
filterCountByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
Returns:
the number of matching document library file entry types that the user has permission to view
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

filterCountByGroupId

public int filterCountByGroupId(long[] groupIds)
                         throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file entry types that the user has permission to view where groupId = any ?.

Specified by:
filterCountByGroupId in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupIds - the group IDs
Returns:
the number of matching document library file entry types that the user has permission to view
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countByG_N

public int countByG_N(long groupId,
                      java.lang.String name)
               throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file entry types where groupId = ? and name = ?.

Specified by:
countByG_N in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
groupId - the group ID
name - the name
Returns:
the number of matching document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

countAll

public int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library file entry types.

Specified by:
countAll in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Returns:
the number of document library file entry types
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDLFolders

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> getDLFolders(long pk)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Returns all the document library folders associated with the document library file entry type.

Specified by:
getDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
Returns:
the document library folders associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDLFolders

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> getDLFolders(long pk,
                                                                                       int start,
                                                                                       int end)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the document library folders associated with the document library file entry type.

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.

Specified by:
getDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of document library folders associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDLFolders

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> getDLFolders(long pk,
                                                                                       int start,
                                                                                       int end,
                                                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the document library folders associated with the document library file entry type.

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.

Specified by:
getDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of document library folders associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDLFoldersSize

public int getDLFoldersSize(long pk)
                     throws com.liferay.portal.kernel.exception.SystemException
Returns the number of document library folders associated with the document library file entry type.

Specified by:
getDLFoldersSize in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
Returns:
the number of document library folders associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

containsDLFolder

public boolean containsDLFolder(long pk,
                                long dlFolderPK)
                         throws com.liferay.portal.kernel.exception.SystemException
Returns true if the document library folder is associated with the document library file entry type.

Specified by:
containsDLFolder in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolderPK - the primary key of the document library folder
Returns:
true if the document library folder is associated with the document library file entry type; false otherwise
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

containsDLFolders

public boolean containsDLFolders(long pk)
                          throws com.liferay.portal.kernel.exception.SystemException
Returns true if the document library file entry type has any document library folders associated with it.

Specified by:
containsDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type to check for associations with document library folders
Returns:
true if the document library file entry type has any document library folders associated with it; false otherwise
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

addDLFolder

public void addDLFolder(long pk,
                        long dlFolderPK)
                 throws com.liferay.portal.kernel.exception.SystemException
Adds an association between the document library file entry type and the document library folder. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addDLFolder in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolderPK - the primary key of the document library folder
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

addDLFolder

public void addDLFolder(long pk,
                        com.liferay.portlet.documentlibrary.model.DLFolder dlFolder)
                 throws com.liferay.portal.kernel.exception.SystemException
Adds an association between the document library file entry type and the document library folder. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addDLFolder in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolder - the document library folder
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

addDLFolders

public void addDLFolders(long pk,
                         long[] dlFolderPKs)
                  throws com.liferay.portal.kernel.exception.SystemException
Adds an association between the document library file entry type and the document library folders. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolderPKs - the primary keys of the document library folders
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

addDLFolders

public void addDLFolders(long pk,
                         java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> dlFolders)
                  throws com.liferay.portal.kernel.exception.SystemException
Adds an association between the document library file entry type and the document library folders. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolders - the document library folders
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

clearDLFolders

public void clearDLFolders(long pk)
                    throws com.liferay.portal.kernel.exception.SystemException
Clears all associations between the document library file entry type and its document library folders. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
clearDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type to clear the associated document library folders from
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeDLFolder

public void removeDLFolder(long pk,
                           long dlFolderPK)
                    throws com.liferay.portal.kernel.exception.SystemException
Removes the association between the document library file entry type and the document library folder. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeDLFolder in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolderPK - the primary key of the document library folder
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeDLFolder

public void removeDLFolder(long pk,
                           com.liferay.portlet.documentlibrary.model.DLFolder dlFolder)
                    throws com.liferay.portal.kernel.exception.SystemException
Removes the association between the document library file entry type and the document library folder. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeDLFolder in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolder - the document library folder
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeDLFolders

public void removeDLFolders(long pk,
                            long[] dlFolderPKs)
                     throws com.liferay.portal.kernel.exception.SystemException
Removes the association between the document library file entry type and the document library folders. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolderPKs - the primary keys of the document library folders
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeDLFolders

public void removeDLFolders(long pk,
                            java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> dlFolders)
                     throws com.liferay.portal.kernel.exception.SystemException
Removes the association between the document library file entry type and the document library folders. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolders - the document library folders
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

setDLFolders

public void setDLFolders(long pk,
                         long[] dlFolderPKs)
                  throws com.liferay.portal.kernel.exception.SystemException
Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
setDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolderPKs - the primary keys of the document library folders to be associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

setDLFolders

public void setDLFolders(long pk,
                         java.util.List<com.liferay.portlet.documentlibrary.model.DLFolder> dlFolders)
                  throws com.liferay.portal.kernel.exception.SystemException
Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
setDLFolders in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
dlFolders - the document library folders to be associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDDMStructures

public java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> getDDMStructures(long pk)
                                                                                           throws com.liferay.portal.kernel.exception.SystemException
Returns all the d d m structures associated with the document library file entry type.

Specified by:
getDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
Returns:
the d d m structures associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDDMStructures

public java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> getDDMStructures(long pk,
                                                                                                  int start,
                                                                                                  int end)
                                                                                           throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the d d m structures associated with the document library file entry type.

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.

Specified by:
getDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of d d m structures associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDDMStructures

public java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> getDDMStructures(long pk,
                                                                                                  int start,
                                                                                                  int end,
                                                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                                                           throws com.liferay.portal.kernel.exception.SystemException
Returns an ordered range of all the d d m structures associated with the document library file entry type.

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.

Specified by:
getDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of d d m structures associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDDMStructuresSize

public int getDDMStructuresSize(long pk)
                         throws com.liferay.portal.kernel.exception.SystemException
Returns the number of d d m structures associated with the document library file entry type.

Specified by:
getDDMStructuresSize in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
Returns:
the number of d d m structures associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

containsDDMStructure

public boolean containsDDMStructure(long pk,
                                    long ddmStructurePK)
                             throws com.liferay.portal.kernel.exception.SystemException
Returns true if the d d m structure is associated with the document library file entry type.

Specified by:
containsDDMStructure in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructurePK - the primary key of the d d m structure
Returns:
true if the d d m structure is associated with the document library file entry type; false otherwise
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

containsDDMStructures

public boolean containsDDMStructures(long pk)
                              throws com.liferay.portal.kernel.exception.SystemException
Returns true if the document library file entry type has any d d m structures associated with it.

Specified by:
containsDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type to check for associations with d d m structures
Returns:
true if the document library file entry type has any d d m structures associated with it; false otherwise
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

addDDMStructure

public void addDDMStructure(long pk,
                            long ddmStructurePK)
                     throws com.liferay.portal.kernel.exception.SystemException
Adds an association between the document library file entry type and the d d m structure. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addDDMStructure in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructurePK - the primary key of the d d m structure
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

addDDMStructure

public void addDDMStructure(long pk,
                            com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
                     throws com.liferay.portal.kernel.exception.SystemException
Adds an association between the document library file entry type and the d d m structure. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addDDMStructure in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructure - the d d m structure
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

addDDMStructures

public void addDDMStructures(long pk,
                             long[] ddmStructurePKs)
                      throws com.liferay.portal.kernel.exception.SystemException
Adds an association between the document library file entry type and the d d m structures. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructurePKs - the primary keys of the d d m structures
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

addDDMStructures

public void addDDMStructures(long pk,
                             java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> ddmStructures)
                      throws com.liferay.portal.kernel.exception.SystemException
Adds an association between the document library file entry type and the d d m structures. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
addDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructures - the d d m structures
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

clearDDMStructures

public void clearDDMStructures(long pk)
                        throws com.liferay.portal.kernel.exception.SystemException
Clears all associations between the document library file entry type and its d d m structures. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
clearDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type to clear the associated d d m structures from
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeDDMStructure

public void removeDDMStructure(long pk,
                               long ddmStructurePK)
                        throws com.liferay.portal.kernel.exception.SystemException
Removes the association between the document library file entry type and the d d m structure. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeDDMStructure in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructurePK - the primary key of the d d m structure
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeDDMStructure

public void removeDDMStructure(long pk,
                               com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
                        throws com.liferay.portal.kernel.exception.SystemException
Removes the association between the document library file entry type and the d d m structure. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeDDMStructure in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructure - the d d m structure
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeDDMStructures

public void removeDDMStructures(long pk,
                                long[] ddmStructurePKs)
                         throws com.liferay.portal.kernel.exception.SystemException
Removes the association between the document library file entry type and the d d m structures. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructurePKs - the primary keys of the d d m structures
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

removeDDMStructures

public void removeDDMStructures(long pk,
                                java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> ddmStructures)
                         throws com.liferay.portal.kernel.exception.SystemException
Removes the association between the document library file entry type and the d d m structures. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
removeDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructures - the d d m structures
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

setDDMStructures

public void setDDMStructures(long pk,
                             long[] ddmStructurePKs)
                      throws com.liferay.portal.kernel.exception.SystemException
Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
setDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructurePKs - the primary keys of the d d m structures to be associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

setDDMStructures

public void setDDMStructures(long pk,
                             java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> ddmStructures)
                      throws com.liferay.portal.kernel.exception.SystemException
Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary. Also notifies the appropriate model listeners and clears the mapping table finder cache.

Specified by:
setDDMStructures in interface com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence
Parameters:
pk - the primary key of the document library file entry type
ddmStructures - the d d m structures to be associated with the document library file entry type
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the document library file entry type persistence.


destroy

public void destroy()