|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface DLFileEntryTypeServiceThe interface for the document library file entry type remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
DLFileEntryTypeServiceUtil,
com.liferay.portlet.documentlibrary.service.base.DLFileEntryTypeServiceBaseImpl,
com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeServiceImpl| Method Summary | |
|---|---|
DLFileEntryType |
addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
deleteFileEntryType(long fileEntryTypeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DLFileEntryType |
getFileEntryType(long fileEntryTypeId)
|
List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds)
|
int |
getFileEntryTypesCount(long[] groupIds)
|
List<DLFileEntryType> |
getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
|
List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
DLFileEntryType addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void deleteFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileEntryType getFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFileEntryTypesCount(long[] groupIds)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileEntryType> search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
throws SystemException
SystemException
void updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||