@ProviderType public interface DLFileEntryTypePersistence extends BasePersistence<DLFileEntryType>
Caching information and settings can be found in portal.properties
DLFileEntryTypePersistenceImpl,
DLFileEntryTypeUtil| Modifier and Type | Method and Description |
|---|---|
void |
addDDMStructure(long pk,
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<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,
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<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 |
cacheResult(DLFileEntryType dlFileEntryType)
Caches the document library file entry type in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<DLFileEntryType> dlFileEntryTypes)
Caches the document library file entry types in the entity cache if it is enabled.
|
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.
|
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_F(long groupId,
java.lang.String fileEntryTypeKey)
Returns the number of document library file entry types where groupId = ? and fileEntryTypeKey = ?.
|
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_C(java.lang.String uuid,
long companyId)
Returns the number of document library file entry types where uuid = ? and companyId = ?.
|
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 = ?.
|
DLFileEntryType |
create(long fileEntryTypeId)
Creates a new document library file entry type with the primary key.
|
DLFileEntryType |
fetchByG_F(long groupId,
java.lang.String fileEntryTypeKey)
Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns
null if it could not be found. |
DLFileEntryType |
fetchByG_F(long groupId,
java.lang.String fileEntryTypeKey,
boolean retrieveFromCache)
Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns
null if it could not be found, optionally using the finder cache. |
DLFileEntryType |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?.
|
DLFileEntryType |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?.
|
DLFileEntryType |
fetchByPrimaryKey(long fileEntryTypeId)
Returns the document library file entry type with the primary key or returns
null if it could not be found. |
DLFileEntryType |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
|
DLFileEntryType |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
|
DLFileEntryType |
fetchByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?.
|
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. |
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. |
DLFileEntryType |
fetchByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?.
|
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 ?.
|
DLFileEntryType[] |
filterFindByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
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<DLFileEntryType> |
filterFindByGroupId(long groupId)
Returns all the document library file entry types that the user has permission to view where groupId = ?.
|
java.util.List<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<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<DLFileEntryType> |
filterFindByGroupId(long[] groupIds,
int start,
int end,
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<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<DLFileEntryType> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
|
java.util.List<DLFileEntryType> |
findAll()
Returns all the document library file entry types.
|
java.util.List<DLFileEntryType> |
findAll(int start,
int end)
Returns a range of all the document library file entry types.
|
java.util.List<DLFileEntryType> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types.
|
DLFileEntryType |
findByG_F(long groupId,
java.lang.String fileEntryTypeKey)
Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws a
NoSuchFileEntryTypeException if it could not be found. |
DLFileEntryType |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?.
|
DLFileEntryType |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?.
|
DLFileEntryType[] |
findByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
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<DLFileEntryType> |
findByGroupId(long groupId)
Returns all the document library file entry types where groupId = ?.
|
java.util.List<DLFileEntryType> |
findByGroupId(long[] groupIds)
Returns all the document library file entry types where groupId = any ?.
|
java.util.List<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<DLFileEntryType> |
findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = any ?.
|
java.util.List<DLFileEntryType> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entry types where groupId = ?.
|
java.util.List<DLFileEntryType> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = ?.
|
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. |
DLFileEntryType |
findByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
|
DLFileEntryType |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
|
DLFileEntryType[] |
findByUuid_C_PrevAndNext(long fileEntryTypeId,
java.lang.String uuid,
long companyId,
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 = ? and companyId = ?.
|
java.util.List<DLFileEntryType> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the document library file entry types where uuid = ? and companyId = ?.
|
java.util.List<DLFileEntryType> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file entry types where uuid = ? and companyId = ?.
|
java.util.List<DLFileEntryType> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
|
DLFileEntryType |
findByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?.
|
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. |
DLFileEntryType |
findByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?.
|
DLFileEntryType[] |
findByUuid_PrevAndNext(long fileEntryTypeId,
java.lang.String uuid,
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<DLFileEntryType> |
findByUuid(java.lang.String uuid)
Returns all the document library file entry types where uuid = ?.
|
java.util.List<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<DLFileEntryType> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ?.
|
java.util.List<DDMStructure> |
getDDMStructures(long pk)
Returns all the d d m structures associated with the document library file entry type.
|
java.util.List<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<DDMStructure> |
getDDMStructures(long pk,
int start,
int end,
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<DLFolder> |
getDLFolders(long pk)
Returns all the document library folders associated with the document library file entry type.
|
java.util.List<DLFolder> |
getDLFolders(long pk,
int start,
int end)
Returns a range of all the document library folders associated with the document library file entry type.
|
java.util.List<DLFolder> |
getDLFolders(long pk,
int start,
int end,
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.
|
DLFileEntryType |
remove(long fileEntryTypeId)
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.
|
DLFileEntryType |
removeByG_F(long groupId,
java.lang.String fileEntryTypeKey)
Removes the document library file entry type where groupId = ? and fileEntryTypeKey = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the document library file entry types where groupId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the document library file entry types where uuid = ? and companyId = ? from the database.
|
DLFileEntryType |
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,
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<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,
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<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.
|
void |
setDDMStructures(long pk,
java.util.List<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<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.
|
DLFileEntryType |
updateImpl(DLFileEntryType dlFileEntryType) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, updatejava.util.List<DLFileEntryType> findByUuid(java.lang.String uuid) throws SystemException
uuid - the uuidSystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByUuid(java.lang.String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByUuid(java.lang.String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredDLFileEntryType findByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType findByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType[] findByUuid_PrevAndNext(long fileEntryTypeId, java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the current document library file entry typeuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurredvoid removeByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredint countByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredDLFileEntryType findByUUID_G(java.lang.String uuid, long groupId) throws SystemException, NoSuchFileEntryTypeException
NoSuchFileEntryTypeException if it could not be found.uuid - the uuidgroupId - the group IDNoSuchFileEntryTypeException - if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByUUID_G(java.lang.String uuid, long groupId) throws SystemException
null if it could not be found. Uses the finder cache.uuid - the uuidgroupId - the group IDnull if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.uuid - the uuidgroupId - the group IDretrieveFromCache - whether to use the finder cachenull if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType removeByUUID_G(java.lang.String uuid, long groupId) throws SystemException, NoSuchFileEntryTypeException
uuid - the uuidgroupId - the group IDSystemException - if a system exception occurredNoSuchFileEntryTypeExceptionint countByUUID_G(java.lang.String uuid,
long groupId)
throws SystemException
uuid - the uuidgroupId - the group IDSystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByUuid_C(java.lang.String uuid, long companyId) throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByUuid_C(java.lang.String uuid, long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredDLFileEntryType findByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType findByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType[] findByUuid_C_PrevAndNext(long fileEntryTypeId, java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the current document library file entry typeuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurredvoid removeByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredint countByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByGroupId(long groupId) throws SystemException
groupId - the group IDSystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredDLFileEntryType findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType[] findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the current document library file entry typegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<DLFileEntryType> filterFindByGroupId(long groupId) throws SystemException
groupId - the group IDSystemException - if a system exception occurredjava.util.List<DLFileEntryType> filterFindByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DLFileEntryType> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredDLFileEntryType[] filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the current document library file entry typegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<DLFileEntryType> filterFindByGroupId(long[] groupIds) throws SystemException
groupIds - the group IDsSystemException - if a system exception occurredjava.util.List<DLFileEntryType> filterFindByGroupId(long[] groupIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DLFileEntryType> filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByGroupId(long[] groupIds) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsSystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByGroupId(long[] groupIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DLFileEntryType> findByGroupId(long[] groupIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupIds - the group IDsstart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredvoid removeByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredint countByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredint countByGroupId(long[] groupIds)
throws SystemException
groupIds - the group IDsSystemException - if a system exception occurredint filterCountByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredint filterCountByGroupId(long[] groupIds)
throws SystemException
groupIds - the group IDsSystemException - if a system exception occurredDLFileEntryType findByG_F(long groupId, java.lang.String fileEntryTypeKey) throws SystemException, NoSuchFileEntryTypeException
NoSuchFileEntryTypeException if it could not be found.groupId - the group IDfileEntryTypeKey - the file entry type keyNoSuchFileEntryTypeException - if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByG_F(long groupId, java.lang.String fileEntryTypeKey) throws SystemException
null if it could not be found. Uses the finder cache.groupId - the group IDfileEntryTypeKey - the file entry type keynull if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByG_F(long groupId, java.lang.String fileEntryTypeKey, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.groupId - the group IDfileEntryTypeKey - the file entry type keyretrieveFromCache - whether to use the finder cachenull if a matching document library file entry type could not be foundSystemException - if a system exception occurredDLFileEntryType removeByG_F(long groupId, java.lang.String fileEntryTypeKey) throws SystemException, NoSuchFileEntryTypeException
groupId - the group IDfileEntryTypeKey - the file entry type keySystemException - if a system exception occurredNoSuchFileEntryTypeExceptionint countByG_F(long groupId,
java.lang.String fileEntryTypeKey)
throws SystemException
groupId - the group IDfileEntryTypeKey - the file entry type keySystemException - if a system exception occurredvoid cacheResult(DLFileEntryType dlFileEntryType)
dlFileEntryType - the document library file entry typevoid cacheResult(java.util.List<DLFileEntryType> dlFileEntryTypes)
dlFileEntryTypes - the document library file entry typesDLFileEntryType create(long fileEntryTypeId)
fileEntryTypeId - the primary key for the new document library file entry typeDLFileEntryType remove(long fileEntryTypeId) throws SystemException, NoSuchFileEntryTypeException
fileEntryTypeId - the primary key of the document library file entry typeNoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurredDLFileEntryType updateImpl(DLFileEntryType dlFileEntryType) throws SystemException
SystemExceptionDLFileEntryType findByPrimaryKey(long fileEntryTypeId) throws SystemException, NoSuchFileEntryTypeException
NoSuchFileEntryTypeException if it could not be found.fileEntryTypeId - the primary key of the document library file entry typeNoSuchFileEntryTypeException - if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurredDLFileEntryType fetchByPrimaryKey(long fileEntryTypeId) throws SystemException
null if it could not be found.fileEntryTypeId - the primary key of the document library file entry typenull if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<DLFileEntryType> findAll() throws SystemException
SystemException - if a system exception occurredjava.util.List<DLFileEntryType> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DLFileEntryType> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredvoid removeAll()
throws SystemException
SystemException - if a system exception occurredint countAll()
throws SystemException
SystemException - if a system exception occurredjava.util.List<DLFolder> getDLFolders(long pk) throws SystemException
pk - the primary key of the document library file entry typeSystemException - if a system exception occurredjava.util.List<DLFolder> getDLFolders(long pk, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the document library file entry typestart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DLFolder> getDLFolders(long pk, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the document library file entry typestart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredint getDLFoldersSize(long pk)
throws SystemException
pk - the primary key of the document library file entry typeSystemException - if a system exception occurredboolean containsDLFolder(long pk,
long dlFolderPK)
throws SystemException
true if the document library folder is associated with the document library file entry type.pk - the primary key of the document library file entry typedlFolderPK - the primary key of the document library foldertrue if the document library folder is associated with the document library file entry type; false otherwiseSystemException - if a system exception occurredboolean containsDLFolders(long pk)
throws SystemException
true if the document library file entry type has any document library folders associated with it.pk - the primary key of the document library file entry type to check for associations with document library folderstrue if the document library file entry type has any document library folders associated with it; false otherwiseSystemException - if a system exception occurredvoid addDLFolder(long pk,
long dlFolderPK)
throws SystemException
pk - the primary key of the document library file entry typedlFolderPK - the primary key of the document library folderSystemException - if a system exception occurredvoid addDLFolder(long pk,
DLFolder dlFolder)
throws SystemException
pk - the primary key of the document library file entry typedlFolder - the document library folderSystemException - if a system exception occurredvoid addDLFolders(long pk,
long[] dlFolderPKs)
throws SystemException
pk - the primary key of the document library file entry typedlFolderPKs - the primary keys of the document library foldersSystemException - if a system exception occurredvoid addDLFolders(long pk,
java.util.List<DLFolder> dlFolders)
throws SystemException
pk - the primary key of the document library file entry typedlFolders - the document library foldersSystemException - if a system exception occurredvoid clearDLFolders(long pk)
throws SystemException
pk - the primary key of the document library file entry type to clear the associated document library folders fromSystemException - if a system exception occurredvoid removeDLFolder(long pk,
long dlFolderPK)
throws SystemException
pk - the primary key of the document library file entry typedlFolderPK - the primary key of the document library folderSystemException - if a system exception occurredvoid removeDLFolder(long pk,
DLFolder dlFolder)
throws SystemException
pk - the primary key of the document library file entry typedlFolder - the document library folderSystemException - if a system exception occurredvoid removeDLFolders(long pk,
long[] dlFolderPKs)
throws SystemException
pk - the primary key of the document library file entry typedlFolderPKs - the primary keys of the document library foldersSystemException - if a system exception occurredvoid removeDLFolders(long pk,
java.util.List<DLFolder> dlFolders)
throws SystemException
pk - the primary key of the document library file entry typedlFolders - the document library foldersSystemException - if a system exception occurredvoid setDLFolders(long pk,
long[] dlFolderPKs)
throws SystemException
pk - the primary key of the document library file entry typedlFolderPKs - the primary keys of the document library folders to be associated with the document library file entry typeSystemException - if a system exception occurredvoid setDLFolders(long pk,
java.util.List<DLFolder> dlFolders)
throws SystemException
pk - the primary key of the document library file entry typedlFolders - the document library folders to be associated with the document library file entry typeSystemException - if a system exception occurredjava.util.List<DDMStructure> getDDMStructures(long pk) throws SystemException
pk - the primary key of the document library file entry typeSystemException - if a system exception occurredjava.util.List<DDMStructure> getDDMStructures(long pk, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the document library file entry typestart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurredjava.util.List<DDMStructure> getDDMStructures(long pk, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk - the primary key of the document library file entry typestart - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredint getDDMStructuresSize(long pk)
throws SystemException
pk - the primary key of the document library file entry typeSystemException - if a system exception occurredboolean containsDDMStructure(long pk,
long ddmStructurePK)
throws SystemException
true if the d d m structure is associated with the document library file entry type.pk - the primary key of the document library file entry typeddmStructurePK - the primary key of the d d m structuretrue if the d d m structure is associated with the document library file entry type; false otherwiseSystemException - if a system exception occurredboolean containsDDMStructures(long pk)
throws SystemException
true if the document library file entry type has any d d m structures associated with it.pk - the primary key of the document library file entry type to check for associations with d d m structurestrue if the document library file entry type has any d d m structures associated with it; false otherwiseSystemException - if a system exception occurredvoid addDDMStructure(long pk,
long ddmStructurePK)
throws SystemException
pk - the primary key of the document library file entry typeddmStructurePK - the primary key of the d d m structureSystemException - if a system exception occurredvoid addDDMStructure(long pk,
DDMStructure ddmStructure)
throws SystemException
pk - the primary key of the document library file entry typeddmStructure - the d d m structureSystemException - if a system exception occurredvoid addDDMStructures(long pk,
long[] ddmStructurePKs)
throws SystemException
pk - the primary key of the document library file entry typeddmStructurePKs - the primary keys of the d d m structuresSystemException - if a system exception occurredvoid addDDMStructures(long pk,
java.util.List<DDMStructure> ddmStructures)
throws SystemException
pk - the primary key of the document library file entry typeddmStructures - the d d m structuresSystemException - if a system exception occurredvoid clearDDMStructures(long pk)
throws SystemException
pk - the primary key of the document library file entry type to clear the associated d d m structures fromSystemException - if a system exception occurredvoid removeDDMStructure(long pk,
long ddmStructurePK)
throws SystemException
pk - the primary key of the document library file entry typeddmStructurePK - the primary key of the d d m structureSystemException - if a system exception occurredvoid removeDDMStructure(long pk,
DDMStructure ddmStructure)
throws SystemException
pk - the primary key of the document library file entry typeddmStructure - the d d m structureSystemException - if a system exception occurredvoid removeDDMStructures(long pk,
long[] ddmStructurePKs)
throws SystemException
pk - the primary key of the document library file entry typeddmStructurePKs - the primary keys of the d d m structuresSystemException - if a system exception occurredvoid removeDDMStructures(long pk,
java.util.List<DDMStructure> ddmStructures)
throws SystemException
pk - the primary key of the document library file entry typeddmStructures - the d d m structuresSystemException - if a system exception occurredvoid setDDMStructures(long pk,
long[] ddmStructurePKs)
throws SystemException
pk - the primary key of the document library file entry typeddmStructurePKs - the primary keys of the d d m structures to be associated with the document library file entry typeSystemException - if a system exception occurredvoid setDDMStructures(long pk,
java.util.List<DDMStructure> ddmStructures)
throws SystemException
pk - the primary key of the document library file entry typeddmStructures - the d d m structures to be associated with the document library file entry typeSystemException - if a system exception occurred