|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@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,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
deleteFileEntryType(long fileEntryTypeId)
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DLFileEntryType |
getFileEntryType(long fileEntryTypeId)
|
java.util.List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds)
|
int |
getFileEntryTypesCount(long[] groupIds)
|
java.util.List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
searchCount(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType)
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
updateFileEntryType(long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
| Method Detail |
|---|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
DLFileEntryType addFileEntryType(long groupId,
java.lang.String name,
java.lang.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)
java.util.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)
java.util.List<DLFileEntryType> search(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType)
throws SystemException
SystemException
void updateFileEntryType(long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||