|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFileEntryTypeServiceUtil
public class DLFileEntryTypeServiceUtil
The utility for the document library file entry type remote service. This utility wraps com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeServiceImpl and is the primary access point for service operations in application layer code running on a remote server.
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.
DLFileEntryTypeService,
com.liferay.portlet.documentlibrary.service.base.DLFileEntryTypeServiceBaseImpl,
com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeServiceImpl| Constructor Summary | |
|---|---|
DLFileEntryTypeServiceUtil()
|
|
| Method Summary | |
|---|---|
static DLFileEntryType |
addFileEntryType(long groupId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static void |
deleteFileEntryType(long fileEntryTypeId)
|
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static DLFileEntryType |
getFileEntryType(long fileEntryTypeId)
|
static java.util.List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds)
|
static int |
getFileEntryTypesCount(long[] groupIds)
|
static DLFileEntryTypeService |
getService()
|
static java.util.List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
static int |
searchCount(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType)
|
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(DLFileEntryTypeService service)
Deprecated. |
static void |
updateFileEntryType(long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileEntryTypeServiceUtil()
| Method Detail |
|---|
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
public static DLFileEntryType addFileEntryType(long groupId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
public static void deleteFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
PortalException
SystemException
public static DLFileEntryType getFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
PortalException
SystemException
public static java.util.List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
throws SystemException
SystemException
public static int getFileEntryTypesCount(long[] groupIds)
throws SystemException
SystemException
public static java.util.List<DLFileEntryType> search(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static int searchCount(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType)
throws SystemException
SystemException
public static void updateFileEntryType(long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemExceptionpublic static DLFileEntryTypeService getService()
public void setService(DLFileEntryTypeService service)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||