com.liferay.portlet.imagegallery.service
Class IGFolderLocalServiceUtil
java.lang.Object
com.liferay.portlet.imagegallery.service.IGFolderLocalServiceUtil
public class IGFolderLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
IGFolderLocalService
bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- Author:
- Brian Wing Shun Chan
- See Also:
IGFolderLocalService
- Generated:
Method Summary |
static IGFolder |
addFolder(java.lang.String uuid,
long userId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
|
static void |
addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
addFolderResources(IGFolder folder,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
static void |
addFolderResources(long folderId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
addFolderResources(long folderId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
static IGFolder |
addIGFolder(IGFolder igFolder)
|
static IGFolder |
createIGFolder(long folderId)
|
static void |
deleteFolder(IGFolder folder)
|
static void |
deleteFolder(long folderId)
|
static void |
deleteFolders(long groupId)
|
static void |
deleteIGFolder(IGFolder igFolder)
|
static void |
deleteIGFolder(long folderId)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static java.util.List<IGFolder> |
getCompanyFolders(long companyId,
int start,
int end)
|
static int |
getCompanyFoldersCount(long companyId)
|
static IGFolder |
getFolder(long folderId)
|
static IGFolder |
getFolder(long groupId,
long parentFolderId,
java.lang.String name)
|
static java.util.List<IGFolder> |
getFolders(long groupId)
|
static java.util.List<IGFolder> |
getFolders(long groupId,
long parentFolderId)
|
static java.util.List<IGFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static int |
getFoldersCount(long groupId,
long parentFolderId)
|
static IGFolder |
getIGFolder(long folderId)
|
static IGFolder |
getIGFolderByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
static java.util.List<IGFolder> |
getIGFolders(int start,
int end)
|
static int |
getIGFoldersCount()
|
static IGFolderLocalService |
getService()
|
static void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
|
void |
setService(IGFolderLocalService service)
|
static IGFolder |
updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static IGFolder |
updateIGFolder(IGFolder igFolder)
|
static IGFolder |
updateIGFolder(IGFolder igFolder,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGFolderLocalServiceUtil
public IGFolderLocalServiceUtil()
addIGFolder
public static IGFolder addIGFolder(IGFolder igFolder)
throws SystemException
- Throws:
SystemException
createIGFolder
public static IGFolder createIGFolder(long folderId)
deleteIGFolder
public static void deleteIGFolder(long folderId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteIGFolder
public static void deleteIGFolder(IGFolder igFolder)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getIGFolder
public static IGFolder getIGFolder(long folderId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getIGFolderByUuidAndGroupId
public static IGFolder getIGFolderByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getIGFolders
public static java.util.List<IGFolder> getIGFolders(int start,
int end)
throws SystemException
- Throws:
SystemException
getIGFoldersCount
public static int getIGFoldersCount()
throws SystemException
- Throws:
SystemException
updateIGFolder
public static IGFolder updateIGFolder(IGFolder igFolder)
throws SystemException
- Throws:
SystemException
updateIGFolder
public static IGFolder updateIGFolder(IGFolder igFolder,
boolean merge)
throws SystemException
- Throws:
SystemException
addFolder
public static IGFolder addFolder(java.lang.String uuid,
long userId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addFolderResources
public static void addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addFolderResources
public static void addFolderResources(IGFolder folder,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addFolderResources
public static void addFolderResources(long folderId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addFolderResources
public static void addFolderResources(long folderId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteFolder
public static void deleteFolder(IGFolder folder)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteFolder
public static void deleteFolder(long folderId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteFolders
public static void deleteFolders(long groupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getCompanyFolders
public static java.util.List<IGFolder> getCompanyFolders(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getCompanyFoldersCount
public static int getCompanyFoldersCount(long companyId)
throws SystemException
- Throws:
SystemException
getFolder
public static IGFolder getFolder(long folderId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFolder
public static IGFolder getFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFolders
public static java.util.List<IGFolder> getFolders(long groupId)
throws SystemException
- Throws:
SystemException
getFolders
public static java.util.List<IGFolder> getFolders(long groupId,
long parentFolderId)
throws SystemException
- Throws:
SystemException
getFolders
public static java.util.List<IGFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getFoldersCount
public static int getFoldersCount(long groupId,
long parentFolderId)
throws SystemException
- Throws:
SystemException
getSubfolderIds
public static void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
throws SystemException
- Throws:
SystemException
updateFolder
public static IGFolder updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static IGFolderLocalService getService()
setService
public void setService(IGFolderLocalService service)