|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IGFolder in com.liferay.portlet.imagegallery.lar |
---|
Methods in com.liferay.portlet.imagegallery.lar with parameters of type IGFolder | |
---|---|
protected static void |
IGPortletDataHandlerImpl.exportFolder(PortletDataContext context,
Element foldersElement,
Element imagesElement,
IGFolder folder)
|
protected static void |
IGPortletDataHandlerImpl.importFolder(PortletDataContext context,
IGFolder folder)
|
Uses of IGFolder in com.liferay.portlet.imagegallery.model |
---|
Classes in com.liferay.portlet.imagegallery.model that implement IGFolder | |
---|---|
class |
IGFolderWrapper
This class is a wrapper for IGFolder . |
Methods in com.liferay.portlet.imagegallery.model that return IGFolder | |
---|---|
IGFolder |
IGImageWrapper.getFolder()
|
IGFolder |
IGImage.getFolder()
|
IGFolder |
IGFolderWrapper.getParentFolder()
|
IGFolder |
IGFolder.getParentFolder()
|
IGFolder |
IGFolderWrapper.getWrappedIGFolder()
|
IGFolder |
IGFolderWrapper.toEscapedModel()
|
IGFolder |
IGFolderModel.toEscapedModel()
Gets a copy of this i g folder as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
Methods in com.liferay.portlet.imagegallery.model that return types with arguments of type IGFolder | |
---|---|
List<IGFolder> |
IGFolderWrapper.getAncestors()
|
List<IGFolder> |
IGFolder.getAncestors()
|
Methods in com.liferay.portlet.imagegallery.model with parameters of type IGFolder | |
---|---|
int |
IGFolderWrapper.compareTo(IGFolder igFolder)
|
int |
IGFolderModel.compareTo(IGFolder igFolder)
|
static IGFolderSoap |
IGFolderSoap.toSoapModel(IGFolder model)
|
static IGFolderSoap[] |
IGFolderSoap.toSoapModels(IGFolder[] models)
|
static IGFolderSoap[][] |
IGFolderSoap.toSoapModels(IGFolder[][] models)
|
Method parameters in com.liferay.portlet.imagegallery.model with type arguments of type IGFolder | |
---|---|
static IGFolderSoap[] |
IGFolderSoap.toSoapModels(List<IGFolder> models)
|
Constructors in com.liferay.portlet.imagegallery.model with parameters of type IGFolder | |
---|---|
IGFolderWrapper(IGFolder igFolder)
|
Uses of IGFolder in com.liferay.portlet.imagegallery.model.impl |
---|
Classes in com.liferay.portlet.imagegallery.model.impl that implement IGFolder | |
---|---|
class |
IGFolderImpl
|
Methods in com.liferay.portlet.imagegallery.model.impl that return IGFolder | |
---|---|
IGFolder |
IGImageImpl.getFolder()
|
IGFolder |
IGFolderImpl.getParentFolder()
|
IGFolder |
IGFolderModelImpl.toEscapedModel()
|
static IGFolder |
IGFolderModelImpl.toModel(IGFolderSoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portlet.imagegallery.model.impl that return types with arguments of type IGFolder | |
---|---|
List<IGFolder> |
IGFolderImpl.getAncestors()
|
static List<IGFolder> |
IGFolderModelImpl.toModels(IGFolderSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.imagegallery.model.impl with parameters of type IGFolder | |
---|---|
int |
IGFolderModelImpl.compareTo(IGFolder igFolder)
|
Uses of IGFolder in com.liferay.portlet.imagegallery.service |
---|
Methods in com.liferay.portlet.imagegallery.service that return IGFolder | |
---|---|
IGFolder |
IGFolderLocalServiceWrapper.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderLocalServiceUtil.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderLocalService.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderServiceWrapper.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderServiceUtil.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderService.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderLocalServiceWrapper.addIGFolder(IGFolder igFolder)
Adds the i g folder to the database. |
static IGFolder |
IGFolderLocalServiceUtil.addIGFolder(IGFolder igFolder)
Adds the i g folder to the database. |
IGFolder |
IGFolderLocalService.addIGFolder(IGFolder igFolder)
Adds the i g folder to the database. |
IGFolder |
IGFolderServiceWrapper.copyFolder(long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderServiceUtil.copyFolder(long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderService.copyFolder(long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderLocalServiceWrapper.createIGFolder(long folderId)
Creates a new i g folder with the primary key. |
static IGFolder |
IGFolderLocalServiceUtil.createIGFolder(long folderId)
Creates a new i g folder with the primary key. |
IGFolder |
IGFolderLocalService.createIGFolder(long folderId)
Creates a new i g folder with the primary key. |
IGFolder |
IGFolderServiceWrapper.getFolder(long folderId)
|
static IGFolder |
IGFolderServiceUtil.getFolder(long folderId)
|
IGFolder |
IGFolderService.getFolder(long folderId)
|
IGFolder |
IGFolderLocalServiceWrapper.getFolder(long folderId)
|
static IGFolder |
IGFolderLocalServiceUtil.getFolder(long folderId)
|
IGFolder |
IGFolderLocalService.getFolder(long folderId)
|
IGFolder |
IGFolderServiceWrapper.getFolder(long groupId,
long parentFolderId,
String name)
|
static IGFolder |
IGFolderServiceUtil.getFolder(long groupId,
long parentFolderId,
String name)
|
IGFolder |
IGFolderService.getFolder(long groupId,
long parentFolderId,
String name)
|
IGFolder |
IGFolderLocalServiceWrapper.getFolder(long groupId,
long parentFolderId,
String name)
|
static IGFolder |
IGFolderLocalServiceUtil.getFolder(long groupId,
long parentFolderId,
String name)
|
IGFolder |
IGFolderLocalService.getFolder(long groupId,
long parentFolderId,
String name)
|
IGFolder |
IGFolderLocalServiceWrapper.getIGFolder(long folderId)
Gets the i g folder with the primary key. |
static IGFolder |
IGFolderLocalServiceUtil.getIGFolder(long folderId)
Gets the i g folder with the primary key. |
IGFolder |
IGFolderLocalService.getIGFolder(long folderId)
Gets the i g folder with the primary key. |
IGFolder |
IGFolderLocalServiceWrapper.getIGFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the i g folder with the UUID and group id. |
static IGFolder |
IGFolderLocalServiceUtil.getIGFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the i g folder with the UUID and group id. |
IGFolder |
IGFolderLocalService.getIGFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the i g folder with the UUID and group id. |
IGFolder |
IGFolderServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
IGFolder |
IGFolderService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
IGFolder |
IGFolderLocalServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderLocalServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
IGFolder |
IGFolderLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
IGFolder |
IGFolderLocalServiceWrapper.updateIGFolder(IGFolder igFolder)
Updates the i g folder in the database. |
static IGFolder |
IGFolderLocalServiceUtil.updateIGFolder(IGFolder igFolder)
Updates the i g folder in the database. |
IGFolder |
IGFolderLocalService.updateIGFolder(IGFolder igFolder)
Updates the i g folder in the database. |
IGFolder |
IGFolderLocalServiceWrapper.updateIGFolder(IGFolder igFolder,
boolean merge)
Updates the i g folder in the database. |
static IGFolder |
IGFolderLocalServiceUtil.updateIGFolder(IGFolder igFolder,
boolean merge)
Updates the i g folder in the database. |
IGFolder |
IGFolderLocalService.updateIGFolder(IGFolder igFolder,
boolean merge)
Updates the i g folder in the database. |
Methods in com.liferay.portlet.imagegallery.service that return types with arguments of type IGFolder | |
---|---|
List<IGFolder> |
IGFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
static List<IGFolder> |
IGFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<IGFolder> |
IGFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
List<IGFolder> |
IGFolderLocalServiceWrapper.getFolders(long groupId)
|
static List<IGFolder> |
IGFolderLocalServiceUtil.getFolders(long groupId)
|
List<IGFolder> |
IGFolderLocalService.getFolders(long groupId)
|
List<IGFolder> |
IGFolderServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<IGFolder> |
IGFolderServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<IGFolder> |
IGFolderService.getFolders(long groupId,
long parentFolderId)
|
List<IGFolder> |
IGFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<IGFolder> |
IGFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<IGFolder> |
IGFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
List<IGFolder> |
IGFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<IGFolder> |
IGFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<IGFolder> |
IGFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<IGFolder> |
IGFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<IGFolder> |
IGFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<IGFolder> |
IGFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<IGFolder> |
IGFolderLocalServiceWrapper.getIGFolders(int start,
int end)
Gets a range of all the i g folders. |
static List<IGFolder> |
IGFolderLocalServiceUtil.getIGFolders(int start,
int end)
Gets a range of all the i g folders. |
List<IGFolder> |
IGFolderLocalService.getIGFolders(int start,
int end)
Gets a range of all the i g folders. |
Methods in com.liferay.portlet.imagegallery.service with parameters of type IGFolder | |
---|---|
void |
IGFolderLocalServiceWrapper.addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
IGFolderLocalServiceUtil.addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
IGFolderLocalService.addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
IGFolderLocalServiceWrapper.addFolderResources(IGFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
IGFolderLocalServiceUtil.addFolderResources(IGFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
void |
IGFolderLocalService.addFolderResources(IGFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
IGFolder |
IGFolderLocalServiceWrapper.addIGFolder(IGFolder igFolder)
Adds the i g folder to the database. |
static IGFolder |
IGFolderLocalServiceUtil.addIGFolder(IGFolder igFolder)
Adds the i g folder to the database. |
IGFolder |
IGFolderLocalService.addIGFolder(IGFolder igFolder)
Adds the i g folder to the database. |
void |
IGFolderLocalServiceWrapper.deleteFolder(IGFolder folder)
|
static void |
IGFolderLocalServiceUtil.deleteFolder(IGFolder folder)
|
void |
IGFolderLocalService.deleteFolder(IGFolder folder)
|
void |
IGFolderLocalServiceWrapper.deleteIGFolder(IGFolder igFolder)
Deletes the i g folder from the database. |
static void |
IGFolderLocalServiceUtil.deleteIGFolder(IGFolder igFolder)
Deletes the i g folder from the database. |
void |
IGFolderLocalService.deleteIGFolder(IGFolder igFolder)
Deletes the i g folder from the database. |
IGFolder |
IGFolderLocalServiceWrapper.updateIGFolder(IGFolder igFolder)
Updates the i g folder in the database. |
static IGFolder |
IGFolderLocalServiceUtil.updateIGFolder(IGFolder igFolder)
Updates the i g folder in the database. |
IGFolder |
IGFolderLocalService.updateIGFolder(IGFolder igFolder)
Updates the i g folder in the database. |
IGFolder |
IGFolderLocalServiceWrapper.updateIGFolder(IGFolder igFolder,
boolean merge)
Updates the i g folder in the database. |
static IGFolder |
IGFolderLocalServiceUtil.updateIGFolder(IGFolder igFolder,
boolean merge)
Updates the i g folder in the database. |
IGFolder |
IGFolderLocalService.updateIGFolder(IGFolder igFolder,
boolean merge)
Updates the i g folder in the database. |
Uses of IGFolder in com.liferay.portlet.imagegallery.service.base |
---|
Methods in com.liferay.portlet.imagegallery.service.base that return IGFolder | |
---|---|
IGFolder |
IGFolderLocalServiceBaseImpl.addIGFolder(IGFolder igFolder)
Adds the i g folder to the database. |
IGFolder |
IGFolderLocalServiceBaseImpl.createIGFolder(long folderId)
Creates a new i g folder with the primary key. |
IGFolder |
IGFolderLocalServiceBaseImpl.getIGFolder(long folderId)
Gets the i g folder with the primary key. |
IGFolder |
IGFolderLocalServiceBaseImpl.getIGFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the i g folder with the UUID and group id. |
IGFolder |
IGFolderLocalServiceBaseImpl.updateIGFolder(IGFolder igFolder)
Updates the i g folder in the database. |
IGFolder |
IGFolderLocalServiceBaseImpl.updateIGFolder(IGFolder igFolder,
boolean merge)
Updates the i g folder in the database. |
Methods in com.liferay.portlet.imagegallery.service.base that return types with arguments of type IGFolder | |
---|---|
List<IGFolder> |
IGFolderLocalServiceBaseImpl.getIGFolders(int start,
int end)
Gets a range of all the i g folders. |
Methods in com.liferay.portlet.imagegallery.service.base with parameters of type IGFolder | |
---|---|
IGFolder |
IGFolderLocalServiceBaseImpl.addIGFolder(IGFolder igFolder)
Adds the i g folder to the database. |
void |
IGFolderLocalServiceBaseImpl.deleteIGFolder(IGFolder igFolder)
Deletes the i g folder from the database. |
IGFolder |
IGFolderLocalServiceBaseImpl.updateIGFolder(IGFolder igFolder)
Updates the i g folder in the database. |
IGFolder |
IGFolderLocalServiceBaseImpl.updateIGFolder(IGFolder igFolder,
boolean merge)
Updates the i g folder in the database. |
Uses of IGFolder in com.liferay.portlet.imagegallery.service.http |
---|
Methods in com.liferay.portlet.imagegallery.service.http that return IGFolder | |
---|---|
static IGFolder |
IGFolderServiceHttp.addFolder(HttpPrincipal httpPrincipal,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderServiceHttp.copyFolder(HttpPrincipal httpPrincipal,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderServiceHttp.getFolder(HttpPrincipal httpPrincipal,
long folderId)
|
static IGFolder |
IGFolderServiceHttp.getFolder(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
String name)
|
static IGFolder |
IGFolderServiceHttp.updateFolder(HttpPrincipal httpPrincipal,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.imagegallery.service.http that return types with arguments of type IGFolder | |
---|---|
static List<IGFolder> |
IGFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId)
|
static List<IGFolder> |
IGFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
int start,
int end)
|
Methods in com.liferay.portlet.imagegallery.service.http with parameters of type IGFolder | |
---|---|
static JSONArray |
IGFolderJSONSerializer.toJSONArray(IGFolder[] models)
|
static JSONArray |
IGFolderJSONSerializer.toJSONArray(IGFolder[][] models)
|
static JSONObject |
IGFolderJSONSerializer.toJSONObject(IGFolder model)
|
Method parameters in com.liferay.portlet.imagegallery.service.http with type arguments of type IGFolder | |
---|---|
static JSONArray |
IGFolderJSONSerializer.toJSONArray(List<IGFolder> models)
|
Uses of IGFolder in com.liferay.portlet.imagegallery.service.impl |
---|
Methods in com.liferay.portlet.imagegallery.service.impl that return IGFolder | |
---|---|
IGFolder |
IGFolderLocalServiceImpl.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderServiceImpl.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderServiceImpl.copyFolder(long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
IGFolderServiceImpl.getFolder(long folderId)
|
IGFolder |
IGFolderLocalServiceImpl.getFolder(long folderId)
|
IGFolder |
IGFolderServiceImpl.getFolder(long groupId,
long parentFolderId,
String name)
|
IGFolder |
IGFolderLocalServiceImpl.getFolder(long groupId,
long parentFolderId,
String name)
|
IGFolder |
IGFolderServiceImpl.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
IGFolder |
IGFolderLocalServiceImpl.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.imagegallery.service.impl that return types with arguments of type IGFolder | |
---|---|
List<IGFolder> |
IGFolderLocalServiceImpl.getCompanyFolders(long companyId,
int start,
int end)
|
List<IGFolder> |
IGFolderLocalServiceImpl.getFolders(long groupId)
|
List<IGFolder> |
IGFolderServiceImpl.getFolders(long groupId,
long parentFolderId)
|
List<IGFolder> |
IGFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId)
|
List<IGFolder> |
IGFolderServiceImpl.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<IGFolder> |
IGFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
Methods in com.liferay.portlet.imagegallery.service.impl with parameters of type IGFolder | |
---|---|
void |
IGFolderLocalServiceImpl.addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
IGFolderLocalServiceImpl.addFolderResources(IGFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
protected void |
IGFolderServiceImpl.copyFolder(IGFolder srcFolder,
IGFolder destFolder,
ServiceContext serviceContext)
|
void |
IGFolderLocalServiceImpl.deleteFolder(IGFolder folder)
|
protected long |
IGFolderLocalServiceImpl.getParentFolderId(IGFolder folder,
long parentFolderId)
|
protected void |
IGFolderLocalServiceImpl.mergeFolders(IGFolder fromFolder,
long toFolderId)
|
Uses of IGFolder in com.liferay.portlet.imagegallery.service.permission |
---|
Methods in com.liferay.portlet.imagegallery.service.permission with parameters of type IGFolder | |
---|---|
static void |
IGFolderPermission.check(PermissionChecker permissionChecker,
IGFolder folder,
String actionId)
|
static boolean |
IGFolderPermission.contains(PermissionChecker permissionChecker,
IGFolder folder,
String actionId)
|
Uses of IGFolder in com.liferay.portlet.imagegallery.service.persistence |
---|
Methods in com.liferay.portlet.imagegallery.service.persistence that return IGFolder | |
---|---|
static IGFolder |
IGFolderUtil.create(long folderId)
Creates a new i g folder with the primary key. |
IGFolder |
IGFolderPersistence.create(long folderId)
Creates a new i g folder with the primary key. |
IGFolder |
IGFolderPersistenceImpl.create(long folderId)
Creates a new i g folder with the primary key. |
static IGFolder |
IGFolderUtil.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
IGFolder |
IGFolderPersistence.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
IGFolder |
IGFolderPersistenceImpl.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
static IGFolder |
IGFolderUtil.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
IGFolder |
IGFolderPersistence.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
IGFolder |
IGFolderPersistenceImpl.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static IGFolder |
IGFolderUtil.fetchByPrimaryKey(long folderId)
Finds the i g folder with the primary key or returns null if it could not be found. |
IGFolder |
IGFolderPersistence.fetchByPrimaryKey(long folderId)
Finds the i g folder with the primary key or returns null if it could not be found. |
IGFolder |
IGFolderPersistenceImpl.fetchByPrimaryKey(long folderId)
Finds the i g folder with the primary key or returns null if it could not be found. |
IGFolder |
IGFolderPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the i g folder with the primary key or returns null if it could not be found. |
static IGFolder |
IGFolderUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found. |
IGFolder |
IGFolderPersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found. |
IGFolder |
IGFolderPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found. |
static IGFolder |
IGFolderUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
IGFolder |
IGFolderPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
IGFolder |
IGFolderPersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static IGFolder |
IGFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where companyId = ?. |
IGFolder |
IGFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where companyId = ?. |
IGFolder |
IGFolderPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where companyId = ?. |
static IGFolder |
IGFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where companyId = ?. |
IGFolder |
IGFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where companyId = ?. |
IGFolder |
IGFolderPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where companyId = ?. |
static IGFolder[] |
IGFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where companyId = ?. |
IGFolder[] |
IGFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where companyId = ?. |
IGFolder[] |
IGFolderPersistenceImpl.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where companyId = ?. |
static IGFolder |
IGFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
IGFolder |
IGFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
IGFolder |
IGFolderPersistenceImpl.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
static IGFolder |
IGFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
IGFolder |
IGFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
IGFolder |
IGFolderPersistenceImpl.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
static IGFolder |
IGFolderUtil.findByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
IGFolder |
IGFolderPersistence.findByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
IGFolder |
IGFolderPersistenceImpl.findByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static IGFolder[] |
IGFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
IGFolder[] |
IGFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
IGFolder[] |
IGFolderPersistenceImpl.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where groupId = ? and parentFolderId = ?. |
static IGFolder |
IGFolderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where groupId = ?. |
IGFolder |
IGFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where groupId = ?. |
IGFolder |
IGFolderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where groupId = ?. |
static IGFolder |
IGFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where groupId = ?. |
IGFolder |
IGFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where groupId = ?. |
IGFolder |
IGFolderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where groupId = ?. |
static IGFolder[] |
IGFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where groupId = ?. |
IGFolder[] |
IGFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where groupId = ?. |
IGFolder[] |
IGFolderPersistenceImpl.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where groupId = ?. |
static IGFolder |
IGFolderUtil.findByPrimaryKey(long folderId)
Finds the i g folder with the primary key or throws a NoSuchFolderException if it could not be found. |
IGFolder |
IGFolderPersistence.findByPrimaryKey(long folderId)
Finds the i g folder with the primary key or throws a NoSuchFolderException if it could not be found. |
IGFolder |
IGFolderPersistenceImpl.findByPrimaryKey(long folderId)
Finds the i g folder with the primary key or throws a NoSuchFolderException if it could not be found. |
IGFolder |
IGFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the i g folder with the primary key or throws a NoSuchModelException if it could not be found. |
static IGFolder |
IGFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where uuid = ?. |
IGFolder |
IGFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where uuid = ?. |
IGFolder |
IGFolderPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first i g folder in the ordered set where uuid = ?. |
static IGFolder |
IGFolderUtil.findByUUID_G(String uuid,
long groupId)
Finds the i g folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
IGFolder |
IGFolderPersistence.findByUUID_G(String uuid,
long groupId)
Finds the i g folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
IGFolder |
IGFolderPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the i g folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
static IGFolder |
IGFolderUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where uuid = ?. |
IGFolder |
IGFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where uuid = ?. |
IGFolder |
IGFolderPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last i g folder in the ordered set where uuid = ?. |
static IGFolder[] |
IGFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where uuid = ?. |
IGFolder[] |
IGFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where uuid = ?. |
IGFolder[] |
IGFolderPersistenceImpl.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Finds the i g folders before and after the current i g folder in the ordered set where uuid = ?. |
protected IGFolder |
IGFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
IGFolder igFolder,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGFolder |
IGFolderPersistenceImpl.getByG_P_PrevAndNext(Session session,
IGFolder igFolder,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGFolder |
IGFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
IGFolder igFolder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGFolder |
IGFolderPersistenceImpl.getByUuid_PrevAndNext(Session session,
IGFolder igFolder,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static IGFolder |
IGFolderUtil.remove(IGFolder igFolder)
|
static IGFolder |
IGFolderUtil.remove(long folderId)
Removes the i g folder with the primary key from the database. |
IGFolder |
IGFolderPersistence.remove(long folderId)
Removes the i g folder with the primary key from the database. |
IGFolder |
IGFolderPersistenceImpl.remove(long folderId)
Removes the i g folder with the primary key from the database. |
IGFolder |
IGFolderPersistenceImpl.remove(Serializable primaryKey)
Removes the i g folder with the primary key from the database. |
protected IGFolder |
IGFolderPersistenceImpl.removeImpl(IGFolder igFolder)
|
protected IGFolder |
IGFolderPersistenceImpl.toUnwrappedModel(IGFolder igFolder)
|
static IGFolder |
IGFolderUtil.update(IGFolder igFolder,
boolean merge)
|
static IGFolder |
IGFolderUtil.update(IGFolder igFolder,
boolean merge,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderUtil.updateImpl(IGFolder igFolder,
boolean merge)
|
IGFolder |
IGFolderPersistence.updateImpl(IGFolder igFolder,
boolean merge)
|
IGFolder |
IGFolderPersistenceImpl.updateImpl(IGFolder igFolder,
boolean merge)
|
Methods in com.liferay.portlet.imagegallery.service.persistence that return types with arguments of type IGFolder | |
---|---|
static List<IGFolder> |
IGFolderUtil.filterFindByG_P(long groupId,
long parentFolderId)
Filters by the user's permissions and finds all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId)
Filters by the user's permissions and finds all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.filterFindByG_P(long groupId,
long parentFolderId)
Filters by the user's permissions and finds all the i g folders where groupId = ? and parentFolderId = ?. |
static List<IGFolder> |
IGFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g folders where groupId = ? and parentFolderId = ?. |
static List<IGFolder> |
IGFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?. |
static List<IGFolder> |
IGFolderUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the i g folders where groupId = ?. |
static List<IGFolder> |
IGFolderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g folders where groupId = ?. |
static List<IGFolder> |
IGFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ?. |
static List<IGFolder> |
IGFolderUtil.findAll()
Finds all the i g folders. |
List<IGFolder> |
IGFolderPersistence.findAll()
Finds all the i g folders. |
List<IGFolder> |
IGFolderPersistenceImpl.findAll()
Finds all the i g folders. |
static List<IGFolder> |
IGFolderUtil.findAll(int start,
int end)
Finds a range of all the i g folders. |
List<IGFolder> |
IGFolderPersistence.findAll(int start,
int end)
Finds a range of all the i g folders. |
List<IGFolder> |
IGFolderPersistenceImpl.findAll(int start,
int end)
Finds a range of all the i g folders. |
static List<IGFolder> |
IGFolderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders. |
List<IGFolder> |
IGFolderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders. |
List<IGFolder> |
IGFolderPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders. |
static List<IGFolder> |
IGFolderUtil.findByCompanyId(long companyId)
Finds all the i g folders where companyId = ?. |
List<IGFolder> |
IGFolderPersistence.findByCompanyId(long companyId)
Finds all the i g folders where companyId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByCompanyId(long companyId)
Finds all the i g folders where companyId = ?. |
static List<IGFolder> |
IGFolderUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the i g folders where companyId = ?. |
List<IGFolder> |
IGFolderPersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the i g folders where companyId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the i g folders where companyId = ?. |
static List<IGFolder> |
IGFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where companyId = ?. |
List<IGFolder> |
IGFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where companyId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where companyId = ?. |
static List<IGFolder> |
IGFolderUtil.findByG_P(long groupId,
long parentFolderId)
Finds all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistence.findByG_P(long groupId,
long parentFolderId)
Finds all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByG_P(long groupId,
long parentFolderId)
Finds all the i g folders where groupId = ? and parentFolderId = ?. |
static List<IGFolder> |
IGFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Finds a range of all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Finds a range of all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Finds a range of all the i g folders where groupId = ? and parentFolderId = ?. |
static List<IGFolder> |
IGFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?. |
static List<IGFolder> |
IGFolderUtil.findByGroupId(long groupId)
Finds all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistence.findByGroupId(long groupId)
Finds all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByGroupId(long groupId)
Finds all the i g folders where groupId = ?. |
static List<IGFolder> |
IGFolderUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the i g folders where groupId = ?. |
static List<IGFolder> |
IGFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where groupId = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where groupId = ?. |
static List<IGFolder> |
IGFolderUtil.findByUuid(String uuid)
Finds all the i g folders where uuid = ?. |
List<IGFolder> |
IGFolderPersistence.findByUuid(String uuid)
Finds all the i g folders where uuid = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByUuid(String uuid)
Finds all the i g folders where uuid = ?. |
static List<IGFolder> |
IGFolderUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the i g folders where uuid = ?. |
List<IGFolder> |
IGFolderPersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the i g folders where uuid = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Finds a range of all the i g folders where uuid = ?. |
static List<IGFolder> |
IGFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where uuid = ?. |
List<IGFolder> |
IGFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where uuid = ?. |
List<IGFolder> |
IGFolderPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g folders where uuid = ?. |
static List<IGFolder> |
IGFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<IGFolder> |
IGFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<IGFolder> |
IGFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.imagegallery.service.persistence with parameters of type IGFolder | |
---|---|
static void |
IGFolderUtil.cacheResult(IGFolder igFolder)
Caches the i g folder in the entity cache if it is enabled. |
void |
IGFolderPersistence.cacheResult(IGFolder igFolder)
Caches the i g folder in the entity cache if it is enabled. |
void |
IGFolderPersistenceImpl.cacheResult(IGFolder igFolder)
Caches the i g folder in the entity cache if it is enabled. |
static void |
IGFolderUtil.clearCache(IGFolder igFolder)
|
void |
IGFolderPersistenceImpl.clearCache(IGFolder igFolder)
Clears the cache for the i g folder. |
protected IGFolder |
IGFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
IGFolder igFolder,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGFolder |
IGFolderPersistenceImpl.getByG_P_PrevAndNext(Session session,
IGFolder igFolder,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGFolder |
IGFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
IGFolder igFolder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGFolder |
IGFolderPersistenceImpl.getByUuid_PrevAndNext(Session session,
IGFolder igFolder,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static IGFolder |
IGFolderUtil.remove(IGFolder igFolder)
|
protected IGFolder |
IGFolderPersistenceImpl.removeImpl(IGFolder igFolder)
|
protected IGFolder |
IGFolderPersistenceImpl.toUnwrappedModel(IGFolder igFolder)
|
static IGFolder |
IGFolderUtil.update(IGFolder igFolder,
boolean merge)
|
static IGFolder |
IGFolderUtil.update(IGFolder igFolder,
boolean merge,
ServiceContext serviceContext)
|
static IGFolder |
IGFolderUtil.updateImpl(IGFolder igFolder,
boolean merge)
|
IGFolder |
IGFolderPersistence.updateImpl(IGFolder igFolder,
boolean merge)
|
IGFolder |
IGFolderPersistenceImpl.updateImpl(IGFolder igFolder,
boolean merge)
|
Method parameters in com.liferay.portlet.imagegallery.service.persistence with type arguments of type IGFolder | |
---|---|
static void |
IGFolderUtil.cacheResult(List<IGFolder> igFolders)
Caches the i g folders in the entity cache if it is enabled. |
void |
IGFolderPersistence.cacheResult(List<IGFolder> igFolders)
Caches the i g folders in the entity cache if it is enabled. |
void |
IGFolderPersistenceImpl.cacheResult(List<IGFolder> igFolders)
Caches the i g folders in the entity cache if it is enabled. |
Uses of IGFolder in com.liferay.portlet.imagegallery.util |
---|
Methods in com.liferay.portlet.imagegallery.util with parameters of type IGFolder | |
---|---|
static void |
IGUtil.addPortletBreadcrumbEntries(IGFolder folder,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse)
|
Uses of IGFolder in com.liferay.portlet.imagegallery.webdav |
---|
Methods in com.liferay.portlet.imagegallery.webdav with parameters of type IGFolder | |
---|---|
protected Resource |
IGWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest,
IGFolder folder,
boolean appendPath)
|
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |