|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class}) public interface DLFileRankLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.documentlibrary.service.impl.DLFileRankLocalServiceImpl
}.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
DLFileRankLocalServiceUtil
Method Summary | |
---|---|
DLFileRank |
addDLFileRank(DLFileRank dlFileRank)
|
DLFileRank |
addFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name)
Deprecated. |
DLFileRank |
addFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name,
ServiceContext serviceContext)
|
DLFileRank |
createDLFileRank(long fileRankId)
|
void |
deleteDLFileRank(DLFileRank dlFileRank)
|
void |
deleteDLFileRank(long fileRankId)
|
void |
deleteFileRanks(long userId)
|
void |
deleteFileRanks(long folderId,
java.lang.String name)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
DLFileRank |
getDLFileRank(long fileRankId)
|
java.util.List<DLFileRank> |
getDLFileRanks(int start,
int end)
|
int |
getDLFileRanksCount()
|
java.util.List<DLFileRank> |
getFileRanks(long groupId,
long userId)
|
java.util.List<DLFileRank> |
getFileRanks(long groupId,
long userId,
int start,
int end)
|
DLFileRank |
updateDLFileRank(DLFileRank dlFileRank)
|
DLFileRank |
updateDLFileRank(DLFileRank dlFileRank,
boolean merge)
|
DLFileRank |
updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name)
Deprecated. |
DLFileRank |
updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name,
ServiceContext serviceContext)
|
Method Detail |
---|
DLFileRank addDLFileRank(DLFileRank dlFileRank) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank createDLFileRank(long fileRankId)
void deleteDLFileRank(long fileRankId) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
void deleteDLFileRank(DLFileRank dlFileRank) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) DLFileRank getDLFileRank(long fileRankId) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileRank> getDLFileRanks(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) int getDLFileRanksCount() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank updateDLFileRank(DLFileRank dlFileRank) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank updateDLFileRank(DLFileRank dlFileRank, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank addFileRank(long groupId, long companyId, long userId, long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank addFileRank(long groupId, long companyId, long userId, long folderId, java.lang.String name, ServiceContext serviceContext) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void deleteFileRanks(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void deleteFileRanks(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileRank> getFileRanks(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileRank> getFileRanks(long groupId, long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank updateFileRank(long groupId, long companyId, long userId, long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileRank updateFileRank(long groupId, long companyId, long userId, long folderId, java.lang.String name, ServiceContext serviceContext) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |