|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SystemException in com.liferay.counter.model |
|---|
| Methods in com.liferay.counter.model that throw SystemException | |
|---|---|
void |
CounterWrapper.persist()
|
| Uses of SystemException in com.liferay.counter.service |
|---|
| Methods in com.liferay.counter.service that throw SystemException | |
|---|---|
Counter |
CounterLocalServiceWrapper.addCounter(Counter counter)
Adds the counter to the database. |
static Counter |
CounterLocalServiceUtil.addCounter(Counter counter)
Adds the counter to the database. |
Counter |
CounterLocalService.addCounter(Counter counter)
Adds the counter to the database. |
Counter |
CounterLocalServiceWrapper.deleteCounter(Counter counter)
Deletes the counter from the database. |
static Counter |
CounterLocalServiceUtil.deleteCounter(Counter counter)
Deletes the counter from the database. |
Counter |
CounterLocalService.deleteCounter(Counter counter)
Deletes the counter from the database. |
Counter |
CounterLocalServiceWrapper.deleteCounter(String name)
Deletes the counter with the primary key from the database. |
static Counter |
CounterLocalServiceUtil.deleteCounter(String name)
Deletes the counter with the primary key from the database. |
Counter |
CounterLocalService.deleteCounter(String name)
Deletes the counter with the primary key from the database. |
List |
CounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
CounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
CounterLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
CounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
CounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
CounterLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
CounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
CounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
CounterLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
CounterLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
CounterLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
CounterLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
Counter |
CounterLocalServiceWrapper.fetchCounter(String name)
|
static Counter |
CounterLocalServiceUtil.fetchCounter(String name)
|
Counter |
CounterLocalService.fetchCounter(String name)
|
Counter |
CounterLocalServiceWrapper.getCounter(String name)
Returns the counter with the primary key. |
static Counter |
CounterLocalServiceUtil.getCounter(String name)
Returns the counter with the primary key. |
Counter |
CounterLocalService.getCounter(String name)
Returns the counter with the primary key. |
List<Counter> |
CounterLocalServiceWrapper.getCounters(int start,
int end)
Returns a range of all the counters. |
static List<Counter> |
CounterLocalServiceUtil.getCounters(int start,
int end)
Returns a range of all the counters. |
List<Counter> |
CounterLocalService.getCounters(int start,
int end)
Returns a range of all the counters. |
int |
CounterLocalServiceWrapper.getCountersCount()
Returns the number of counters. |
static int |
CounterLocalServiceUtil.getCountersCount()
Returns the number of counters. |
int |
CounterLocalService.getCountersCount()
Returns the number of counters. |
List<String> |
CounterLocalServiceWrapper.getNames()
|
static List<String> |
CounterLocalServiceUtil.getNames()
|
List<String> |
CounterLocalService.getNames()
|
PersistedModel |
CounterLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
CounterLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
CounterLocalService.getPersistedModel(Serializable primaryKeyObj)
|
long |
CounterLocalServiceWrapper.increment()
|
static long |
CounterLocalServiceUtil.increment()
|
long |
CounterLocalService.increment()
|
long |
CounterLocalServiceWrapper.increment(String name)
|
static long |
CounterLocalServiceUtil.increment(String name)
|
long |
CounterLocalService.increment(String name)
|
long |
CounterLocalServiceWrapper.increment(String name,
int size)
|
static long |
CounterLocalServiceUtil.increment(String name,
int size)
|
long |
CounterLocalService.increment(String name,
int size)
|
void |
CounterLocalServiceWrapper.rename(String oldName,
String newName)
|
static void |
CounterLocalServiceUtil.rename(String oldName,
String newName)
|
void |
CounterLocalService.rename(String oldName,
String newName)
|
void |
CounterLocalServiceWrapper.reset(String name)
|
static void |
CounterLocalServiceUtil.reset(String name)
|
void |
CounterLocalService.reset(String name)
|
void |
CounterLocalServiceWrapper.reset(String name,
long size)
|
static void |
CounterLocalServiceUtil.reset(String name,
long size)
|
void |
CounterLocalService.reset(String name,
long size)
|
Counter |
CounterLocalServiceWrapper.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
static Counter |
CounterLocalServiceUtil.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
Counter |
CounterLocalService.updateCounter(Counter counter)
Updates the counter in the database or adds it if it does not yet exist. |
| Uses of SystemException in com.liferay.counter.service.persistence |
|---|
| Methods in com.liferay.counter.service.persistence that throw SystemException | |
|---|---|
static int |
CounterUtil.countAll()
Returns the number of counters. |
int |
CounterPersistence.countAll()
Returns the number of counters. |
long |
CounterUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static Counter |
CounterUtil.fetchByPrimaryKey(String name)
Returns the counter with the primary key or returns null if it could not be found. |
Counter |
CounterPersistence.fetchByPrimaryKey(String name)
Returns the counter with the primary key or returns null if it could not be found. |
static List<Counter> |
CounterUtil.findAll()
Returns all the counters. |
List<Counter> |
CounterPersistence.findAll()
Returns all the counters. |
static List<Counter> |
CounterUtil.findAll(int start,
int end)
Returns a range of all the counters. |
List<Counter> |
CounterPersistence.findAll(int start,
int end)
Returns a range of all the counters. |
static List<Counter> |
CounterUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the counters. |
List<Counter> |
CounterPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the counters. |
static Counter |
CounterUtil.findByPrimaryKey(String name)
Returns the counter with the primary key or throws a NoSuchCounterException if it could not be found. |
Counter |
CounterPersistence.findByPrimaryKey(String name)
Returns the counter with the primary key or throws a NoSuchCounterException if it could not be found. |
static List<Counter> |
CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Counter> |
CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Counter> |
CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<String> |
CounterFinderUtil.getNames()
|
List<String> |
CounterFinder.getNames()
|
static long |
CounterFinderUtil.increment()
|
long |
CounterFinder.increment()
|
static long |
CounterFinderUtil.increment(String name)
|
long |
CounterFinder.increment(String name)
|
static long |
CounterFinderUtil.increment(String name,
int size)
|
long |
CounterFinder.increment(String name,
int size)
|
static Counter |
CounterUtil.remove(String name)
Removes the counter with the primary key from the database. |
Counter |
CounterPersistence.remove(String name)
Removes the counter with the primary key from the database. |
static void |
CounterUtil.removeAll()
Removes all the counters from the database. |
void |
CounterPersistence.removeAll()
Removes all the counters from the database. |
static void |
CounterFinderUtil.rename(String oldName,
String newName)
|
void |
CounterFinder.rename(String oldName,
String newName)
|
static void |
CounterFinderUtil.reset(String name)
|
void |
CounterFinder.reset(String name)
|
static void |
CounterFinderUtil.reset(String name,
long size)
|
void |
CounterFinder.reset(String name,
long size)
|
static Counter |
CounterUtil.update(Counter counter)
|
static Counter |
CounterUtil.update(Counter counter,
ServiceContext serviceContext)
|
static Counter |
CounterUtil.updateImpl(Counter counter)
|
Counter |
CounterPersistence.updateImpl(Counter counter)
|
| Constructors in com.liferay.counter.service.persistence that throw SystemException | |
|---|---|
CounterActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.mail.service |
|---|
| Methods in com.liferay.mail.service that throw SystemException | |
|---|---|
static void |
CyrusServiceUtil.addUser(long userId,
String emailAddress,
String password)
|
void |
CyrusService.addUser(long userId,
String emailAddress,
String password)
|
static void |
CyrusServiceUtil.deleteEmailAddress(long companyId,
long userId)
|
void |
CyrusService.deleteEmailAddress(long companyId,
long userId)
|
static void |
CyrusServiceUtil.deleteUser(long userId)
|
void |
CyrusService.deleteUser(long userId)
|
static javax.mail.Session |
MailServiceUtil.getSession()
|
javax.mail.Session |
MailService.getSession()
|
static void |
CyrusServiceUtil.updateEmailAddress(long companyId,
long userId,
String emailAddress)
|
void |
CyrusService.updateEmailAddress(long companyId,
long userId,
String emailAddress)
|
static void |
CyrusServiceUtil.updatePassword(long companyId,
long userId,
String password)
|
void |
CyrusService.updatePassword(long companyId,
long userId,
String password)
|
| Uses of SystemException in com.liferay.portal |
|---|
| Subclasses of SystemException in com.liferay.portal | |
|---|---|
class |
ModelListenerException
|
class |
ResourceBlocksNotSupportedException
|
class |
SystemException
Deprecated. SystemException |
| Uses of SystemException in com.liferay.portal.kernel.cluster |
|---|
| Methods in com.liferay.portal.kernel.cluster that throw SystemException | |
|---|---|
static FutureClusterResponses |
ClusterExecutorUtil.execute(ClusterRequest clusterRequest)
|
FutureClusterResponses |
ClusterExecutor.execute(ClusterRequest clusterRequest)
|
static void |
ClusterExecutorUtil.execute(ClusterRequest clusterRequest,
ClusterResponseCallback clusterResponseCallback)
|
void |
ClusterExecutor.execute(ClusterRequest clusterRequest,
ClusterResponseCallback clusterResponseCallback)
|
static void |
ClusterExecutorUtil.execute(ClusterRequest clusterRequest,
ClusterResponseCallback clusterResponseCallback,
long timeout,
TimeUnit timeUnit)
|
void |
ClusterExecutor.execute(ClusterRequest clusterRequest,
ClusterResponseCallback clusterResponseCallback,
long timeout,
TimeUnit timeUnit)
|
static ClusterNode |
ClusterExecutorUtil.getLocalClusterNode()
|
ClusterNode |
ClusterExecutor.getLocalClusterNode()
|
| Uses of SystemException in com.liferay.portal.kernel.dao.db |
|---|
| Methods in com.liferay.portal.kernel.dao.db that throw SystemException | |
|---|---|
long |
DB.increment()
|
long |
DB.increment(String name)
|
| Uses of SystemException in com.liferay.portal.kernel.dao.orm |
|---|
| Methods in com.liferay.portal.kernel.dao.orm that throw SystemException | |
|---|---|
protected List |
BaseActionableDynamicQuery.dynamicQuery(DynamicQuery dynamicQuery)
|
protected abstract void |
BaseActionableDynamicQuery.performAction(Object object)
|
void |
BaseActionableDynamicQuery.performActions()
|
void |
ActionableDynamicQuery.performActions()
|
void |
BaseActionableDynamicQuery.performActions(long startPrimaryKey,
long endPrimaryKey)
|
void |
BaseActionableDynamicQuery.setBaseLocalService(BaseLocalService baseLocalService)
|
void |
ActionableDynamicQuery.setBaseLocalService(BaseLocalService baseLocalService)
|
| Uses of SystemException in com.liferay.portal.kernel.facebook |
|---|
| Methods in com.liferay.portal.kernel.facebook that throw SystemException | |
|---|---|
static String |
FacebookConnectUtil.getAccessToken(long companyId,
String redirect,
String code)
|
String |
FacebookConnect.getAccessToken(long companyId,
String redirect,
String code)
|
static String |
FacebookConnectUtil.getAccessTokenURL(long companyId)
|
String |
FacebookConnect.getAccessTokenURL(long companyId)
|
static String |
FacebookConnectUtil.getAppId(long companyId)
|
String |
FacebookConnect.getAppId(long companyId)
|
static String |
FacebookConnectUtil.getAppSecret(long companyId)
|
String |
FacebookConnect.getAppSecret(long companyId)
|
static String |
FacebookConnectUtil.getAuthURL(long companyId)
|
String |
FacebookConnect.getAuthURL(long companyId)
|
static String |
FacebookConnectUtil.getGraphURL(long companyId)
|
String |
FacebookConnect.getGraphURL(long companyId)
|
static String |
FacebookConnectUtil.getRedirectURL(long companyId)
|
String |
FacebookConnect.getRedirectURL(long companyId)
|
static boolean |
FacebookConnectUtil.isEnabled(long companyId)
|
boolean |
FacebookConnect.isEnabled(long companyId)
|
static boolean |
FacebookConnectUtil.isVerifiedAccountRequired(long companyId)
|
boolean |
FacebookConnect.isVerifiedAccountRequired(long companyId)
|
| Uses of SystemException in com.liferay.portal.kernel.image |
|---|
| Methods in com.liferay.portal.kernel.image that throw SystemException | |
|---|---|
void |
Hook.deleteImage(Image image)
|
byte[] |
Hook.getImageAsBytes(Image image)
|
InputStream |
Hook.getImageAsStream(Image image)
|
void |
Hook.updateImage(Image image,
String type,
byte[] bytes)
|
| Uses of SystemException in com.liferay.portal.kernel.increment |
|---|
| Methods in com.liferay.portal.kernel.increment that throw SystemException | |
|---|---|
static Increment |
IncrementFactory.createIncrement(Class<? extends Increment<?>> counterClass,
Object value)
|
| Uses of SystemException in com.liferay.portal.kernel.jsonwebservice |
|---|
| Methods in com.liferay.portal.kernel.jsonwebservice that throw SystemException | |
|---|---|
void |
JSONWebServiceConfigurator.configure()
|
abstract void |
BaseJSONWebServiceConfigurator.configure()
|
| Uses of SystemException in com.liferay.portal.kernel.lar |
|---|
| Methods in com.liferay.portal.kernel.lar that throw SystemException | |
|---|---|
void |
PortletDataContext.addAssetCategories(Class<?> clazz,
long classPK)
|
void |
PortletDataContext.addAssetTags(Class<?> clazz,
long classPK)
|
void |
PortletDataContext.addClassedModel(Element element,
String path,
ClassedModel classedModel,
String namespace)
|
void |
PortletDataContext.addComments(Class<?> clazz,
long classPK)
|
void |
PortletDataContext.addExpando(Element element,
String path,
ClassedModel classedModel)
|
void |
PortletDataContext.addLocks(Class<?> clazz,
String key)
|
void |
PortletDataContext.addPermissions(Class<?> clazz,
long classPK)
|
void |
PortletDataContext.addPermissions(String resourceName,
long resourcePK)
|
void |
PortletDataContext.addRatingsEntries(Class<?> clazz,
long classPK)
|
void |
PortletDataContext.addZipEntry(String path,
byte[] bytes)
|
void |
PortletDataContext.addZipEntry(String path,
InputStream is)
|
void |
PortletDataContext.addZipEntry(String path,
Object object)
|
void |
PortletDataContext.addZipEntry(String path,
String s)
|
void |
PortletDataContext.addZipEntry(String name,
StringBuilder sb)
|
long |
PortletDataContext.getUserId(String userUuid)
|
void |
PortletDataContext.importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel,
String namespace)
|
void |
PortletDataContext.importComments(Class<?> clazz,
long classPK,
long newClassPK,
long groupId)
|
void |
PortletDataContext.importLocks(Class<?> clazz,
String key,
String newKey)
|
void |
PortletDataContext.importPermissions(Class<?> clazz,
long classPK,
long newClassPK)
|
void |
PortletDataContext.importPermissions(String resourceObj,
long resourcePK,
long newResourcePK)
|
void |
PortletDataContext.importRatingsEntries(Class<?> clazz,
long classPK,
long newClassPK)
|
| Uses of SystemException in com.liferay.portal.kernel.management |
|---|
| Methods in com.liferay.portal.kernel.management that throw SystemException | |
|---|---|
protected FutureClusterResponses |
ClusterManageActionWrapper.doAction()
|
| Uses of SystemException in com.liferay.portal.kernel.metadata |
|---|
| Methods in com.liferay.portal.kernel.metadata that throw SystemException | |
|---|---|
static Map<String,Fields> |
RawMetadataProcessorUtil.getRawMetadataMap(String extension,
String mimeType,
File file)
|
Map<String,Fields> |
RawMetadataProcessor.getRawMetadataMap(String extension,
String mimeType,
File file)
|
static Map<String,Fields> |
RawMetadataProcessorUtil.getRawMetadataMap(String extension,
String mimeType,
InputStream inputStream)
|
Map<String,Fields> |
RawMetadataProcessor.getRawMetadataMap(String extension,
String mimeType,
InputStream inputStream)
|
| Uses of SystemException in com.liferay.portal.kernel.mobile.device.rulegroup |
|---|
| Methods in com.liferay.portal.kernel.mobile.device.rulegroup that throw SystemException | |
|---|---|
static void |
ActionHandlerManagerUtil.applyActions(List<MDRAction> mdrActions,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
ActionHandlerManager.applyActions(List<MDRAction> mdrActions,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static MDRRuleGroupInstance |
RuleGroupProcessorUtil.evaluateRuleGroups(ThemeDisplay themeDisplay)
|
MDRRuleGroupInstance |
RuleGroupProcessor.evaluateRuleGroups(ThemeDisplay themeDisplay)
|
| Uses of SystemException in com.liferay.portal.kernel.mobile.device.rulegroup.action |
|---|
| Methods in com.liferay.portal.kernel.mobile.device.rulegroup.action that throw SystemException | |
|---|---|
void |
ActionHandler.applyAction(MDRAction mdrAction,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Uses of SystemException in com.liferay.portal.kernel.portlet |
|---|
| Methods in com.liferay.portal.kernel.portlet that throw SystemException | |
|---|---|
protected PortletConfig |
DefaultConfigurationAction.getSelPortletConfig(PortletRequest portletRequest)
|
| Uses of SystemException in com.liferay.portal.kernel.repository |
|---|
| Subclasses of SystemException in com.liferay.portal.kernel.repository | |
|---|---|
class |
RepositoryException
|
| Methods in com.liferay.portal.kernel.repository that throw SystemException | |
|---|---|
FileEntry |
LocalRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepository.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
Repository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
Repository.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
Folder |
LocalRepository.addFolder(long userId,
long parentFolderId,
String title,
String description,
ServiceContext serviceContext)
|
Folder |
Repository.addFolder(long parentFolderId,
String title,
String description,
ServiceContext serviceContext)
|
FileVersion |
Repository.cancelCheckOut(long fileEntryId)
|
void |
Repository.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
Repository.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. Repository.checkInFileEntry(long, String, ServiceContext) |
void |
BaseRepositoryImpl.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. Repository.checkInFileEntry(long, String, ServiceContext) |
void |
Repository.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
Repository.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
protected void |
BaseRepositoryImpl.clearManualCheckInRequired(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
Repository.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
void |
LocalRepository.deleteAll()
|
void |
Repository.deleteFileEntry(long fileEntryId)
|
void |
LocalRepository.deleteFileEntry(long fileEntryId)
|
void |
DefaultLocalRepositoryImpl.deleteFileEntry(long fileEntryId)
|
void |
Repository.deleteFileEntry(long folderId,
String title)
|
void |
BaseRepositoryImpl.deleteFileEntry(long folderId,
String title)
|
void |
Repository.deleteFileVersion(long fileEntryId,
String version)
|
void |
Repository.deleteFolder(long folderId)
|
void |
LocalRepository.deleteFolder(long folderId)
|
void |
DefaultLocalRepositoryImpl.deleteFolder(long folderId)
|
void |
Repository.deleteFolder(long parentFolderId,
String title)
|
void |
BaseRepositoryImpl.deleteFolder(long parentFolderId,
String title)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
Repository.getFileEntriesAndFileShortcuts(long folderId,
int status,
int start,
int end)
|
List<Object> |
BaseRepositoryImpl.getFileEntriesAndFileShortcuts(long folderId,
int status,
int start,
int end)
|
int |
Repository.getFileEntriesAndFileShortcutsCount(long folderId,
int status)
|
int |
BaseRepositoryImpl.getFileEntriesAndFileShortcutsCount(long folderId,
int status)
|
int |
Repository.getFileEntriesAndFileShortcutsCount(long folderId,
int status,
String[] mimeTypes)
|
int |
BaseRepositoryImpl.getFileEntriesAndFileShortcutsCount(long folderId,
int status,
String[] mimeTypes)
|
int |
Repository.getFileEntriesCount(long folderId)
|
int |
Repository.getFileEntriesCount(long folderId,
long fileEntryTypeId)
|
int |
Repository.getFileEntriesCount(long folderId,
String[] mimeTypes)
|
FileEntry |
Repository.getFileEntry(long fileEntryId)
|
FileEntry |
LocalRepository.getFileEntry(long fileEntryId)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntry(long fileEntryId)
|
FileEntry |
Repository.getFileEntry(long folderId,
String title)
|
FileEntry |
LocalRepository.getFileEntry(long folderId,
String title)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntry(long folderId,
String title)
|
FileEntry |
Repository.getFileEntryByUuid(String uuid)
|
FileEntry |
LocalRepository.getFileEntryByUuid(String uuid)
|
FileEntry |
DefaultLocalRepositoryImpl.getFileEntryByUuid(String uuid)
|
FileVersion |
Repository.getFileVersion(long fileVersionId)
|
FileVersion |
LocalRepository.getFileVersion(long fileVersionId)
|
FileVersion |
DefaultLocalRepositoryImpl.getFileVersion(long fileVersionId)
|
Folder |
Repository.getFolder(long folderId)
|
Folder |
LocalRepository.getFolder(long folderId)
|
Folder |
DefaultLocalRepositoryImpl.getFolder(long folderId)
|
Folder |
Repository.getFolder(long parentFolderId,
String title)
|
Folder |
LocalRepository.getFolder(long parentFolderId,
String title)
|
Folder |
DefaultLocalRepositoryImpl.getFolder(long parentFolderId,
String title)
|
List<Folder> |
Repository.getFolders(long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Folder> |
Repository.getFolders(long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Folder> |
BaseRepositoryImpl.getFolders(long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
abstract List<Object> |
BaseRepositoryImpl.getFoldersAndFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
abstract List<Object> |
BaseRepositoryImpl.getFoldersAndFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
String[] mimetypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
int |
Repository.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
boolean includeMountFolders)
|
int |
BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
boolean includeMountFolders)
|
int |
Repository.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
String[] mimetypes,
boolean includeMountFolders)
|
int |
BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
abstract int |
BaseRepositoryImpl.getFoldersAndFileEntriesCount(long folderId)
|
abstract int |
BaseRepositoryImpl.getFoldersAndFileEntriesCount(long folderId,
String[] mimeTypes)
|
int |
Repository.getFoldersCount(long parentFolderId,
boolean includeMountfolders)
|
int |
Repository.getFoldersCount(long parentFolderId,
int status,
boolean includeMountfolders)
|
int |
BaseRepositoryImpl.getFoldersCount(long parentFolderId,
int status,
boolean includeMountfolders)
|
int |
Repository.getFoldersFileEntriesCount(List<Long> folderIds,
int status)
|
List<Folder> |
Repository.getMountFolders(long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
int |
Repository.getMountFoldersCount(long parentFolderId)
|
Object[] |
BaseRepositoryImpl.getRepositoryEntryIds(String objectId)
|
List<FileEntry> |
Repository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
Repository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
int |
Repository.getRepositoryFileEntriesCount(long userId,
long rootFolderId)
|
int |
BaseRepositoryImpl.getRepositoryFileEntriesCount(long userId,
long rootFolderId)
|
int |
Repository.getRepositoryFileEntriesCount(long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
int |
BaseRepositoryImpl.getRepositoryFileEntriesCount(long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
void |
Repository.getSubfolderIds(List<Long> folderIds,
long folderId)
|
List<Long> |
Repository.getSubfolderIds(long folderId,
boolean recurse)
|
abstract void |
BaseRepositoryImpl.initRepository()
|
void |
BaseRepository.initRepository()
|
Lock |
Repository.lockFileEntry(long fileEntryId)
Deprecated. Repository.checkOutFileEntry(long, ServiceContext) |
Lock |
BaseRepositoryImpl.lockFileEntry(long fileEntryId)
Deprecated. Repository.checkOutFileEntry(long, ServiceContext) |
Lock |
Repository.lockFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. Repository.checkOutFileEntry(long, String, long,
ServiceContext) |
Lock |
BaseRepositoryImpl.lockFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. Repository.checkOutFileEntry(long, String, long,
ServiceContext) |
Lock |
Repository.lockFolder(long folderId)
|
Lock |
Repository.lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime)
|
FileEntry |
LocalRepository.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
Repository.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
Folder |
Repository.moveFolder(long folderId,
long newParentFolderId,
ServiceContext serviceContext)
|
Lock |
Repository.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
|
Lock |
Repository.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
|
void |
Repository.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
protected void |
BaseRepositoryImpl.setManualCheckInRequired(long fileEntryId,
ServiceContext serviceContext)
|
void |
Repository.unlockFolder(long folderId,
String lockUuid)
|
void |
Repository.unlockFolder(long parentFolderId,
String title,
String lockUuid)
|
void |
BaseRepositoryImpl.unlockFolder(long parentFolderId,
String title,
String lockUuid)
|
void |
LocalRepository.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
FileEntry |
LocalRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepository.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
Repository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryImpl.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
Repository.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
Folder |
LocalRepository.updateFolder(long folderId,
long parentFolderId,
String title,
String description,
ServiceContext serviceContext)
|
Folder |
Repository.updateFolder(long folderId,
String title,
String description,
ServiceContext serviceContext)
|
boolean |
Repository.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
boolean |
Repository.verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
boolean |
Repository.verifyInheritableLock(long folderId,
String lockUuid)
|
| Uses of SystemException in com.liferay.portal.kernel.repository.cmis |
|---|
| Methods in com.liferay.portal.kernel.repository.cmis that throw SystemException | |
|---|---|
FileEntry |
CMISRepositoryHandler.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
Folder |
CMISRepositoryHandler.addFolder(long parentFolderId,
String title,
String description,
ServiceContext serviceContext)
|
FileVersion |
CMISRepositoryHandler.cancelCheckOut(long fileEntryId)
|
void |
CMISRepositoryHandler.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
CMISRepositoryHandler.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
void |
CMISRepositoryHandler.deleteFileEntry(long fileEntryId)
|
void |
CMISRepositoryHandler.deleteFolder(long folderId)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
int |
CMISRepositoryHandler.getFileEntriesCount(long folderId)
|
int |
CMISRepositoryHandler.getFileEntriesCount(long folderId,
long fileEntryTypeId)
|
int |
CMISRepositoryHandler.getFileEntriesCount(long folderId,
String[] mimeTypes)
|
FileEntry |
CMISRepositoryHandler.getFileEntry(long fileEntryId)
|
FileEntry |
CMISRepositoryHandler.getFileEntry(long folderId,
String title)
|
FileEntry |
CMISRepositoryHandler.getFileEntryByUuid(String uuid)
|
FileVersion |
CMISRepositoryHandler.getFileVersion(long fileVersionId)
|
Folder |
CMISRepositoryHandler.getFolder(long folderId)
|
Folder |
CMISRepositoryHandler.getFolder(long parentFolderId,
String title)
|
List<Folder> |
CMISRepositoryHandler.getFolders(long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
CMISRepositoryHandler.getFoldersAndFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
CMISRepositoryHandler.getFoldersAndFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
int |
CMISRepositoryHandler.getFoldersAndFileEntriesCount(long folderId)
|
int |
CMISRepositoryHandler.getFoldersAndFileEntriesCount(long folderId,
String[] mimeTypes)
|
int |
CMISRepositoryHandler.getFoldersCount(long parentFolderId,
boolean includeMountfolders)
|
int |
CMISRepositoryHandler.getFoldersFileEntriesCount(List<Long> folderIds,
int status)
|
String |
CMISRepositoryHandler.getLatestVersionId(String objectId)
|
abstract String |
BaseCmisRepository.getLatestVersionId(String objectId)
|
String |
CMISRepositoryHandler.getLogin()
|
List<Folder> |
CMISRepositoryHandler.getMountFolders(long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
int |
CMISRepositoryHandler.getMountFoldersCount(long parentFolderId)
|
String |
CMISRepositoryHandler.getObjectName(String objectId)
|
abstract String |
BaseCmisRepository.getObjectName(String objectId)
|
List<String> |
CMISRepositoryHandler.getObjectPaths(String objectId)
|
abstract List<String> |
BaseCmisRepository.getObjectPaths(String objectId)
|
abstract Session |
CMISRepositoryHandler.getSession()
|
void |
CMISRepositoryHandler.getSubfolderIds(List<Long> folderIds,
long folderId)
|
List<Long> |
CMISRepositoryHandler.getSubfolderIds(long folderId,
boolean recurse)
|
void |
CMISRepositoryHandler.initRepository()
|
boolean |
CMISRepositoryHandler.isCancelCheckOutAllowable(String objectId)
|
abstract boolean |
BaseCmisRepository.isCancelCheckOutAllowable(String objectId)
|
boolean |
CMISRepositoryHandler.isCheckInAllowable(String objectId)
|
abstract boolean |
BaseCmisRepository.isCheckInAllowable(String objectId)
|
boolean |
CMISRepositoryHandler.isCheckOutAllowable(String objectId)
|
abstract boolean |
BaseCmisRepository.isCheckOutAllowable(String objectId)
|
abstract boolean |
BaseCmisRepository.isSupportsMinorVersions()
|
Lock |
CMISRepositoryHandler.lockFolder(long folderId)
|
Lock |
CMISRepositoryHandler.lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime)
|
FileEntry |
CMISRepositoryHandler.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
Folder |
CMISRepositoryHandler.moveFolder(long folderId,
long newParentFolderId,
ServiceContext serviceContext)
|
Lock |
CMISRepositoryHandler.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
|
Lock |
CMISRepositoryHandler.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
|
void |
CMISRepositoryHandler.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.toFileEntry(String objectId)
|
abstract FileEntry |
BaseCmisRepository.toFileEntry(String objectId)
|
Folder |
CMISRepositoryHandler.toFolder(String objectId)
|
abstract Folder |
BaseCmisRepository.toFolder(String objectId)
|
void |
CMISRepositoryHandler.unlockFolder(long folderId,
String lockUuid)
|
FileEntry |
CMISRepositoryHandler.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
CMISRepositoryHandler.updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
|
abstract FileEntry |
BaseCmisRepository.updateFileEntry(String objectId,
String mimeType,
Map<String,Object> properties,
InputStream is,
String sourceFileName,
long size,
ServiceContext serviceContext)
|
Folder |
CMISRepositoryHandler.updateFolder(long folderId,
String title,
String description,
ServiceContext serviceContext)
|
boolean |
CMISRepositoryHandler.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
boolean |
CMISRepositoryHandler.verifyInheritableLock(long folderId,
String lockUuid)
|
| Uses of SystemException in com.liferay.portal.kernel.repository.model |
|---|
| Methods in com.liferay.portal.kernel.repository.model that throw SystemException | |
|---|---|
boolean |
Folder.containsPermission(PermissionChecker permissionChecker,
String actionId)
|
boolean |
FileEntry.containsPermission(PermissionChecker permissionChecker,
String actionId)
|
List<Folder> |
Folder.getAncestors()
|
InputStream |
FileEntry.getContentStream()
Retrieves the content stream of the current file version. |
InputStream |
FileVersion.getContentStream(boolean incrementCounter)
|
InputStream |
FileEntry.getContentStream(String version)
|
FileEntry |
FileVersion.getFileEntry()
|
FileVersion |
FileEntry.getFileVersion()
Retrieves the current file version. |
FileVersion |
FileEntry.getFileVersion(String version)
|
List<FileVersion> |
FileEntry.getFileVersions(int status)
|
FileVersion |
FileEntry.getLatestFileVersion()
Retrieves the latest file version. |
Folder |
Folder.getParentFolder()
|
String |
FileVersion.getStatusByUserUuid()
|
String |
Folder.getUserUuid()
|
String |
FileVersion.getUserUuid()
|
String |
FileEntry.getUserUuid()
|
String |
FileEntry.getVersionUserUuid()
|
| Uses of SystemException in com.liferay.portal.kernel.search |
|---|
| Methods in com.liferay.portal.kernel.search that throw SystemException | |
|---|---|
protected void |
BaseIndexer.addTrashFields(Document document,
String className,
long classPK,
Date removedDate,
String removedByUserName,
String type)
|
protected Document |
BaseIndexer.getBaseModelDocument(String portletId,
BaseModel<?> baseModel)
|
protected Document |
BaseIndexer.getBaseModelDocument(String portletId,
BaseModel<?> baseModel,
BaseModel<?> workflowedBaseModel)
|
protected void |
BaseIndexer.populateAddresses(Document document,
List<Address> addresses,
long regionId,
long countryId)
|
| Uses of SystemException in com.liferay.portal.kernel.staging |
|---|
| Methods in com.liferay.portal.kernel.staging that throw SystemException | |
|---|---|
static void |
StagingUtil.deleteRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest request,
long layoutSetBranchId,
long plid)
|
void |
Staging.deleteRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest request,
long layoutSetBranchId,
long plid)
|
static void |
StagingUtil.deleteRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid)
|
void |
Staging.deleteRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid)
|
static Group |
StagingUtil.getLiveGroup(long groupId)
|
Group |
Staging.getLiveGroup(long groupId)
|
static long |
StagingUtil.getLiveGroupId(long groupId)
|
long |
Staging.getLiveGroupId(long groupId)
|
static long |
StagingUtil.getRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest request,
long layoutSetBranchId,
long plid)
|
long |
Staging.getRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest request,
long layoutSetBranchId,
long plid)
|
static long |
StagingUtil.getRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid)
|
long |
Staging.getRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid)
|
static long |
StagingUtil.getRecentLayoutSetBranchId(User user,
long layoutSetId)
|
long |
Staging.getRecentLayoutSetBranchId(User user,
long layoutSetId)
|
static WorkflowTask |
StagingUtil.getWorkflowTask(long userId,
LayoutRevision layoutRevision)
|
WorkflowTask |
Staging.getWorkflowTask(long userId,
LayoutRevision layoutRevision)
|
static boolean |
StagingUtil.hasWorkflowTask(long userId,
LayoutRevision layoutRevision)
|
boolean |
Staging.hasWorkflowTask(long userId,
LayoutRevision layoutRevision)
|
static void |
StagingUtil.setRecentLayoutBranchId(javax.servlet.http.HttpServletRequest request,
long layoutSetBranchId,
long plid,
long layoutBranchId)
|
void |
Staging.setRecentLayoutBranchId(javax.servlet.http.HttpServletRequest request,
long layoutSetBranchId,
long plid,
long layoutBranchId)
|
static void |
StagingUtil.setRecentLayoutBranchId(User user,
long layoutSetBranchId,
long plid,
long layoutBranchId)
|
void |
Staging.setRecentLayoutBranchId(User user,
long layoutSetBranchId,
long plid,
long layoutBranchId)
|
static void |
StagingUtil.setRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest request,
long layoutSetBranchId,
long plid,
long layoutRevisionId)
|
void |
Staging.setRecentLayoutRevisionId(javax.servlet.http.HttpServletRequest request,
long layoutSetBranchId,
long plid,
long layoutRevisionId)
|
static void |
StagingUtil.setRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid,
long layoutRevisionId)
|
void |
Staging.setRecentLayoutRevisionId(User user,
long layoutSetBranchId,
long plid,
long layoutRevisionId)
|
static void |
StagingUtil.setRecentLayoutSetBranchId(User user,
long layoutSetId,
long layoutSetBranchId)
|
void |
Staging.setRecentLayoutSetBranchId(User user,
long layoutSetId,
long layoutSetBranchId)
|
| Uses of SystemException in com.liferay.portal.kernel.trash |
|---|
| Methods in com.liferay.portal.kernel.trash that throw SystemException | |
|---|---|
void |
TrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry,
long containerModelId,
String newName)
Checks if a duplicate trash entry already exists in the destination container. |
void |
BaseTrashHandler.checkDuplicateTrashEntry(TrashEntry trashEntry,
long containerModelId,
String newName)
Checks if a duplicate trash entry already exists in the destination container. |
void |
TrashHandler.deleteTrashEntries(long[] classPKs)
Deletes all the model entities with the primary keys. |
void |
BaseTrashHandler.deleteTrashEntries(long[] classPKs)
|
void |
TrashHandler.deleteTrashEntries(long[] classPKs,
boolean checkPermission)
Deletes all the model entities with the primary keys, optionally checking permission before deleting each model entity. |
void |
TrashHandler.deleteTrashEntry(long classPK)
Deletes the model entity with the primary key. |
void |
BaseTrashHandler.deleteTrashEntry(long classPK)
|
void |
TrashHandler.deleteTrashEntry(long classPK,
boolean checkPermission)
Deletes the model entity with the primary key. |
void |
BaseTrashHandler.deleteTrashEntry(long classPK,
boolean checkPermission)
|
ContainerModel |
TrashHandler.getContainerModel(long containerModelId)
Returns the container model with the primary key. |
ContainerModel |
BaseTrashHandler.getContainerModel(long containerModelId)
Returns the container model with the primary key. |
List<ContainerModel> |
TrashHandler.getContainerModels(long classPK,
long containerModelId,
int start,
int end)
Returns a range of all the container models that are children of the parent container model identified by the container model ID. |
List<ContainerModel> |
BaseTrashHandler.getContainerModels(long classPK,
long containerModelId,
int start,
int end)
Returns a range of all the container models that are children of the parent container model identified by the container model ID. |
int |
TrashHandler.getContainerModelsCount(long classPK,
long containerModelId)
Returns the number of container models that are children of the parent container model identified by the container model ID. |
int |
BaseTrashHandler.getContainerModelsCount(long classPK,
long containerModelId)
Returns the number of container models that are children of the parent container model identified by the container model ID. |
ContainerModel |
TrashHandler.getParentContainerModel(long classPK)
Returns the parent container model of the model entity with the primary key. |
ContainerModel |
BaseTrashHandler.getParentContainerModel(long classPK)
|
List<ContainerModel> |
TrashHandler.getParentContainerModels(long classPK)
Returns all the parent container models of the model entity with the primary key ordered by hierarchy. |
List<ContainerModel> |
BaseTrashHandler.getParentContainerModels(long classPK)
|
String |
TrashHandler.getRestoreLink(PortletRequest portletRequest,
long classPK)
Returns the link to the location to which the model entity was restored. |
String |
BaseTrashHandler.getRestoreLink(PortletRequest portletRequest,
long classPK)
Returns the link to the location to which the trash entry was restored. |
String |
TrashHandler.getRestoreMessage(PortletRequest portletRequest,
long classPK)
Returns the message describing the location to which the model entity was restored. |
String |
BaseTrashHandler.getRestoreMessage(PortletRequest portletRequest,
long classPK)
Returns the message describing the location to which the trash entry was restored. |
int |
TrashHandler.getTrashContainedModelsCount(long classPK)
Returns the number of model entities (excluding container model entities) that are children of the parent container model identified by the primary key. |
int |
BaseTrashHandler.getTrashContainedModelsCount(long classPK)
|
List<TrashRenderer> |
TrashHandler.getTrashContainedModelTrashRenderers(long classPK,
int start,
int end)
Returns a range of all the trash renderers of model entities (excluding container models) that are children of the parent container model identified by the primary key. |
List<TrashRenderer> |
BaseTrashHandler.getTrashContainedModelTrashRenderers(long classPK,
int start,
int end)
|
int |
TrashHandler.getTrashContainerModelsCount(long classPK)
Returns the number of container models that are children of the parent container model identified by the primary key. |
int |
BaseTrashHandler.getTrashContainerModelsCount(long classPK)
|
List<TrashRenderer> |
TrashHandler.getTrashContainerModelTrashRenderers(long classPK,
int start,
int end)
Returns a range of all the trash renderers of model entities that are children of the parent container model identified by the primary key. |
List<TrashRenderer> |
BaseTrashHandler.getTrashContainerModelTrashRenderers(long classPK,
int start,
int end)
|
TrashRenderer |
TrashHandler.getTrashRenderer(long classPK)
Returns the trash renderer associated to the model entity with the primary key. |
TrashRenderer |
BaseTrashHandler.getTrashRenderer(long classPK)
|
protected abstract boolean |
BaseTrashHandler.hasPermission(PermissionChecker permissionChecker,
long classPK,
String actionId)
|
boolean |
TrashHandler.hasTrashPermission(PermissionChecker permissionChecker,
long groupId,
long classPK,
String trashActionId)
Returns true if the user has the required permission to
perform the trash action on the model entity with the primary key. |
boolean |
BaseTrashHandler.hasTrashPermission(PermissionChecker permissionChecker,
long groupId,
long classPK,
String trashActionId)
|
boolean |
TrashHandler.isInTrash(long classPK)
Returns true if the model entity with the primary key is in
the Recycle Bin. |
boolean |
TrashHandler.isInTrashContainer(long classPK)
Returns true if the model entity with the primary key is in
a container that is in the Recycle Bin. |
boolean |
BaseTrashHandler.isInTrashContainer(long classPK)
|
boolean |
TrashHandler.isRestorable(long classPK)
Returns true if the model entity can be restored to its
original location. |
boolean |
BaseTrashHandler.isRestorable(long classPK)
Returns true if the trash entry can be restored to its
original location. |
void |
TrashHandler.moveEntry(long classPK,
long containerModelId,
ServiceContext serviceContext)
Moves the entity with the class primary key to the container model with the class primary key |
void |
BaseTrashHandler.moveEntry(long classPK,
long containerModelId,
ServiceContext serviceContext)
|
void |
TrashHandler.moveTrashEntry(long classPK,
long containerModelId,
ServiceContext serviceContext)
Moves the model entity with the primary key out of the Recycle Bin to a new destination identified by the container model ID. |
void |
BaseTrashHandler.moveTrashEntry(long classPK,
long containerModelId,
ServiceContext serviceContext)
|
void |
TrashHandler.restoreTrashEntries(long[] classPKs)
Restores all the model entities with the primary keys. |
void |
TrashHandler.restoreTrashEntry(long classPK)
Restores the model entity with the primary key. |
void |
BaseTrashHandler.restoreTrashEntry(long classPK)
|
void |
TrashHandler.updateTitle(long classPK,
String title)
Updates the title of the model entity with the primary key. |
void |
BaseTrashHandler.updateTitle(long classPK,
String title)
Updates the title of the trash entry with the primary key. |
| Uses of SystemException in com.liferay.portal.kernel.upgrade |
|---|
| Methods in com.liferay.portal.kernel.upgrade that throw SystemException | |
|---|---|
long |
UpgradeProcess.increment()
|
long |
UpgradeProcess.increment(String name)
|
| Uses of SystemException in com.liferay.portal.kernel.upgrade.util |
|---|
| Methods in com.liferay.portal.kernel.upgrade.util that throw SystemException | |
|---|---|
long |
UpgradeColumn.increment()
|
long |
BaseUpgradeColumnImpl.increment()
|
| Uses of SystemException in com.liferay.portal.kernel.util |
|---|
| Methods in com.liferay.portal.kernel.util that throw SystemException | |
|---|---|
static String |
TempFileUtil.addTempFile(long userId,
String tempPathName,
File file)
|
static String |
TempFileUtil.addTempFile(long userId,
String fileName,
String tempPathName,
File file)
|
static String |
TempFileUtil.addTempFile(long userId,
String fileName,
String tempPathName,
InputStream inputStream)
|
static String |
TempFileUtil.addTempFile(String tempPathName,
File file)
|
static String |
TempFileUtil.addTempFile(String fileName,
String tempPathName,
File file)
|
static void |
TempFileUtil.deleteTempFile(long userId,
String fileName,
String tempPathName)
|
static void |
TempFileUtil.deleteTempFile(String tempFileName)
|
static void |
TempFileUtil.deleteTempFile(String fileName,
String tempPathName)
|
static boolean |
PrefsPropsUtil.getBoolean(long companyId,
String name)
|
boolean |
PrefsProps.getBoolean(long companyId,
String name)
|
static boolean |
PrefsPropsUtil.getBoolean(long companyId,
String name,
boolean defaultValue)
|
boolean |
PrefsProps.getBoolean(long companyId,
String name,
boolean defaultValue)
|
static boolean |
PrefsPropsUtil.getBoolean(String name)
|
boolean |
PrefsProps.getBoolean(String name)
|
static boolean |
PrefsPropsUtil.getBoolean(String name,
boolean defaultValue)
|
boolean |
PrefsProps.getBoolean(String name,
boolean defaultValue)
|
static String |
PrefsPropsUtil.getContent(long companyId,
String name)
|
String |
PrefsProps.getContent(long companyId,
String name)
|
static String |
PrefsPropsUtil.getContent(String name)
|
String |
PrefsProps.getContent(String name)
|
static double |
PrefsPropsUtil.getDouble(long companyId,
String name)
|
double |
PrefsProps.getDouble(long companyId,
String name)
|
static double |
PrefsPropsUtil.getDouble(long companyId,
String name,
double defaultValue)
|
double |
PrefsProps.getDouble(long companyId,
String name,
double defaultValue)
|
static double |
PrefsPropsUtil.getDouble(String name)
|
double |
PrefsProps.getDouble(String name)
|
static double |
PrefsPropsUtil.getDouble(String name,
double defaultValue)
|
double |
PrefsProps.getDouble(String name,
double defaultValue)
|
static int |
PrefsPropsUtil.getInteger(long companyId,
String name)
|
int |
PrefsProps.getInteger(long companyId,
String name)
|
static int |
PrefsPropsUtil.getInteger(long companyId,
String name,
int defaultValue)
|
int |
PrefsProps.getInteger(long companyId,
String name,
int defaultValue)
|
static int |
PrefsPropsUtil.getInteger(String name)
|
int |
PrefsProps.getInteger(String name)
|
static int |
PrefsPropsUtil.getInteger(String name,
int defaultValue)
|
int |
PrefsProps.getInteger(String name,
int defaultValue)
|
static long |
PrefsPropsUtil.getLong(long companyId,
String name)
|
long |
PrefsProps.getLong(long companyId,
String name)
|
static long |
PrefsPropsUtil.getLong(long companyId,
String name,
long defaultValue)
|
long |
PrefsProps.getLong(long companyId,
String name,
long defaultValue)
|
static long |
PrefsPropsUtil.getLong(String name)
|
long |
PrefsProps.getLong(String name)
|
static long |
PrefsPropsUtil.getLong(String name,
long defaultValue)
|
long |
PrefsProps.getLong(String name,
long defaultValue)
|
static PortletPreferences |
PrefsPropsUtil.getPreferences()
|
PortletPreferences |
PrefsProps.getPreferences()
|
static PortletPreferences |
PrefsPropsUtil.getPreferences(long companyId)
|
PortletPreferences |
PrefsProps.getPreferences(long companyId)
|
static Properties |
PrefsPropsUtil.getProperties(String prefix,
boolean removePrefix)
|
Properties |
PrefsProps.getProperties(String prefix,
boolean removePrefix)
|
static short |
PrefsPropsUtil.getShort(long companyId,
String name)
|
short |
PrefsProps.getShort(long companyId,
String name)
|
static short |
PrefsPropsUtil.getShort(long companyId,
String name,
short defaultValue)
|
short |
PrefsProps.getShort(long companyId,
String name,
short defaultValue)
|
static short |
PrefsPropsUtil.getShort(String name)
|
short |
PrefsProps.getShort(String name)
|
static short |
PrefsPropsUtil.getShort(String name,
short defaultValue)
|
short |
PrefsProps.getShort(String name,
short defaultValue)
|
static String |
PrefsPropsUtil.getString(long companyId,
String name)
|
String |
PrefsProps.getString(long companyId,
String name)
|
static String |
PrefsPropsUtil.getString(long companyId,
String name,
String defaultValue)
|
String |
PrefsProps.getString(long companyId,
String name,
String defaultValue)
|
static String |
PrefsPropsUtil.getString(String name)
|
String |
PrefsProps.getString(String name)
|
static String |
PrefsPropsUtil.getString(String name,
String defaultValue)
|
String |
PrefsProps.getString(String name,
String defaultValue)
|
static String[] |
PrefsPropsUtil.getStringArray(long companyId,
String name,
String delimiter)
|
String[] |
PrefsProps.getStringArray(long companyId,
String name,
String delimiter)
|
static String[] |
PrefsPropsUtil.getStringArray(long companyId,
String name,
String delimiter,
String[] defaultValue)
|
String[] |
PrefsProps.getStringArray(long companyId,
String name,
String delimiter,
String[] defaultValue)
|
static String[] |
PrefsPropsUtil.getStringArray(String name,
String delimiter)
|
String[] |
PrefsProps.getStringArray(String name,
String delimiter)
|
static String[] |
PrefsPropsUtil.getStringArray(String name,
String delimiter,
String[] defaultValue)
|
String[] |
PrefsProps.getStringArray(String name,
String delimiter,
String[] defaultValue)
|
static String |
PrefsPropsUtil.getStringFromNames(long companyId,
String... names)
|
String |
PrefsProps.getStringFromNames(long companyId,
String... names)
|
static InputStream |
TempFileUtil.getTempFileAsStream(String tempFileName)
|
static long |
TempFileUtil.getTempFileSize(String tempFileName)
|
| Uses of SystemException in com.liferay.portal.kernel.webdav |
|---|
| Methods in com.liferay.portal.kernel.webdav that throw SystemException | |
|---|---|
protected long |
BaseWebDAVStorageImpl.getPlid(long groupId)
|
| Uses of SystemException in com.liferay.portal.kernel.workflow |
|---|
| Methods in com.liferay.portal.kernel.workflow that throw SystemException | |
|---|---|
AssetRenderer |
WorkflowHandler.getAssetRenderer(long classPK)
|
AssetRenderer |
BaseWorkflowHandler.getAssetRenderer(long classPK)
|
WorkflowDefinitionLink |
WorkflowHandler.getWorkflowDefinitionLink(long companyId,
long groupId,
long classPK)
|
WorkflowDefinitionLink |
BaseWorkflowHandler.getWorkflowDefinitionLink(long companyId,
long groupId,
long classPK)
|
void |
WorkflowHandler.startWorkflowInstance(long companyId,
long groupId,
long userId,
long classPK,
Object model,
Map<String,Serializable> workflowContext)
|
void |
BaseWorkflowHandler.startWorkflowInstance(long companyId,
long groupId,
long userId,
long classPK,
Object model,
Map<String,Serializable> workflowContext)
|
static void |
WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId,
long groupId,
long userId,
String className,
long classPK,
Object model,
ServiceContext serviceContext)
|
static void |
WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId,
long groupId,
long userId,
String className,
long classPK,
Object model,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
static void |
WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId,
long userId,
String className,
long classPK,
Object model,
ServiceContext serviceContext)
|
static void |
WorkflowHandlerRegistryUtil.startWorkflowInstance(long companyId,
long userId,
String className,
long classPK,
Object model,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
|
static Object |
WorkflowHandlerRegistryUtil.updateStatus(int status,
Map<String,Serializable> workflowContext)
|
Object |
WorkflowHandler.updateStatus(int status,
Map<String,Serializable> workflowContext)
|
| Uses of SystemException in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that throw SystemException | |
|---|---|
String |
LayoutTypePortlet.addPortletId(long userId,
String portletId)
|
String |
LayoutTypePortlet.addPortletId(long userId,
String portletId,
boolean checkPermission)
|
String |
LayoutTypePortlet.addPortletId(long userId,
String portletId,
String columnId,
int columnPos)
|
String |
LayoutTypePortlet.addPortletId(long userId,
String portletId,
String columnId,
int columnPos,
boolean checkPermission)
|
void |
LayoutTypePortlet.addPortletIds(long userId,
String[] portletIds,
boolean checkPermission)
|
void |
LayoutTypePortlet.addPortletIds(long userId,
String[] portletIds,
String columnId,
boolean checkPermission)
|
List<Portlet> |
LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets,
List<Portlet> startPortlets,
List<Portlet> endPortlets)
|
String |
OrganizationWrapper.buildTreePath()
|
String |
Organization.buildTreePath()
|
Account |
CompanyWrapper.getAccount()
|
Account |
Company.getAccount()
|
List<Address> |
UserWrapper.getAddresses()
|
List<Address> |
User.getAddresses()
|
List<Address> |
OrganizationWrapper.getAddresses()
|
List<Address> |
Organization.getAddresses()
|
List<Layout> |
LayoutWrapper.getAllChildren()
|
List<Layout> |
Layout.getAllChildren()
|
List<Portlet> |
LayoutTypePortlet.getAllPortlets()
|
List<Portlet> |
LayoutTypePortlet.getAllPortlets(String columnId)
|
long |
LayoutWrapper.getAncestorLayoutId()
|
long |
Layout.getAncestorLayoutId()
|
long |
LayoutWrapper.getAncestorPlid()
|
long |
Layout.getAncestorPlid()
|
List<Organization> |
OrganizationWrapper.getAncestors()
|
List<Organization> |
Organization.getAncestors()
|
List<Layout> |
LayoutWrapper.getAncestors()
|
List<Layout> |
Layout.getAncestors()
|
List<Group> |
GroupWrapper.getAncestors()
|
List<Group> |
Group.getAncestors()
|
String |
CompanyWrapper.getAuthType()
|
String |
Company.getAuthType()
|
Date |
UserWrapper.getBirthday()
|
Date |
User.getBirthday()
|
List<Layout> |
LayoutWrapper.getChildren()
|
List<LayoutRevision> |
LayoutRevisionWrapper.getChildren()
|
List<LayoutRevision> |
LayoutRevision.getChildren()
|
List<Layout> |
Layout.getChildren()
|
List<Group> |
GroupWrapper.getChildren(boolean site)
|
List<Group> |
Group.getChildren(boolean site)
|
List<Layout> |
LayoutWrapper.getChildren(PermissionChecker permissionChecker)
|
List<Layout> |
Layout.getChildren(PermissionChecker permissionChecker)
|
List<Group> |
GroupWrapper.getChildrenWithLayouts(boolean site,
int start,
int end)
|
List<Group> |
Group.getChildrenWithLayouts(boolean site,
int start,
int end)
|
int |
GroupWrapper.getChildrenWithLayoutsCount(boolean site)
|
int |
Group.getChildrenWithLayoutsCount(boolean site)
|
ColorScheme |
LayoutWrapper.getColorScheme()
|
ColorScheme |
LayoutSetWrapper.getColorScheme()
|
ColorScheme |
LayoutSetBranchWrapper.getColorScheme()
|
ColorScheme |
LayoutSetBranch.getColorScheme()
|
ColorScheme |
LayoutSet.getColorScheme()
|
ColorScheme |
LayoutRevisionWrapper.getColorScheme()
|
ColorScheme |
LayoutRevision.getColorScheme()
|
ColorScheme |
Layout.getColorScheme()
|
String |
UserWrapper.getCompanyMx()
|
String |
User.getCompanyMx()
|
Contact |
UserWrapper.getContact()
|
Contact |
User.getContact()
|
String |
GroupWrapper.getCreatorUserUuid()
Returns the creator user uuid of this group. |
String |
GroupModel.getCreatorUserUuid()
Returns the creator user uuid of this group. |
String |
LayoutWrapper.getCssText()
|
String |
LayoutRevisionWrapper.getCssText()
|
String |
LayoutRevision.getCssText()
|
String |
Layout.getCssText()
|
User |
CompanyWrapper.getDefaultUser()
|
User |
Company.getDefaultUser()
|
List<Organization> |
OrganizationWrapper.getDescendants()
|
List<Organization> |
Organization.getDescendants()
|
String |
RoleWrapper.getDescriptiveName()
|
String |
Role.getDescriptiveName()
|
String |
GroupWrapper.getDescriptiveName()
|
String |
Group.getDescriptiveName()
|
String |
GroupWrapper.getDescriptiveName(Locale locale)
|
String |
Group.getDescriptiveName(Locale locale)
|
String |
UserWrapper.getDisplayURL(String portalURL,
String mainPath)
|
String |
User.getDisplayURL(String portalURL,
String mainPath)
|
String |
UserWrapper.getDisplayURL(String portalURL,
String mainPath,
boolean privateLayout)
|
String |
User.getDisplayURL(String portalURL,
String mainPath,
boolean privateLayout)
|
String |
UserWrapper.getDisplayURL(ThemeDisplay themeDisplay)
|
String |
User.getDisplayURL(ThemeDisplay themeDisplay)
|
String |
UserWrapper.getDisplayURL(ThemeDisplay themeDisplay,
boolean privateLayout)
|
String |
User.getDisplayURL(ThemeDisplay themeDisplay,
boolean privateLayout)
|
List<EmailAddress> |
UserWrapper.getEmailAddresses()
|
List<EmailAddress> |
User.getEmailAddresses()
|
boolean |
UserWrapper.getFemale()
|
boolean |
User.getFemale()
|
Group |
UserWrapper.getGroup()
|
Group |
UserGroupWrapper.getGroup()
|
Group |
UserGroupRoleWrapper.getGroup()
|
Group |
UserGroupRole.getGroup()
|
Group |
UserGroup.getGroup()
|
Group |
User.getGroup()
|
Group |
LayoutWrapper.getGroup()
|
Group |
LayoutSetWrapper.getGroup()
|
Group |
LayoutSetPrototypeWrapper.getGroup()
|
Group |
LayoutSetPrototype.getGroup()
|
Group |
LayoutSetBranchWrapper.getGroup()
|
Group |
LayoutSetBranch.getGroup()
|
Group |
LayoutSet.getGroup()
|
Group |
LayoutPrototypeWrapper.getGroup()
|
Group |
LayoutPrototype.getGroup()
|
Group |
Layout.getGroup()
|
Group |
CompanyWrapper.getGroup()
|
Group |
Company.getGroup()
|
long |
UserWrapper.getGroupId()
|
long |
User.getGroupId()
|
long |
LayoutPrototypeWrapper.getGroupId()
|
long |
LayoutPrototype.getGroupId()
|
long[] |
UserWrapper.getGroupIds()
|
long[] |
User.getGroupIds()
|
List<Group> |
UserWrapper.getGroups()
|
List<Group> |
User.getGroups()
|
Layout |
LayoutPrototypeWrapper.getLayout()
|
Layout |
LayoutPrototype.getLayout()
|
LayoutBranch |
LayoutRevisionWrapper.getLayoutBranch()
|
LayoutBranch |
LayoutRevision.getLayoutBranch()
|
LayoutSet |
LayoutWrapper.getLayoutSet()
|
LayoutSet |
LayoutSetPrototypeWrapper.getLayoutSet()
|
LayoutSet |
LayoutSetPrototype.getLayoutSet()
|
LayoutSet |
LayoutRevisionWrapper.getLayoutSet()
|
LayoutSet |
LayoutRevision.getLayoutSet()
|
LayoutSet |
Layout.getLayoutSet()
|
long |
LayoutSetWrapper.getLayoutSetPrototypeId()
|
long |
LayoutSet.getLayoutSetPrototypeId()
|
Locale |
CompanyWrapper.getLocale()
|
Locale |
Company.getLocale()
|
String |
UserWrapper.getLogin()
|
String |
User.getLogin()
|
boolean |
UserWrapper.getMale()
|
boolean |
User.getMale()
|
List<Group> |
UserWrapper.getMySites()
|
List<Group> |
User.getMySites()
|
List<Group> |
UserWrapper.getMySites(boolean includeControlPanel,
int max)
|
List<Group> |
User.getMySites(boolean includeControlPanel,
int max)
|
List<Group> |
UserWrapper.getMySites(int max)
|
List<Group> |
User.getMySites(int max)
|
List<Group> |
UserWrapper.getMySites(String[] classNames,
boolean includeControlPanel,
int max)
|
List<Group> |
User.getMySites(String[] classNames,
boolean includeControlPanel,
int max)
|
List<Group> |
UserWrapper.getMySites(String[] classNames,
int max)
|
List<Group> |
User.getMySites(String[] classNames,
int max)
|
String |
CompanyWrapper.getName()
|
String |
Company.getName()
|
long[] |
UserWrapper.getOrganizationIds()
|
long[] |
User.getOrganizationIds()
|
long[] |
UserWrapper.getOrganizationIds(boolean includeAdministrative)
|
long[] |
User.getOrganizationIds(boolean includeAdministrative)
|
List<Organization> |
UserWrapper.getOrganizations()
|
List<Organization> |
User.getOrganizations()
|
List<Organization> |
UserWrapper.getOrganizations(boolean includeAdministrative)
|
List<Organization> |
User.getOrganizations(boolean includeAdministrative)
|
Group |
GroupWrapper.getParentGroup()
|
Group |
Group.getParentGroup()
|
Organization |
OrganizationWrapper.getParentOrganization()
|
Organization |
Organization.getParentOrganization()
|
long |
LayoutWrapper.getParentPlid()
|
long |
Layout.getParentPlid()
|
PasswordPolicy |
UserWrapper.getPasswordPolicy()
|
PasswordPolicy |
User.getPasswordPolicy()
|
List<Phone> |
UserWrapper.getPhones()
|
List<Phone> |
User.getPhones()
|
String |
CompanyWrapper.getPortalURL(long groupId)
|
String |
Company.getPortalURL(long groupId)
|
List<Portlet> |
LayoutTypePortlet.getPortlets()
|
String |
UserWrapper.getPortraitURL(ThemeDisplay themeDisplay)
|
String |
User.getPortraitURL(ThemeDisplay themeDisplay)
|
PortletPreferences |
OrganizationWrapper.getPreferences()
|
PortletPreferences |
Organization.getPreferences()
|
int |
UserWrapper.getPrivateLayoutsPageCount()
|
int |
UserGroupWrapper.getPrivateLayoutsPageCount()
|
int |
UserGroup.getPrivateLayoutsPageCount()
|
int |
User.getPrivateLayoutsPageCount()
|
int |
UserWrapper.getPublicLayoutsPageCount()
|
int |
UserGroupWrapper.getPublicLayoutsPageCount()
|
int |
UserGroup.getPublicLayoutsPageCount()
|
int |
User.getPublicLayoutsPageCount()
|
String |
LayoutWrapper.getRegularURL(javax.servlet.http.HttpServletRequest request)
|
String |
Layout.getRegularURL(javax.servlet.http.HttpServletRequest request)
|
Set<String> |
UserWrapper.getReminderQueryQuestions()
|
Set<String> |
User.getReminderQueryQuestions()
|
Set<String> |
OrganizationWrapper.getReminderQueryQuestions(Locale locale)
|
Set<String> |
Organization.getReminderQueryQuestions(Locale locale)
|
Set<String> |
OrganizationWrapper.getReminderQueryQuestions(String languageId)
|
Set<String> |
Organization.getReminderQueryQuestions(String languageId)
|
String |
MembershipRequestWrapper.getReplierUserUuid()
Returns the replier user uuid of this membership request. |
String |
MembershipRequestModel.getReplierUserUuid()
Returns the replier user uuid of this membership request. |
String |
LayoutWrapper.getResetLayoutURL(javax.servlet.http.HttpServletRequest request)
|
String |
Layout.getResetLayoutURL(javax.servlet.http.HttpServletRequest request)
|
String |
LayoutWrapper.getResetMaxStateURL(javax.servlet.http.HttpServletRequest request)
|
String |
Layout.getResetMaxStateURL(javax.servlet.http.HttpServletRequest request)
|
Role |
UserGroupRoleWrapper.getRole()
|
Role |
UserGroupRole.getRole()
|
Role |
TeamWrapper.getRole()
|
Role |
Team.getRole()
|
long[] |
UserWrapper.getRoleIds()
|
long[] |
User.getRoleIds()
|
List<Role> |
UserWrapper.getRoles()
|
List<Role> |
User.getRoles()
|
Group |
LayoutWrapper.getScopeGroup()
|
Group |
Layout.getScopeGroup()
|
String |
CompanyWrapper.getShardName()
|
String |
Company.getShardName()
|
String |
CompanyWrapper.getShortName()
|
String |
Company.getShortName()
|
String |
LayoutRevisionWrapper.getStatusByUserUuid()
Returns the status by user uuid of this layout revision. |
String |
LayoutRevisionModel.getStatusByUserUuid()
Returns the status by user uuid of this layout revision. |
List<Organization> |
OrganizationWrapper.getSuborganizations()
|
List<Organization> |
Organization.getSuborganizations()
|
int |
OrganizationWrapper.getSuborganizationsSize()
|
int |
Organization.getSuborganizationsSize()
|
long[] |
UserWrapper.getTeamIds()
|
long[] |
User.getTeamIds()
|
List<Team> |
UserWrapper.getTeams()
|
List<Team> |
User.getTeams()
|
Theme |
LayoutWrapper.getTheme()
|
Theme |
LayoutSetWrapper.getTheme()
|
Theme |
LayoutSetBranchWrapper.getTheme()
|
Theme |
LayoutSetBranch.getTheme()
|
Theme |
LayoutSet.getTheme()
|
Theme |
LayoutRevisionWrapper.getTheme()
|
Theme |
LayoutRevision.getTheme()
|
Theme |
Layout.getTheme()
|
String |
LayoutSetWrapper.getThemeSetting(String key,
String device)
|
String |
LayoutSetBranchWrapper.getThemeSetting(String key,
String device)
|
String |
LayoutSetBranch.getThemeSetting(String key,
String device)
|
String |
LayoutSet.getThemeSetting(String key,
String device)
|
TimeZone |
CompanyWrapper.getTimeZone()
|
TimeZone |
Company.getTimeZone()
|
ListType |
WebsiteWrapper.getType()
|
ListType |
Website.getType()
|
ListType |
PhoneWrapper.getType()
|
ListType |
Phone.getType()
|
ListType |
OrgLaborWrapper.getType()
|
ListType |
OrgLabor.getType()
|
ListType |
EmailAddressWrapper.getType()
|
ListType |
EmailAddress.getType()
|
User |
UserGroupRoleWrapper.getUser()
|
User |
UserGroupRole.getUser()
|
long[] |
UserWrapper.getUserGroupIds()
|
long[] |
User.getUserGroupIds()
|
List<UserGroup> |
UserWrapper.getUserGroups()
|
List<UserGroup> |
User.getUserGroups()
|
String |
WorkflowInstanceLinkWrapper.getUserUuid()
Returns the user uuid of this workflow instance link. |
String |
WorkflowInstanceLinkModel.getUserUuid()
Returns the user uuid of this workflow instance link. |
String |
WorkflowDefinitionLinkWrapper.getUserUuid()
Returns the user uuid of this workflow definition link. |
String |
WorkflowDefinitionLinkModel.getUserUuid()
Returns the user uuid of this workflow definition link. |
String |
WebsiteWrapper.getUserUuid()
Returns the user uuid of this website. |
String |
WebsiteModel.getUserUuid()
Returns the user uuid of this website. |
String |
UserWrapper.getUserUuid()
Returns the user uuid of this user. |
String |
UserTrackerWrapper.getUserUuid()
Returns the user uuid of this user tracker. |
String |
UserTrackerModel.getUserUuid()
Returns the user uuid of this user tracker. |
String |
UserNotificationEventWrapper.getUserUuid()
Returns the user uuid of this user notification event. |
String |
UserNotificationEventModel.getUserUuid()
Returns the user uuid of this user notification event. |
String |
UserModel.getUserUuid()
Returns the user uuid of this user. |
String |
UserIdMapperWrapper.getUserUuid()
Returns the user uuid of this user ID mapper. |
String |
UserIdMapperModel.getUserUuid()
Returns the user uuid of this user ID mapper. |
String |
UserGroupRoleWrapper.getUserUuid()
Returns the user uuid of this user group role. |
String |
UserGroupRoleModel.getUserUuid()
Returns the user uuid of this user group role. |
String |
TeamWrapper.getUserUuid()
Returns the user uuid of this team. |
String |
TeamModel.getUserUuid()
Returns the user uuid of this team. |
String |
SubscriptionWrapper.getUserUuid()
Returns the user uuid of this subscription. |
String |
SubscriptionModel.getUserUuid()
Returns the user uuid of this subscription. |
String |
RepositoryWrapper.getUserUuid()
Returns the user uuid of this repository. |
String |
RepositoryModel.getUserUuid()
Returns the user uuid of this repository. |
String |
PortletItemWrapper.getUserUuid()
Returns the user uuid of this portlet item. |
String |
PortletItemModel.getUserUuid()
Returns the user uuid of this portlet item. |
String |
PhoneWrapper.getUserUuid()
Returns the user uuid of this phone. |
String |
PhoneModel.getUserUuid()
Returns the user uuid of this phone. |
String |
PasswordTrackerWrapper.getUserUuid()
Returns the user uuid of this password tracker. |
String |
PasswordTrackerModel.getUserUuid()
Returns the user uuid of this password tracker. |
String |
PasswordPolicyWrapper.getUserUuid()
Returns the user uuid of this password policy. |
String |
PasswordPolicyModel.getUserUuid()
Returns the user uuid of this password policy. |
String |
MembershipRequestWrapper.getUserUuid()
Returns the user uuid of this membership request. |
String |
MembershipRequestModel.getUserUuid()
Returns the user uuid of this membership request. |
String |
LockWrapper.getUserUuid()
Returns the user uuid of this lock. |
String |
LockModel.getUserUuid()
Returns the user uuid of this lock. |
String |
LayoutSetBranchWrapper.getUserUuid()
Returns the user uuid of this layout set branch. |
String |
LayoutSetBranchModel.getUserUuid()
Returns the user uuid of this layout set branch. |
String |
LayoutRevisionWrapper.getUserUuid()
Returns the user uuid of this layout revision. |
String |
LayoutRevisionModel.getUserUuid()
Returns the user uuid of this layout revision. |
String |
LayoutBranchWrapper.getUserUuid()
Returns the user uuid of this layout branch. |
String |
LayoutBranchModel.getUserUuid()
Returns the user uuid of this layout branch. |
String |
EmailAddressWrapper.getUserUuid()
Returns the user uuid of this email address. |
String |
EmailAddressModel.getUserUuid()
Returns the user uuid of this email address. |
String |
ContactWrapper.getUserUuid()
Returns the user uuid of this contact. |
String |
ContactModel.getUserUuid()
Returns the user uuid of this contact. |
String |
BrowserTrackerWrapper.getUserUuid()
Returns the user uuid of this browser tracker. |
String |
BrowserTrackerModel.getUserUuid()
Returns the user uuid of this browser tracker. |
String |
AuditedModel.getUserUuid()
|
String |
AddressWrapper.getUserUuid()
Returns the user uuid of this address. |
String |
AddressModel.getUserUuid()
Returns the user uuid of this address. |
String |
AccountWrapper.getUserUuid()
Returns the user uuid of this account. |
String |
AccountModel.getUserUuid()
Returns the user uuid of this account. |
ColorScheme |
LayoutWrapper.getWapColorScheme()
|
ColorScheme |
LayoutSetWrapper.getWapColorScheme()
|
ColorScheme |
LayoutSetBranchWrapper.getWapColorScheme()
|
ColorScheme |
LayoutSetBranch.getWapColorScheme()
|
ColorScheme |
LayoutSet.getWapColorScheme()
|
ColorScheme |
LayoutRevisionWrapper.getWapColorScheme()
|
ColorScheme |
LayoutRevision.getWapColorScheme()
|
ColorScheme |
Layout.getWapColorScheme()
|
Theme |
LayoutWrapper.getWapTheme()
|
Theme |
LayoutSetWrapper.getWapTheme()
|
Theme |
LayoutSetBranchWrapper.getWapTheme()
|
Theme |
LayoutSetBranch.getWapTheme()
|
Theme |
LayoutSet.getWapTheme()
|
Theme |
LayoutRevisionWrapper.getWapTheme()
|
Theme |
LayoutRevision.getWapTheme()
|
Theme |
Layout.getWapTheme()
|
List<Website> |
UserWrapper.getWebsites()
|
List<Website> |
User.getWebsites()
|
boolean |
LayoutWrapper.hasAncestor(long layoutId)
|
boolean |
Layout.hasAncestor(long layoutId)
|
boolean |
LayoutWrapper.hasChildren()
|
boolean |
LayoutRevisionWrapper.hasChildren()
|
boolean |
LayoutRevision.hasChildren()
|
boolean |
Layout.hasChildren()
|
boolean |
UserWrapper.hasCompanyMx()
|
boolean |
User.hasCompanyMx()
|
boolean |
UserWrapper.hasCompanyMx(String emailAddress)
|
boolean |
User.hasCompanyMx(String emailAddress)
|
boolean |
CompanyWrapper.hasCompanyMx(String emailAddress)
|
boolean |
Company.hasCompanyMx(String emailAddress)
|
boolean |
LayoutTypePortlet.hasDefaultScopePortletId(long groupId,
String portletId)
|
boolean |
UserWrapper.hasMySites()
|
boolean |
User.hasMySites()
|
boolean |
UserWrapper.hasOrganization()
|
boolean |
User.hasOrganization()
|
boolean |
LayoutTypePortlet.hasPortletId(String portletId)
|
boolean |
UserWrapper.hasPrivateLayouts()
|
boolean |
UserGroupWrapper.hasPrivateLayouts()
|
boolean |
UserGroup.hasPrivateLayouts()
|
boolean |
User.hasPrivateLayouts()
|
boolean |
UserWrapper.hasPublicLayouts()
|
boolean |
UserGroupWrapper.hasPublicLayouts()
|
boolean |
UserGroup.hasPublicLayouts()
|
boolean |
User.hasPublicLayouts()
|
boolean |
LayoutWrapper.hasScopeGroup()
|
boolean |
Layout.hasScopeGroup()
|
boolean |
OrganizationWrapper.hasSuborganizations()
|
boolean |
Organization.hasSuborganizations()
|
boolean |
CompanyWrapper.isAutoLogin()
|
boolean |
Company.isAutoLogin()
|
boolean |
LayoutWrapper.isChildSelected(boolean selectable,
Layout layout)
|
boolean |
Layout.isChildSelected(boolean selectable,
Layout layout)
|
boolean |
UserWrapper.isFemale()
|
boolean |
User.isFemale()
|
boolean |
UserWrapper.isMale()
|
boolean |
User.isMale()
|
boolean |
CompanyWrapper.isSendPassword()
|
boolean |
Company.isSendPassword()
|
boolean |
CompanyWrapper.isSendPasswordResetLink()
|
boolean |
Company.isSendPasswordResetLink()
|
boolean |
GroupWrapper.isShowSite(PermissionChecker permissionChecker,
boolean privateSite)
|
boolean |
Group.isShowSite(PermissionChecker permissionChecker,
boolean privateSite)
|
boolean |
CompanyWrapper.isSiteLogo()
|
boolean |
Company.isSiteLogo()
|
boolean |
CompanyWrapper.isStrangers()
|
boolean |
Company.isStrangers()
|
boolean |
CompanyWrapper.isStrangersVerify()
|
boolean |
Company.isStrangersVerify()
|
boolean |
CompanyWrapper.isStrangersWithMx()
|
boolean |
Company.isStrangersWithMx()
|
void |
LayoutTypePortlet.movePortletId(long userId,
String portletId,
String columnId,
int columnPos)
|
void |
WorkflowInstanceLinkWrapper.persist()
|
void |
WorkflowDefinitionLinkWrapper.persist()
|
void |
WebsiteWrapper.persist()
|
void |
WebDAVPropsWrapper.persist()
|
void |
VirtualHostWrapper.persist()
|
void |
UserWrapper.persist()
|
void |
UserTrackerWrapper.persist()
|
void |
UserTrackerPathWrapper.persist()
|
void |
UserNotificationEventWrapper.persist()
|
void |
UserIdMapperWrapper.persist()
|
void |
UserGroupWrapper.persist()
|
void |
UserGroupRoleWrapper.persist()
|
void |
UserGroupGroupRoleWrapper.persist()
|
void |
TicketWrapper.persist()
|
void |
TeamWrapper.persist()
|
void |
SubscriptionWrapper.persist()
|
void |
ShardWrapper.persist()
|
void |
ServiceComponentWrapper.persist()
|
void |
RoleWrapper.persist()
|
void |
ResourceTypePermissionWrapper.persist()
|
void |
ResourcePermissionWrapper.persist()
|
void |
ResourceBlockWrapper.persist()
|
void |
ResourceBlockPermissionWrapper.persist()
|
void |
ResourceActionWrapper.persist()
|
void |
RepositoryWrapper.persist()
|
void |
RepositoryEntryWrapper.persist()
|
void |
ReleaseWrapper.persist()
|
void |
PortletWrapper.persist()
|
void |
PortletPreferencesWrapper.persist()
|
void |
PortletItemWrapper.persist()
|
void |
PortalPreferencesWrapper.persist()
|
void |
PluginSettingWrapper.persist()
|
void |
PhoneWrapper.persist()
|
void |
PersistedModel.persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
PasswordTrackerWrapper.persist()
|
void |
PasswordPolicyWrapper.persist()
|
void |
PasswordPolicyRelWrapper.persist()
|
void |
OrgLaborWrapper.persist()
|
void |
OrganizationWrapper.persist()
|
void |
MembershipRequestWrapper.persist()
|
void |
LockWrapper.persist()
|
void |
LayoutWrapper.persist()
|
void |
LayoutSetWrapper.persist()
|
void |
LayoutSetPrototypeWrapper.persist()
|
void |
LayoutSetBranchWrapper.persist()
|
void |
LayoutRevisionWrapper.persist()
|
void |
LayoutPrototypeWrapper.persist()
|
void |
LayoutBranchWrapper.persist()
|
void |
ImageWrapper.persist()
|
void |
GroupWrapper.persist()
|
void |
EmailAddressWrapper.persist()
|
void |
ContactWrapper.persist()
|
void |
CompanyWrapper.persist()
|
void |
ClusterGroupWrapper.persist()
|
void |
ClassNameWrapper.persist()
|
void |
BrowserTrackerWrapper.persist()
|
void |
AddressWrapper.persist()
|
void |
AccountWrapper.persist()
|
| Uses of SystemException in com.liferay.portal.portletfilerepository |
|---|
| Methods in com.liferay.portal.portletfilerepository that throw SystemException | |
|---|---|
static void |
PortletFileRepositoryUtil.addPortletFileEntries(long groupId,
long userId,
String portletId,
long folderId,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
void |
PortletFileRepository.addPortletFileEntries(long groupId,
long userId,
String portletId,
long folderId,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
static FileEntry |
PortletFileRepositoryUtil.addPortletFileEntry(long groupId,
long userId,
String portletId,
long folderId,
File file,
String fileName)
|
FileEntry |
PortletFileRepository.addPortletFileEntry(long groupId,
long userId,
String portletId,
long folderId,
File file,
String fileName)
|
static FileEntry |
PortletFileRepositoryUtil.addPortletFileEntry(long groupId,
long userId,
String portletId,
long folderId,
InputStream inputStream,
String fileName)
|
FileEntry |
PortletFileRepository.addPortletFileEntry(long groupId,
long userId,
String portletId,
long folderId,
InputStream inputStream,
String fileName)
|
static void |
PortletFileRepositoryUtil.deleteFolder(long folderId)
|
void |
PortletFileRepository.deleteFolder(long folderId)
|
static void |
PortletFileRepositoryUtil.deletePortletFileEntries(long groupId,
long folderId)
|
void |
PortletFileRepository.deletePortletFileEntries(long groupId,
long folderId)
|
static void |
PortletFileRepositoryUtil.deletePortletFileEntries(long groupId,
long folderId,
int status)
|
void |
PortletFileRepository.deletePortletFileEntries(long groupId,
long folderId,
int status)
|
static void |
PortletFileRepositoryUtil.deletePortletFileEntry(long fileEntryId)
|
void |
PortletFileRepository.deletePortletFileEntry(long fileEntryId)
|
static void |
PortletFileRepositoryUtil.deletePortletFileEntry(long groupId,
long folderId,
String fileName)
|
void |
PortletFileRepository.deletePortletFileEntry(long groupId,
long folderId,
String fileName)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
int status)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
int status)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
static int |
PortletFileRepositoryUtil.getPortletFileEntriesCount(long groupId,
long folderId)
|
int |
PortletFileRepository.getPortletFileEntriesCount(long groupId,
long folderId)
|
static int |
PortletFileRepositoryUtil.getPortletFileEntriesCount(long groupId,
long folderId,
int status)
|
int |
PortletFileRepository.getPortletFileEntriesCount(long groupId,
long folderId,
int status)
|
static FileEntry |
PortletFileRepositoryUtil.getPortletFileEntry(long fileEntryId)
|
FileEntry |
PortletFileRepository.getPortletFileEntry(long fileEntryId)
|
static FileEntry |
PortletFileRepositoryUtil.getPortletFileEntry(long groupId,
long folderId,
String fileName)
|
FileEntry |
PortletFileRepository.getPortletFileEntry(long groupId,
long folderId,
String fileName)
|
static Folder |
PortletFileRepositoryUtil.getPortletFolder(long folderId)
|
Folder |
PortletFileRepository.getPortletFolder(long folderId)
|
static Folder |
PortletFileRepositoryUtil.getPortletFolder(long userId,
long repositoryId,
long parentFolderId,
String folderName,
ServiceContext serviceContext)
|
Folder |
PortletFileRepository.getPortletFolder(long userId,
long repositoryId,
long parentFolderId,
String folderName,
ServiceContext serviceContext)
|
static long |
PortletFileRepositoryUtil.getPortletRepository(long groupId,
String portletId,
ServiceContext serviceContext)
|
long |
PortletFileRepository.getPortletRepository(long groupId,
String portletId,
ServiceContext serviceContext)
|
static void |
PortletFileRepositoryUtil.movePortletFileEntryToTrash(long userId,
long fileEntryId)
|
void |
PortletFileRepository.movePortletFileEntryToTrash(long userId,
long fileEntryId)
|
static void |
PortletFileRepositoryUtil.movePortletFileEntryToTrash(long groupId,
long userId,
long folderId,
String fileName)
|
void |
PortletFileRepository.movePortletFileEntryToTrash(long groupId,
long userId,
long folderId,
String fileName)
|
static void |
PortletFileRepositoryUtil.restorePortletFileEntryFromTrash(long userId,
long fileEntryId)
|
void |
PortletFileRepository.restorePortletFileEntryFromTrash(long userId,
long fileEntryId)
|
static void |
PortletFileRepositoryUtil.restorePortletFileEntryFromTrash(long groupId,
long userId,
long folderId,
String fileName)
|
void |
PortletFileRepository.restorePortletFileEntryFromTrash(long groupId,
long userId,
long folderId,
String fileName)
|
| Uses of SystemException in com.liferay.portal.repository.proxy |
|---|
| Methods in com.liferay.portal.repository.proxy that throw SystemException | |
|---|---|
FileEntry |
LocalRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.addFileEntry(long userId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.addFileEntry(long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
|
Folder |
LocalRepositoryProxyBean.addFolder(long userId,
long parentFolderId,
String title,
String description,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.addFolder(long parentFolderId,
String title,
String description,
ServiceContext serviceContext)
|
FileVersion |
BaseRepositoryProxyBean.cancelCheckOut(long fileEntryId)
|
void |
BaseRepositoryProxyBean.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
BaseRepositoryProxyBean.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. BaseRepositoryProxyBean.checkInFileEntry(long, String, ServiceContext) |
void |
BaseRepositoryProxyBean.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
boolean |
FolderProxyBean.containsPermission(PermissionChecker permissionChecker,
String actionId)
|
boolean |
FileEntryProxyBean.containsPermission(PermissionChecker permissionChecker,
String actionId)
|
FileEntry |
BaseRepositoryProxyBean.copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
void |
LocalRepositoryProxyBean.deleteAll()
|
void |
LocalRepositoryProxyBean.deleteFileEntry(long fileEntryId)
|
void |
BaseRepositoryProxyBean.deleteFileEntry(long fileEntryId)
|
void |
BaseRepositoryProxyBean.deleteFileEntry(long folderId,
String title)
|
void |
BaseRepositoryProxyBean.deleteFileVersion(long fileEntryId,
String version)
|
void |
LocalRepositoryProxyBean.deleteFolder(long folderId)
|
void |
BaseRepositoryProxyBean.deleteFolder(long folderId)
|
void |
BaseRepositoryProxyBean.deleteFolder(long parentFolderId,
String title)
|
List<Folder> |
FolderProxyBean.getAncestors()
|
InputStream |
FileEntryProxyBean.getContentStream()
|
InputStream |
FileVersionProxyBean.getContentStream(boolean incrementCounter)
|
InputStream |
FileEntryProxyBean.getContentStream(String version)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
long documentTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
BaseRepositoryProxyBean.getFileEntriesAndFileShortcuts(long folderId,
int status,
int start,
int end)
|
int |
BaseRepositoryProxyBean.getFileEntriesAndFileShortcutsCount(long folderId,
int status)
|
int |
BaseRepositoryProxyBean.getFileEntriesAndFileShortcutsCount(long folderId,
int status,
String[] mimeTypes)
|
int |
BaseRepositoryProxyBean.getFileEntriesCount(long folderId)
|
int |
BaseRepositoryProxyBean.getFileEntriesCount(long folderId,
long documentTypeId)
|
int |
BaseRepositoryProxyBean.getFileEntriesCount(long folderId,
String[] mimeTypes)
|
FileEntry |
FileVersionProxyBean.getFileEntry()
|
FileEntry |
LocalRepositoryProxyBean.getFileEntry(long fileEntryId)
|
FileEntry |
BaseRepositoryProxyBean.getFileEntry(long fileEntryId)
|
FileEntry |
LocalRepositoryProxyBean.getFileEntry(long folderId,
String title)
|
FileEntry |
BaseRepositoryProxyBean.getFileEntry(long folderId,
String title)
|
FileEntry |
LocalRepositoryProxyBean.getFileEntryByUuid(String uuid)
|
FileEntry |
BaseRepositoryProxyBean.getFileEntryByUuid(String uuid)
|
FileVersion |
FileEntryProxyBean.getFileVersion()
|
FileVersion |
LocalRepositoryProxyBean.getFileVersion(long fileVersionId)
|
FileVersion |
BaseRepositoryProxyBean.getFileVersion(long fileVersionId)
|
FileVersion |
FileEntryProxyBean.getFileVersion(String version)
|
List<FileVersion> |
FileEntryProxyBean.getFileVersions(int status)
|
Folder |
LocalRepositoryProxyBean.getFolder(long folderId)
|
Folder |
BaseRepositoryProxyBean.getFolder(long folderId)
|
Folder |
LocalRepositoryProxyBean.getFolder(long parentFolderId,
String title)
|
Folder |
BaseRepositoryProxyBean.getFolder(long parentFolderId,
String title)
|
List<Folder> |
BaseRepositoryProxyBean.getFolders(long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
List<Folder> |
BaseRepositoryProxyBean.getFolders(long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
int |
BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
boolean includeMountFolders)
|
int |
BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
int |
BaseRepositoryProxyBean.getFoldersCount(long parentFolderId,
boolean includeMountfolders)
|
int |
BaseRepositoryProxyBean.getFoldersCount(long parentFolderId,
int status,
boolean includeMountfolders)
|
int |
BaseRepositoryProxyBean.getFoldersFileEntriesCount(List<Long> folderIds,
int status)
|
FileVersion |
FileEntryProxyBean.getLatestFileVersion()
|
List<Folder> |
BaseRepositoryProxyBean.getMountFolders(long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
int |
BaseRepositoryProxyBean.getMountFoldersCount(long parentFolderId)
|
Folder |
FolderProxyBean.getParentFolder()
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
int |
BaseRepositoryProxyBean.getRepositoryFileEntriesCount(long userId,
long rootFolderId)
|
int |
BaseRepositoryProxyBean.getRepositoryFileEntriesCount(long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
String |
FileVersionProxyBean.getStatusByUserUuid()
|
void |
BaseRepositoryProxyBean.getSubfolderIds(List<Long> folderIds,
long folderId)
|
List<Long> |
BaseRepositoryProxyBean.getSubfolderIds(long folderId,
boolean recurse)
|
String |
FolderProxyBean.getUserUuid()
|
String |
FileVersionProxyBean.getUserUuid()
|
String |
FileEntryProxyBean.getUserUuid()
|
String |
FileEntryProxyBean.getVersionUserUuid()
|
void |
BaseRepositoryProxyBean.initRepository()
|
Lock |
BaseRepositoryProxyBean.lockFileEntry(long fileEntryId)
Deprecated. BaseRepositoryProxyBean.checkOutFileEntry(long, ServiceContext) |
Lock |
BaseRepositoryProxyBean.lockFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. BaseRepositoryProxyBean.checkOutFileEntry(long, String, long,
ServiceContext) |
Lock |
BaseRepositoryProxyBean.lockFolder(long folderId)
|
Lock |
BaseRepositoryProxyBean.lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime)
|
FileEntry |
LocalRepositoryProxyBean.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.moveFolder(long folderId,
long newParentFolderId,
ServiceContext serviceContext)
|
Lock |
BaseRepositoryProxyBean.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
|
Lock |
BaseRepositoryProxyBean.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
|
void |
BaseRepositoryProxyBean.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
BaseRepositoryProxyBean.unlockFolder(long folderId,
String lockUuid)
|
void |
BaseRepositoryProxyBean.unlockFolder(long parentFolderId,
String title,
String lockUuid)
|
void |
LocalRepositoryProxyBean.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
FileEntry |
LocalRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
LocalRepositoryProxyBean.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
BaseRepositoryProxyBean.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
Folder |
LocalRepositoryProxyBean.updateFolder(long folderId,
long parentFolderId,
String title,
String description,
ServiceContext serviceContext)
|
Folder |
BaseRepositoryProxyBean.updateFolder(long folderId,
String title,
String description,
ServiceContext serviceContext)
|
boolean |
BaseRepositoryProxyBean.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
boolean |
BaseRepositoryProxyBean.verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
boolean |
BaseRepositoryProxyBean.verifyInheritableLock(long folderId,
String lockUuid)
|
| Uses of SystemException in com.liferay.portal.security.ac |
|---|
| Methods in com.liferay.portal.security.ac that throw SystemException | |
|---|---|
AuthVerifierResult.State |
AccessControl.verifyRequest()
|
| Uses of SystemException in com.liferay.portal.security.auth |
|---|
| Methods in com.liferay.portal.security.auth that throw SystemException | |
|---|---|
protected String |
DefaultScreenNameGenerator.getUnusedScreenName(long companyId,
String screenName)
|
| Uses of SystemException in com.liferay.portal.security.permission |
|---|
| Methods in com.liferay.portal.security.permission that throw SystemException | |
|---|---|
static List<Role> |
ResourceActionsUtil.getRoles(long companyId,
Group group,
String modelResource)
Deprecated. ResourceActionsUtil.getRoles(long, Group, String, int[]) |
List<Role> |
ResourceActions.getRoles(long companyId,
Group group,
String modelResource)
Deprecated. ResourceActions.getRoles(long, Group, String, int[]) |
static List<Role> |
ResourceActionsUtil.getRoles(long companyId,
Group group,
String modelResource,
int[] roleTypes)
|
List<Role> |
ResourceActions.getRoles(long companyId,
Group group,
String modelResource,
int[] roleTypes)
|
| Uses of SystemException in com.liferay.portal.security.pwd |
|---|
| Methods in com.liferay.portal.security.pwd that throw SystemException | |
|---|---|
void |
ToolkitWrapper.validate(long userId,
String password1,
String password2,
PasswordPolicy passwordPolicy)
|
void |
Toolkit.validate(long userId,
String password1,
String password2,
PasswordPolicy passwordPolicy)
|
abstract void |
BasicToolkit.validate(long userId,
String password1,
String password2,
PasswordPolicy passwordPolicy)
|
void |
ToolkitWrapper.validate(String password1,
String password2,
PasswordPolicy passwordPolicy)
|
void |
Toolkit.validate(String password1,
String password2,
PasswordPolicy passwordPolicy)
|
void |
BasicToolkit.validate(String password1,
String password2,
PasswordPolicy passwordPolicy)
|
| Uses of SystemException in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that throw SystemException | |
|---|---|
Account |
AccountLocalServiceWrapper.addAccount(Account account)
Adds the account to the database. |
static Account |
AccountLocalServiceUtil.addAccount(Account account)
Adds the account to the database. |
Account |
AccountLocalService.addAccount(Account account)
Adds the account to the database. |
Address |
AddressLocalServiceWrapper.addAddress(Address address)
Adds the address to the database. |
static Address |
AddressLocalServiceUtil.addAddress(Address address)
Adds the address to the database. |
Address |
AddressLocalService.addAddress(Address address)
Adds the address to the database. |
Address |
AddressLocalServiceWrapper.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
static Address |
AddressLocalServiceUtil.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
Address |
AddressLocalService.addAddress(long userId,
String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
Address |
AddressServiceWrapper.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
static Address |
AddressServiceUtil.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
Address |
AddressService.addAddress(String className,
long classPK,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
BrowserTracker |
BrowserTrackerLocalServiceWrapper.addBrowserTracker(BrowserTracker browserTracker)
Adds the browser tracker to the database. |
static BrowserTracker |
BrowserTrackerLocalServiceUtil.addBrowserTracker(BrowserTracker browserTracker)
Adds the browser tracker to the database. |
BrowserTracker |
BrowserTrackerLocalService.addBrowserTracker(BrowserTracker browserTracker)
Adds the browser tracker to the database. |
ClassName |
ClassNameLocalServiceWrapper.addClassName(ClassName className)
Adds the class name to the database. |
static ClassName |
ClassNameLocalServiceUtil.addClassName(ClassName className)
Adds the class name to the database. |
ClassName |
ClassNameLocalService.addClassName(ClassName className)
Adds the class name to the database. |
ClassName |
ClassNameLocalServiceWrapper.addClassName(String value)
|
static ClassName |
ClassNameLocalServiceUtil.addClassName(String value)
|
ClassName |
ClassNameLocalService.addClassName(String value)
|
ClusterGroup |
ClusterGroupLocalServiceWrapper.addClusterGroup(ClusterGroup clusterGroup)
Adds the cluster group to the database. |
static ClusterGroup |
ClusterGroupLocalServiceUtil.addClusterGroup(ClusterGroup clusterGroup)
Adds the cluster group to the database. |
ClusterGroup |
ClusterGroupLocalService.addClusterGroup(ClusterGroup clusterGroup)
Adds the cluster group to the database. |
ClusterGroup |
ClusterGroupLocalServiceWrapper.addClusterGroup(String name,
List<String> clusterNodeIds)
|
static ClusterGroup |
ClusterGroupLocalServiceUtil.addClusterGroup(String name,
List<String> clusterNodeIds)
|
ClusterGroup |
ClusterGroupLocalService.addClusterGroup(String name,
List<String> clusterNodeIds)
|
Company |
CompanyLocalServiceWrapper.addCompany(Company company)
Adds the company to the database. |
static Company |
CompanyLocalServiceUtil.addCompany(Company company)
Adds the company to the database. |
Company |
CompanyLocalService.addCompany(Company company)
Adds the company to the database. |
Company |
CompanyServiceWrapper.addCompany(String webId,
String virtualHost,
String mx,
String shardName,
boolean system,
int maxUsers,
boolean active)
Adds a company. |
static Company |
CompanyServiceUtil.addCompany(String webId,
String virtualHost,
String mx,
String shardName,
boolean system,
int maxUsers,
boolean active)
Adds a company. |
Company |
CompanyService.addCompany(String webId,
String virtualHost,
String mx,
String shardName,
boolean system,
int maxUsers,
boolean active)
Adds a company. |
Company |
CompanyLocalServiceWrapper.addCompany(String webId,
String virtualHostname,
String mx,
String shardName,
boolean system,
int maxUsers,
boolean active)
Adds a company. |
static Company |
CompanyLocalServiceUtil.addCompany(String webId,
String virtualHostname,
String mx,
String shardName,
boolean system,
int maxUsers,
boolean active)
Adds a company. |
Company |
CompanyLocalService.addCompany(String webId,
String virtualHostname,
String mx,
String shardName,
boolean system,
int maxUsers,
boolean active)
Adds a company. |
void |
ResourceBlockServiceWrapper.addCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockServiceUtil.addCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockService.addCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.addCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.addCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.addCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.addCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.addCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.addCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
Contact |
ContactLocalServiceWrapper.addContact(Contact contact)
Adds the contact to the database. |
static Contact |
ContactLocalServiceUtil.addContact(Contact contact)
Adds the contact to the database. |
Contact |
ContactLocalService.addContact(Contact contact)
Adds the contact to the database. |
Contact |
ContactLocalServiceWrapper.addContact(long userId,
String className,
long classPK,
String emailAddress,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle)
|
static Contact |
ContactLocalServiceUtil.addContact(long userId,
String className,
long classPK,
String emailAddress,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle)
|
Contact |
ContactLocalService.addContact(long userId,
String className,
long classPK,
String emailAddress,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle)
|
Country |
CountryServiceWrapper.addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
|
static Country |
CountryServiceUtil.addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
|
Country |
CountryService.addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
|
User |
UserLocalServiceWrapper.addDefaultAdminUser(long companyId,
String screenName,
String emailAddress,
Locale locale,
String firstName,
String middleName,
String lastName)
Adds a default admin user for the company. |
static User |
UserLocalServiceUtil.addDefaultAdminUser(long companyId,
String screenName,
String emailAddress,
Locale locale,
String firstName,
String middleName,
String lastName)
Adds a default admin user for the company. |
User |
UserLocalService.addDefaultAdminUser(long companyId,
String screenName,
String emailAddress,
Locale locale,
String firstName,
String middleName,
String lastName)
Adds a default admin user for the company. |
void |
UserLocalServiceWrapper.addDefaultGroups(long userId)
Adds the user to the default groups, unless the user is already in these groups. |
static void |
UserLocalServiceUtil.addDefaultGroups(long userId)
Adds the user to the default groups, unless the user is already in these groups. |
void |
UserLocalService.addDefaultGroups(long userId)
Adds the user to the default groups, unless the user is already in these groups. |
void |
UserLocalServiceWrapper.addDefaultRoles(long userId)
Adds the user to the default roles, unless the user already has these roles. |
static void |
UserLocalServiceUtil.addDefaultRoles(long userId)
Adds the user to the default roles, unless the user already has these roles. |
void |
UserLocalService.addDefaultRoles(long userId)
Adds the user to the default roles, unless the user already has these roles. |
void |
UserLocalServiceWrapper.addDefaultUserGroups(long userId)
Adds the user to the default user groups, unless the user is already in these user groups. |
static void |
UserLocalServiceUtil.addDefaultUserGroups(long userId)
Adds the user to the default user groups, unless the user is already in these user groups. |
void |
UserLocalService.addDefaultUserGroups(long userId)
Adds the user to the default user groups, unless the user is already in these user groups. |
EmailAddress |
EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
static EmailAddress |
EmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
EmailAddress |
EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
EmailAddress |
EmailAddressLocalServiceWrapper.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary)
|
static EmailAddress |
EmailAddressLocalServiceUtil.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary)
|
EmailAddress |
EmailAddressLocalService.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary)
|
EmailAddress |
EmailAddressServiceWrapper.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
|
static EmailAddress |
EmailAddressServiceUtil.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
|
EmailAddress |
EmailAddressService.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
|
Group |
GroupLocalServiceWrapper.addGroup(Group group)
Adds the group to the database. |
static Group |
GroupLocalServiceUtil.addGroup(Group group)
Adds the group to the database. |
Group |
GroupLocalService.addGroup(Group group)
Adds the group to the database. |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
Group |
GroupLocalService.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
Group |
GroupLocalServiceWrapper.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupLocalServiceWrapper.addGroup(long, long, String, long, long, String,
String, int, String, boolean, boolean, ServiceContext) |
static Group |
GroupLocalServiceUtil.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupLocalServiceUtil.addGroup(long, long, String, long, long, String,
String, int, String, boolean, boolean, ServiceContext) |
Group |
GroupLocalService.addGroup(long userId,
long parentGroupId,
String className,
long classPK,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupLocalService.addGroup(long, long, String, long, long, String,
String, int, String, boolean, boolean, ServiceContext) |
Group |
GroupServiceWrapper.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
static Group |
GroupServiceUtil.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
Group |
GroupService.addGroup(long parentGroupId,
long liveGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Adds a group. |
Group |
GroupServiceWrapper.addGroup(long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupServiceWrapper.addGroup(long, long, String, String, int, String,
boolean, boolean, ServiceContext) |
static Group |
GroupServiceUtil.addGroup(long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupServiceUtil.addGroup(long, long, String, String, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupService.addGroup(long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupService.addGroup(long, long, String, String, int, String,
boolean, boolean, ServiceContext) |
Group |
GroupServiceWrapper.addGroup(String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupServiceWrapper.addGroup(long, String, String, int, String, boolean,
boolean, ServiceContext) |
static Group |
GroupServiceUtil.addGroup(String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupServiceUtil.addGroup(long, String, String, int, String, boolean,
boolean, ServiceContext) |
Group |
GroupService.addGroup(String name,
String description,
int type,
String friendlyURL,
boolean site,
boolean active,
ServiceContext serviceContext)
Deprecated. GroupService.addGroup(long, String, String, int, String, boolean,
boolean, ServiceContext) |
void |
OrganizationServiceWrapper.addGroupOrganizations(long groupId,
long[] organizationIds)
Adds the organizations to the group. |
static void |
OrganizationServiceUtil.addGroupOrganizations(long groupId,
long[] organizationIds)
Adds the organizations to the group. |
void |
OrganizationService.addGroupOrganizations(long groupId,
long[] organizationIds)
Adds the organizations to the group. |
void |
OrganizationLocalServiceWrapper.addGroupOrganizations(long groupId,
long[] organizationIds)
Adds the organizations to the group. |
static void |
OrganizationLocalServiceUtil.addGroupOrganizations(long groupId,
long[] organizationIds)
Adds the organizations to the group. |
void |
OrganizationLocalService.addGroupOrganizations(long groupId,
long[] organizationIds)
Adds the organizations to the group. |
void |
ResourceBlockServiceWrapper.addGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockServiceUtil.addGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockService.addGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.addGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.addGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.addGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.addGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.addGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.addGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
void |
UserGroupServiceWrapper.addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group. |
static void |
UserGroupServiceUtil.addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group. |
void |
UserGroupService.addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group. |
void |
UserGroupLocalServiceWrapper.addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group. |
static void |
UserGroupLocalServiceUtil.addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group. |
void |
UserGroupLocalService.addGroupUserGroups(long groupId,
long[] userGroupIds)
Adds the user groups to the group. |
void |
UserLocalServiceWrapper.addGroupUsers(long groupId,
long[] userIds)
Adds the users to the group. |
static void |
UserLocalServiceUtil.addGroupUsers(long groupId,
long[] userIds)
Adds the users to the group. |
void |
UserLocalService.addGroupUsers(long groupId,
long[] userIds)
Adds the users to the group. |
void |
UserServiceWrapper.addGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Adds the users to the group. |
static void |
UserServiceUtil.addGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Adds the users to the group. |
void |
UserService.addGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Adds the users to the group. |
Image |
ImageLocalServiceWrapper.addImage(Image image)
Adds the image to the database. |
static Image |
ImageLocalServiceUtil.addImage(Image image)
Adds the image to the database. |
Image |
ImageLocalService.addImage(Image image)
Adds the image to the database. |
void |
ResourceBlockServiceWrapper.addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
static void |
ResourceBlockServiceUtil.addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
ResourceBlockService.addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.addIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.addIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.addIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.addIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.addIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.addIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.addIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalServiceWrapper.addIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.addIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.addIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
Layout |
LayoutLocalServiceWrapper.addLayout(Layout layout)
Adds the layout to the database. |
static Layout |
LayoutLocalServiceUtil.addLayout(Layout layout)
Adds the layout to the database. |
Layout |
LayoutLocalService.addLayout(Layout layout)
Adds the layout to the database. |
Layout |
LayoutServiceWrapper.addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
Map<Locale,String> localeNamesMap,
Map<Locale,String> localeTitlesMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with additional parameters. |
static Layout |
LayoutServiceUtil.addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
Map<Locale,String> localeNamesMap,
Map<Locale,String> localeTitlesMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with additional parameters. |
Layout |
LayoutService.addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
Map<Locale,String> localeNamesMap,
Map<Locale,String> localeTitlesMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with additional parameters. |
Layout |
LayoutServiceWrapper.addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
String name,
String title,
String description,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with empty maps for descriptions, keywords, and titles , and a names map containing a mapping for the default locale as its only entry. |
static Layout |
LayoutServiceUtil.addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
String name,
String title,
String description,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with empty maps for descriptions, keywords, and titles , and a names map containing a mapping for the default locale as its only entry. |
Layout |
LayoutService.addLayout(long groupId,
boolean privateLayout,
long parentLayoutId,
String name,
String title,
String description,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with empty maps for descriptions, keywords, and titles , and a names map containing a mapping for the default locale as its only entry. |
Layout |
LayoutLocalServiceWrapper.addLayout(long userId,
long groupId,
boolean privateLayout,
long parentLayoutId,
Map<Locale,String> nameMap,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with additional parameters. |
static Layout |
LayoutLocalServiceUtil.addLayout(long userId,
long groupId,
boolean privateLayout,
long parentLayoutId,
Map<Locale,String> nameMap,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with additional parameters. |
Layout |
LayoutLocalService.addLayout(long userId,
long groupId,
boolean privateLayout,
long parentLayoutId,
Map<Locale,String> nameMap,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout with additional parameters. |
Layout |
LayoutLocalServiceWrapper.addLayout(long userId,
long groupId,
boolean privateLayout,
long parentLayoutId,
String name,
String title,
String description,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout. |
static Layout |
LayoutLocalServiceUtil.addLayout(long userId,
long groupId,
boolean privateLayout,
long parentLayoutId,
String name,
String title,
String description,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout. |
Layout |
LayoutLocalService.addLayout(long userId,
long groupId,
boolean privateLayout,
long parentLayoutId,
String name,
String title,
String description,
String type,
boolean hidden,
String friendlyURL,
ServiceContext serviceContext)
Adds a layout. |
LayoutBranch |
LayoutBranchLocalServiceWrapper.addLayoutBranch(LayoutBranch layoutBranch)
Adds the layout branch to the database. |
static LayoutBranch |
LayoutBranchLocalServiceUtil.addLayoutBranch(LayoutBranch layoutBranch)
Adds the layout branch to the database. |
LayoutBranch |
LayoutBranchLocalService.addLayoutBranch(LayoutBranch layoutBranch)
Adds the layout branch to the database. |
LayoutBranch |
LayoutBranchLocalServiceWrapper.addLayoutBranch(long layoutSetBranchId,
long plid,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchLocalServiceUtil.addLayoutBranch(long layoutSetBranchId,
long plid,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalService.addLayoutBranch(long layoutSetBranchId,
long plid,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchServiceWrapper.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchServiceUtil.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchService.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalServiceWrapper.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchLocalServiceUtil.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalService.addLayoutBranch(long layoutRevisionId,
String name,
String description,
boolean master,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeService.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
LayoutRevision |
LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
LayoutRevision |
LayoutRevisionServiceWrapper.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionServiceUtil.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionService.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalService.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutSet |
LayoutSetLocalServiceWrapper.addLayoutSet(LayoutSet layoutSet)
Adds the layout set to the database. |
static LayoutSet |
LayoutSetLocalServiceUtil.addLayoutSet(LayoutSet layoutSet)
Adds the layout set to the database. |
LayoutSet |
LayoutSetLocalService.addLayoutSet(LayoutSet layoutSet)
Adds the layout set to the database. |
LayoutSet |
LayoutSetLocalServiceWrapper.addLayoutSet(long groupId,
boolean privateLayout)
|
static LayoutSet |
LayoutSetLocalServiceUtil.addLayoutSet(long groupId,
boolean privateLayout)
|
LayoutSet |
LayoutSetLocalService.addLayoutSet(long groupId,
boolean privateLayout)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
LayoutSetBranch |
LayoutSetBranchLocalService.addLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Adds the layout set branch to the database. |
LayoutSetBranch |
LayoutSetBranchServiceWrapper.addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchServiceUtil.addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchService.addLayoutSetBranch(long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalService.addLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
String name,
String description,
boolean master,
long copyLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
Lock |
LockLocalServiceWrapper.addLock(Lock lock)
Adds the lock to the database. |
static Lock |
LockLocalServiceUtil.addLock(Lock lock)
Adds the lock to the database. |
Lock |
LockLocalService.addLock(Lock lock)
Adds the lock to the database. |
MembershipRequest |
MembershipRequestLocalServiceWrapper.addMembershipRequest(long userId,
long groupId,
String comments,
ServiceContext serviceContext)
|
static MembershipRequest |
MembershipRequestLocalServiceUtil.addMembershipRequest(long userId,
long groupId,
String comments,
ServiceContext serviceContext)
|
MembershipRequest |
MembershipRequestLocalService.addMembershipRequest(long userId,
long groupId,
String comments,
ServiceContext serviceContext)
|
MembershipRequest |
MembershipRequestServiceWrapper.addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext)
|
static MembershipRequest |
MembershipRequestServiceUtil.addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext)
|
MembershipRequest |
MembershipRequestService.addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext)
|
MembershipRequest |
MembershipRequestLocalServiceWrapper.addMembershipRequest(MembershipRequest membershipRequest)
Adds the membership request to the database. |
static MembershipRequest |
MembershipRequestLocalServiceUtil.addMembershipRequest(MembershipRequest membershipRequest)
Adds the membership request to the database. |
MembershipRequest |
MembershipRequestLocalService.addMembershipRequest(MembershipRequest membershipRequest)
Adds the membership request to the database. |
void |
ResourceLocalServiceWrapper.addModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
|
static void |
ResourceLocalServiceUtil.addModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
|
void |
ResourceLocalService.addModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
|
void |
ResourceLocalServiceWrapper.addModelResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ResourceLocalServiceUtil.addModelResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ResourceLocalService.addModelResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ResourceLocalServiceWrapper.addModelResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ResourceLocalServiceUtil.addModelResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ResourceLocalService.addModelResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
|
Organization |
OrganizationLocalServiceWrapper.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
static Organization |
OrganizationLocalServiceUtil.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
Organization |
OrganizationLocalService.addOrganization(long userId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Adds an organization with additional parameters. |
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Adds an organization with additional parameters. |
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Adds an organization with additional parameters. |
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Adds an organization. |
Organization |
OrganizationLocalServiceWrapper.addOrganization(Organization organization)
Adds the organization to the database. |
static Organization |
OrganizationLocalServiceUtil.addOrganization(Organization organization)
Adds the organization to the database. |
Organization |
OrganizationLocalService.addOrganization(Organization organization)
Adds the organization to the database. |
void |
OrganizationLocalServiceWrapper.addOrganizationResources(long userId,
Organization organization)
Adds a resource for each type of permission available on the organization. |
static void |
OrganizationLocalServiceUtil.addOrganizationResources(long userId,
Organization organization)
Adds a resource for each type of permission available on the organization. |
void |
OrganizationLocalService.addOrganizationResources(long userId,
Organization organization)
Adds a resource for each type of permission available on the organization. |
void |
UserServiceWrapper.addOrganizationUsers(long organizationId,
long[] userIds)
Adds the users to the organization. |
static void |
UserServiceUtil.addOrganizationUsers(long organizationId,
long[] userIds)
Adds the users to the organization. |
void |
UserService.addOrganizationUsers(long organizationId,
long[] userIds)
Adds the users to the organization. |
void |
UserLocalServiceWrapper.addOrganizationUsers(long organizationId,
long[] userIds)
Adds the users to the organization. |
static void |
UserLocalServiceUtil.addOrganizationUsers(long organizationId,
long[] userIds)
Adds the users to the organization. |
void |
UserLocalService.addOrganizationUsers(long organizationId,
long[] userIds)
Adds the users to the organization. |
OrgLabor |
OrgLaborServiceWrapper.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborServiceUtil.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborService.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceWrapper.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborLocalServiceUtil.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalService.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceWrapper.addOrgLabor(OrgLabor orgLabor)
Adds the org labor to the database. |
static OrgLabor |
OrgLaborLocalServiceUtil.addOrgLabor(OrgLabor orgLabor)
Adds the org labor to the database. |
OrgLabor |
OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
Adds the org labor to the database. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.addPasswordPolicy(long userId,
boolean defaultPolicy,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.addPasswordPolicy(long userId,
boolean defaultPolicy,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
PasswordPolicyLocalService.addPasswordPolicy(long userId,
boolean defaultPolicy,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.addPasswordPolicy(PasswordPolicy passwordPolicy)
Adds the password policy to the database. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.addPasswordPolicy(PasswordPolicy passwordPolicy)
Adds the password policy to the database. |
PasswordPolicy |
PasswordPolicyLocalService.addPasswordPolicy(PasswordPolicy passwordPolicy)
Adds the password policy to the database. |
PasswordPolicy |
PasswordPolicyServiceWrapper.addPasswordPolicy(String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
static PasswordPolicy |
PasswordPolicyServiceUtil.addPasswordPolicy(String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
PasswordPolicyService.addPasswordPolicy(String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
void |
OrganizationServiceWrapper.addPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Assigns the password policy to the organizations, removing any other currently assigned password policies. |
static void |
OrganizationServiceUtil.addPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Assigns the password policy to the organizations, removing any other currently assigned password policies. |
void |
OrganizationService.addPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Assigns the password policy to the organizations, removing any other currently assigned password policies. |
void |
OrganizationLocalServiceWrapper.addPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Assigns the password policy to the organizations, removing any other currently assigned password policies. |
static void |
OrganizationLocalServiceUtil.addPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Assigns the password policy to the organizations, removing any other currently assigned password policies. |
void |
OrganizationLocalService.addPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Assigns the password policy to the organizations, removing any other currently assigned password policies. |
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
PasswordPolicyRel |
PasswordPolicyRelLocalService.addPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Adds the password policy rel to the database. |
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Adds the password policy rel to the database. |
PasswordPolicyRel |
PasswordPolicyRelLocalService.addPasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Adds the password policy rel to the database. |
void |
PasswordPolicyRelLocalServiceWrapper.addPasswordPolicyRels(long passwordPolicyId,
String className,
long[] classPKs)
|
static void |
PasswordPolicyRelLocalServiceUtil.addPasswordPolicyRels(long passwordPolicyId,
String className,
long[] classPKs)
|
void |
PasswordPolicyRelLocalService.addPasswordPolicyRels(long passwordPolicyId,
String className,
long[] classPKs)
|
void |
UserServiceWrapper.addPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Assigns the password policy to the users, removing any other currently assigned password policies. |
static void |
UserServiceUtil.addPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Assigns the password policy to the users, removing any other currently assigned password policies. |
void |
UserService.addPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Assigns the password policy to the users, removing any other currently assigned password policies. |
void |
UserLocalServiceWrapper.addPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Assigns the password policy to the users, removing any other currently assigned password policies. |
static void |
UserLocalServiceUtil.addPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Assigns the password policy to the users, removing any other currently assigned password policies. |
void |
UserLocalService.addPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Assigns the password policy to the users, removing any other currently assigned password policies. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
PasswordTracker |
PasswordTrackerLocalService.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
Phone |
PhoneLocalServiceWrapper.addPhone(long userId,
String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary)
|
static Phone |
PhoneLocalServiceUtil.addPhone(long userId,
String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
PhoneLocalService.addPhone(long userId,
String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
PhoneLocalServiceWrapper.addPhone(Phone phone)
Adds the phone to the database. |
static Phone |
PhoneLocalServiceUtil.addPhone(Phone phone)
Adds the phone to the database. |
Phone |
PhoneLocalService.addPhone(Phone phone)
Adds the phone to the database. |
Phone |
PhoneServiceWrapper.addPhone(String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary)
|
static Phone |
PhoneServiceUtil.addPhone(String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
PhoneService.addPhone(String className,
long classPK,
String number,
String extension,
int typeId,
boolean primary)
|
PluginSetting |
PluginSettingLocalServiceWrapper.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
PluginSetting |
PluginSettingLocalService.addPluginSetting(PluginSetting pluginSetting)
Adds the plugin setting to the database. |
PortalPreferences |
PortalPreferencesLocalServiceWrapper.addPortalPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
|
static PortalPreferences |
PortalPreferencesLocalServiceUtil.addPortalPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
|
PortalPreferences |
PortalPreferencesLocalService.addPortalPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
|
PortalPreferences |
PortalPreferencesLocalServiceWrapper.addPortalPreferences(PortalPreferences portalPreferences)
Adds the portal preferences to the database. |
static PortalPreferences |
PortalPreferencesLocalServiceUtil.addPortalPreferences(PortalPreferences portalPreferences)
Adds the portal preferences to the database. |
PortalPreferences |
PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
Adds the portal preferences to the database. |
Portlet |
PortletLocalServiceWrapper.addPortlet(Portlet portlet)
Adds the portlet to the database. |
static Portlet |
PortletLocalServiceUtil.addPortlet(Portlet portlet)
Adds the portlet to the database. |
Portlet |
PortletLocalService.addPortlet(Portlet portlet)
Adds the portlet to the database. |
PortletItem |
PortletItemLocalServiceWrapper.addPortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
static PortletItem |
PortletItemLocalServiceUtil.addPortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
PortletItem |
PortletItemLocalService.addPortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
PortletItem |
PortletItemLocalServiceWrapper.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
static PortletItem |
PortletItemLocalServiceUtil.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
PortletItem |
PortletItemLocalService.addPortletItem(PortletItem portletItem)
Adds the portlet item to the database. |
PortletPreferences |
PortletPreferencesLocalServiceWrapper.addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
|
PortletPreferences |
PortletPreferencesLocalService.addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.addPortletPreferences(PortletPreferences portletPreferences)
Adds the portlet preferences to the database. |
static PortletPreferences |
PortletPreferencesLocalServiceUtil.addPortletPreferences(PortletPreferences portletPreferences)
Adds the portlet preferences to the database. |
PortletPreferences |
PortletPreferencesLocalService.addPortletPreferences(PortletPreferences portletPreferences)
Adds the portlet preferences to the database. |
Region |
RegionServiceWrapper.addRegion(long countryId,
String regionCode,
String name,
boolean active)
|
static Region |
RegionServiceUtil.addRegion(long countryId,
String regionCode,
String name,
boolean active)
|
Region |
RegionService.addRegion(long countryId,
String regionCode,
String name,
boolean active)
|
Release |
ReleaseLocalServiceWrapper.addRelease(Release release)
Adds the release to the database. |
static Release |
ReleaseLocalServiceUtil.addRelease(Release release)
Adds the release to the database. |
Release |
ReleaseLocalService.addRelease(Release release)
Adds the release to the database. |
Release |
ReleaseLocalServiceWrapper.addRelease(String servletContextName,
int buildNumber)
|
static Release |
ReleaseLocalServiceUtil.addRelease(String servletContextName,
int buildNumber)
|
Release |
ReleaseLocalService.addRelease(String servletContextName,
int buildNumber)
|
long |
RepositoryLocalServiceWrapper.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
static long |
RepositoryLocalServiceUtil.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
long |
RepositoryLocalService.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
long |
RepositoryLocalServiceWrapper.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. RepositoryLocalServiceWrapper.addRepository(long, long, long, long, String, String,
String, UnicodeProperties, boolean, ServiceContext) |
static long |
RepositoryLocalServiceUtil.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. RepositoryLocalServiceUtil.addRepository(long, long, long, long, String, String,
String, UnicodeProperties, boolean, ServiceContext) |
long |
RepositoryLocalService.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. RepositoryLocalService.addRepository(long, long, long, long, String, String,
String, UnicodeProperties, boolean, ServiceContext) |
long |
RepositoryServiceWrapper.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static long |
RepositoryServiceUtil.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
long |
RepositoryService.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalServiceWrapper.addRepository(Repository repository)
Adds the repository to the database. |
static Repository |
RepositoryLocalServiceUtil.addRepository(Repository repository)
Adds the repository to the database. |
Repository |
RepositoryLocalService.addRepository(Repository repository)
Adds the repository to the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.addRepositoryEntry(long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.addRepositoryEntry(long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
RepositoryEntry |
RepositoryEntryLocalService.addRepositoryEntry(long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
ResourceAction |
ResourceActionLocalServiceWrapper.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database. |
static ResourceAction |
ResourceActionLocalServiceUtil.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database. |
ResourceAction |
ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database. |
ResourceBlock |
ResourceBlockLocalServiceWrapper.addResourceBlock(long companyId,
long groupId,
String name,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
Adds a resource block if necessary and associates the resource block permissions with it. |
static ResourceBlock |
ResourceBlockLocalServiceUtil.addResourceBlock(long companyId,
long groupId,
String name,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
Adds a resource block if necessary and associates the resource block permissions with it. |
ResourceBlock |
ResourceBlockLocalService.addResourceBlock(long companyId,
long groupId,
String name,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
Adds a resource block if necessary and associates the resource block permissions with it. |
ResourceBlock |
ResourceBlockLocalServiceWrapper.addResourceBlock(ResourceBlock resourceBlock)
Adds the resource block to the database. |
static ResourceBlock |
ResourceBlockLocalServiceUtil.addResourceBlock(ResourceBlock resourceBlock)
Adds the resource block to the database. |
ResourceBlock |
ResourceBlockLocalService.addResourceBlock(ResourceBlock resourceBlock)
Adds the resource block to the database. |
ResourceBlockPermission |
ResourceBlockPermissionLocalServiceWrapper.addResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Adds the resource block permission to the database. |
static ResourceBlockPermission |
ResourceBlockPermissionLocalServiceUtil.addResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Adds the resource block permission to the database. |
ResourceBlockPermission |
ResourceBlockPermissionLocalService.addResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Adds the resource block permission to the database. |
void |
ResourceBlockPermissionLocalServiceWrapper.addResourceBlockPermissions(long resourceBlockId,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
|
static void |
ResourceBlockPermissionLocalServiceUtil.addResourceBlockPermissions(long resourceBlockId,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
|
void |
ResourceBlockPermissionLocalService.addResourceBlockPermissions(long resourceBlockId,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
|
void |
ResourcePermissionServiceWrapper.addResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Grants the role permission at the scope to perform the action on resources of the type. |
static void |
ResourcePermissionServiceUtil.addResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Grants the role permission at the scope to perform the action on resources of the type. |
void |
ResourcePermissionService.addResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Grants the role permission at the scope to perform the action on resources of the type. |
void |
ResourcePermissionLocalServiceWrapper.addResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Grants the role permission at the scope to perform the action on resources of the type. |
static void |
ResourcePermissionLocalServiceUtil.addResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Grants the role permission at the scope to perform the action on resources of the type. |
void |
ResourcePermissionLocalService.addResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Grants the role permission at the scope to perform the action on resources of the type. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
ResourcePermission |
ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
void |
ResourcePermissionLocalServiceWrapper.addResourcePermissions(String resourceName,
String roleName,
int scope,
long resourceActionBitwiseValue)
Grants the role permissions at the scope to perform the actions on all resources of the type. |
static void |
ResourcePermissionLocalServiceUtil.addResourcePermissions(String resourceName,
String roleName,
int scope,
long resourceActionBitwiseValue)
Grants the role permissions at the scope to perform the actions on all resources of the type. |
void |
ResourcePermissionLocalService.addResourcePermissions(String resourceName,
String roleName,
int scope,
long resourceActionBitwiseValue)
Grants the role permissions at the scope to perform the actions on all resources of the type. |
void |
ResourceLocalServiceWrapper.addResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
ResourceLocalServiceUtil.addResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ResourceLocalService.addResources(long companyId,
long groupId,
long userId,
String name,
long primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ResourceLocalServiceWrapper.addResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
ResourceLocalServiceUtil.addResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ResourceLocalService.addResources(long companyId,
long groupId,
long userId,
String name,
String primKey,
boolean portletActions,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ResourceLocalServiceWrapper.addResources(long companyId,
long groupId,
String name,
boolean portletActions)
|
static void |
ResourceLocalServiceUtil.addResources(long companyId,
long groupId,
String name,
boolean portletActions)
|
void |
ResourceLocalService.addResources(long companyId,
long groupId,
String name,
boolean portletActions)
|
ResourceTypePermission |
ResourceTypePermissionLocalServiceWrapper.addResourceTypePermission(ResourceTypePermission resourceTypePermission)
Adds the resource type permission to the database. |
static ResourceTypePermission |
ResourceTypePermissionLocalServiceUtil.addResourceTypePermission(ResourceTypePermission resourceTypePermission)
Adds the resource type permission to the database. |
ResourceTypePermission |
ResourceTypePermissionLocalService.addResourceTypePermission(ResourceTypePermission resourceTypePermission)
Adds the resource type permission to the database. |
Role |
RoleLocalServiceWrapper.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. RoleLocalServiceWrapper.addRole(long, String, long, String, Map, Map, int,
String) |
static Role |
RoleLocalServiceUtil.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. RoleLocalServiceUtil.addRole(long, String, long, String, Map, Map, int,
String) |
Role |
RoleLocalService.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. RoleLocalService.addRole(long, String, long, String, Map, Map, int,
String) |
Role |
RoleLocalServiceWrapper.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String className,
long classPK)
Deprecated. RoleLocalServiceWrapper.addRole(long, String, long, String, Map, Map, int,
String) |
static Role |
RoleLocalServiceUtil.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String className,
long classPK)
Deprecated. RoleLocalServiceUtil.addRole(long, String, long, String, Map, Map, int,
String) |
Role |
RoleLocalService.addRole(long userId,
long companyId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String className,
long classPK)
Deprecated. RoleLocalService.addRole(long, String, long, String, Map, Map, int,
String) |
Role |
RoleLocalServiceWrapper.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subType)
Adds a role with additional parameters. |
static Role |
RoleLocalServiceUtil.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subType)
Adds a role with additional parameters. |
Role |
RoleLocalService.addRole(long userId,
String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subType)
Adds a role with additional parameters. |
Role |
RoleLocalServiceWrapper.addRole(Role role)
Adds the role to the database. |
static Role |
RoleLocalServiceUtil.addRole(Role role)
Adds the role to the database. |
Role |
RoleLocalService.addRole(Role role)
Adds the role to the database. |
Role |
RoleServiceWrapper.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subType)
Adds a role. |
static Role |
RoleServiceUtil.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subType)
Adds a role. |
Role |
RoleService.addRole(String className,
long classPK,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type,
String subType)
Adds a role. |
Role |
RoleServiceWrapper.addRole(String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. RoleServiceWrapper.addRole(String, long, String, Map, Map, int, String) |
static Role |
RoleServiceUtil.addRole(String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. RoleServiceUtil.addRole(String, long, String, Map, Map, int, String) |
Role |
RoleService.addRole(String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int type)
Deprecated. RoleService.addRole(String, long, String, Map, Map, int, String) |
void |
GroupServiceWrapper.addRoleGroups(long roleId,
long[] groupIds)
Adds the groups to the role. |
static void |
GroupServiceUtil.addRoleGroups(long roleId,
long[] groupIds)
Adds the groups to the role. |
void |
GroupService.addRoleGroups(long roleId,
long[] groupIds)
Adds the groups to the role. |
void |
GroupLocalServiceWrapper.addRoleGroups(long roleId,
long[] groupIds)
Adds the groups to the role. |
static void |
GroupLocalServiceUtil.addRoleGroups(long roleId,
long[] groupIds)
Adds the groups to the role. |
void |
GroupLocalService.addRoleGroups(long roleId,
long[] groupIds)
Adds the groups to the role. |
void |
UserServiceWrapper.addRoleUsers(long roleId,
long[] userIds)
Adds the users to the role. |
static void |
UserServiceUtil.addRoleUsers(long roleId,
long[] userIds)
Adds the users to the role. |
void |
UserService.addRoleUsers(long roleId,
long[] userIds)
Adds the users to the role. |
void |
UserLocalServiceWrapper.addRoleUsers(long roleId,
long[] userIds)
Adds the users to the role. |
static void |
UserLocalServiceUtil.addRoleUsers(long roleId,
long[] userIds)
Adds the users to the role. |
void |
UserLocalService.addRoleUsers(long roleId,
long[] userIds)
Adds the users to the role. |
ServiceComponent |
ServiceComponentLocalServiceWrapper.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database. |
static ServiceComponent |
ServiceComponentLocalServiceUtil.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database. |
ServiceComponent |
ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
Adds the service component to the database. |
Shard |
ShardLocalServiceWrapper.addShard(Shard shard)
Adds the shard to the database. |
static Shard |
ShardLocalServiceUtil.addShard(Shard shard)
Adds the shard to the database. |
Shard |
ShardLocalService.addShard(Shard shard)
Adds the shard to the database. |
Shard |
ShardLocalServiceWrapper.addShard(String className,
long classPK,
String name)
|
static Shard |
ShardLocalServiceUtil.addShard(String className,
long classPK,
String name)
|
Shard |
ShardLocalService.addShard(String className,
long classPK,
String name)
|
Subscription |
SubscriptionLocalServiceWrapper.addSubscription(long userId,
long groupId,
String className,
long classPK)
|
static Subscription |
SubscriptionLocalServiceUtil.addSubscription(long userId,
long groupId,
String className,
long classPK)
|
Subscription |
SubscriptionLocalService.addSubscription(long userId,
long groupId,
String className,
long classPK)
|
Subscription |
SubscriptionLocalServiceWrapper.addSubscription(long userId,
long groupId,
String className,
long classPK,
String frequency)
|
static Subscription |
SubscriptionLocalServiceUtil.addSubscription(long userId,
long groupId,
String className,
long classPK,
String frequency)
|
Subscription |
SubscriptionLocalService.addSubscription(long userId,
long groupId,
String className,
long classPK,
String frequency)
|
Subscription |
SubscriptionLocalServiceWrapper.addSubscription(Subscription subscription)
Adds the subscription to the database. |
static Subscription |
SubscriptionLocalServiceUtil.addSubscription(Subscription subscription)
Adds the subscription to the database. |
Subscription |
SubscriptionLocalService.addSubscription(Subscription subscription)
Adds the subscription to the database. |
Team |
TeamLocalServiceWrapper.addTeam(long userId,
long groupId,
String name,
String description)
|
static Team |
TeamLocalServiceUtil.addTeam(long userId,
long groupId,
String name,
String description)
|
Team |
TeamLocalService.addTeam(long userId,
long groupId,
String name,
String description)
|
Team |
TeamServiceWrapper.addTeam(long groupId,
String name,
String description)
|
static Team |
TeamServiceUtil.addTeam(long groupId,
String name,
String description)
|
Team |
TeamService.addTeam(long groupId,
String name,
String description)
|
Team |
TeamLocalServiceWrapper.addTeam(Team team)
Adds the team to the database. |
static Team |
TeamLocalServiceUtil.addTeam(Team team)
Adds the team to the database. |
Team |
TeamLocalService.addTeam(Team team)
Adds the team to the database. |
void |
UserGroupServiceWrapper.addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team |
static void |
UserGroupServiceUtil.addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team |
void |
UserGroupService.addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team |
void |
UserGroupLocalServiceWrapper.addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team. |
static void |
UserGroupLocalServiceUtil.addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team. |
void |
UserGroupLocalService.addTeamUserGroups(long teamId,
long[] userGroupIds)
Adds the user groups to the team. |
void |
UserServiceWrapper.addTeamUsers(long teamId,
long[] userIds)
Adds the users to the team. |
static void |
UserServiceUtil.addTeamUsers(long teamId,
long[] userIds)
Adds the users to the team. |
void |
UserService.addTeamUsers(long teamId,
long[] userIds)
Adds the users to the team. |
void |
UserLocalServiceWrapper.addTeamUsers(long teamId,
long[] userIds)
Adds the users to the team. |
static void |
UserLocalServiceUtil.addTeamUsers(long teamId,
long[] userIds)
Adds the users to the team. |
void |
UserLocalService.addTeamUsers(long teamId,
long[] userIds)
Adds the users to the team. |
Ticket |
TicketLocalServiceWrapper.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext)
|
static Ticket |
TicketLocalServiceUtil.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext)
|
Ticket |
TicketLocalService.addTicket(long companyId,
String className,
long classPK,
int type,
String extraInfo,
Date expirationDate,
ServiceContext serviceContext)
|
Ticket |
TicketLocalServiceWrapper.addTicket(Ticket ticket)
Adds the ticket to the database. |
static Ticket |
TicketLocalServiceUtil.addTicket(Ticket ticket)
Adds the ticket to the database. |
Ticket |
TicketLocalService.addTicket(Ticket ticket)
Adds the ticket to the database. |
User |
UserServiceWrapper.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user. |
static User |
UserServiceUtil.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user. |
User |
UserService.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user. |
User |
UserServiceWrapper.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters. |
static User |
UserServiceUtil.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters. |
User |
UserService.addUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with additional parameters. |
User |
UserLocalServiceWrapper.addUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user. |
static User |
UserLocalServiceUtil.addUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user. |
User |
UserLocalService.addUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user. |
User |
UserLocalServiceWrapper.addUser(User user)
Adds the user to the database. |
static User |
UserLocalServiceUtil.addUser(User user)
Adds the user to the database. |
User |
UserLocalService.addUser(User user)
Adds the user to the database. |
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated. UserGroupLocalServiceWrapper.addUserGroup(long, long, String, String,
ServiceContext) |
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated. UserGroupLocalServiceUtil.addUserGroup(long, long, String, String,
ServiceContext) |
UserGroup |
UserGroupLocalService.addUserGroup(long userId,
long companyId,
String name,
String description)
Deprecated. UserGroupLocalService.addUserGroup(long, long, String, String,
ServiceContext) |
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
UserGroup |
UserGroupLocalService.addUserGroup(long userId,
long companyId,
String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
UserGroup |
UserGroupServiceWrapper.addUserGroup(String name,
String description)
Deprecated. #addUserGroup(String, String, serviceContext) |
static UserGroup |
UserGroupServiceUtil.addUserGroup(String name,
String description)
Deprecated. #addUserGroup(String, String, serviceContext) |
UserGroup |
UserGroupService.addUserGroup(String name,
String description)
Deprecated. #addUserGroup(String, String, serviceContext) |
UserGroup |
UserGroupServiceWrapper.addUserGroup(String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
static UserGroup |
UserGroupServiceUtil.addUserGroup(String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
UserGroup |
UserGroupService.addUserGroup(String name,
String description,
ServiceContext serviceContext)
Adds a user group. |
UserGroup |
UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
Adds the user group to the database. |
static UserGroup |
UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
Adds the user group to the database. |
UserGroup |
UserGroupLocalService.addUserGroup(UserGroup userGroup)
Adds the user group to the database. |
UserGroupGroupRole |
UserGroupGroupRoleLocalServiceWrapper.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Adds the user group group role to the database. |
static UserGroupGroupRole |
UserGroupGroupRoleLocalServiceUtil.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Adds the user group group role to the database. |
UserGroupGroupRole |
UserGroupGroupRoleLocalService.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Adds the user group group role to the database. |
void |
UserGroupGroupRoleServiceWrapper.addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
static void |
UserGroupGroupRoleServiceUtil.addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
UserGroupGroupRoleService.addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
UserGroupGroupRoleLocalServiceWrapper.addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
static void |
UserGroupGroupRoleLocalServiceUtil.addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
UserGroupGroupRoleLocalService.addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
UserGroupGroupRoleServiceWrapper.addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
static void |
UserGroupGroupRoleServiceUtil.addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
UserGroupGroupRoleService.addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
UserGroupGroupRoleLocalServiceWrapper.addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
static void |
UserGroupGroupRoleLocalServiceUtil.addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
UserGroupGroupRoleLocalService.addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database. |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database. |
UserGroupRole |
UserGroupRoleLocalService.addUserGroupRole(UserGroupRole userGroupRole)
Adds the user group role to the database. |
void |
UserGroupRoleServiceWrapper.addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
static void |
UserGroupRoleServiceUtil.addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
UserGroupRoleService.addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
static void |
UserGroupRoleLocalServiceUtil.addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
UserGroupRoleLocalService.addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
UserGroupRoleServiceWrapper.addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
static void |
UserGroupRoleServiceUtil.addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
UserGroupRoleService.addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
UserGroupRoleLocalServiceWrapper.addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
static void |
UserGroupRoleLocalServiceUtil.addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
UserGroupRoleLocalService.addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
GroupLocalServiceWrapper.addUserGroups(long userId,
long[] groupIds)
Adds the user to the groups. |
static void |
GroupLocalServiceUtil.addUserGroups(long userId,
long[] groupIds)
Adds the user to the groups. |
void |
GroupLocalService.addUserGroups(long userId,
long[] groupIds)
Adds the user to the groups. |
void |
UserServiceWrapper.addUserGroupUsers(long userGroupId,
long[] userIds)
Adds the users to the user group. |
static void |
UserServiceUtil.addUserGroupUsers(long userGroupId,
long[] userIds)
Adds the users to the user group. |
void |
UserService.addUserGroupUsers(long userGroupId,
long[] userIds)
Adds the users to the user group. |
void |
UserLocalServiceWrapper.addUserGroupUsers(long userGroupId,
long[] userIds)
Adds the users to the user group. |
static void |
UserLocalServiceUtil.addUserGroupUsers(long userGroupId,
long[] userIds)
Adds the users to the user group. |
void |
UserLocalService.addUserGroupUsers(long userGroupId,
long[] userIds)
Adds the users to the user group. |
UserIdMapper |
UserIdMapperLocalServiceWrapper.addUserIdMapper(UserIdMapper userIdMapper)
Adds the user ID mapper to the database. |
static UserIdMapper |
UserIdMapperLocalServiceUtil.addUserIdMapper(UserIdMapper userIdMapper)
Adds the user ID mapper to the database. |
UserIdMapper |
UserIdMapperLocalService.addUserIdMapper(UserIdMapper userIdMapper)
Adds the user ID mapper to the database. |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent)
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent)
|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database. |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database. |
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database. |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents)
|
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents)
|
List<UserNotificationEvent> |
UserNotificationEventLocalService.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents)
|
void |
RoleServiceWrapper.addUserRoles(long userId,
long[] roleIds)
Adds the roles to the user. |
static void |
RoleServiceUtil.addUserRoles(long userId,
long[] roleIds)
Adds the roles to the user. |
void |
RoleService.addUserRoles(long userId,
long[] roleIds)
Adds the roles to the user. |
void |
RoleLocalServiceWrapper.addUserRoles(long userId,
long[] roleIds)
Adds the roles to the user. |
static void |
RoleLocalServiceUtil.addUserRoles(long userId,
long[] roleIds)
Adds the roles to the user. |
void |
RoleLocalService.addUserRoles(long userId,
long[] roleIds)
Adds the roles to the user. |
UserTracker |
UserTrackerLocalServiceWrapper.addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
|
static UserTracker |
UserTrackerLocalServiceUtil.addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
|
UserTracker |
UserTrackerLocalService.addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
|
UserTracker |
UserTrackerLocalServiceWrapper.addUserTracker(UserTracker userTracker)
Adds the user tracker to the database. |
static UserTracker |
UserTrackerLocalServiceUtil.addUserTracker(UserTracker userTracker)
Adds the user tracker to the database. |
UserTracker |
UserTrackerLocalService.addUserTracker(UserTracker userTracker)
Adds the user tracker to the database. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
UserTrackerPath |
UserTrackerPathLocalService.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
User |
UserServiceWrapper.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow. |
static User |
UserServiceUtil.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow. |
User |
UserService.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow. |
User |
UserServiceWrapper.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters. |
static User |
UserServiceUtil.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters. |
User |
UserService.addUserWithWorkflow(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow and additional parameters. |
User |
UserLocalServiceWrapper.addUserWithWorkflow(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow. |
static User |
UserLocalServiceUtil.addUserWithWorkflow(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow. |
User |
UserLocalService.addUserWithWorkflow(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
long[] userGroupIds,
boolean sendEmail,
ServiceContext serviceContext)
Adds a user with workflow. |
VirtualHost |
VirtualHostLocalServiceWrapper.addVirtualHost(VirtualHost virtualHost)
Adds the virtual host to the database. |
static VirtualHost |
VirtualHostLocalServiceUtil.addVirtualHost(VirtualHost virtualHost)
Adds the virtual host to the database. |
VirtualHost |
VirtualHostLocalService.addVirtualHost(VirtualHost virtualHost)
Adds the virtual host to the database. |
WebDAVProps |
WebDAVPropsLocalServiceWrapper.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web d a v props to the database. |
static WebDAVProps |
WebDAVPropsLocalServiceUtil.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web d a v props to the database. |
WebDAVProps |
WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web d a v props to the database. |
Website |
WebsiteLocalServiceWrapper.addWebsite(long userId,
String className,
long classPK,
String url,
int typeId,
boolean primary)
|
static Website |
WebsiteLocalServiceUtil.addWebsite(long userId,
String className,
long classPK,
String url,
int typeId,
boolean primary)
|
Website |
WebsiteLocalService.addWebsite(long userId,
String className,
long classPK,
String url,
int typeId,
boolean primary)
|
Website |
WebsiteServiceWrapper.addWebsite(String className,
long classPK,
String url,
int typeId,
boolean primary)
|
static Website |
WebsiteServiceUtil.addWebsite(String className,
long classPK,
String url,
int typeId,
boolean primary)
|
Website |
WebsiteService.addWebsite(String className,
long classPK,
String url,
int typeId,
boolean primary)
|
Website |
WebsiteLocalServiceWrapper.addWebsite(Website website)
Adds the website to the database. |
static Website |
WebsiteLocalServiceUtil.addWebsite(Website website)
Adds the website to the database. |
Website |
WebsiteLocalService.addWebsite(Website website)
Adds the website to the database. |
ClusterGroup |
ClusterGroupLocalServiceWrapper.addWholeClusterGroup(String name)
|
static ClusterGroup |
ClusterGroupLocalServiceUtil.addWholeClusterGroup(String name)
|
ClusterGroup |
ClusterGroupLocalService.addWholeClusterGroup(String name)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Adds the workflow definition link to the database. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Adds the workflow definition link to the database. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Adds the workflow definition link to the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long workflowInstanceId)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long workflowInstanceId)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long workflowInstanceId)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Adds the workflow instance link to the database. |
int |
UserLocalServiceWrapper.authenticateByEmailAddress(long companyId,
String emailAddress,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their email address and password, while using the AuthPipeline. |
static int |
UserLocalServiceUtil.authenticateByEmailAddress(long companyId,
String emailAddress,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their email address and password, while using the AuthPipeline. |
int |
UserLocalService.authenticateByEmailAddress(long companyId,
String emailAddress,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their email address and password, while using the AuthPipeline. |
int |
UserLocalServiceWrapper.authenticateByScreenName(long companyId,
String screenName,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their screen name and password, while using the AuthPipeline. |
static int |
UserLocalServiceUtil.authenticateByScreenName(long companyId,
String screenName,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their screen name and password, while using the AuthPipeline. |
int |
UserLocalService.authenticateByScreenName(long companyId,
String screenName,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their screen name and password, while using the AuthPipeline. |
int |
UserLocalServiceWrapper.authenticateByUserId(long companyId,
long userId,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their primary key and password, while using the AuthPipeline. |
static int |
UserLocalServiceUtil.authenticateByUserId(long companyId,
long userId,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their primary key and password, while using the AuthPipeline. |
int |
UserLocalService.authenticateByUserId(long companyId,
long userId,
String password,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap,
Map<String,Object> resultsMap)
Attempts to authenticate the user by their primary key and password, while using the AuthPipeline. |
long |
UserLocalServiceWrapper.authenticateForBasic(long companyId,
String authType,
String login,
String password)
Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline. |
static long |
UserLocalServiceUtil.authenticateForBasic(long companyId,
String authType,
String login,
String password)
Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline. |
long |
UserLocalService.authenticateForBasic(long companyId,
String authType,
String login,
String password)
Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline. |
long |
UserLocalServiceWrapper.authenticateForDigest(long companyId,
String username,
String realm,
String nonce,
String method,
String uri,
String response)
Attempts to authenticate the user using HTTP digest access authentication, without using the AuthPipeline. |
static long |
UserLocalServiceUtil.authenticateForDigest(long companyId,
String username,
String realm,
String nonce,
String method,
String uri,
String response)
Attempts to authenticate the user using HTTP digest access authentication, without using the AuthPipeline. |
long |
UserLocalService.authenticateForDigest(long companyId,
String username,
String realm,
String nonce,
String method,
String uri,
String response)
Attempts to authenticate the user using HTTP digest access authentication, without using the AuthPipeline. |
void |
ClassNameLocalServiceWrapper.checkClassNames()
|
static void |
ClassNameLocalServiceUtil.checkClassNames()
|
void |
ClassNameLocalService.checkClassNames()
|
Company |
CompanyLocalServiceWrapper.checkCompany(String webId)
Returns the company with the web domain. |
static Company |
CompanyLocalServiceUtil.checkCompany(String webId)
Returns the company with the web domain. |
Company |
CompanyLocalService.checkCompany(String webId)
Returns the company with the web domain. |
Company |
CompanyLocalServiceWrapper.checkCompany(String webId,
String mx,
String shardName)
Returns the company with the web domain, mail domain, and shard. |
static Company |
CompanyLocalServiceUtil.checkCompany(String webId,
String mx,
String shardName)
Returns the company with the web domain, mail domain, and shard. |
Company |
CompanyLocalService.checkCompany(String webId,
String mx,
String shardName)
Returns the company with the web domain, mail domain, and shard. |
void |
GroupLocalServiceWrapper.checkCompanyGroup(long companyId)
Adds a company group if it does not exist. |
static void |
GroupLocalServiceUtil.checkCompanyGroup(long companyId)
Adds a company group if it does not exist. |
void |
GroupLocalService.checkCompanyGroup(long companyId)
Adds a company group if it does not exist. |
void |
CompanyLocalServiceWrapper.checkCompanyKey(long companyId)
Checks if the company has an encryption key. |
static void |
CompanyLocalServiceUtil.checkCompanyKey(long companyId)
Checks if the company has an encryption key. |
void |
CompanyLocalService.checkCompanyKey(long companyId)
Checks if the company has an encryption key. |
void |
PasswordPolicyLocalServiceWrapper.checkDefaultPasswordPolicy(long companyId)
|
static void |
PasswordPolicyLocalServiceUtil.checkDefaultPasswordPolicy(long companyId)
|
void |
PasswordPolicyLocalService.checkDefaultPasswordPolicy(long companyId)
|
void |
UserLocalServiceWrapper.checkLockout(User user)
Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data. |
static void |
UserLocalServiceUtil.checkLockout(User user)
Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data. |
void |
UserLocalService.checkLockout(User user)
Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data. |
void |
UserLocalServiceWrapper.checkLoginFailure(User user)
Adds a failed login attempt to the user and updates the user's last failed login date. |
static void |
UserLocalServiceUtil.checkLoginFailure(User user)
Adds a failed login attempt to the user and updates the user's last failed login date. |
void |
UserLocalService.checkLoginFailure(User user)
Adds a failed login attempt to the user and updates the user's last failed login date. |
void |
UserLocalServiceWrapper.checkLoginFailureByEmailAddress(long companyId,
String emailAddress)
Adds a failed login attempt to the user with the email address and updates the user's last failed login date. |
static void |
UserLocalServiceUtil.checkLoginFailureByEmailAddress(long companyId,
String emailAddress)
Adds a failed login attempt to the user with the email address and updates the user's last failed login date. |
void |
UserLocalService.checkLoginFailureByEmailAddress(long companyId,
String emailAddress)
Adds a failed login attempt to the user with the email address and updates the user's last failed login date. |
void |
UserLocalServiceWrapper.checkLoginFailureById(long userId)
Adds a failed login attempt to the user and updates the user's last failed login date. |
static void |
UserLocalServiceUtil.checkLoginFailureById(long userId)
Adds a failed login attempt to the user and updates the user's last failed login date. |
void |
UserLocalService.checkLoginFailureById(long userId)
Adds a failed login attempt to the user and updates the user's last failed login date. |
void |
UserLocalServiceWrapper.checkLoginFailureByScreenName(long companyId,
String screenName)
Adds a failed login attempt to the user with the screen name and updates the user's last failed login date. |
static void |
UserLocalServiceUtil.checkLoginFailureByScreenName(long companyId,
String screenName)
Adds a failed login attempt to the user with the screen name and updates the user's last failed login date. |
void |
UserLocalService.checkLoginFailureByScreenName(long companyId,
String screenName)
Adds a failed login attempt to the user with the screen name and updates the user's last failed login date. |
void |
UserLocalServiceWrapper.checkPasswordExpired(User user)
Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data. |
static void |
UserLocalServiceUtil.checkPasswordExpired(User user)
Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data. |
void |
UserLocalService.checkPasswordExpired(User user)
Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data. |
void |
PermissionServiceWrapper.checkPermission(long groupId,
String name,
long primKey)
Checks to see if the group has permission to the service. |
static void |
PermissionServiceUtil.checkPermission(long groupId,
String name,
long primKey)
Checks to see if the group has permission to the service. |
void |
PermissionService.checkPermission(long groupId,
String name,
long primKey)
Checks to see if the group has permission to the service. |
void |
PermissionServiceWrapper.checkPermission(long groupId,
String name,
String primKey)
Checks to see if the group has permission to the service. |
static void |
PermissionServiceUtil.checkPermission(long groupId,
String name,
String primKey)
Checks to see if the group has permission to the service. |
void |
PermissionService.checkPermission(long groupId,
String name,
String primKey)
Checks to see if the group has permission to the service. |
void |
PortletLocalServiceWrapper.checkPortlet(Portlet portlet)
|
static void |
PortletLocalServiceUtil.checkPortlet(Portlet portlet)
|
void |
PortletLocalService.checkPortlet(Portlet portlet)
|
void |
PortletLocalServiceWrapper.checkPortlets(long companyId)
|
static void |
PortletLocalServiceUtil.checkPortlets(long companyId)
|
void |
PortletLocalService.checkPortlets(long companyId)
|
void |
QuartzLocalServiceWrapper.checkQuartzTables()
|
static void |
QuartzLocalServiceUtil.checkQuartzTables()
|
void |
QuartzLocalService.checkQuartzTables()
|
void |
RepositoryServiceWrapper.checkRepository(long repositoryId)
|
static void |
RepositoryServiceUtil.checkRepository(long repositoryId)
|
void |
RepositoryService.checkRepository(long repositoryId)
|
void |
RepositoryLocalServiceWrapper.checkRepository(long repositoryId)
|
static void |
RepositoryLocalServiceUtil.checkRepository(long repositoryId)
|
void |
RepositoryLocalService.checkRepository(long repositoryId)
|
void |
ResourceActionLocalServiceWrapper.checkResourceActions()
|
static void |
ResourceActionLocalServiceUtil.checkResourceActions()
|
void |
ResourceActionLocalService.checkResourceActions()
|
void |
ResourceActionLocalServiceWrapper.checkResourceActions(String name,
List<String> actionIds)
|
static void |
ResourceActionLocalServiceUtil.checkResourceActions(String name,
List<String> actionIds)
|
void |
ResourceActionLocalService.checkResourceActions(String name,
List<String> actionIds)
|
void |
ResourceActionLocalServiceWrapper.checkResourceActions(String name,
List<String> actionIds,
boolean addDefaultActions)
|
static void |
ResourceActionLocalServiceUtil.checkResourceActions(String name,
List<String> actionIds,
boolean addDefaultActions)
|
void |
ResourceActionLocalService.checkResourceActions(String name,
List<String> actionIds,
boolean addDefaultActions)
|
void |
GroupLocalServiceWrapper.checkSystemGroups(long companyId)
Creates systems groups and other related data needed by the system on the very first startup. |
static void |
GroupLocalServiceUtil.checkSystemGroups(long companyId)
Creates systems groups and other related data needed by the system on the very first startup. |
void |
GroupLocalService.checkSystemGroups(long companyId)
Creates systems groups and other related data needed by the system on the very first startup. |
void |
RoleLocalServiceWrapper.checkSystemRoles()
Checks to ensure that the system roles map has appropriate default roles in each company. |
static void |
RoleLocalServiceUtil.checkSystemRoles()
Checks to ensure that the system roles map has appropriate default roles in each company. |
void |
RoleLocalService.checkSystemRoles()
Checks to ensure that the system roles map has appropriate default roles in each company. |
void |
RoleLocalServiceWrapper.checkSystemRoles(long companyId)
Checks to ensure that the system roles map has appropriate default roles in the company. |
static void |
RoleLocalServiceUtil.checkSystemRoles(long companyId)
Checks to ensure that the system roles map has appropriate default roles in the company. |
void |
RoleLocalService.checkSystemRoles(long companyId)
Checks to ensure that the system roles map has appropriate default roles in the company. |
void |
LockLocalServiceWrapper.clear()
|
static void |
LockLocalServiceUtil.clear()
|
void |
LockLocalService.clear()
|
void |
UserLocalServiceWrapper.clearOrganizationUsers(long organizationId)
Removes all the users from the organization. |
static void |
UserLocalServiceUtil.clearOrganizationUsers(long organizationId)
Removes all the users from the organization. |
void |
UserLocalService.clearOrganizationUsers(long organizationId)
Removes all the users from the organization. |
void |
UserLocalServiceWrapper.clearUserGroupUsers(long userGroupId)
Removes all the users from the user group. |
static void |
UserLocalServiceUtil.clearUserGroupUsers(long userGroupId)
Removes all the users from the user group. |
void |
UserLocalService.clearUserGroupUsers(long userGroupId)
Removes all the users from the user group. |
void |
UserGroupLocalServiceWrapper.clearUserUserGroups(long userId)
Clears all associations between the user and its user groups and clears the permissions cache. |
static void |
UserGroupLocalServiceUtil.clearUserUserGroups(long userId)
Clears all associations between the user and its user groups and clears the permissions cache. |
void |
UserGroupLocalService.clearUserUserGroups(long userId)
Clears all associations between the user and its user groups and clears the permissions cache. |
void |
UserLocalServiceWrapper.completeUserRegistration(User user,
ServiceContext serviceContext)
Completes the user's registration by generating a password and sending the confirmation email. |
static void |
UserLocalServiceUtil.completeUserRegistration(User user,
ServiceContext serviceContext)
Completes the user's registration by generating a password and sending the confirmation email. |
void |
UserLocalService.completeUserRegistration(User user,
ServiceContext serviceContext)
Completes the user's registration by generating a password and sending the confirmation email. |
void |
UserGroupLocalServiceWrapper.copyUserGroupLayouts(long[] userGroupIds,
long userId)
Deprecated. |
static void |
UserGroupLocalServiceUtil.copyUserGroupLayouts(long[] userGroupIds,
long userId)
Deprecated. |
void |
UserGroupLocalService.copyUserGroupLayouts(long[] userGroupIds,
long userId)
Deprecated. |
void |
UserGroupLocalServiceWrapper.copyUserGroupLayouts(long userGroupId,
long userId)
Deprecated. |
static void |
UserGroupLocalServiceUtil.copyUserGroupLayouts(long userGroupId,
long userId)
Deprecated. |
void |
UserGroupLocalService.copyUserGroupLayouts(long userGroupId,
long userId)
Deprecated. |
void |
UserGroupLocalServiceWrapper.copyUserGroupLayouts(long userGroupId,
long[] userIds)
Deprecated. |
static void |
UserGroupLocalServiceUtil.copyUserGroupLayouts(long userGroupId,
long[] userIds)
Deprecated. |
void |
UserGroupLocalService.copyUserGroupLayouts(long userGroupId,
long[] userIds)
Deprecated. |
void |
ReleaseLocalServiceWrapper.createTablesAndPopulate()
|
static void |
ReleaseLocalServiceUtil.createTablesAndPopulate()
|
void |
ReleaseLocalService.createTablesAndPopulate()
|
KeyValuePair |
UserLocalServiceWrapper.decryptUserId(long companyId,
String name,
String password)
Decrypts the user's primary key and password from their encrypted forms. |
static KeyValuePair |
UserLocalServiceUtil.decryptUserId(long companyId,
String name,
String password)
Decrypts the user's primary key and password from their encrypted forms. |
KeyValuePair |
UserLocalService.decryptUserId(long companyId,
String name,
String password)
Decrypts the user's primary key and password from their encrypted forms. |
Account |
AccountLocalServiceWrapper.deleteAccount(Account account)
Deletes the account from the database. |
static Account |
AccountLocalServiceUtil.deleteAccount(Account account)
Deletes the account from the database. |
Account |
AccountLocalService.deleteAccount(Account account)
Deletes the account from the database. |
Account |
AccountLocalServiceWrapper.deleteAccount(long accountId)
Deletes the account with the primary key from the database. |
static Account |
AccountLocalServiceUtil.deleteAccount(long accountId)
Deletes the account with the primary key from the database. |
Account |
AccountLocalService.deleteAccount(long accountId)
Deletes the account with the primary key from the database. |
Address |
AddressLocalServiceWrapper.deleteAddress(Address address)
Deletes the address from the database. |
static Address |
AddressLocalServiceUtil.deleteAddress(Address address)
Deletes the address from the database. |
Address |
AddressLocalService.deleteAddress(Address address)
Deletes the address from the database. |
void |
AddressServiceWrapper.deleteAddress(long addressId)
|
static void |
AddressServiceUtil.deleteAddress(long addressId)
|
void |
AddressService.deleteAddress(long addressId)
|
Address |
AddressLocalServiceWrapper.deleteAddress(long addressId)
Deletes the address with the primary key from the database. |
static Address |
AddressLocalServiceUtil.deleteAddress(long addressId)
Deletes the address with the primary key from the database. |
Address |
AddressLocalService.deleteAddress(long addressId)
Deletes the address with the primary key from the database. |
void |
AddressLocalServiceWrapper.deleteAddresses(long companyId,
String className,
long classPK)
|
static void |
AddressLocalServiceUtil.deleteAddresses(long companyId,
String className,
long classPK)
|
void |
AddressLocalService.deleteAddresses(long companyId,
String className,
long classPK)
|
void |
PortletPreferencesServiceWrapper.deleteArchivedPreferences(long portletItemId)
|
static void |
PortletPreferencesServiceUtil.deleteArchivedPreferences(long portletItemId)
|
void |
PortletPreferencesService.deleteArchivedPreferences(long portletItemId)
|
BrowserTracker |
BrowserTrackerLocalServiceWrapper.deleteBrowserTracker(BrowserTracker browserTracker)
Deletes the browser tracker from the database. |
static BrowserTracker |
BrowserTrackerLocalServiceUtil.deleteBrowserTracker(BrowserTracker browserTracker)
Deletes the browser tracker from the database. |
BrowserTracker |
BrowserTrackerLocalService.deleteBrowserTracker(BrowserTracker browserTracker)
Deletes the browser tracker from the database. |
BrowserTracker |
BrowserTrackerLocalServiceWrapper.deleteBrowserTracker(long browserTrackerId)
Deletes the browser tracker with the primary key from the database. |
static BrowserTracker |
BrowserTrackerLocalServiceUtil.deleteBrowserTracker(long browserTrackerId)
Deletes the browser tracker with the primary key from the database. |
BrowserTracker |
BrowserTrackerLocalService.deleteBrowserTracker(long browserTrackerId)
Deletes the browser tracker with the primary key from the database. |
ClassName |
ClassNameLocalServiceWrapper.deleteClassName(ClassName className)
Deletes the class name from the database. |
static ClassName |
ClassNameLocalServiceUtil.deleteClassName(ClassName className)
Deletes the class name from the database. |
ClassName |
ClassNameLocalService.deleteClassName(ClassName className)
Deletes the class name from the database. |
ClassName |
ClassNameLocalServiceWrapper.deleteClassName(long classNameId)
Deletes the class name with the primary key from the database. |
static ClassName |
ClassNameLocalServiceUtil.deleteClassName(long classNameId)
Deletes the class name with the primary key from the database. |
ClassName |
ClassNameLocalService.deleteClassName(long classNameId)
Deletes the class name with the primary key from the database. |
ClusterGroup |
ClusterGroupLocalServiceWrapper.deleteClusterGroup(ClusterGroup clusterGroup)
Deletes the cluster group from the database. |
static ClusterGroup |
ClusterGroupLocalServiceUtil.deleteClusterGroup(ClusterGroup clusterGroup)
Deletes the cluster group from the database. |
ClusterGroup |
ClusterGroupLocalService.deleteClusterGroup(ClusterGroup clusterGroup)
Deletes the cluster group from the database. |
ClusterGroup |
ClusterGroupLocalServiceWrapper.deleteClusterGroup(long clusterGroupId)
Deletes the cluster group with the primary key from the database. |
static ClusterGroup |
ClusterGroupLocalServiceUtil.deleteClusterGroup(long clusterGroupId)
Deletes the cluster group with the primary key from the database. |
ClusterGroup |
ClusterGroupLocalService.deleteClusterGroup(long clusterGroupId)
Deletes the cluster group with the primary key from the database. |
Company |
CompanyLocalServiceWrapper.deleteCompany(Company company)
Deletes the company from the database. |
static Company |
CompanyLocalServiceUtil.deleteCompany(Company company)
Deletes the company from the database. |
Company |
CompanyLocalService.deleteCompany(Company company)
Deletes the company from the database. |
Company |
CompanyLocalServiceWrapper.deleteCompany(long companyId)
Deletes the company with the primary key from the database. |
static Company |
CompanyLocalServiceUtil.deleteCompany(long companyId)
Deletes the company with the primary key from the database. |
Company |
CompanyLocalService.deleteCompany(long companyId)
Deletes the company with the primary key from the database. |
Contact |
ContactLocalServiceWrapper.deleteContact(Contact contact)
Deletes the contact from the database. |
static Contact |
ContactLocalServiceUtil.deleteContact(Contact contact)
Deletes the contact from the database. |
Contact |
ContactLocalService.deleteContact(Contact contact)
Deletes the contact from the database. |
Contact |
ContactLocalServiceWrapper.deleteContact(long contactId)
Deletes the contact with the primary key from the database. |
static Contact |
ContactLocalServiceUtil.deleteContact(long contactId)
Deletes the contact with the primary key from the database. |
Contact |
ContactLocalService.deleteContact(long contactId)
Deletes the contact with the primary key from the database. |
EmailAddress |
EmailAddressLocalServiceWrapper.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
static EmailAddress |
EmailAddressLocalServiceUtil.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
EmailAddress |
EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
void |
EmailAddressServiceWrapper.deleteEmailAddress(long emailAddressId)
|
static void |
EmailAddressServiceUtil.deleteEmailAddress(long emailAddressId)
|
void |
EmailAddressService.deleteEmailAddress(long emailAddressId)
|
EmailAddress |
EmailAddressLocalServiceWrapper.deleteEmailAddress(long emailAddressId)
Deletes the email address with the primary key from the database. |
static EmailAddress |
EmailAddressLocalServiceUtil.deleteEmailAddress(long emailAddressId)
Deletes the email address with the primary key from the database. |
EmailAddress |
EmailAddressLocalService.deleteEmailAddress(long emailAddressId)
Deletes the email address with the primary key from the database. |
void |
EmailAddressLocalServiceWrapper.deleteEmailAddresses(long companyId,
String className,
long classPK)
|
static void |
EmailAddressLocalServiceUtil.deleteEmailAddresses(long companyId,
String className,
long classPK)
|
void |
EmailAddressLocalService.deleteEmailAddresses(long companyId,
String className,
long classPK)
|
Group |
GroupLocalServiceWrapper.deleteGroup(Group group)
Deletes the group from the database. |
static Group |
GroupLocalServiceUtil.deleteGroup(Group group)
Deletes the group from the database. |
Group |
GroupLocalService.deleteGroup(Group group)
Deletes the group from the database. |
void |
GroupServiceWrapper.deleteGroup(long groupId)
Deletes the group. |
static void |
GroupServiceUtil.deleteGroup(long groupId)
Deletes the group. |
void |
GroupService.deleteGroup(long groupId)
Deletes the group. |
Group |
GroupLocalServiceWrapper.deleteGroup(long groupId)
Deletes the group with the primary key from the database. |
static Group |
GroupLocalServiceUtil.deleteGroup(long groupId)
Deletes the group with the primary key from the database. |
Group |
GroupLocalService.deleteGroup(long groupId)
Deletes the group with the primary key from the database. |
Image |
ImageLocalServiceWrapper.deleteImage(Image image)
Deletes the image from the database. |
static Image |
ImageLocalServiceUtil.deleteImage(Image image)
Deletes the image from the database. |
Image |
ImageLocalService.deleteImage(Image image)
Deletes the image from the database. |
Image |
ImageLocalServiceWrapper.deleteImage(long imageId)
Deletes the image with the primary key from the database. |
static Image |
ImageLocalServiceUtil.deleteImage(long imageId)
Deletes the image with the primary key from the database. |
Image |
ImageLocalService.deleteImage(long imageId)
Deletes the image with the primary key from the database. |
Layout |
LayoutLocalServiceWrapper.deleteLayout(Layout layout)
Deletes the layout from the database. |
static Layout |
LayoutLocalServiceUtil.deleteLayout(Layout layout)
Deletes the layout from the database. |
Layout |
LayoutLocalService.deleteLayout(Layout layout)
Deletes the layout from the database. |
void |
LayoutLocalServiceWrapper.deleteLayout(Layout layout,
boolean updateLayoutSet,
ServiceContext serviceContext)
Deletes the layout, its child layouts, and its associated resources. |
static void |
LayoutLocalServiceUtil.deleteLayout(Layout layout,
boolean updateLayoutSet,
ServiceContext serviceContext)
Deletes the layout, its child layouts, and its associated resources. |
void |
LayoutLocalService.deleteLayout(Layout layout,
boolean updateLayoutSet,
ServiceContext serviceContext)
Deletes the layout, its child layouts, and its associated resources. |
Layout |
LayoutLocalServiceWrapper.deleteLayout(long plid)
Deletes the layout with the primary key from the database. |
static Layout |
LayoutLocalServiceUtil.deleteLayout(long plid)
Deletes the layout with the primary key from the database. |
Layout |
LayoutLocalService.deleteLayout(long plid)
Deletes the layout with the primary key from the database. |
void |
LayoutServiceWrapper.deleteLayout(long groupId,
boolean privateLayout,
long layoutId,
ServiceContext serviceContext)
Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources. |
static void |
LayoutServiceUtil.deleteLayout(long groupId,
boolean privateLayout,
long layoutId,
ServiceContext serviceContext)
Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources. |
void |
LayoutService.deleteLayout(long groupId,
boolean privateLayout,
long layoutId,
ServiceContext serviceContext)
Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources. |
void |
LayoutLocalServiceWrapper.deleteLayout(long groupId,
boolean privateLayout,
long layoutId,
ServiceContext serviceContext)
Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources. |
static void |
LayoutLocalServiceUtil.deleteLayout(long groupId,
boolean privateLayout,
long layoutId,
ServiceContext serviceContext)
Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources. |
void |
LayoutLocalService.deleteLayout(long groupId,
boolean privateLayout,
long layoutId,
ServiceContext serviceContext)
Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources. |
void |
LayoutServiceWrapper.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources. |
static void |
LayoutServiceUtil.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources. |
void |
LayoutService.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources. |
void |
LayoutLocalServiceWrapper.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources. |
static void |
LayoutLocalServiceUtil.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources. |
void |
LayoutLocalService.deleteLayout(long plid,
ServiceContext serviceContext)
Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources. |
LayoutBranch |
LayoutBranchLocalServiceWrapper.deleteLayoutBranch(LayoutBranch layoutBranch)
Deletes the layout branch from the database. |
static LayoutBranch |
LayoutBranchLocalServiceUtil.deleteLayoutBranch(LayoutBranch layoutBranch)
Deletes the layout branch from the database. |
LayoutBranch |
LayoutBranchLocalService.deleteLayoutBranch(LayoutBranch layoutBranch)
Deletes the layout branch from the database. |
void |
LayoutBranchServiceWrapper.deleteLayoutBranch(long layoutBranchId)
|
static void |
LayoutBranchServiceUtil.deleteLayoutBranch(long layoutBranchId)
|
void |
LayoutBranchService.deleteLayoutBranch(long layoutBranchId)
|
LayoutBranch |
LayoutBranchLocalServiceWrapper.deleteLayoutBranch(long LayoutBranchId)
Deletes the layout branch with the primary key from the database. |
static LayoutBranch |
LayoutBranchLocalServiceUtil.deleteLayoutBranch(long LayoutBranchId)
Deletes the layout branch with the primary key from the database. |
LayoutBranch |
LayoutBranchLocalService.deleteLayoutBranch(long LayoutBranchId)
Deletes the layout branch with the primary key from the database. |
void |
LayoutRevisionLocalServiceWrapper.deleteLayoutLayoutRevisions(long plid)
|
static void |
LayoutRevisionLocalServiceUtil.deleteLayoutLayoutRevisions(long plid)
|
void |
LayoutRevisionLocalService.deleteLayoutLayoutRevisions(long plid)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
LayoutPrototype |
LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
void |
LayoutPrototypeServiceWrapper.deleteLayoutPrototype(long layoutPrototypeId)
|
static void |
LayoutPrototypeServiceUtil.deleteLayoutPrototype(long layoutPrototypeId)
|
void |
LayoutPrototypeService.deleteLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypeLocalService.deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
LayoutRevision |
LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(long layoutRevisionId)
Deletes the layout revision with the primary key from the database. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.deleteLayoutRevision(long layoutRevisionId)
Deletes the layout revision with the primary key from the database. |
LayoutRevision |
LayoutRevisionLocalService.deleteLayoutRevision(long layoutRevisionId)
Deletes the layout revision with the primary key from the database. |
void |
LayoutRevisionLocalServiceWrapper.deleteLayoutRevisions(long layoutSetBranchId,
long plid)
|
static void |
LayoutRevisionLocalServiceUtil.deleteLayoutRevisions(long layoutSetBranchId,
long plid)
|
void |
LayoutRevisionLocalService.deleteLayoutRevisions(long layoutSetBranchId,
long plid)
|
void |
LayoutRevisionLocalServiceWrapper.deleteLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
static void |
LayoutRevisionLocalServiceUtil.deleteLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
void |
LayoutRevisionLocalService.deleteLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
void |
LayoutLocalServiceWrapper.deleteLayouts(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
Deletes the group's private or non-private layouts, also deleting the layouts' child layouts, and associated resources. |
static void |
LayoutLocalServiceUtil.deleteLayouts(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
Deletes the group's private or non-private layouts, also deleting the layouts' child layouts, and associated resources. |
void |
LayoutLocalService.deleteLayouts(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
Deletes the group's private or non-private layouts, also deleting the layouts' child layouts, and associated resources. |
LayoutSet |
LayoutSetLocalServiceWrapper.deleteLayoutSet(LayoutSet layoutSet)
Deletes the layout set from the database. |
static LayoutSet |
LayoutSetLocalServiceUtil.deleteLayoutSet(LayoutSet layoutSet)
Deletes the layout set from the database. |
LayoutSet |
LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet)
Deletes the layout set from the database. |
LayoutSet |
LayoutSetLocalServiceWrapper.deleteLayoutSet(long layoutSetId)
Deletes the layout set with the primary key from the database. |
static LayoutSet |
LayoutSetLocalServiceUtil.deleteLayoutSet(long layoutSetId)
Deletes the layout set with the primary key from the database. |
LayoutSet |
LayoutSetLocalService.deleteLayoutSet(long layoutSetId)
Deletes the layout set with the primary key from the database. |
void |
LayoutSetLocalServiceWrapper.deleteLayoutSet(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
|
static void |
LayoutSetLocalServiceUtil.deleteLayoutSet(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
|
void |
LayoutSetLocalService.deleteLayoutSet(long groupId,
boolean privateLayout,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Deletes the layout set branch from the database. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(LayoutSetBranch layoutSetBranch,
boolean includeMaster)
|
void |
LayoutSetBranchServiceWrapper.deleteLayoutSetBranch(long layoutSetBranchId)
|
static void |
LayoutSetBranchServiceUtil.deleteLayoutSetBranch(long layoutSetBranchId)
|
void |
LayoutSetBranchService.deleteLayoutSetBranch(long layoutSetBranchId)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranch(long layoutSetBranchId)
Deletes the layout set branch with the primary key from the database. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranch(long layoutSetBranchId)
Deletes the layout set branch with the primary key from the database. |
LayoutSetBranch |
LayoutSetBranchLocalService.deleteLayoutSetBranch(long layoutSetBranchId)
Deletes the layout set branch with the primary key from the database. |
void |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranches(long groupId,
boolean privateLayout)
|
static void |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranches(long groupId,
boolean privateLayout)
|
void |
LayoutSetBranchLocalService.deleteLayoutSetBranches(long groupId,
boolean privateLayout)
|
void |
LayoutSetBranchLocalServiceWrapper.deleteLayoutSetBranches(long groupId,
boolean privateLayout,
boolean includeMaster)
|
static void |
LayoutSetBranchLocalServiceUtil.deleteLayoutSetBranches(long groupId,
boolean privateLayout,
boolean includeMaster)
|
void |
LayoutSetBranchLocalService.deleteLayoutSetBranches(long groupId,
boolean privateLayout,
boolean includeMaster)
|
void |
LayoutBranchLocalServiceWrapper.deleteLayoutSetBranchLayoutBranches(long layoutSetBranchId)
|
static void |
LayoutBranchLocalServiceUtil.deleteLayoutSetBranchLayoutBranches(long layoutSetBranchId)
|
void |
LayoutBranchLocalService.deleteLayoutSetBranchLayoutBranches(long layoutSetBranchId)
|
void |
LayoutRevisionLocalServiceWrapper.deleteLayoutSetBranchLayoutRevisions(long layoutSetBranchId)
|
static void |
LayoutRevisionLocalServiceUtil.deleteLayoutSetBranchLayoutRevisions(long layoutSetBranchId)
|
void |
LayoutRevisionLocalService.deleteLayoutSetBranchLayoutRevisions(long layoutSetBranchId)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
void |
LayoutSetPrototypeServiceWrapper.deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
static void |
LayoutSetPrototypeServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
void |
LayoutSetPrototypeService.deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(long layoutSetPrototypeId)
Deletes the layout set prototype with the primary key from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId)
Deletes the layout set prototype with the primary key from the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(long layoutSetPrototypeId)
Deletes the layout set prototype with the primary key from the database. |
Lock |
LockLocalServiceWrapper.deleteLock(Lock lock)
Deletes the lock from the database. |
static Lock |
LockLocalServiceUtil.deleteLock(Lock lock)
Deletes the lock from the database. |
Lock |
LockLocalService.deleteLock(Lock lock)
Deletes the lock from the database. |
Lock |
LockLocalServiceWrapper.deleteLock(long lockId)
Deletes the lock with the primary key from the database. |
static Lock |
LockLocalServiceUtil.deleteLock(long lockId)
Deletes the lock with the primary key from the database. |
Lock |
LockLocalService.deleteLock(long lockId)
Deletes the lock with the primary key from the database. |
void |
OrganizationServiceWrapper.deleteLogo(long organizationId)
Deletes the logo of the organization. |
static void |
OrganizationServiceUtil.deleteLogo(long organizationId)
Deletes the logo of the organization. |
void |
OrganizationService.deleteLogo(long organizationId)
Deletes the logo of the organization. |
void |
OrganizationLocalServiceWrapper.deleteLogo(long organizationId)
Deletes the logo of the organization. |
static void |
OrganizationLocalServiceUtil.deleteLogo(long organizationId)
Deletes the logo of the organization. |
void |
OrganizationLocalService.deleteLogo(long organizationId)
Deletes the logo of the organization. |
void |
CompanyServiceWrapper.deleteLogo(long companyId)
Deletes the company's logo. |
static void |
CompanyServiceUtil.deleteLogo(long companyId)
Deletes the company's logo. |
void |
CompanyService.deleteLogo(long companyId)
Deletes the company's logo. |
void |
CompanyLocalServiceWrapper.deleteLogo(long companyId)
Deletes the company's logo. |
static void |
CompanyLocalServiceUtil.deleteLogo(long companyId)
Deletes the company's logo. |
void |
CompanyLocalService.deleteLogo(long companyId)
Deletes the company's logo. |
MembershipRequest |
MembershipRequestLocalServiceWrapper.deleteMembershipRequest(long membershipRequestId)
Deletes the membership request with the primary key from the database. |
static MembershipRequest |
MembershipRequestLocalServiceUtil.deleteMembershipRequest(long membershipRequestId)
Deletes the membership request with the primary key from the database. |
MembershipRequest |
MembershipRequestLocalService.deleteMembershipRequest(long membershipRequestId)
Deletes the membership request with the primary key from the database. |
MembershipRequest |
MembershipRequestLocalServiceWrapper.deleteMembershipRequest(MembershipRequest membershipRequest)
Deletes the membership request from the database. |
static MembershipRequest |
MembershipRequestLocalServiceUtil.deleteMembershipRequest(MembershipRequest membershipRequest)
Deletes the membership request from the database. |
MembershipRequest |
MembershipRequestLocalService.deleteMembershipRequest(MembershipRequest membershipRequest)
Deletes the membership request from the database. |
void |
MembershipRequestLocalServiceWrapper.deleteMembershipRequests(long groupId)
|
static void |
MembershipRequestLocalServiceUtil.deleteMembershipRequests(long groupId)
|
void |
MembershipRequestLocalService.deleteMembershipRequests(long groupId)
|
void |
MembershipRequestServiceWrapper.deleteMembershipRequests(long groupId,
int statusId)
|
static void |
MembershipRequestServiceUtil.deleteMembershipRequests(long groupId,
int statusId)
|
void |
MembershipRequestService.deleteMembershipRequests(long groupId,
int statusId)
|
void |
MembershipRequestLocalServiceWrapper.deleteMembershipRequests(long groupId,
int statusId)
|
static void |
MembershipRequestLocalServiceUtil.deleteMembershipRequests(long groupId,
int statusId)
|
void |
MembershipRequestLocalService.deleteMembershipRequests(long groupId,
int statusId)
|
void |
MembershipRequestLocalServiceWrapper.deleteMembershipRequestsByUserId(long userId)
|
static void |
MembershipRequestLocalServiceUtil.deleteMembershipRequestsByUserId(long userId)
|
void |
MembershipRequestLocalService.deleteMembershipRequestsByUserId(long userId)
|
void |
OrganizationServiceWrapper.deleteOrganization(long organizationId)
Deletes the organization. |
static void |
OrganizationServiceUtil.deleteOrganization(long organizationId)
Deletes the organization. |
void |
OrganizationService.deleteOrganization(long organizationId)
Deletes the organization. |
Organization |
OrganizationLocalServiceWrapper.deleteOrganization(long organizationId)
Deletes the organization with the primary key from the database. |
static Organization |
OrganizationLocalServiceUtil.deleteOrganization(long organizationId)
Deletes the organization with the primary key from the database. |
Organization |
OrganizationLocalService.deleteOrganization(long organizationId)
Deletes the organization with the primary key from the database. |
Organization |
OrganizationLocalServiceWrapper.deleteOrganization(Organization organization)
Deletes the organization from the database. |
static Organization |
OrganizationLocalServiceUtil.deleteOrganization(Organization organization)
Deletes the organization from the database. |
Organization |
OrganizationLocalService.deleteOrganization(Organization organization)
Deletes the organization from the database. |
void |
OrgLaborServiceWrapper.deleteOrgLabor(long orgLaborId)
|
static void |
OrgLaborServiceUtil.deleteOrgLabor(long orgLaborId)
|
void |
OrgLaborService.deleteOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalServiceWrapper.deleteOrgLabor(long orgLaborId)
Deletes the org labor with the primary key from the database. |
static OrgLabor |
OrgLaborLocalServiceUtil.deleteOrgLabor(long orgLaborId)
Deletes the org labor with the primary key from the database. |
OrgLabor |
OrgLaborLocalService.deleteOrgLabor(long orgLaborId)
Deletes the org labor with the primary key from the database. |
OrgLabor |
OrgLaborLocalServiceWrapper.deleteOrgLabor(OrgLabor orgLabor)
Deletes the org labor from the database. |
static OrgLabor |
OrgLaborLocalServiceUtil.deleteOrgLabor(OrgLabor orgLabor)
Deletes the org labor from the database. |
OrgLabor |
OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
Deletes the org labor from the database. |
void |
PasswordPolicyServiceWrapper.deletePasswordPolicy(long passwordPolicyId)
|
static void |
PasswordPolicyServiceUtil.deletePasswordPolicy(long passwordPolicyId)
|
void |
PasswordPolicyService.deletePasswordPolicy(long passwordPolicyId)
|
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(long passwordPolicyId)
Deletes the password policy with the primary key from the database. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.deletePasswordPolicy(long passwordPolicyId)
Deletes the password policy with the primary key from the database. |
PasswordPolicy |
PasswordPolicyLocalService.deletePasswordPolicy(long passwordPolicyId)
Deletes the password policy with the primary key from the database. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.deletePasswordPolicy(PasswordPolicy passwordPolicy)
Deletes the password policy from the database. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.deletePasswordPolicy(PasswordPolicy passwordPolicy)
Deletes the password policy from the database. |
PasswordPolicy |
PasswordPolicyLocalService.deletePasswordPolicy(PasswordPolicy passwordPolicy)
Deletes the password policy from the database. |
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(long passwordPolicyRelId)
Deletes the password policy rel with the primary key from the database. |
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(long passwordPolicyRelId)
Deletes the password policy rel with the primary key from the database. |
PasswordPolicyRel |
PasswordPolicyRelLocalService.deletePasswordPolicyRel(long passwordPolicyRelId)
Deletes the password policy rel with the primary key from the database. |
void |
PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
static void |
PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
void |
PasswordPolicyRelLocalService.deletePasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Deletes the password policy rel from the database. |
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Deletes the password policy rel from the database. |
PasswordPolicyRel |
PasswordPolicyRelLocalService.deletePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Deletes the password policy rel from the database. |
void |
PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRel(String className,
long classPK)
|
static void |
PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRel(String className,
long classPK)
|
void |
PasswordPolicyRelLocalService.deletePasswordPolicyRel(String className,
long classPK)
|
void |
PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRels(long passwordPolicyId)
|
static void |
PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRels(long passwordPolicyId)
|
void |
PasswordPolicyRelLocalService.deletePasswordPolicyRels(long passwordPolicyId)
|
void |
PasswordPolicyRelLocalServiceWrapper.deletePasswordPolicyRels(long passwordPolicyId,
String className,
long[] classPKs)
|
static void |
PasswordPolicyRelLocalServiceUtil.deletePasswordPolicyRels(long passwordPolicyId,
String className,
long[] classPKs)
|
void |
PasswordPolicyRelLocalService.deletePasswordPolicyRels(long passwordPolicyId,
String className,
long[] classPKs)
|
PasswordTracker |
PasswordTrackerLocalServiceWrapper.deletePasswordTracker(long passwordTrackerId)
Deletes the password tracker with the primary key from the database. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.deletePasswordTracker(long passwordTrackerId)
Deletes the password tracker with the primary key from the database. |
PasswordTracker |
PasswordTrackerLocalService.deletePasswordTracker(long passwordTrackerId)
Deletes the password tracker with the primary key from the database. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
PasswordTracker |
PasswordTrackerLocalService.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
void |
PasswordTrackerLocalServiceWrapper.deletePasswordTrackers(long userId)
|
static void |
PasswordTrackerLocalServiceUtil.deletePasswordTrackers(long userId)
|
void |
PasswordTrackerLocalService.deletePasswordTrackers(long userId)
|
void |
PhoneServiceWrapper.deletePhone(long phoneId)
|
static void |
PhoneServiceUtil.deletePhone(long phoneId)
|
void |
PhoneService.deletePhone(long phoneId)
|
Phone |
PhoneLocalServiceWrapper.deletePhone(long phoneId)
Deletes the phone with the primary key from the database. |
static Phone |
PhoneLocalServiceUtil.deletePhone(long phoneId)
Deletes the phone with the primary key from the database. |
Phone |
PhoneLocalService.deletePhone(long phoneId)
Deletes the phone with the primary key from the database. |
Phone |
PhoneLocalServiceWrapper.deletePhone(Phone phone)
Deletes the phone from the database. |
static Phone |
PhoneLocalServiceUtil.deletePhone(Phone phone)
Deletes the phone from the database. |
Phone |
PhoneLocalService.deletePhone(Phone phone)
Deletes the phone from the database. |
void |
PhoneLocalServiceWrapper.deletePhones(long companyId,
String className,
long classPK)
|
static void |
PhoneLocalServiceUtil.deletePhones(long companyId,
String className,
long classPK)
|
void |
PhoneLocalService.deletePhones(long companyId,
String className,
long classPK)
|
PluginSetting |
PluginSettingLocalServiceWrapper.deletePluginSetting(long pluginSettingId)
Deletes the plugin setting with the primary key from the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.deletePluginSetting(long pluginSettingId)
Deletes the plugin setting with the primary key from the database. |
PluginSetting |
PluginSettingLocalService.deletePluginSetting(long pluginSettingId)
Deletes the plugin setting with the primary key from the database. |
PluginSetting |
PluginSettingLocalServiceWrapper.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database. |
static PluginSetting |
PluginSettingLocalServiceUtil.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database. |
PluginSetting |
PluginSettingLocalService.deletePluginSetting(PluginSetting pluginSetting)
Deletes the plugin setting from the database. |
PortalPreferences |
PortalPreferencesLocalServiceWrapper.deletePortalPreferences(long portalPreferencesId)
Deletes the portal preferences with the primary key from the database. |
static PortalPreferences |
PortalPreferencesLocalServiceUtil.deletePortalPreferences(long portalPreferencesId)
Deletes the portal preferences with the primary key from the database. |
PortalPreferences |
PortalPreferencesLocalService.deletePortalPreferences(long portalPreferencesId)
Deletes the portal preferences with the primary key from the database. |
PortalPreferences |
PortalPreferencesLocalServiceWrapper.deletePortalPreferences(PortalPreferences portalPreferences)
Deletes the portal preferences from the database. |
static PortalPreferences |
PortalPreferencesLocalServiceUtil.deletePortalPreferences(PortalPreferences portalPreferences)
Deletes the portal preferences from the database. |
PortalPreferences |
PortalPreferencesLocalService.deletePortalPreferences(PortalPreferences portalPreferences)
Deletes the portal preferences from the database. |
Portlet |
PortletLocalServiceWrapper.deletePortlet(long id)
Deletes the portlet with the primary key from the database. |
static Portlet |
PortletLocalServiceUtil.deletePortlet(long id)
Deletes the portlet with the primary key from the database. |
Portlet |
PortletLocalService.deletePortlet(long id)
Deletes the portlet with the primary key from the database. |
void |
PortletLocalServiceWrapper.deletePortlet(long companyId,
String portletId,
long plid)
|
static void |
PortletLocalServiceUtil.deletePortlet(long companyId,
String portletId,
long plid)
|
void |
PortletLocalService.deletePortlet(long companyId,
String portletId,
long plid)
|
Portlet |
PortletLocalServiceWrapper.deletePortlet(Portlet portlet)
Deletes the portlet from the database. |
static Portlet |
PortletLocalServiceUtil.deletePortlet(Portlet portlet)
Deletes the portlet from the database. |
Portlet |
PortletLocalService.deletePortlet(Portlet portlet)
Deletes the portlet from the database. |
PortletItem |
PortletItemLocalServiceWrapper.deletePortletItem(long portletItemId)
Deletes the portlet item with the primary key from the database. |
static PortletItem |
PortletItemLocalServiceUtil.deletePortletItem(long portletItemId)
Deletes the portlet item with the primary key from the database. |
PortletItem |
PortletItemLocalService.deletePortletItem(long portletItemId)
Deletes the portlet item with the primary key from the database. |
PortletItem |
PortletItemLocalServiceWrapper.deletePortletItem(PortletItem portletItem)
Deletes the portlet item from the database. |
static PortletItem |
PortletItemLocalServiceUtil.deletePortletItem(PortletItem portletItem)
Deletes the portlet item from the database. |
PortletItem |
PortletItemLocalService.deletePortletItem(PortletItem portletItem)
Deletes the portlet item from the database. |
PortletPreferences |
PortletPreferencesLocalServiceWrapper.deletePortletPreferences(long portletPreferencesId)
Deletes the portlet preferences with the primary key from the database. |
static PortletPreferences |
PortletPreferencesLocalServiceUtil.deletePortletPreferences(long portletPreferencesId)
Deletes the portlet preferences with the primary key from the database. |
PortletPreferences |
PortletPreferencesLocalService.deletePortletPreferences(long portletPreferencesId)
Deletes the portlet preferences with the primary key from the database. |
void |
PortletPreferencesLocalServiceWrapper.deletePortletPreferences(long ownerId,
int ownerType,
long plid)
|
static void |
PortletPreferencesLocalServiceUtil.deletePortletPreferences(long ownerId,
int ownerType,
long plid)
|
void |
PortletPreferencesLocalService.deletePortletPreferences(long ownerId,
int ownerType,
long plid)
|
void |
PortletPreferencesLocalServiceWrapper.deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
static void |
PortletPreferencesLocalServiceUtil.deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
void |
PortletPreferencesLocalService.deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.deletePortletPreferences(PortletPreferences portletPreferences)
Deletes the portlet preferences from the database. |
static PortletPreferences |
PortletPreferencesLocalServiceUtil.deletePortletPreferences(PortletPreferences portletPreferences)
Deletes the portlet preferences from the database. |
PortletPreferences |
PortletPreferencesLocalService.deletePortletPreferences(PortletPreferences portletPreferences)
Deletes the portlet preferences from the database. |
void |
PortletPreferencesLocalServiceWrapper.deletePortletPreferencesByPlid(long plid)
|
static void |
PortletPreferencesLocalServiceUtil.deletePortletPreferencesByPlid(long plid)
|
void |
PortletPreferencesLocalService.deletePortletPreferencesByPlid(long plid)
|
void |
PortletLocalServiceWrapper.deletePortlets(long companyId,
String[] portletIds,
long plid)
|
static void |
PortletLocalServiceUtil.deletePortlets(long companyId,
String[] portletIds,
long plid)
|
void |
PortletLocalService.deletePortlets(long companyId,
String[] portletIds,
long plid)
|
void |
UserServiceWrapper.deletePortrait(long userId)
Deletes the user's portrait image. |
static void |
UserServiceUtil.deletePortrait(long userId)
Deletes the user's portrait image. |
void |
UserService.deletePortrait(long userId)
Deletes the user's portrait image. |
void |
UserLocalServiceWrapper.deletePortrait(long userId)
Deletes the user's portrait image. |
static void |
UserLocalServiceUtil.deletePortrait(long userId)
Deletes the user's portrait image. |
void |
UserLocalService.deletePortrait(long userId)
Deletes the user's portrait image. |
Release |
ReleaseLocalServiceWrapper.deleteRelease(long releaseId)
Deletes the release with the primary key from the database. |
static Release |
ReleaseLocalServiceUtil.deleteRelease(long releaseId)
Deletes the release with the primary key from the database. |
Release |
ReleaseLocalService.deleteRelease(long releaseId)
Deletes the release with the primary key from the database. |
Release |
ReleaseLocalServiceWrapper.deleteRelease(Release release)
Deletes the release from the database. |
static Release |
ReleaseLocalServiceUtil.deleteRelease(Release release)
Deletes the release from the database. |
Release |
ReleaseLocalService.deleteRelease(Release release)
Deletes the release from the database. |
void |
RepositoryLocalServiceWrapper.deleteRepositories(long groupId)
|
static void |
RepositoryLocalServiceUtil.deleteRepositories(long groupId)
|
void |
RepositoryLocalService.deleteRepositories(long groupId)
|
void |
RepositoryServiceWrapper.deleteRepository(long repositoryId)
|
static void |
RepositoryServiceUtil.deleteRepository(long repositoryId)
|
void |
RepositoryService.deleteRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceWrapper.deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database. |
static Repository |
RepositoryLocalServiceUtil.deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database. |
Repository |
RepositoryLocalService.deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database. |
Repository |
RepositoryLocalServiceWrapper.deleteRepository(Repository repository)
Deletes the repository from the database. |
static Repository |
RepositoryLocalServiceUtil.deleteRepository(Repository repository)
Deletes the repository from the database. |
Repository |
RepositoryLocalService.deleteRepository(Repository repository)
Deletes the repository from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(long repositoryEntryId)
Deletes the repository entry with the primary key from the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(long repositoryEntryId)
Deletes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryLocalService.deleteRepositoryEntry(long repositoryEntryId)
Deletes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
RepositoryEntry |
RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
void |
ResourceLocalServiceWrapper.deleteResource(AuditedModel auditedModel,
int scope)
|
static void |
ResourceLocalServiceUtil.deleteResource(AuditedModel auditedModel,
int scope)
|
void |
ResourceLocalService.deleteResource(AuditedModel auditedModel,
int scope)
|
void |
ResourceLocalServiceWrapper.deleteResource(long companyId,
String name,
int scope,
long primKey)
|
static void |
ResourceLocalServiceUtil.deleteResource(long companyId,
String name,
int scope,
long primKey)
|
void |
ResourceLocalService.deleteResource(long companyId,
String name,
int scope,
long primKey)
|
void |
ResourceLocalServiceWrapper.deleteResource(long companyId,
String name,
int scope,
String primKey)
|
static void |
ResourceLocalServiceUtil.deleteResource(long companyId,
String name,
int scope,
String primKey)
|
void |
ResourceLocalService.deleteResource(long companyId,
String name,
int scope,
String primKey)
|
ResourceAction |
ResourceActionLocalServiceWrapper.deleteResourceAction(long resourceActionId)
Deletes the resource action with the primary key from the database. |
static ResourceAction |
ResourceActionLocalServiceUtil.deleteResourceAction(long resourceActionId)
Deletes the resource action with the primary key from the database. |
ResourceAction |
ResourceActionLocalService.deleteResourceAction(long resourceActionId)
Deletes the resource action with the primary key from the database. |
ResourceAction |
ResourceActionLocalServiceWrapper.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database. |
static ResourceAction |
ResourceActionLocalServiceUtil.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database. |
ResourceAction |
ResourceActionLocalService.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database. |
ResourceBlock |
ResourceBlockLocalServiceWrapper.deleteResourceBlock(long resourceBlockId)
Deletes the resource block with the primary key from the database. |
static ResourceBlock |
ResourceBlockLocalServiceUtil.deleteResourceBlock(long resourceBlockId)
Deletes the resource block with the primary key from the database. |
ResourceBlock |
ResourceBlockLocalService.deleteResourceBlock(long resourceBlockId)
Deletes the resource block with the primary key from the database. |
ResourceBlock |
ResourceBlockLocalServiceWrapper.deleteResourceBlock(ResourceBlock resourceBlock)
Deletes the resource block from the database. |
static ResourceBlock |
ResourceBlockLocalServiceUtil.deleteResourceBlock(ResourceBlock resourceBlock)
Deletes the resource block from the database. |
ResourceBlock |
ResourceBlockLocalService.deleteResourceBlock(ResourceBlock resourceBlock)
Deletes the resource block from the database. |
ResourceBlockPermission |
ResourceBlockPermissionLocalServiceWrapper.deleteResourceBlockPermission(long resourceBlockPermissionId)
Deletes the resource block permission with the primary key from the database. |
static ResourceBlockPermission |
ResourceBlockPermissionLocalServiceUtil.deleteResourceBlockPermission(long resourceBlockPermissionId)
Deletes the resource block permission with the primary key from the database. |
ResourceBlockPermission |
ResourceBlockPermissionLocalService.deleteResourceBlockPermission(long resourceBlockPermissionId)
Deletes the resource block permission with the primary key from the database. |
ResourceBlockPermission |
ResourceBlockPermissionLocalServiceWrapper.deleteResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Deletes the resource block permission from the database. |
static ResourceBlockPermission |
ResourceBlockPermissionLocalServiceUtil.deleteResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Deletes the resource block permission from the database. |
ResourceBlockPermission |
ResourceBlockPermissionLocalService.deleteResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Deletes the resource block permission from the database. |
void |
ResourceBlockPermissionLocalServiceWrapper.deleteResourceBlockPermissions(long resourceBlockId)
|
static void |
ResourceBlockPermissionLocalServiceUtil.deleteResourceBlockPermissions(long resourceBlockId)
|
void |
ResourceBlockPermissionLocalService.deleteResourceBlockPermissions(long resourceBlockId)
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.deleteResourcePermission(long resourcePermissionId)
Deletes the resource permission with the primary key from the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.deleteResourcePermission(long resourcePermissionId)
Deletes the resource permission with the primary key from the database. |
ResourcePermission |
ResourcePermissionLocalService.deleteResourcePermission(long resourcePermissionId)
Deletes the resource permission with the primary key from the database. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database. |
ResourcePermission |
ResourcePermissionLocalService.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database. |
void |
ResourcePermissionLocalServiceWrapper.deleteResourcePermissions(long companyId,
String name,
int scope,
long primKey)
Deletes all resource permissions at the scope to resources of the type. |
static void |
ResourcePermissionLocalServiceUtil.deleteResourcePermissions(long companyId,
String name,
int scope,
long primKey)
Deletes all resource permissions at the scope to resources of the type. |
void |
ResourcePermissionLocalService.deleteResourcePermissions(long companyId,
String name,
int scope,
long primKey)
Deletes all resource permissions at the scope to resources of the type. |
void |
ResourcePermissionLocalServiceWrapper.deleteResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Deletes all resource permissions at the scope to resources of the type. |
static void |
ResourcePermissionLocalServiceUtil.deleteResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Deletes all resource permissions at the scope to resources of the type. |
void |
ResourcePermissionLocalService.deleteResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Deletes all resource permissions at the scope to resources of the type. |
ResourceTypePermission |
ResourceTypePermissionLocalServiceWrapper.deleteResourceTypePermission(long resourceTypePermissionId)
Deletes the resource type permission with the primary key from the database. |
static ResourceTypePermission |
ResourceTypePermissionLocalServiceUtil.deleteResourceTypePermission(long resourceTypePermissionId)
Deletes the resource type permission with the primary key from the database. |
ResourceTypePermission |
ResourceTypePermissionLocalService.deleteResourceTypePermission(long resourceTypePermissionId)
Deletes the resource type permission with the primary key from the database. |
ResourceTypePermission |
ResourceTypePermissionLocalServiceWrapper.deleteResourceTypePermission(ResourceTypePermission resourceTypePermission)
Deletes the resource type permission from the database. |
static ResourceTypePermission |
ResourceTypePermissionLocalServiceUtil.deleteResourceTypePermission(ResourceTypePermission resourceTypePermission)
Deletes the resource type permission from the database. |
ResourceTypePermission |
ResourceTypePermissionLocalService.deleteResourceTypePermission(ResourceTypePermission resourceTypePermission)
Deletes the resource type permission from the database. |
void |
RoleServiceWrapper.deleteRole(long roleId)
Deletes the role with the primary key and its associated permissions. |
static void |
RoleServiceUtil.deleteRole(long roleId)
Deletes the role with the primary key and its associated permissions. |
void |
RoleService.deleteRole(long roleId)
Deletes the role with the primary key and its associated permissions. |
Role |
RoleLocalServiceWrapper.deleteRole(long roleId)
Deletes the role with the primary key from the database. |
static Role |
RoleLocalServiceUtil.deleteRole(long roleId)
Deletes the role with the primary key from the database. |
Role |
RoleLocalService.deleteRole(long roleId)
Deletes the role with the primary key from the database. |
Role |
RoleLocalServiceWrapper.deleteRole(Role role)
Deletes the role from the database. |
static Role |
RoleLocalServiceUtil.deleteRole(Role role)
Deletes the role from the database. |
Role |
RoleLocalService.deleteRole(Role role)
Deletes the role from the database. |
void |
UserServiceWrapper.deleteRoleUser(long roleId,
long userId)
Removes the user from the role. |
static void |
UserServiceUtil.deleteRoleUser(long roleId,
long userId)
Removes the user from the role. |
void |
UserService.deleteRoleUser(long roleId,
long userId)
Removes the user from the role. |
void |
UserLocalServiceWrapper.deleteRoleUser(long roleId,
long userId)
Removes the user from the role. |
static void |
UserLocalServiceUtil.deleteRoleUser(long roleId,
long userId)
Removes the user from the role. |
void |
UserLocalService.deleteRoleUser(long roleId,
long userId)
Removes the user from the role. |
ServiceComponent |
ServiceComponentLocalServiceWrapper.deleteServiceComponent(long serviceComponentId)
Deletes the service component with the primary key from the database. |
static ServiceComponent |
ServiceComponentLocalServiceUtil.deleteServiceComponent(long serviceComponentId)
Deletes the service component with the primary key from the database. |
ServiceComponent |
ServiceComponentLocalService.deleteServiceComponent(long serviceComponentId)
Deletes the service component with the primary key from the database. |
ServiceComponent |
ServiceComponentLocalServiceWrapper.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database. |
static ServiceComponent |
ServiceComponentLocalServiceUtil.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database. |
ServiceComponent |
ServiceComponentLocalService.deleteServiceComponent(ServiceComponent serviceComponent)
Deletes the service component from the database. |
Shard |
ShardLocalServiceWrapper.deleteShard(long shardId)
Deletes the shard with the primary key from the database. |
static Shard |
ShardLocalServiceUtil.deleteShard(long shardId)
Deletes the shard with the primary key from the database. |
Shard |
ShardLocalService.deleteShard(long shardId)
Deletes the shard with the primary key from the database. |
Shard |
ShardLocalServiceWrapper.deleteShard(Shard shard)
Deletes the shard from the database. |
static Shard |
ShardLocalServiceUtil.deleteShard(Shard shard)
Deletes the shard from the database. |
Shard |
ShardLocalService.deleteShard(Shard shard)
Deletes the shard from the database. |
Subscription |
SubscriptionLocalServiceWrapper.deleteSubscription(long subscriptionId)
Deletes the subscription with the primary key from the database. |
static Subscription |
SubscriptionLocalServiceUtil.deleteSubscription(long subscriptionId)
Deletes the subscription with the primary key from the database. |
Subscription |
SubscriptionLocalService.deleteSubscription(long subscriptionId)
Deletes the subscription with the primary key from the database. |
void |
SubscriptionLocalServiceWrapper.deleteSubscription(long userId,
String className,
long classPK)
|
static void |
SubscriptionLocalServiceUtil.deleteSubscription(long userId,
String className,
long classPK)
|
void |
SubscriptionLocalService.deleteSubscription(long userId,
String className,
long classPK)
|
Subscription |
SubscriptionLocalServiceWrapper.deleteSubscription(Subscription subscription)
Deletes the subscription from the database. |
static Subscription |
SubscriptionLocalServiceUtil.deleteSubscription(Subscription subscription)
Deletes the subscription from the database. |
Subscription |
SubscriptionLocalService.deleteSubscription(Subscription subscription)
Deletes the subscription from the database. |
void |
SubscriptionLocalServiceWrapper.deleteSubscriptions(long userId)
|
static void |
SubscriptionLocalServiceUtil.deleteSubscriptions(long userId)
|
void |
SubscriptionLocalService.deleteSubscriptions(long userId)
|
void |
SubscriptionLocalServiceWrapper.deleteSubscriptions(long companyId,
String className,
long classPK)
|
static void |
SubscriptionLocalServiceUtil.deleteSubscriptions(long companyId,
String className,
long classPK)
|
void |
SubscriptionLocalService.deleteSubscriptions(long companyId,
String className,
long classPK)
|
void |
TeamServiceWrapper.deleteTeam(long teamId)
|
static void |
TeamServiceUtil.deleteTeam(long teamId)
|
void |
TeamService.deleteTeam(long teamId)
|
Team |
TeamLocalServiceWrapper.deleteTeam(long teamId)
Deletes the team with the primary key from the database. |
static Team |
TeamLocalServiceUtil.deleteTeam(long teamId)
Deletes the team with the primary key from the database. |
Team |
TeamLocalService.deleteTeam(long teamId)
Deletes the team with the primary key from the database. |
Team |
TeamLocalServiceWrapper.deleteTeam(Team team)
Deletes the team from the database. |
static Team |
TeamLocalServiceUtil.deleteTeam(Team team)
Deletes the team from the database. |
Team |
TeamLocalService.deleteTeam(Team team)
Deletes the team from the database. |
void |
TeamLocalServiceWrapper.deleteTeams(long groupId)
|
static void |
TeamLocalServiceUtil.deleteTeams(long groupId)
|
void |
TeamLocalService.deleteTeams(long groupId)
|
Ticket |
TicketLocalServiceWrapper.deleteTicket(long ticketId)
Deletes the ticket with the primary key from the database. |
static Ticket |
TicketLocalServiceUtil.deleteTicket(long ticketId)
Deletes the ticket with the primary key from the database. |
Ticket |
TicketLocalService.deleteTicket(long ticketId)
Deletes the ticket with the primary key from the database. |
Ticket |
TicketLocalServiceWrapper.deleteTicket(Ticket ticket)
Deletes the ticket from the database. |
static Ticket |
TicketLocalServiceUtil.deleteTicket(Ticket ticket)
Deletes the ticket from the database. |
Ticket |
TicketLocalService.deleteTicket(Ticket ticket)
Deletes the ticket from the database. |
void |
UserServiceWrapper.deleteUser(long userId)
Deletes the user. |
static void |
UserServiceUtil.deleteUser(long userId)
Deletes the user. |
void |
UserService.deleteUser(long userId)
Deletes the user. |
User |
UserLocalServiceWrapper.deleteUser(long userId)
Deletes the user with the primary key from the database. |
static User |
UserLocalServiceUtil.deleteUser(long userId)
Deletes the user with the primary key from the database. |
User |
UserLocalService.deleteUser(long userId)
Deletes the user with the primary key from the database. |
User |
UserLocalServiceWrapper.deleteUser(User user)
Deletes the user from the database. |
static User |
UserLocalServiceUtil.deleteUser(User user)
Deletes the user from the database. |
User |
UserLocalService.deleteUser(User user)
Deletes the user from the database. |
void |
BrowserTrackerLocalServiceWrapper.deleteUserBrowserTracker(long userId)
|
static void |
BrowserTrackerLocalServiceUtil.deleteUserBrowserTracker(long userId)
|
void |
BrowserTrackerLocalService.deleteUserBrowserTracker(long userId)
|
void |
UserGroupServiceWrapper.deleteUserGroup(long userGroupId)
Deletes the user group. |
static void |
UserGroupServiceUtil.deleteUserGroup(long userGroupId)
Deletes the user group. |
void |
UserGroupService.deleteUserGroup(long userGroupId)
Deletes the user group. |
UserGroup |
UserGroupLocalServiceWrapper.deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database. |
static UserGroup |
UserGroupLocalServiceUtil.deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database. |
UserGroup |
UserGroupLocalService.deleteUserGroup(long userGroupId)
Deletes the user group with the primary key from the database. |
UserGroup |
UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database. |
static UserGroup |
UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database. |
UserGroup |
UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
Deletes the user group from the database. |
UserGroupGroupRole |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Deletes the user group group role from the database. |
static UserGroupGroupRole |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Deletes the user group group role from the database. |
UserGroupGroupRole |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Deletes the user group group role from the database. |
UserGroupGroupRole |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
Deletes the user group group role with the primary key from the database. |
static UserGroupGroupRole |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
Deletes the user group group role with the primary key from the database. |
UserGroupGroupRole |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
Deletes the user group group role with the primary key from the database. |
void |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId)
|
static void |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId)
|
void |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId)
|
void |
UserGroupGroupRoleServiceWrapper.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
static void |
UserGroupGroupRoleServiceUtil.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
UserGroupGroupRoleService.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
static void |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRoles(long userGroupId,
long[] groupIds)
|
static void |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRoles(long userGroupId,
long[] groupIds)
|
void |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRoles(long userGroupId,
long[] groupIds)
|
void |
UserGroupGroupRoleServiceWrapper.deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
static void |
UserGroupGroupRoleServiceUtil.deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
UserGroupGroupRoleService.deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
static void |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRolesByGroupId(long groupId)
|
static void |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRolesByGroupId(long groupId)
|
void |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRolesByGroupId(long groupId)
|
void |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRolesByRoleId(long roleId)
|
static void |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRolesByRoleId(long roleId)
|
void |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRolesByRoleId(long roleId)
|
void |
UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRolesByUserGroupId(long userGroupId)
|
static void |
UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRolesByUserGroupId(long userGroupId)
|
void |
UserGroupGroupRoleLocalService.deleteUserGroupGroupRolesByUserGroupId(long userGroupId)
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database. |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database. |
UserGroupRole |
UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRole userGroupRole)
Deletes the user group role from the database. |
UserGroupRole |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
Deletes the user group role with the primary key from the database. |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
Deletes the user group role with the primary key from the database. |
UserGroupRole |
UserGroupRoleLocalService.deleteUserGroupRole(UserGroupRolePK userGroupRolePK)
Deletes the user group role with the primary key from the database. |
void |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRoles(long[] userIds,
long groupId)
|
static void |
UserGroupRoleLocalServiceUtil.deleteUserGroupRoles(long[] userIds,
long groupId)
|
void |
UserGroupRoleLocalService.deleteUserGroupRoles(long[] userIds,
long groupId)
|
void |
UserGroupRoleServiceWrapper.deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
static void |
UserGroupRoleServiceUtil.deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
UserGroupRoleService.deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
static void |
UserGroupRoleLocalServiceUtil.deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
UserGroupRoleLocalService.deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRoles(long userId,
long[] groupIds)
|
static void |
UserGroupRoleLocalServiceUtil.deleteUserGroupRoles(long userId,
long[] groupIds)
|
void |
UserGroupRoleLocalService.deleteUserGroupRoles(long userId,
long[] groupIds)
|
void |
UserGroupRoleServiceWrapper.deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
static void |
UserGroupRoleServiceUtil.deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
UserGroupRoleService.deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
static void |
UserGroupRoleLocalServiceUtil.deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
UserGroupRoleLocalService.deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRolesByGroupId(long groupId)
|
static void |
UserGroupRoleLocalServiceUtil.deleteUserGroupRolesByGroupId(long groupId)
|
void |
UserGroupRoleLocalService.deleteUserGroupRolesByGroupId(long groupId)
|
void |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRolesByRoleId(long roleId)
|
static void |
UserGroupRoleLocalServiceUtil.deleteUserGroupRolesByRoleId(long roleId)
|
void |
UserGroupRoleLocalService.deleteUserGroupRolesByRoleId(long roleId)
|
void |
UserGroupRoleLocalServiceWrapper.deleteUserGroupRolesByUserId(long userId)
|
static void |
UserGroupRoleLocalServiceUtil.deleteUserGroupRolesByUserId(long userId)
|
void |
UserGroupRoleLocalService.deleteUserGroupRolesByUserId(long userId)
|
void |
UserLocalServiceWrapper.deleteUserGroupUser(long userGroupId,
long userId)
Removes the user from the user group. |
static void |
UserLocalServiceUtil.deleteUserGroupUser(long userGroupId,
long userId)
Removes the user from the user group. |
void |
UserLocalService.deleteUserGroupUser(long userGroupId,
long userId)
Removes the user from the user group. |
UserIdMapper |
UserIdMapperLocalServiceWrapper.deleteUserIdMapper(long userIdMapperId)
Deletes the user ID mapper with the primary key from the database. |
static UserIdMapper |
UserIdMapperLocalServiceUtil.deleteUserIdMapper(long userIdMapperId)
Deletes the user ID mapper with the primary key from the database. |
UserIdMapper |
UserIdMapperLocalService.deleteUserIdMapper(long userIdMapperId)
Deletes the user ID mapper with the primary key from the database. |
UserIdMapper |
UserIdMapperLocalServiceWrapper.deleteUserIdMapper(UserIdMapper userIdMapper)
Deletes the user ID mapper from the database. |
static UserIdMapper |
UserIdMapperLocalServiceUtil.deleteUserIdMapper(UserIdMapper userIdMapper)
Deletes the user ID mapper from the database. |
UserIdMapper |
UserIdMapperLocalService.deleteUserIdMapper(UserIdMapper userIdMapper)
Deletes the user ID mapper from the database. |
void |
UserIdMapperLocalServiceWrapper.deleteUserIdMappers(long userId)
|
static void |
UserIdMapperLocalServiceUtil.deleteUserIdMappers(long userId)
|
void |
UserIdMapperLocalService.deleteUserIdMappers(long userId)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(long userNotificationEventId)
Deletes the user notification event with the primary key from the database. |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(long userNotificationEventId)
Deletes the user notification event with the primary key from the database. |
UserNotificationEvent |
UserNotificationEventLocalService.deleteUserNotificationEvent(long userNotificationEventId)
Deletes the user notification event with the primary key from the database. |
void |
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(String uuid,
long companyId)
|
static void |
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(String uuid,
long companyId)
|
void |
UserNotificationEventLocalService.deleteUserNotificationEvent(String uuid,
long companyId)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database. |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database. |
UserNotificationEvent |
UserNotificationEventLocalService.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database. |
void |
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvents(Collection<String> uuids,
long companyId)
|
static void |
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvents(Collection<String> uuids,
long companyId)
|
void |
UserNotificationEventLocalService.deleteUserNotificationEvents(Collection<String> uuids,
long companyId)
|
UserTracker |
UserTrackerLocalServiceWrapper.deleteUserTracker(long userTrackerId)
Deletes the user tracker with the primary key from the database. |
static UserTracker |
UserTrackerLocalServiceUtil.deleteUserTracker(long userTrackerId)
Deletes the user tracker with the primary key from the database. |
UserTracker |
UserTrackerLocalService.deleteUserTracker(long userTrackerId)
Deletes the user tracker with the primary key from the database. |
UserTracker |
UserTrackerLocalServiceWrapper.deleteUserTracker(UserTracker userTracker)
Deletes the user tracker from the database. |
static UserTracker |
UserTrackerLocalServiceUtil.deleteUserTracker(UserTracker userTracker)
Deletes the user tracker from the database. |
UserTracker |
UserTrackerLocalService.deleteUserTracker(UserTracker userTracker)
Deletes the user tracker from the database. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath(long userTrackerPathId)
Deletes the user tracker path with the primary key from the database. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.deleteUserTrackerPath(long userTrackerPathId)
Deletes the user tracker path with the primary key from the database. |
UserTrackerPath |
UserTrackerPathLocalService.deleteUserTrackerPath(long userTrackerPathId)
Deletes the user tracker path with the primary key from the database. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
UserTrackerPath |
UserTrackerPathLocalService.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
VirtualHost |
VirtualHostLocalServiceWrapper.deleteVirtualHost(long virtualHostId)
Deletes the virtual host with the primary key from the database. |
static VirtualHost |
VirtualHostLocalServiceUtil.deleteVirtualHost(long virtualHostId)
Deletes the virtual host with the primary key from the database. |
VirtualHost |
VirtualHostLocalService.deleteVirtualHost(long virtualHostId)
Deletes the virtual host with the primary key from the database. |
VirtualHost |
VirtualHostLocalServiceWrapper.deleteVirtualHost(VirtualHost virtualHost)
Deletes the virtual host from the database. |
static VirtualHost |
VirtualHostLocalServiceUtil.deleteVirtualHost(VirtualHost virtualHost)
Deletes the virtual host from the database. |
VirtualHost |
VirtualHostLocalService.deleteVirtualHost(VirtualHost virtualHost)
Deletes the virtual host from the database. |
WebDAVProps |
WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(long webDavPropsId)
Deletes the web d a v props with the primary key from the database. |
static WebDAVProps |
WebDAVPropsLocalServiceUtil.deleteWebDAVProps(long webDavPropsId)
Deletes the web d a v props with the primary key from the database. |
WebDAVProps |
WebDAVPropsLocalService.deleteWebDAVProps(long webDavPropsId)
Deletes the web d a v props with the primary key from the database. |
void |
WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(String className,
long classPK)
|
static void |
WebDAVPropsLocalServiceUtil.deleteWebDAVProps(String className,
long classPK)
|
void |
WebDAVPropsLocalService.deleteWebDAVProps(String className,
long classPK)
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web d a v props from the database. |
static WebDAVProps |
WebDAVPropsLocalServiceUtil.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web d a v props from the database. |
WebDAVProps |
WebDAVPropsLocalService.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web d a v props from the database. |
void |
WebsiteServiceWrapper.deleteWebsite(long websiteId)
|
static void |
WebsiteServiceUtil.deleteWebsite(long websiteId)
|
void |
WebsiteService.deleteWebsite(long websiteId)
|
Website |
WebsiteLocalServiceWrapper.deleteWebsite(long websiteId)
Deletes the website with the primary key from the database. |
static Website |
WebsiteLocalServiceUtil.deleteWebsite(long websiteId)
Deletes the website with the primary key from the database. |
Website |
WebsiteLocalService.deleteWebsite(long websiteId)
Deletes the website with the primary key from the database. |
Website |
WebsiteLocalServiceWrapper.deleteWebsite(Website website)
Deletes the website from the database. |
static Website |
WebsiteLocalServiceUtil.deleteWebsite(Website website)
Deletes the website from the database. |
Website |
WebsiteLocalService.deleteWebsite(Website website)
Deletes the website from the database. |
void |
WebsiteLocalServiceWrapper.deleteWebsites(long companyId,
String className,
long classPK)
|
static void |
WebsiteLocalServiceUtil.deleteWebsites(long companyId,
String className,
long classPK)
|
void |
WebsiteLocalService.deleteWebsites(long companyId,
String className,
long classPK)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
Deletes the workflow definition link with the primary key from the database. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
Deletes the workflow definition link with the primary key from the database. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(long workflowDefinitionLinkId)
Deletes the workflow definition link with the primary key from the database. |
void |
WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
static void |
WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
void |
WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Deletes the workflow definition link from the database. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Deletes the workflow definition link from the database. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Deletes the workflow definition link from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
Deletes the workflow instance link with the primary key from the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
Deletes the workflow instance link with the primary key from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
Deletes the workflow instance link with the primary key from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Deletes the workflow instance link from the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Deletes the workflow instance link from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Deletes the workflow instance link from the database. |
void |
WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
static void |
WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
void |
WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet,
String categoryName)
|
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet,
String categoryName)
|
Portlet |
PortletLocalService.deployRemotePortlet(Portlet portlet,
String categoryName)
|
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet,
String[] categoryNames)
|
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet,
String[] categoryNames)
|
Portlet |
PortletLocalService.deployRemotePortlet(Portlet portlet,
String[] categoryNames)
|
void |
ServiceContext.deriveDefaultPermissions(long repositoryId,
String modelName)
Derive default permissions based on the logic found in portal-web/docroot/html/taglib/ui/input_permissions/page.jsp. |
void |
ServiceComponentLocalServiceWrapper.destroyServiceComponent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
|
static void |
ServiceComponentLocalServiceUtil.destroyServiceComponent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
|
void |
ServiceComponentLocalService.destroyServiceComponent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
|
List |
WorkflowInstanceLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
WorkflowInstanceLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WorkflowInstanceLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WorkflowDefinitionLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
WorkflowDefinitionLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WorkflowDefinitionLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WebsiteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
WebsiteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WebsiteLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WebDAVPropsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
WebDAVPropsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WebDAVPropsLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
VirtualHostLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
VirtualHostLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
VirtualHostLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserTrackerPathLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
UserTrackerPathLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserTrackerPathLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
UserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserNotificationEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
UserNotificationEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserNotificationEventLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
UserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserIdMapperLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
UserIdMapperLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserIdMapperLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
UserGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
UserGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserGroupGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
UserGroupGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
UserGroupGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
TicketLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
TicketLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
TicketLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
TeamLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
TeamLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
TeamLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SubscriptionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SubscriptionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SubscriptionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShardLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShardLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShardLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ServiceComponentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ServiceComponentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ServiceComponentLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
RoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RoleLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourceTypePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ResourceTypePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourceTypePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourcePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ResourcePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourcePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourceBlockPermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ResourceBlockPermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourceBlockPermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourceBlockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ResourceBlockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourceBlockLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourceActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ResourceActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ResourceActionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RepositoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
RepositoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RepositoryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RepositoryEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
RepositoryEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RepositoryEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ReleaseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ReleaseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ReleaseLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PortletPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PortletPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PortletPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PortletLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PortletLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PortletLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PortletItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PortletItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PortletItemLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PortalPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PortalPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PortalPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PluginSettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PluginSettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PluginSettingLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PhoneLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PhoneLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PhoneLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PasswordTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PasswordTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PasswordTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PasswordPolicyRelLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PasswordPolicyRelLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PasswordPolicyRelLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PasswordPolicyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PasswordPolicyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PasswordPolicyLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
OrgLaborLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
OrgLaborLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
OrgLaborLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
OrganizationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
OrganizationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
OrganizationLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MembershipRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MembershipRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MembershipRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
LockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LockLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutSetPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
LayoutSetPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutSetPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
LayoutSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutSetLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutSetBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
LayoutSetBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutSetBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutRevisionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
LayoutRevisionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutRevisionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
LayoutPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
LayoutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
LayoutBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
LayoutBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ImageLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
GroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
GroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
GroupLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
EmailAddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
EmailAddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
EmailAddressLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ContactLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ContactLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ContactLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
CompanyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
CompanyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
CompanyLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ClusterGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ClusterGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ClusterGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ClassNameLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ClassNameLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ClassNameLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BrowserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
BrowserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BrowserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AddressLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AccountLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AccountLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AccountLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WorkflowInstanceLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
WorkflowInstanceLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WorkflowInstanceLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WorkflowDefinitionLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
WorkflowDefinitionLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WorkflowDefinitionLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WebsiteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
WebsiteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WebsiteLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WebDAVPropsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
WebDAVPropsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WebDAVPropsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
VirtualHostLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
VirtualHostLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
VirtualHostLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserTrackerPathLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
UserTrackerPathLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserTrackerPathLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
UserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserNotificationEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
UserNotificationEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserNotificationEventLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
UserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserIdMapperLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
UserIdMapperLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserIdMapperLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
UserGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
UserGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserGroupGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
UserGroupGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
UserGroupGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
TicketLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
TicketLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
TicketLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
TeamLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
TeamLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
TeamLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SubscriptionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SubscriptionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SubscriptionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShardLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShardLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShardLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ServiceComponentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ServiceComponentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ServiceComponentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
RoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourceTypePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ResourceTypePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourceTypePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourcePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ResourcePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourcePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourceBlockPermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ResourceBlockPermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourceBlockPermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourceBlockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ResourceBlockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourceBlockLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourceActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ResourceActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ResourceActionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RepositoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
RepositoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RepositoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RepositoryEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
RepositoryEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RepositoryEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ReleaseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ReleaseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ReleaseLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PortletPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PortletPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PortletPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PortletLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PortletLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PortletLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PortletItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PortletItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PortletItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PortalPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PortalPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PortalPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PluginSettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PluginSettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PluginSettingLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PhoneLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PhoneLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PhoneLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PasswordTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PasswordTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PasswordTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PasswordPolicyRelLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PasswordPolicyRelLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PasswordPolicyRelLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PasswordPolicyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PasswordPolicyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PasswordPolicyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
OrgLaborLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
OrgLaborLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
OrgLaborLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
OrganizationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
OrganizationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
OrganizationLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MembershipRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MembershipRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MembershipRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
LockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LockLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutSetPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
LayoutSetPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutSetPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
LayoutSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutSetLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutSetBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
LayoutSetBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutSetBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutRevisionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
LayoutRevisionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutRevisionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
LayoutPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
LayoutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
LayoutBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
LayoutBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ImageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
GroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
GroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
GroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
EmailAddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
EmailAddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
EmailAddressLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ContactLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ContactLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ContactLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
CompanyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
CompanyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
CompanyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ClusterGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ClusterGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ClusterGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ClassNameLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ClassNameLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ClassNameLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BrowserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
BrowserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BrowserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AddressLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AccountLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AccountLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AccountLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WorkflowInstanceLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
WorkflowInstanceLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WorkflowInstanceLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WorkflowDefinitionLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
WorkflowDefinitionLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WorkflowDefinitionLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WebsiteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
WebsiteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WebsiteLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WebDAVPropsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
WebDAVPropsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WebDAVPropsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
VirtualHostLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
VirtualHostLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
VirtualHostLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserTrackerPathLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
UserTrackerPathLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserTrackerPathLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
UserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserNotificationEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
UserNotificationEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserNotificationEventLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
UserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserIdMapperLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
UserIdMapperLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserIdMapperLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
UserGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
UserGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserGroupGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
UserGroupGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
UserGroupGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
TicketLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
TicketLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
TicketLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
TeamLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
TeamLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
TeamLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SubscriptionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SubscriptionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SubscriptionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShardLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShardLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShardLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ServiceComponentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ServiceComponentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ServiceComponentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
RoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourceTypePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ResourceTypePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourceTypePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourcePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ResourcePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourcePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourceBlockPermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ResourceBlockPermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourceBlockPermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourceBlockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ResourceBlockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourceBlockLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourceActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ResourceActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ResourceActionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RepositoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
RepositoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RepositoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RepositoryEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
RepositoryEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RepositoryEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ReleaseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ReleaseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ReleaseLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PortletPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PortletPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PortletPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PortletLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PortletLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PortletLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PortletItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PortletItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PortletItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PortalPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PortalPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PortalPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PluginSettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PluginSettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PluginSettingLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PhoneLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PhoneLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PhoneLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PasswordTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PasswordTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PasswordTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PasswordPolicyRelLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PasswordPolicyRelLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PasswordPolicyRelLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PasswordPolicyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PasswordPolicyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PasswordPolicyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
OrgLaborLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
OrgLaborLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
OrgLaborLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
OrganizationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
OrganizationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
OrganizationLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MembershipRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MembershipRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MembershipRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
LockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LockLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutSetPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
LayoutSetPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutSetPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
LayoutSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutSetLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutSetBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
LayoutSetBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutSetBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutRevisionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
LayoutRevisionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutRevisionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
LayoutPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
LayoutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
LayoutBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
LayoutBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ImageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
GroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
GroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
GroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
EmailAddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
EmailAddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
EmailAddressLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ContactLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ContactLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ContactLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
CompanyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
CompanyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
CompanyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ClusterGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ClusterGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ClusterGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ClassNameLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ClassNameLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ClassNameLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
BrowserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
BrowserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
BrowserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AddressLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AccountLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AccountLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AccountLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
WorkflowInstanceLinkLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
WorkflowInstanceLinkLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WorkflowInstanceLinkLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WorkflowDefinitionLinkLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
WorkflowDefinitionLinkLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WorkflowDefinitionLinkLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WebsiteLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
WebsiteLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WebsiteLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WebDAVPropsLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
WebDAVPropsLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WebDAVPropsLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
VirtualHostLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
VirtualHostLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
VirtualHostLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserTrackerPathLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
UserTrackerPathLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserTrackerPathLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserTrackerLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
UserTrackerLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserTrackerLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserNotificationEventLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
UserNotificationEventLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserNotificationEventLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
UserLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserIdMapperLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
UserIdMapperLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserIdMapperLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserGroupRoleLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
UserGroupRoleLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserGroupRoleLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserGroupLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
UserGroupLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserGroupLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserGroupGroupRoleLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
UserGroupGroupRoleLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
UserGroupGroupRoleLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
TicketLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
TicketLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
TicketLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
TeamLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
TeamLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
TeamLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SubscriptionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SubscriptionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SubscriptionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShardLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShardLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShardLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ServiceComponentLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ServiceComponentLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ServiceComponentLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RoleLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
RoleLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RoleLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourceTypePermissionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ResourceTypePermissionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourceTypePermissionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourcePermissionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ResourcePermissionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourcePermissionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourceBlockPermissionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ResourceBlockPermissionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourceBlockPermissionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourceBlockLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ResourceBlockLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourceBlockLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourceActionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ResourceActionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ResourceActionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RepositoryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
RepositoryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RepositoryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RepositoryEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
RepositoryEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RepositoryEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ReleaseLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ReleaseLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ReleaseLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PortletPreferencesLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PortletPreferencesLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PortletPreferencesLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PortletLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PortletLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PortletLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PortletItemLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PortletItemLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PortletItemLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PortalPreferencesLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PortalPreferencesLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PortalPreferencesLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PluginSettingLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PluginSettingLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PluginSettingLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PhoneLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PhoneLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PhoneLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PasswordTrackerLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PasswordTrackerLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PasswordTrackerLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PasswordPolicyRelLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PasswordPolicyRelLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PasswordPolicyRelLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PasswordPolicyLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PasswordPolicyLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PasswordPolicyLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
OrgLaborLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
OrgLaborLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
OrgLaborLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
OrganizationLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
OrganizationLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
OrganizationLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MembershipRequestLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MembershipRequestLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MembershipRequestLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LockLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
LockLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LockLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutSetPrototypeLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
LayoutSetPrototypeLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutSetPrototypeLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutSetLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
LayoutSetLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutSetLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutSetBranchLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
LayoutSetBranchLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutSetBranchLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutRevisionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
LayoutRevisionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutRevisionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutPrototypeLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
LayoutPrototypeLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutPrototypeLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
LayoutLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutBranchLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
LayoutBranchLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
LayoutBranchLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ImageLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ImageLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ImageLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
GroupLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
GroupLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
GroupLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
EmailAddressLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
EmailAddressLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
EmailAddressLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ContactLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ContactLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ContactLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
CompanyLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
CompanyLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
CompanyLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ClusterGroupLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ClusterGroupLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ClusterGroupLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ClassNameLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ClassNameLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ClassNameLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
BrowserTrackerLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
BrowserTrackerLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
BrowserTrackerLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AddressLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AddressLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AddressLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AccountLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AccountLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AccountLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
String |
UserLocalServiceWrapper.encryptUserId(String name)
Encrypts the primary key of the user. |
static String |
UserLocalServiceUtil.encryptUserId(String name)
Encrypts the primary key of the user. |
String |
UserLocalService.encryptUserId(String name)
Encrypts the primary key of the user. |
byte[] |
LayoutServiceWrapper.exportLayouts(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the layouts that match the primary keys and the criteria as a byte array. |
static byte[] |
LayoutServiceUtil.exportLayouts(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the layouts that match the primary keys and the criteria as a byte array. |
byte[] |
LayoutService.exportLayouts(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the layouts that match the primary keys and the criteria as a byte array. |
byte[] |
LayoutLocalServiceWrapper.exportLayouts(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports layouts with the primary keys and criteria as a byte array. |
static byte[] |
LayoutLocalServiceUtil.exportLayouts(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports layouts with the primary keys and criteria as a byte array. |
byte[] |
LayoutLocalService.exportLayouts(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports layouts with the primary keys and criteria as a byte array. |
byte[] |
LayoutServiceWrapper.exportLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the criteria as a byte array. |
static byte[] |
LayoutServiceUtil.exportLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the criteria as a byte array. |
byte[] |
LayoutService.exportLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the criteria as a byte array. |
byte[] |
LayoutLocalServiceWrapper.exportLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the criteria as a byte array. |
static byte[] |
LayoutLocalServiceUtil.exportLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the criteria as a byte array. |
byte[] |
LayoutLocalService.exportLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the criteria as a byte array. |
File |
LayoutServiceWrapper.exportLayoutsAsFile(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the primary keys and criteria as a file. |
static File |
LayoutServiceUtil.exportLayoutsAsFile(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the primary keys and criteria as a file. |
File |
LayoutService.exportLayoutsAsFile(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports all layouts that match the primary keys and criteria as a file. |
File |
LayoutLocalServiceWrapper.exportLayoutsAsFile(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the layouts that match the primary keys and criteria as a file. |
static File |
LayoutLocalServiceUtil.exportLayoutsAsFile(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the layouts that match the primary keys and criteria as a file. |
File |
LayoutLocalService.exportLayoutsAsFile(long groupId,
boolean privateLayout,
long[] layoutIds,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the layouts that match the primary keys and criteria as a file. |
byte[] |
LayoutServiceWrapper.exportPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a byte array. |
static byte[] |
LayoutServiceUtil.exportPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a byte array. |
byte[] |
LayoutService.exportPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a byte array. |
byte[] |
LayoutLocalServiceWrapper.exportPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a byte array. |
static byte[] |
LayoutLocalServiceUtil.exportPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a byte array. |
byte[] |
LayoutLocalService.exportPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a byte array. |
File |
LayoutServiceWrapper.exportPortletInfoAsFile(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a file. |
static File |
LayoutServiceUtil.exportPortletInfoAsFile(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a file. |
File |
LayoutService.exportPortletInfoAsFile(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a file. |
File |
LayoutLocalServiceWrapper.exportPortletInfoAsFile(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a file. |
static File |
LayoutLocalServiceUtil.exportPortletInfoAsFile(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a file. |
File |
LayoutLocalService.exportPortletInfoAsFile(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
Date startDate,
Date endDate)
Exports the portlet information (categories, permissions, ... etc.) as a file. |
Account |
AccountLocalServiceWrapper.fetchAccount(long accountId)
|
static Account |
AccountLocalServiceUtil.fetchAccount(long accountId)
|
Account |
AccountLocalService.fetchAccount(long accountId)
|
Address |
AddressLocalServiceWrapper.fetchAddress(long addressId)
|
static Address |
AddressLocalServiceUtil.fetchAddress(long addressId)
|
Address |
AddressLocalService.fetchAddress(long addressId)
|
BrowserTracker |
BrowserTrackerLocalServiceWrapper.fetchBrowserTracker(long browserTrackerId)
|
static BrowserTracker |
BrowserTrackerLocalServiceUtil.fetchBrowserTracker(long browserTrackerId)
|
BrowserTracker |
BrowserTrackerLocalService.fetchBrowserTracker(long browserTrackerId)
|
ClassName |
ClassNameLocalServiceWrapper.fetchClassName(long classNameId)
|
static ClassName |
ClassNameLocalServiceUtil.fetchClassName(long classNameId)
|
ClassName |
ClassNameLocalService.fetchClassName(long classNameId)
|
ClassName |
ClassNameServiceWrapper.fetchClassName(String value)
|
static ClassName |
ClassNameServiceUtil.fetchClassName(String value)
|
ClassName |
ClassNameService.fetchClassName(String value)
|
ClassName |
ClassNameLocalServiceWrapper.fetchClassName(String value)
|
static ClassName |
ClassNameLocalServiceUtil.fetchClassName(String value)
|
ClassName |
ClassNameLocalService.fetchClassName(String value)
|
ClusterGroup |
ClusterGroupLocalServiceWrapper.fetchClusterGroup(long clusterGroupId)
|
static ClusterGroup |
ClusterGroupLocalServiceUtil.fetchClusterGroup(long clusterGroupId)
|
ClusterGroup |
ClusterGroupLocalService.fetchClusterGroup(long clusterGroupId)
|
Company |
CompanyLocalServiceWrapper.fetchCompany(long companyId)
|
static Company |
CompanyLocalServiceUtil.fetchCompany(long companyId)
|
Company |
CompanyLocalService.fetchCompany(long companyId)
|
Company |
CompanyLocalServiceWrapper.fetchCompanyById(long companyId)
Returns the company with the primary key. |
static Company |
CompanyLocalServiceUtil.fetchCompanyById(long companyId)
Returns the company with the primary key. |
Company |
CompanyLocalService.fetchCompanyById(long companyId)
Returns the company with the primary key. |
Company |
CompanyLocalServiceWrapper.fetchCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name. |
static Company |
CompanyLocalServiceUtil.fetchCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name. |
Company |
CompanyLocalService.fetchCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name. |
Contact |
ContactLocalServiceWrapper.fetchContact(long contactId)
|
static Contact |
ContactLocalServiceUtil.fetchContact(long contactId)
|
Contact |
ContactLocalService.fetchContact(long contactId)
|
Country |
CountryServiceWrapper.fetchCountry(long countryId)
|
static Country |
CountryServiceUtil.fetchCountry(long countryId)
|
Country |
CountryService.fetchCountry(long countryId)
|
Country |
CountryServiceWrapper.fetchCountryByA2(String a2)
|
static Country |
CountryServiceUtil.fetchCountryByA2(String a2)
|
Country |
CountryService.fetchCountryByA2(String a2)
|
Country |
CountryServiceWrapper.fetchCountryByA3(String a3)
|
static Country |
CountryServiceUtil.fetchCountryByA3(String a3)
|
Country |
CountryService.fetchCountryByA3(String a3)
|
EmailAddress |
EmailAddressLocalServiceWrapper.fetchEmailAddress(long emailAddressId)
|
static EmailAddress |
EmailAddressLocalServiceUtil.fetchEmailAddress(long emailAddressId)
|
EmailAddress |
EmailAddressLocalService.fetchEmailAddress(long emailAddressId)
|
Layout |
LayoutLocalServiceWrapper.fetchFirstLayout(long groupId,
boolean privateLayout,
long parentLayoutId)
|
static Layout |
LayoutLocalServiceUtil.fetchFirstLayout(long groupId,
boolean privateLayout,
long parentLayoutId)
|
Layout |
LayoutLocalService.fetchFirstLayout(long groupId,
boolean privateLayout,
long parentLayoutId)
|
Group |
GroupLocalServiceWrapper.fetchFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL. |
static Group |
GroupLocalServiceUtil.fetchFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL. |
Group |
GroupLocalService.fetchFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL. |
Group |
GroupLocalServiceWrapper.fetchGroup(long groupId)
|
static Group |
GroupLocalServiceUtil.fetchGroup(long groupId)
|
Group |
GroupLocalService.fetchGroup(long groupId)
|
Group |
GroupLocalServiceWrapper.fetchGroup(long companyId,
String name)
Returns the group with the matching group name by first searching the system groups and then using the finder cache. |
static Group |
GroupLocalServiceUtil.fetchGroup(long companyId,
String name)
Returns the group with the matching group name by first searching the system groups and then using the finder cache. |
Group |
GroupLocalService.fetchGroup(long companyId,
String name)
Returns the group with the matching group name by first searching the system groups and then using the finder cache. |
Image |
ImageLocalServiceWrapper.fetchImage(long imageId)
|
static Image |
ImageLocalServiceUtil.fetchImage(long imageId)
|
Image |
ImageLocalService.fetchImage(long imageId)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLastLayoutRevision(long plid,
boolean head)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLastLayoutRevision(long plid,
boolean head)
|
LayoutRevision |
LayoutRevisionLocalService.fetchLastLayoutRevision(long plid,
boolean head)
|
Layout |
LayoutLocalServiceWrapper.fetchLayout(long plid)
|
static Layout |
LayoutLocalServiceUtil.fetchLayout(long plid)
|
Layout |
LayoutLocalService.fetchLayout(long plid)
|
Layout |
LayoutLocalServiceWrapper.fetchLayout(long groupId,
boolean privateLayout,
long layoutId)
|
static Layout |
LayoutLocalServiceUtil.fetchLayout(long groupId,
boolean privateLayout,
long layoutId)
|
Layout |
LayoutLocalService.fetchLayout(long groupId,
boolean privateLayout,
long layoutId)
|
LayoutBranch |
LayoutBranchLocalServiceWrapper.fetchLayoutBranch(long LayoutBranchId)
|
static LayoutBranch |
LayoutBranchLocalServiceUtil.fetchLayoutBranch(long LayoutBranchId)
|
LayoutBranch |
LayoutBranchLocalService.fetchLayoutBranch(long LayoutBranchId)
|
Layout |
LayoutLocalServiceWrapper.fetchLayoutByUuidAndGroupId(String uuid,
long groupId)
Returns the layout matching the universally unique identifier and group ID |
static Layout |
LayoutLocalServiceUtil.fetchLayoutByUuidAndGroupId(String uuid,
long groupId)
Returns the layout matching the universally unique identifier and group ID |
Layout |
LayoutLocalService.fetchLayoutByUuidAndGroupId(String uuid,
long groupId)
Returns the layout matching the universally unique identifier and group ID |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.fetchLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.fetchLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalService.fetchLayoutPrototype(long layoutPrototypeId)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLayoutRevision(long layoutRevisionId)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLayoutRevision(long layoutRevisionId)
|
LayoutRevision |
LayoutRevisionLocalService.fetchLayoutRevision(long layoutRevisionId)
|
LayoutSet |
LayoutSetLocalServiceWrapper.fetchLayoutSet(long layoutSetId)
|
static LayoutSet |
LayoutSetLocalServiceUtil.fetchLayoutSet(long layoutSetId)
|
LayoutSet |
LayoutSetLocalService.fetchLayoutSet(long layoutSetId)
|
LayoutSet |
LayoutSetLocalServiceWrapper.fetchLayoutSet(String virtualHostname)
|
static LayoutSet |
LayoutSetLocalServiceUtil.fetchLayoutSet(String virtualHostname)
|
LayoutSet |
LayoutSetLocalService.fetchLayoutSet(String virtualHostname)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.fetchLayoutSetBranch(long layoutSetBranchId)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.fetchLayoutSetBranch(long layoutSetBranchId)
|
LayoutSetBranch |
LayoutSetBranchLocalService.fetchLayoutSetBranch(long layoutSetBranchId)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.fetchLayoutSetPrototype(long layoutSetPrototypeId)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.fetchLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.fetchLayoutSetPrototype(long layoutSetPrototypeId)
|
Lock |
LockLocalServiceWrapper.fetchLock(long lockId)
|
static Lock |
LockLocalServiceUtil.fetchLock(long lockId)
|
Lock |
LockLocalService.fetchLock(long lockId)
|
MembershipRequest |
MembershipRequestLocalServiceWrapper.fetchMembershipRequest(long membershipRequestId)
|
static MembershipRequest |
MembershipRequestLocalServiceUtil.fetchMembershipRequest(long membershipRequestId)
|
MembershipRequest |
MembershipRequestLocalService.fetchMembershipRequest(long membershipRequestId)
|
Organization |
OrganizationLocalServiceWrapper.fetchOrganization(long organizationId)
|
static Organization |
OrganizationLocalServiceUtil.fetchOrganization(long organizationId)
|
Organization |
OrganizationLocalService.fetchOrganization(long organizationId)
|
OrgLabor |
OrgLaborLocalServiceWrapper.fetchOrgLabor(long orgLaborId)
|
static OrgLabor |
OrgLaborLocalServiceUtil.fetchOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalService.fetchOrgLabor(long orgLaborId)
|
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.fetchPasswordPolicy(long passwordPolicyId)
|
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.fetchPasswordPolicy(long passwordPolicyId)
|
PasswordPolicy |
PasswordPolicyLocalService.fetchPasswordPolicy(long passwordPolicyId)
|
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.fetchPasswordPolicyRel(long passwordPolicyRelId)
|
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.fetchPasswordPolicyRel(long passwordPolicyRelId)
|
PasswordPolicyRel |
PasswordPolicyRelLocalService.fetchPasswordPolicyRel(long passwordPolicyRelId)
|
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.fetchPasswordPolicyRel(String className,
long classPK)
|
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.fetchPasswordPolicyRel(String className,
long classPK)
|
PasswordPolicyRel |
PasswordPolicyRelLocalService.fetchPasswordPolicyRel(String className,
long classPK)
|
PasswordTracker |
PasswordTrackerLocalServiceWrapper.fetchPasswordTracker(long passwordTrackerId)
|
static PasswordTracker |
PasswordTrackerLocalServiceUtil.fetchPasswordTracker(long passwordTrackerId)
|
PasswordTracker |
PasswordTrackerLocalService.fetchPasswordTracker(long passwordTrackerId)
|
Phone |
PhoneLocalServiceWrapper.fetchPhone(long phoneId)
|
static Phone |
PhoneLocalServiceUtil.fetchPhone(long phoneId)
|
Phone |
PhoneLocalService.fetchPhone(long phoneId)
|
PluginSetting |
PluginSettingLocalServiceWrapper.fetchPluginSetting(long pluginSettingId)
|
static PluginSetting |
PluginSettingLocalServiceUtil.fetchPluginSetting(long pluginSettingId)
|
PluginSetting |
PluginSettingLocalService.fetchPluginSetting(long pluginSettingId)
|
PortalPreferences |
PortalPreferencesLocalServiceWrapper.fetchPortalPreferences(long portalPreferencesId)
|
static PortalPreferences |
PortalPreferencesLocalServiceUtil.fetchPortalPreferences(long portalPreferencesId)
|
PortalPreferences |
PortalPreferencesLocalService.fetchPortalPreferences(long portalPreferencesId)
|
Portlet |
PortletLocalServiceWrapper.fetchPortlet(long id)
|
static Portlet |
PortletLocalServiceUtil.fetchPortlet(long id)
|
Portlet |
PortletLocalService.fetchPortlet(long id)
|
PortletItem |
PortletItemLocalServiceWrapper.fetchPortletItem(long portletItemId)
|
static PortletItem |
PortletItemLocalServiceUtil.fetchPortletItem(long portletItemId)
|
PortletItem |
PortletItemLocalService.fetchPortletItem(long portletItemId)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.fetchPortletPreferences(long portletPreferencesId)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.fetchPortletPreferences(long portletPreferencesId)
|
PortletPreferences |
PortletPreferencesLocalService.fetchPortletPreferences(long portletPreferencesId)
|
Region |
RegionServiceWrapper.fetchRegion(long countryId,
String regionCode)
|
static Region |
RegionServiceUtil.fetchRegion(long countryId,
String regionCode)
|
Region |
RegionService.fetchRegion(long countryId,
String regionCode)
|
Release |
ReleaseLocalServiceWrapper.fetchRelease(long releaseId)
|
static Release |
ReleaseLocalServiceUtil.fetchRelease(long releaseId)
|
Release |
ReleaseLocalService.fetchRelease(long releaseId)
|
Repository |
RepositoryLocalServiceWrapper.fetchRepository(long repositoryId)
|
static Repository |
RepositoryLocalServiceUtil.fetchRepository(long repositoryId)
|
Repository |
RepositoryLocalService.fetchRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceWrapper.fetchRepository(long groupId,
String portletId)
|
static Repository |
RepositoryLocalServiceUtil.fetchRepository(long groupId,
String portletId)
|
Repository |
RepositoryLocalService.fetchRepository(long groupId,
String portletId)
|
Repository |
RepositoryLocalServiceWrapper.fetchRepository(long groupId,
String name,
String portletId)
|
static Repository |
RepositoryLocalServiceUtil.fetchRepository(long groupId,
String name,
String portletId)
|
Repository |
RepositoryLocalService.fetchRepository(long groupId,
String name,
String portletId)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.fetchRepositoryEntry(long repositoryEntryId)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.fetchRepositoryEntry(long repositoryEntryId)
|
RepositoryEntry |
RepositoryEntryLocalService.fetchRepositoryEntry(long repositoryEntryId)
|
ResourceAction |
ResourceActionLocalServiceWrapper.fetchResourceAction(long resourceActionId)
|
static ResourceAction |
ResourceActionLocalServiceUtil.fetchResourceAction(long resourceActionId)
|
ResourceAction |
ResourceActionLocalService.fetchResourceAction(long resourceActionId)
|
ResourceBlock |
ResourceBlockLocalServiceWrapper.fetchResourceBlock(long resourceBlockId)
|
static ResourceBlock |
ResourceBlockLocalServiceUtil.fetchResourceBlock(long resourceBlockId)
|
ResourceBlock |
ResourceBlockLocalService.fetchResourceBlock(long resourceBlockId)
|
ResourceBlockPermission |
ResourceBlockPermissionLocalServiceWrapper.fetchResourceBlockPermission(long resourceBlockPermissionId)
|
static ResourceBlockPermission |
ResourceBlockPermissionLocalServiceUtil.fetchResourceBlockPermission(long resourceBlockPermissionId)
|
ResourceBlockPermission |
ResourceBlockPermissionLocalService.fetchResourceBlockPermission(long resourceBlockPermissionId)
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.fetchResourcePermission(long resourcePermissionId)
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.fetchResourcePermission(long resourcePermissionId)
|
ResourcePermission |
ResourcePermissionLocalService.fetchResourcePermission(long resourcePermissionId)
|
ResourceTypePermission |
ResourceTypePermissionLocalServiceWrapper.fetchResourceTypePermission(long resourceTypePermissionId)
|
static ResourceTypePermission |
ResourceTypePermissionLocalServiceUtil.fetchResourceTypePermission(long resourceTypePermissionId)
|
ResourceTypePermission |
ResourceTypePermissionLocalService.fetchResourceTypePermission(long resourceTypePermissionId)
|
Role |
RoleLocalServiceWrapper.fetchRole(long roleId)
|
static Role |
RoleLocalServiceUtil.fetchRole(long roleId)
|
Role |
RoleLocalService.fetchRole(long roleId)
|
Role |
RoleLocalServiceWrapper.fetchRole(long companyId,
String name)
Returns the role with the name in the company. |
static Role |
RoleLocalServiceUtil.fetchRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleLocalService.fetchRole(long companyId,
String name)
Returns the role with the name in the company. |
ServiceComponent |
ServiceComponentLocalServiceWrapper.fetchServiceComponent(long serviceComponentId)
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.fetchServiceComponent(long serviceComponentId)
|
ServiceComponent |
ServiceComponentLocalService.fetchServiceComponent(long serviceComponentId)
|
Shard |
ShardLocalServiceWrapper.fetchShard(long shardId)
|
static Shard |
ShardLocalServiceUtil.fetchShard(long shardId)
|
Shard |
ShardLocalService.fetchShard(long shardId)
|
Subscription |
SubscriptionLocalServiceWrapper.fetchSubscription(long subscriptionId)
|
static Subscription |
SubscriptionLocalServiceUtil.fetchSubscription(long subscriptionId)
|
Subscription |
SubscriptionLocalService.fetchSubscription(long subscriptionId)
|
Team |
TeamLocalServiceWrapper.fetchTeam(long teamId)
|
static Team |
TeamLocalServiceUtil.fetchTeam(long teamId)
|
Team |
TeamLocalService.fetchTeam(long teamId)
|
Ticket |
TicketLocalServiceWrapper.fetchTicket(long ticketId)
|
static Ticket |
TicketLocalServiceUtil.fetchTicket(long ticketId)
|
Ticket |
TicketLocalService.fetchTicket(long ticketId)
|
Ticket |
TicketLocalServiceWrapper.fetchTicket(String key)
|
static Ticket |
TicketLocalServiceUtil.fetchTicket(String key)
|
Ticket |
TicketLocalService.fetchTicket(String key)
|
User |
UserLocalServiceWrapper.fetchUser(long userId)
|
static User |
UserLocalServiceUtil.fetchUser(long userId)
|
User |
UserLocalService.fetchUser(long userId)
|
User |
UserLocalServiceWrapper.fetchUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
static User |
UserLocalServiceUtil.fetchUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
User |
UserLocalService.fetchUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
User |
UserLocalServiceWrapper.fetchUserById(long userId)
Returns the user with the primary key. |
static User |
UserLocalServiceUtil.fetchUserById(long userId)
Returns the user with the primary key. |
User |
UserLocalService.fetchUserById(long userId)
Returns the user with the primary key. |
User |
UserLocalServiceWrapper.fetchUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
static User |
UserLocalServiceUtil.fetchUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
User |
UserLocalService.fetchUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
UserGroup |
UserGroupLocalServiceWrapper.fetchUserGroup(long userGroupId)
|
static UserGroup |
UserGroupLocalServiceUtil.fetchUserGroup(long userGroupId)
|
UserGroup |
UserGroupLocalService.fetchUserGroup(long userGroupId)
|
UserGroupGroupRole |
UserGroupGroupRoleLocalServiceWrapper.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
|
static UserGroupGroupRole |
UserGroupGroupRoleLocalServiceUtil.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
|
UserGroupGroupRole |
UserGroupGroupRoleLocalService.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
|
UserGroupRole |
UserGroupRoleLocalServiceWrapper.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
|
static UserGroupRole |
UserGroupRoleLocalServiceUtil.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
|
UserGroupRole |
UserGroupRoleLocalService.fetchUserGroupRole(UserGroupRolePK userGroupRolePK)
|
UserIdMapper |
UserIdMapperLocalServiceWrapper.fetchUserIdMapper(long userIdMapperId)
|
static UserIdMapper |
UserIdMapperLocalServiceUtil.fetchUserIdMapper(long userIdMapperId)
|
UserIdMapper |
UserIdMapperLocalService.fetchUserIdMapper(long userIdMapperId)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.fetchUserNotificationEvent(long userNotificationEventId)
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.fetchUserNotificationEvent(long userNotificationEventId)
|
UserNotificationEvent |
UserNotificationEventLocalService.fetchUserNotificationEvent(long userNotificationEventId)
|
UserTracker |
UserTrackerLocalServiceWrapper.fetchUserTracker(long userTrackerId)
|
static UserTracker |
UserTrackerLocalServiceUtil.fetchUserTracker(long userTrackerId)
|
UserTracker |
UserTrackerLocalService.fetchUserTracker(long userTrackerId)
|
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.fetchUserTrackerPath(long userTrackerPathId)
|
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.fetchUserTrackerPath(long userTrackerPathId)
|
UserTrackerPath |
UserTrackerPathLocalService.fetchUserTrackerPath(long userTrackerPathId)
|
VirtualHost |
VirtualHostLocalServiceWrapper.fetchVirtualHost(long virtualHostId)
|
static VirtualHost |
VirtualHostLocalServiceUtil.fetchVirtualHost(long virtualHostId)
|
VirtualHost |
VirtualHostLocalService.fetchVirtualHost(long virtualHostId)
|
VirtualHost |
VirtualHostLocalServiceWrapper.fetchVirtualHost(long companyId,
long layoutSetId)
|
static VirtualHost |
VirtualHostLocalServiceUtil.fetchVirtualHost(long companyId,
long layoutSetId)
|
VirtualHost |
VirtualHostLocalService.fetchVirtualHost(long companyId,
long layoutSetId)
|
VirtualHost |
VirtualHostLocalServiceWrapper.fetchVirtualHost(String hostname)
|
static VirtualHost |
VirtualHostLocalServiceUtil.fetchVirtualHost(String hostname)
|
VirtualHost |
VirtualHostLocalService.fetchVirtualHost(String hostname)
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.fetchWebDAVProps(long webDavPropsId)
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.fetchWebDAVProps(long webDavPropsId)
|
WebDAVProps |
WebDAVPropsLocalService.fetchWebDAVProps(long webDavPropsId)
|
Website |
WebsiteLocalServiceWrapper.fetchWebsite(long websiteId)
|
static Website |
WebsiteLocalServiceUtil.fetchWebsite(long websiteId)
|
Website |
WebsiteLocalService.fetchWebsite(long websiteId)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.fetchWorkflowDefinitionLink(long workflowDefinitionLinkId)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.fetchWorkflowDefinitionLink(long workflowDefinitionLinkId)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.fetchWorkflowDefinitionLink(long workflowDefinitionLinkId)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.fetchWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
Account |
AccountLocalServiceWrapper.getAccount(long accountId)
Returns the account with the primary key. |
static Account |
AccountLocalServiceUtil.getAccount(long accountId)
Returns the account with the primary key. |
Account |
AccountLocalService.getAccount(long accountId)
Returns the account with the primary key. |
Account |
AccountLocalServiceWrapper.getAccount(long companyId,
long accountId)
|
static Account |
AccountLocalServiceUtil.getAccount(long companyId,
long accountId)
|
Account |
AccountLocalService.getAccount(long companyId,
long accountId)
|
List<Account> |
AccountLocalServiceWrapper.getAccounts(int start,
int end)
Returns a range of all the accounts. |
static List<Account> |
AccountLocalServiceUtil.getAccounts(int start,
int end)
Returns a range of all the accounts. |
List<Account> |
AccountLocalService.getAccounts(int start,
int end)
Returns a range of all the accounts. |
int |
AccountLocalServiceWrapper.getAccountsCount()
Returns the number of accounts. |
static int |
AccountLocalServiceUtil.getAccountsCount()
Returns the number of accounts. |
int |
AccountLocalService.getAccountsCount()
Returns the number of accounts. |
List<String> |
ResourceBlockLocalServiceWrapper.getActionIds(String name,
long actionIdsLong)
|
static List<String> |
ResourceBlockLocalServiceUtil.getActionIds(String name,
long actionIdsLong)
|
List<String> |
ResourceBlockLocalService.getActionIds(String name,
long actionIdsLong)
|
Address |
AddressServiceWrapper.getAddress(long addressId)
|
static Address |
AddressServiceUtil.getAddress(long addressId)
|
Address |
AddressService.getAddress(long addressId)
|
Address |
AddressLocalServiceWrapper.getAddress(long addressId)
Returns the address with the primary key. |
static Address |
AddressLocalServiceUtil.getAddress(long addressId)
Returns the address with the primary key. |
Address |
AddressLocalService.getAddress(long addressId)
Returns the address with the primary key. |
List<Address> |
AddressLocalServiceWrapper.getAddresses()
|
static List<Address> |
AddressLocalServiceUtil.getAddresses()
|
List<Address> |
AddressLocalService.getAddresses()
|
List<Address> |
AddressLocalServiceWrapper.getAddresses(int start,
int end)
Returns a range of all the addresses. |
static List<Address> |
AddressLocalServiceUtil.getAddresses(int start,
int end)
Returns a range of all the addresses. |
List<Address> |
AddressLocalService.getAddresses(int start,
int end)
Returns a range of all the addresses. |
List<Address> |
AddressLocalServiceWrapper.getAddresses(long companyId,
String className,
long classPK)
|
static List<Address> |
AddressLocalServiceUtil.getAddresses(long companyId,
String className,
long classPK)
|
List<Address> |
AddressLocalService.getAddresses(long companyId,
String className,
long classPK)
|
List<Address> |
AddressServiceWrapper.getAddresses(String className,
long classPK)
|
static List<Address> |
AddressServiceUtil.getAddresses(String className,
long classPK)
|
List<Address> |
AddressService.getAddresses(String className,
long classPK)
|
int |
AddressLocalServiceWrapper.getAddressesCount()
Returns the number of addresses. |
static int |
AddressLocalServiceUtil.getAddressesCount()
Returns the number of addresses. |
int |
AddressLocalService.getAddressesCount()
Returns the number of addresses. |
String |
PortalServiceWrapper.getAutoDeployDirectory()
|
static String |
PortalServiceUtil.getAutoDeployDirectory()
|
String |
PortalService.getAutoDeployDirectory()
|
Map<Long,Set<String>> |
ResourceBlockPermissionLocalServiceWrapper.getAvailableResourceBlockPermissionActionIds(long[] roleIds,
String name,
long primKey,
List<String> actionIds)
|
static Map<Long,Set<String>> |
ResourceBlockPermissionLocalServiceUtil.getAvailableResourceBlockPermissionActionIds(long[] roleIds,
String name,
long primKey,
List<String> actionIds)
|
Map<Long,Set<String>> |
ResourceBlockPermissionLocalService.getAvailableResourceBlockPermissionActionIds(long[] roleIds,
String name,
long primKey,
List<String> actionIds)
|
Map<Long,Set<String>> |
ResourcePermissionLocalServiceWrapper.getAvailableResourcePermissionActionIds(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
Collection<String> actionIds)
|
static Map<Long,Set<String>> |
ResourcePermissionLocalServiceUtil.getAvailableResourcePermissionActionIds(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
Collection<String> actionIds)
|
Map<Long,Set<String>> |
ResourcePermissionLocalService.getAvailableResourcePermissionActionIds(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
Collection<String> actionIds)
|
List<String> |
ResourcePermissionLocalServiceWrapper.getAvailableResourcePermissionActionIds(long companyId,
String name,
int scope,
String primKey,
long roleId,
Collection<String> actionIds)
Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type. |
static List<String> |
ResourcePermissionLocalServiceUtil.getAvailableResourcePermissionActionIds(long companyId,
String name,
int scope,
String primKey,
long roleId,
Collection<String> actionIds)
Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type. |
List<String> |
ResourcePermissionLocalService.getAvailableResourcePermissionActionIds(long companyId,
String name,
int scope,
String primKey,
long roleId,
Collection<String> actionIds)
Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type. |
BrowserTracker |
BrowserTrackerLocalServiceWrapper.getBrowserTracker(long browserTrackerId)
Returns the browser tracker with the primary key. |
static BrowserTracker |
BrowserTrackerLocalServiceUtil.getBrowserTracker(long browserTrackerId)
Returns the browser tracker with the primary key. |
BrowserTracker |
BrowserTrackerLocalService.getBrowserTracker(long browserTrackerId)
Returns the browser tracker with the primary key. |
BrowserTracker |
BrowserTrackerLocalServiceWrapper.getBrowserTracker(long userId,
long browserKey)
|
static BrowserTracker |
BrowserTrackerLocalServiceUtil.getBrowserTracker(long userId,
long browserKey)
|
BrowserTracker |
BrowserTrackerLocalService.getBrowserTracker(long userId,
long browserKey)
|
List<BrowserTracker> |
BrowserTrackerLocalServiceWrapper.getBrowserTrackers(int start,
int end)
Returns a range of all the browser trackers. |
static List<BrowserTracker> |
BrowserTrackerLocalServiceUtil.getBrowserTrackers(int start,
int end)
Returns a range of all the browser trackers. |
List<BrowserTracker> |
BrowserTrackerLocalService.getBrowserTrackers(int start,
int end)
Returns a range of all the browser trackers. |
int |
BrowserTrackerLocalServiceWrapper.getBrowserTrackersCount()
Returns the number of browser trackers. |
static int |
BrowserTrackerLocalServiceUtil.getBrowserTrackersCount()
Returns the number of browser trackers. |
int |
BrowserTrackerLocalService.getBrowserTrackersCount()
Returns the number of browser trackers. |
int |
ReleaseLocalServiceWrapper.getBuildNumberOrCreate()
|
static int |
ReleaseLocalServiceUtil.getBuildNumberOrCreate()
|
int |
ReleaseLocalService.getBuildNumberOrCreate()
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
List<LayoutRevision> |
LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisionsCount(long layoutSetBranchId,
long parentLayoutRevision,
long plid)
|
static int |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisionsCount(long layoutSetBranchId,
long parentLayoutRevision,
long plid)
|
int |
LayoutRevisionLocalService.getChildLayoutRevisionsCount(long layoutSetBranchId,
long parentLayoutRevision,
long plid)
|
ClassName |
ClassNameLocalServiceWrapper.getClassName(long classNameId)
Returns the class name with the primary key. |
static ClassName |
ClassNameLocalServiceUtil.getClassName(long classNameId)
Returns the class name with the primary key. |
ClassName |
ClassNameLocalService.getClassName(long classNameId)
Returns the class name with the primary key. |
ClassName |
ClassNameLocalServiceWrapper.getClassName(String value)
|
static ClassName |
ClassNameLocalServiceUtil.getClassName(String value)
|
ClassName |
ClassNameLocalService.getClassName(String value)
|
List<ClassName> |
ClassNameLocalServiceWrapper.getClassNames(int start,
int end)
Returns a range of all the class names. |
static List<ClassName> |
ClassNameLocalServiceUtil.getClassNames(int start,
int end)
Returns a range of all the class names. |
List<ClassName> |
ClassNameLocalService.getClassNames(int start,
int end)
Returns a range of all the class names. |
int |
ClassNameLocalServiceWrapper.getClassNamesCount()
Returns the number of class names. |
static int |
ClassNameLocalServiceUtil.getClassNamesCount()
Returns the number of class names. |
int |
ClassNameLocalService.getClassNamesCount()
Returns the number of class names. |
ClusterGroup |
ClusterGroupLocalServiceWrapper.getClusterGroup(long clusterGroupId)
Returns the cluster group with the primary key. |
static ClusterGroup |
ClusterGroupLocalServiceUtil.getClusterGroup(long clusterGroupId)
Returns the cluster group with the primary key. |
ClusterGroup |
ClusterGroupLocalService.getClusterGroup(long clusterGroupId)
Returns the cluster group with the primary key. |
List<ClusterGroup> |
ClusterGroupLocalServiceWrapper.getClusterGroups(int start,
int end)
Returns a range of all the cluster groups. |
static List<ClusterGroup> |
ClusterGroupLocalServiceUtil.getClusterGroups(int start,
int end)
Returns a range of all the cluster groups. |
List<ClusterGroup> |
ClusterGroupLocalService.getClusterGroups(int start,
int end)
Returns a range of all the cluster groups. |
int |
ClusterGroupLocalServiceWrapper.getClusterGroupsCount()
Returns the number of cluster groups. |
static int |
ClusterGroupLocalServiceUtil.getClusterGroupsCount()
Returns the number of cluster groups. |
int |
ClusterGroupLocalService.getClusterGroupsCount()
Returns the number of cluster groups. |
ColorScheme |
ThemeLocalServiceWrapper.getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
|
static ColorScheme |
ThemeLocalServiceUtil.getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
|
ColorScheme |
ThemeLocalService.getColorScheme(long companyId,
String themeId,
String colorSchemeId,
boolean wapTheme)
|
List<Company> |
CompanyLocalServiceWrapper.getCompanies()
Returns all the companies. |
static List<Company> |
CompanyLocalServiceUtil.getCompanies()
Returns all the companies. |
List<Company> |
CompanyLocalService.getCompanies()
Returns all the companies. |
List<Company> |
CompanyLocalServiceWrapper.getCompanies(boolean system)
Returns all the companies used by WSRP. |
static List<Company> |
CompanyLocalServiceUtil.getCompanies(boolean system)
Returns all the companies used by WSRP. |
List<Company> |
CompanyLocalService.getCompanies(boolean system)
Returns all the companies used by WSRP. |
List<Company> |
CompanyLocalServiceWrapper.getCompanies(int start,
int end)
Returns a range of all the companies. |
static List<Company> |
CompanyLocalServiceUtil.getCompanies(int start,
int end)
Returns a range of all the companies. |
List<Company> |
CompanyLocalService.getCompanies(int start,
int end)
Returns a range of all the companies. |
int |
CompanyLocalServiceWrapper.getCompaniesCount()
Returns the number of companies. |
static int |
CompanyLocalServiceUtil.getCompaniesCount()
Returns the number of companies. |
int |
CompanyLocalService.getCompaniesCount()
Returns the number of companies. |
int |
CompanyLocalServiceWrapper.getCompaniesCount(boolean system)
Returns the number of companies used by WSRP. |
static int |
CompanyLocalServiceUtil.getCompaniesCount(boolean system)
Returns the number of companies used by WSRP. |
int |
CompanyLocalService.getCompaniesCount(boolean system)
Returns the number of companies used by WSRP. |
Company |
CompanyLocalServiceWrapper.getCompany(long companyId)
Returns the company with the primary key. |
static Company |
CompanyLocalServiceUtil.getCompany(long companyId)
Returns the company with the primary key. |
Company |
CompanyLocalService.getCompany(long companyId)
Returns the company with the primary key. |
Company |
CompanyServiceWrapper.getCompanyById(long companyId)
Returns the company with the primary key. |
static Company |
CompanyServiceUtil.getCompanyById(long companyId)
Returns the company with the primary key. |
Company |
CompanyService.getCompanyById(long companyId)
Returns the company with the primary key. |
Company |
CompanyLocalServiceWrapper.getCompanyById(long companyId)
Returns the company with the primary key. |
static Company |
CompanyLocalServiceUtil.getCompanyById(long companyId)
Returns the company with the primary key. |
Company |
CompanyLocalService.getCompanyById(long companyId)
Returns the company with the primary key. |
Company |
CompanyServiceWrapper.getCompanyByLogoId(long logoId)
Returns the company with the logo. |
static Company |
CompanyServiceUtil.getCompanyByLogoId(long logoId)
Returns the company with the logo. |
Company |
CompanyService.getCompanyByLogoId(long logoId)
Returns the company with the logo. |
Company |
CompanyLocalServiceWrapper.getCompanyByLogoId(long logoId)
Returns the company with the logo. |
static Company |
CompanyLocalServiceUtil.getCompanyByLogoId(long logoId)
Returns the company with the logo. |
Company |
CompanyLocalService.getCompanyByLogoId(long logoId)
Returns the company with the logo. |
Company |
CompanyServiceWrapper.getCompanyByMx(String mx)
Returns the company with the mail domian. |
static Company |
CompanyServiceUtil.getCompanyByMx(String mx)
Returns the company with the mail domian. |
Company |
CompanyService.getCompanyByMx(String mx)
Returns the company with the mail domian. |
Company |
CompanyLocalServiceWrapper.getCompanyByMx(String mx)
Returns the company with the mail domain. |
static Company |
CompanyLocalServiceUtil.getCompanyByMx(String mx)
Returns the company with the mail domain. |
Company |
CompanyLocalService.getCompanyByMx(String mx)
Returns the company with the mail domain. |
Company |
CompanyServiceWrapper.getCompanyByVirtualHost(String virtualHost)
Returns the company with the virtual host name. |
static Company |
CompanyServiceUtil.getCompanyByVirtualHost(String virtualHost)
Returns the company with the virtual host name. |
Company |
CompanyService.getCompanyByVirtualHost(String virtualHost)
Returns the company with the virtual host name. |
Company |
CompanyLocalServiceWrapper.getCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name. |
static Company |
CompanyLocalServiceUtil.getCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name. |
Company |
CompanyLocalService.getCompanyByVirtualHost(String virtualHostname)
Returns the company with the virtual host name. |
Company |
CompanyServiceWrapper.getCompanyByWebId(String webId)
Returns the company with the web domain. |
static Company |
CompanyServiceUtil.getCompanyByWebId(String webId)
Returns the company with the web domain. |
Company |
CompanyService.getCompanyByWebId(String webId)
Returns the company with the web domain. |
Company |
CompanyLocalServiceWrapper.getCompanyByWebId(String webId)
Returns the company with the web domain. |
static Company |
CompanyLocalServiceUtil.getCompanyByWebId(String webId)
Returns the company with the web domain. |
Company |
CompanyLocalService.getCompanyByWebId(String webId)
Returns the company with the web domain. |
Group |
GroupLocalServiceWrapper.getCompanyGroup(long companyId)
Returns the company group. |
static Group |
GroupLocalServiceUtil.getCompanyGroup(long companyId)
Returns the company group. |
Group |
GroupLocalService.getCompanyGroup(long companyId)
Returns the company group. |
List<Group> |
GroupLocalServiceWrapper.getCompanyGroups(long companyId,
int start,
int end)
Returns a range of all the groups associated with the company. |
static List<Group> |
GroupLocalServiceUtil.getCompanyGroups(long companyId,
int start,
int end)
Returns a range of all the groups associated with the company. |
List<Group> |
GroupLocalService.getCompanyGroups(long companyId,
int start,
int end)
Returns a range of all the groups associated with the company. |
int |
GroupLocalServiceWrapper.getCompanyGroupsCount(long companyId)
Returns the number of groups associated with the company. |
static int |
GroupLocalServiceUtil.getCompanyGroupsCount(long companyId)
Returns the number of groups associated with the company. |
int |
GroupLocalService.getCompanyGroupsCount(long companyId)
Returns the number of groups associated with the company. |
long |
ResourceTypePermissionLocalServiceWrapper.getCompanyScopeActionIds(long companyId,
String name,
long roleId)
|
static long |
ResourceTypePermissionLocalServiceUtil.getCompanyScopeActionIds(long companyId,
String name,
long roleId)
|
long |
ResourceTypePermissionLocalService.getCompanyScopeActionIds(long companyId,
String name,
long roleId)
|
List<String> |
ResourceBlockLocalServiceWrapper.getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId)
|
static List<String> |
ResourceBlockLocalServiceUtil.getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId)
|
List<String> |
ResourceBlockLocalService.getCompanyScopePermissions(ResourceBlock resourceBlock,
long roleId)
|
List<User> |
UserServiceWrapper.getCompanyUsers(long companyId,
int start,
int end)
|
static List<User> |
UserServiceUtil.getCompanyUsers(long companyId,
int start,
int end)
|
List<User> |
UserService.getCompanyUsers(long companyId,
int start,
int end)
|
List<User> |
UserLocalServiceWrapper.getCompanyUsers(long companyId,
int start,
int end)
Returns a range of all the users belonging to the company. |
static List<User> |
UserLocalServiceUtil.getCompanyUsers(long companyId,
int start,
int end)
Returns a range of all the users belonging to the company. |
List<User> |
UserLocalService.getCompanyUsers(long companyId,
int start,
int end)
Returns a range of all the users belonging to the company. |
int |
UserServiceWrapper.getCompanyUsersCount(long companyId)
|
static int |
UserServiceUtil.getCompanyUsersCount(long companyId)
|
int |
UserService.getCompanyUsersCount(long companyId)
|
int |
UserLocalServiceWrapper.getCompanyUsersCount(long companyId)
Returns the number of users belonging to the company. |
static int |
UserLocalServiceUtil.getCompanyUsersCount(long companyId)
Returns the number of users belonging to the company. |
int |
UserLocalService.getCompanyUsersCount(long companyId)
Returns the number of users belonging to the company. |
Contact |
ContactServiceWrapper.getContact(long contactId)
|
static Contact |
ContactServiceUtil.getContact(long contactId)
|
Contact |
ContactService.getContact(long contactId)
|
Contact |
ContactLocalServiceWrapper.getContact(long contactId)
Returns the contact with the primary key. |
static Contact |
ContactLocalServiceUtil.getContact(long contactId)
Returns the contact with the primary key. |
Contact |
ContactLocalService.getContact(long contactId)
Returns the contact with the primary key. |
List<Contact> |
ContactLocalServiceWrapper.getContacts(int start,
int end)
Returns a range of all the contacts. |
static List<Contact> |
ContactLocalServiceUtil.getContacts(int start,
int end)
Returns a range of all the contacts. |
List<Contact> |
ContactLocalService.getContacts(int start,
int end)
Returns a range of all the contacts. |
List<Contact> |
ContactServiceWrapper.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Contact> |
ContactServiceUtil.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
List<Contact> |
ContactService.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
List<Contact> |
ContactLocalServiceWrapper.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Contact> |
ContactLocalServiceUtil.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
List<Contact> |
ContactLocalService.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
ContactLocalServiceWrapper.getContactsCount()
Returns the number of contacts. |
static int |
ContactLocalServiceUtil.getContactsCount()
Returns the number of contacts. |
int |
ContactLocalService.getContactsCount()
Returns the number of contacts. |
int |
ContactServiceWrapper.getContactsCount(long classNameId,
long classPK)
|
static int |
ContactServiceUtil.getContactsCount(long classNameId,
long classPK)
|
int |
ContactService.getContactsCount(long classNameId,
long classPK)
|
int |
ContactLocalServiceWrapper.getContactsCount(long classNameId,
long classPK)
|
static int |
ContactLocalServiceUtil.getContactsCount(long classNameId,
long classPK)
|
int |
ContactLocalService.getContactsCount(long classNameId,
long classPK)
|
String |
LayoutTemplateLocalServiceWrapper.getContent(String layoutTemplateId,
boolean standard,
String themeId)
|
static String |
LayoutTemplateLocalServiceUtil.getContent(String layoutTemplateId,
boolean standard,
String themeId)
|
String |
LayoutTemplateLocalService.getContent(String layoutTemplateId,
boolean standard,
String themeId)
|
List<Country> |
CountryServiceWrapper.getCountries()
|
static List<Country> |
CountryServiceUtil.getCountries()
|
List<Country> |
CountryService.getCountries()
|
List<Country> |
CountryServiceWrapper.getCountries(boolean active)
|
static List<Country> |
CountryServiceUtil.getCountries(boolean active)
|
List<Country> |
CountryService.getCountries(boolean active)
|
Country |
CountryServiceWrapper.getCountry(long countryId)
|
static Country |
CountryServiceUtil.getCountry(long countryId)
|
Country |
CountryService.getCountry(long countryId)
|
Country |
CountryServiceWrapper.getCountryByA2(String a2)
|
static Country |
CountryServiceUtil.getCountryByA2(String a2)
|
Country |
CountryService.getCountryByA2(String a2)
|
Country |
CountryServiceWrapper.getCountryByA3(String a3)
|
static Country |
CountryServiceUtil.getCountryByA3(String a3)
|
Country |
CountryService.getCountryByA3(String a3)
|
Country |
CountryServiceWrapper.getCountryByName(String name)
|
static Country |
CountryServiceUtil.getCountryByName(String name)
|
Country |
CountryService.getCountryByName(String name)
|
Role |
RoleLocalServiceWrapper.getDefaultGroupRole(long groupId)
Returns the default role for the group with the primary key. |
static Role |
RoleLocalServiceUtil.getDefaultGroupRole(long groupId)
Returns the default role for the group with the primary key. |
Role |
RoleLocalService.getDefaultGroupRole(long groupId)
Returns the default role for the group with the primary key. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.getDefaultPasswordPolicy(long companyId)
|
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.getDefaultPasswordPolicy(long companyId)
|
PasswordPolicy |
PasswordPolicyLocalService.getDefaultPasswordPolicy(long companyId)
|
long |
LayoutLocalServiceWrapper.getDefaultPlid(long groupId)
Returns the primary key of the default layout for the group |
static long |
LayoutLocalServiceUtil.getDefaultPlid(long groupId)
Returns the primary key of the default layout for the group |
long |
LayoutLocalService.getDefaultPlid(long groupId)
Returns the primary key of the default layout for the group |
long |
LayoutLocalServiceWrapper.getDefaultPlid(long groupId,
boolean privateLayout)
Returns primary key of the matching default layout for the group |
static long |
LayoutLocalServiceUtil.getDefaultPlid(long groupId,
boolean privateLayout)
Returns primary key of the matching default layout for the group |
long |
LayoutLocalService.getDefaultPlid(long groupId,
boolean privateLayout)
Returns primary key of the matching default layout for the group |
long |
LayoutLocalServiceWrapper.getDefaultPlid(long groupId,
boolean privateLayout,
String portletId)
Returns primary key of the default portlet layout for the group |
static long |
LayoutLocalServiceUtil.getDefaultPlid(long groupId,
boolean privateLayout,
String portletId)
Returns primary key of the default portlet layout for the group |
long |
LayoutLocalService.getDefaultPlid(long groupId,
boolean privateLayout,
String portletId)
Returns primary key of the default portlet layout for the group |
long |
LayoutServiceWrapper.getDefaultPlid(long groupId,
long scopeGroupId,
boolean privateLayout,
String portletId)
Returns the primary key of the default layout for the group. |
static long |
LayoutServiceUtil.getDefaultPlid(long groupId,
long scopeGroupId,
boolean privateLayout,
String portletId)
Returns the primary key of the default layout for the group. |
long |
LayoutService.getDefaultPlid(long groupId,
long scopeGroupId,
boolean privateLayout,
String portletId)
Returns the primary key of the default layout for the group. |
PortletPreferences |
PortletPreferencesLocalServiceWrapper.getDefaultPreferences(long companyId,
String portletId)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.getDefaultPreferences(long companyId,
String portletId)
|
PortletPreferences |
PortletPreferencesLocalService.getDefaultPreferences(long companyId,
String portletId)
|
User |
UserLocalServiceWrapper.getDefaultUser(long companyId)
Returns the default user for the company. |
static User |
UserLocalServiceUtil.getDefaultUser(long companyId)
Returns the default user for the company. |
User |
UserLocalService.getDefaultUser(long companyId)
Returns the default user for the company. |
long |
UserLocalServiceWrapper.getDefaultUserId(long companyId)
Returns the primary key of the default user for the company. |
static long |
UserLocalServiceUtil.getDefaultUserId(long companyId)
Returns the primary key of the default user for the company. |
long |
UserLocalService.getDefaultUserId(long companyId)
Returns the primary key of the default user for the company. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.getDefaultWorkflowDefinitionLink(long companyId,
String className,
long classPK,
long typePK)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.getDefaultWorkflowDefinitionLink(long companyId,
String className,
long classPK,
long typePK)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.getDefaultWorkflowDefinitionLink(long companyId,
String className,
long classPK,
long typePK)
|
PortletCategory |
PortletLocalServiceWrapper.getEARDisplay(String xml)
|
static PortletCategory |
PortletLocalServiceUtil.getEARDisplay(String xml)
|
PortletCategory |
PortletLocalService.getEARDisplay(String xml)
|
EmailAddress |
EmailAddressServiceWrapper.getEmailAddress(long emailAddressId)
|
static EmailAddress |
EmailAddressServiceUtil.getEmailAddress(long emailAddressId)
|
EmailAddress |
EmailAddressService.getEmailAddress(long emailAddressId)
|
EmailAddress |
EmailAddressLocalServiceWrapper.getEmailAddress(long emailAddressId)
Returns the email address with the primary key. |
static EmailAddress |
EmailAddressLocalServiceUtil.getEmailAddress(long emailAddressId)
Returns the email address with the primary key. |
EmailAddress |
EmailAddressLocalService.getEmailAddress(long emailAddressId)
Returns the email address with the primary key. |
List<EmailAddress> |
EmailAddressLocalServiceWrapper.getEmailAddresses()
|
static List<EmailAddress> |
EmailAddressLocalServiceUtil.getEmailAddresses()
|
List<EmailAddress> |
EmailAddressLocalService.getEmailAddresses()
|
List<EmailAddress> |
EmailAddressLocalServiceWrapper.getEmailAddresses(int start,
int end)
Returns a range of all the email addresses. |
static List<EmailAddress> |
EmailAddressLocalServiceUtil.getEmailAddresses(int start,
int end)
Returns a range of all the email addresses. |
List<EmailAddress> |
EmailAddressLocalService.getEmailAddresses(int start,
int end)
Returns a range of all the email addresses. |
List<EmailAddress> |
EmailAddressLocalServiceWrapper.getEmailAddresses(long companyId,
String className,
long classPK)
|
static List<EmailAddress> |
EmailAddressLocalServiceUtil.getEmailAddresses(long companyId,
String className,
long classPK)
|
List<EmailAddress> |
EmailAddressLocalService.getEmailAddresses(long companyId,
String className,
long classPK)
|
List<EmailAddress> |
EmailAddressServiceWrapper.getEmailAddresses(String className,
long classPK)
|
static List<EmailAddress> |
EmailAddressServiceUtil.getEmailAddresses(String className,
long classPK)
|
List<EmailAddress> |
EmailAddressService.getEmailAddresses(String className,
long classPK)
|
int |
EmailAddressLocalServiceWrapper.getEmailAddressesCount()
Returns the number of email addresses. |
static int |
EmailAddressLocalServiceUtil.getEmailAddressesCount()
Returns the number of email addresses. |
int |
EmailAddressLocalService.getEmailAddressesCount()
Returns the number of email addresses. |
Group |
GroupLocalServiceWrapper.getFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL. |
static Group |
GroupLocalServiceUtil.getFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL. |
Group |
GroupLocalService.getFriendlyURLGroup(long companyId,
String friendlyURL)
Returns the group with the matching friendly URL. |
Layout |
LayoutLocalServiceWrapper.getFriendlyURLLayout(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the layout for the friendly URL |
static Layout |
LayoutLocalServiceUtil.getFriendlyURLLayout(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the layout for the friendly URL |
Layout |
LayoutLocalService.getFriendlyURLLayout(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the layout for the friendly URL |
Group |
GroupServiceWrapper.getGroup(long groupId)
Returns the group with the primary key. |
static Group |
GroupServiceUtil.getGroup(long groupId)
Returns the group with the primary key. |
Group |
GroupService.getGroup(long groupId)
Returns the group with the primary key. |
Group |
GroupLocalServiceWrapper.getGroup(long groupId)
Returns the group with the primary key. |
static Group |
GroupLocalServiceUtil.getGroup(long groupId)
Returns the group with the primary key. |
Group |
GroupLocalService.getGroup(long groupId)
Returns the group with the primary key. |
Group |
GroupServiceWrapper.getGroup(long companyId,
String name)
Returns the group with the name. |
static Group |
GroupServiceUtil.getGroup(long companyId,
String name)
Returns the group with the name. |
Group |
GroupService.getGroup(long companyId,
String name)
Returns the group with the name. |
Group |
GroupLocalServiceWrapper.getGroup(long companyId,
String name)
Returns the group with the matching group name. |
static Group |
GroupLocalServiceUtil.getGroup(long companyId,
String name)
Returns the group with the matching group name. |
Group |
GroupLocalService.getGroup(long companyId,
String name)
Returns the group with the matching group name. |
String |
GroupLocalServiceWrapper.getGroupDescriptiveName(Group group,
Locale locale)
|
static String |
GroupLocalServiceUtil.getGroupDescriptiveName(Group group,
Locale locale)
|
String |
GroupLocalService.getGroupDescriptiveName(Group group,
Locale locale)
|
String |
GroupLocalServiceWrapper.getGroupDescriptiveName(long groupId,
Locale locale)
|
static String |
GroupLocalServiceUtil.getGroupDescriptiveName(long groupId,
Locale locale)
|
String |
GroupLocalService.getGroupDescriptiveName(long groupId,
Locale locale)
|
List<Organization> |
OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId)
Returns all the organizations belonging to the group. |
static List<Organization> |
OrganizationLocalServiceUtil.getGroupOrganizations(long groupId)
Returns all the organizations belonging to the group. |
List<Organization> |
OrganizationLocalService.getGroupOrganizations(long groupId)
Returns all the organizations belonging to the group. |
List<Role> |
RoleServiceWrapper.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
static List<Role> |
RoleServiceUtil.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
List<Role> |
RoleService.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
List<Role> |
RoleLocalServiceWrapper.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
static List<Role> |
RoleLocalServiceUtil.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
List<Role> |
RoleLocalService.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
List<Group> |
GroupLocalServiceWrapper.getGroups(int start,
int end)
Returns a range of all the groups. |
static List<Group> |
GroupLocalServiceUtil.getGroups(int start,
int end)
Returns a range of all the groups. |
List<Group> |
GroupLocalService.getGroups(int start,
int end)
Returns a range of all the groups. |
List<Group> |
GroupLocalServiceWrapper.getGroups(long[] groupIds)
Returns the groups with the matching primary keys. |
static List<Group> |
GroupLocalServiceUtil.getGroups(long[] groupIds)
Returns the groups with the matching primary keys. |
List<Group> |
GroupLocalService.getGroups(long[] groupIds)
Returns the groups with the matching primary keys. |
List<Group> |
GroupLocalServiceWrapper.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the sites that are children of the parent group. |
static List<Group> |
GroupLocalServiceUtil.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the sites that are children of the parent group. |
List<Group> |
GroupLocalService.getGroups(long companyId,
long parentGroupId,
boolean site)
Returns all the sites that are children of the parent group. |
long |
ResourceTypePermissionLocalServiceWrapper.getGroupScopeActionIds(long companyId,
long groupId,
String name,
long roleId)
|
static long |
ResourceTypePermissionLocalServiceUtil.getGroupScopeActionIds(long companyId,
long groupId,
String name,
long roleId)
|
long |
ResourceTypePermissionLocalService.getGroupScopeActionIds(long companyId,
long groupId,
String name,
long roleId)
|
List<String> |
ResourceBlockLocalServiceWrapper.getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId)
|
static List<String> |
ResourceBlockLocalServiceUtil.getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId)
|
List<String> |
ResourceBlockLocalService.getGroupScopePermissions(ResourceBlock resourceBlock,
long roleId)
|
List<ResourceTypePermission> |
ResourceTypePermissionLocalServiceWrapper.getGroupScopeResourceTypePermissions(long companyId,
String name,
long roleId)
|
static List<ResourceTypePermission> |
ResourceTypePermissionLocalServiceUtil.getGroupScopeResourceTypePermissions(long companyId,
String name,
long roleId)
|
List<ResourceTypePermission> |
ResourceTypePermissionLocalService.getGroupScopeResourceTypePermissions(long companyId,
String name,
long roleId)
|
int |
GroupLocalServiceWrapper.getGroupsCount()
Returns the number of groups. |
static int |
GroupLocalServiceUtil.getGroupsCount()
Returns the number of groups. |
int |
GroupLocalService.getGroupsCount()
Returns the number of groups. |
List<Team> |
TeamServiceWrapper.getGroupTeams(long groupId)
|
static List<Team> |
TeamServiceUtil.getGroupTeams(long groupId)
|
List<Team> |
TeamService.getGroupTeams(long groupId)
|
List<Team> |
TeamLocalServiceWrapper.getGroupTeams(long groupId)
|
static List<Team> |
TeamLocalServiceUtil.getGroupTeams(long groupId)
|
List<Team> |
TeamLocalService.getGroupTeams(long groupId)
|
long[] |
UserServiceWrapper.getGroupUserIds(long groupId)
Returns the primary keys of all the users belonging to the group. |
static long[] |
UserServiceUtil.getGroupUserIds(long groupId)
Returns the primary keys of all the users belonging to the group. |
long[] |
UserService.getGroupUserIds(long groupId)
Returns the primary keys of all the users belonging to the group. |
long[] |
UserLocalServiceWrapper.getGroupUserIds(long groupId)
Returns the primary keys of all the users belonging to the group. |
static long[] |
UserLocalServiceUtil.getGroupUserIds(long groupId)
Returns the primary keys of all the users belonging to the group. |
long[] |
UserLocalService.getGroupUserIds(long groupId)
Returns the primary keys of all the users belonging to the group. |
List<User> |
UserServiceWrapper.getGroupUsers(long groupId)
Returns all the users belonging to the group. |
static List<User> |
UserServiceUtil.getGroupUsers(long groupId)
Returns all the users belonging to the group. |
List<User> |
UserService.getGroupUsers(long groupId)
Returns all the users belonging to the group. |
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId)
Returns all the users belonging to the group. |
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId)
Returns all the users belonging to the group. |
List<User> |
UserLocalService.getGroupUsers(long groupId)
Returns all the users belonging to the group. |
int |
UserLocalServiceWrapper.getGroupUsersCount(long groupId)
Returns the number of users belonging to the group. |
static int |
UserLocalServiceUtil.getGroupUsersCount(long groupId)
Returns the number of users belonging to the group. |
int |
UserLocalService.getGroupUsersCount(long groupId)
Returns the number of users belonging to the group. |
int |
UserLocalServiceWrapper.getGroupUsersCount(long groupId,
int status)
Returns the number of users with the status belonging to the group. |
static int |
UserLocalServiceUtil.getGroupUsersCount(long groupId,
int status)
Returns the number of users with the status belonging to the group. |
int |
UserLocalService.getGroupUsersCount(long groupId,
int status)
Returns the number of users with the status belonging to the group. |
User |
BaseServiceImpl.getGuestOrUser()
|
long |
ServiceContext.getGuestOrUserId()
Returns this service context's user ID or guest ID if no user ID is available. |
Image |
ImageServiceWrapper.getImage(long imageId)
|
static Image |
ImageServiceUtil.getImage(long imageId)
|
Image |
ImageService.getImage(long imageId)
|
Image |
ImageLocalServiceWrapper.getImage(long imageId)
Returns the image with the primary key. |
static Image |
ImageLocalServiceUtil.getImage(long imageId)
Returns the image with the primary key. |
Image |
ImageLocalService.getImage(long imageId)
Returns the image with the primary key. |
List<Image> |
ImageLocalServiceWrapper.getImages()
|
static List<Image> |
ImageLocalServiceUtil.getImages()
|
List<Image> |
ImageLocalService.getImages()
|
List<Image> |
ImageLocalServiceWrapper.getImages(int start,
int end)
Returns a range of all the images. |
static List<Image> |
ImageLocalServiceUtil.getImages(int start,
int end)
Returns a range of all the images. |
List<Image> |
ImageLocalService.getImages(int start,
int end)
Returns a range of all the images. |
List<Image> |
ImageLocalServiceWrapper.getImagesBySize(int size)
|
static List<Image> |
ImageLocalServiceUtil.getImagesBySize(int size)
|
List<Image> |
ImageLocalService.getImagesBySize(int size)
|
int |
ImageLocalServiceWrapper.getImagesCount()
Returns the number of images. |
static int |
ImageLocalServiceUtil.getImagesCount()
Returns the number of images. |
int |
ImageLocalService.getImagesCount()
Returns the number of images. |
static ServiceContext |
ServiceContextFactory.getInstance(javax.servlet.http.HttpServletRequest request)
|
static ServiceContext |
ServiceContextFactory.getInstance(PortletRequest portletRequest)
|
static ServiceContext |
ServiceContextFactory.getInstance(String className,
PortletRequest portletRequest)
|
static ServiceContext |
ServiceContextFactory.getInstance(String className,
UploadPortletRequest uploadPortletRequest)
|
Layout |
LayoutLocalServiceWrapper.getLayout(long plid)
Returns the layout with the primary key. |
static Layout |
LayoutLocalServiceUtil.getLayout(long plid)
Returns the layout with the primary key. |
Layout |
LayoutLocalService.getLayout(long plid)
Returns the layout with the primary key. |
Layout |
LayoutLocalServiceWrapper.getLayout(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout matching the primary key, group, and privacy; throws a NoSuchLayoutException otherwise. |
static Layout |
LayoutLocalServiceUtil.getLayout(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout matching the primary key, group, and privacy; throws a NoSuchLayoutException otherwise. |
Layout |
LayoutLocalService.getLayout(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout matching the primary key, group, and privacy; throws a NoSuchLayoutException otherwise. |
LayoutBranch |
LayoutBranchLocalServiceWrapper.getLayoutBranch(long LayoutBranchId)
Returns the layout branch with the primary key. |
static LayoutBranch |
LayoutBranchLocalServiceUtil.getLayoutBranch(long LayoutBranchId)
Returns the layout branch with the primary key. |
LayoutBranch |
LayoutBranchLocalService.getLayoutBranch(long LayoutBranchId)
Returns the layout branch with the primary key. |
List<LayoutBranch> |
LayoutBranchLocalServiceWrapper.getLayoutBranches(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutBranch> |
LayoutBranchLocalServiceUtil.getLayoutBranches(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
List<LayoutBranch> |
LayoutBranchLocalService.getLayoutBranches(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
List<LayoutBranch> |
LayoutBranchLocalServiceWrapper.getLayoutBranchs(int start,
int end)
Returns a range of all the layout branchs. |
static List<LayoutBranch> |
LayoutBranchLocalServiceUtil.getLayoutBranchs(int start,
int end)
Returns a range of all the layout branchs. |
List<LayoutBranch> |
LayoutBranchLocalService.getLayoutBranchs(int start,
int end)
Returns a range of all the layout branchs. |
int |
LayoutBranchLocalServiceWrapper.getLayoutBranchsCount()
Returns the number of layout branchs. |
static int |
LayoutBranchLocalServiceUtil.getLayoutBranchsCount()
Returns the number of layout branchs. |
int |
LayoutBranchLocalService.getLayoutBranchsCount()
Returns the number of layout branchs. |
Layout |
LayoutLocalServiceWrapper.getLayoutByIconImageId(long iconImageId)
Returns the layout for the icon image; throws a NoSuchLayoutException otherwise. |
static Layout |
LayoutLocalServiceUtil.getLayoutByIconImageId(long iconImageId)
Returns the layout for the icon image; throws a NoSuchLayoutException otherwise. |
Layout |
LayoutLocalService.getLayoutByIconImageId(long iconImageId)
Returns the layout for the icon image; throws a NoSuchLayoutException otherwise. |
Layout |
LayoutLocalServiceWrapper.getLayoutByUuidAndGroupId(String uuid,
long groupId)
Returns the layout with the UUID in the group. |
static Layout |
LayoutLocalServiceUtil.getLayoutByUuidAndGroupId(String uuid,
long groupId)
Returns the layout with the UUID in the group. |
Layout |
LayoutLocalService.getLayoutByUuidAndGroupId(String uuid,
long groupId)
Returns the layout with the UUID in the group. |
Group |
GroupLocalServiceWrapper.getLayoutGroup(long companyId,
long plid)
Returns the group associated with the layout. |
static Group |
GroupLocalServiceUtil.getLayoutGroup(long companyId,
long plid)
Returns the group associated with the layout. |
Group |
GroupLocalService.getLayoutGroup(long companyId,
long plid)
Returns the group associated with the layout. |
String |
LayoutServiceWrapper.getLayoutName(long groupId,
boolean privateLayout,
long layoutId,
String languageId)
Returns the name of the layout. |
static String |
LayoutServiceUtil.getLayoutName(long groupId,
boolean privateLayout,
long layoutId,
String languageId)
Returns the name of the layout. |
String |
LayoutService.getLayoutName(long groupId,
boolean privateLayout,
long layoutId,
String languageId)
Returns the name of the layout. |
LayoutPrototype |
LayoutPrototypeServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.getLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeService.getLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypeLocalService.getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototypeByUuid(String uuid)
Deprecated. LayoutPrototypeLocalServiceWrapper.getLayoutPrototypeByUuidAndCompanyId(String, long) |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuid(String uuid)
Deprecated. LayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuidAndCompanyId(String, long) |
LayoutPrototype |
LayoutPrototypeLocalService.getLayoutPrototypeByUuid(String uuid)
Deprecated. LayoutPrototypeLocalService.getLayoutPrototypeByUuidAndCompanyId(String, long) |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
|
LayoutPrototype |
LayoutPrototypeLocalService.getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
|
Group |
GroupLocalServiceWrapper.getLayoutPrototypeGroup(long companyId,
long layoutPrototypeId)
Returns the group associated with the layout prototype. |
static Group |
GroupLocalServiceUtil.getLayoutPrototypeGroup(long companyId,
long layoutPrototypeId)
Returns the group associated with the layout prototype. |
Group |
GroupLocalService.getLayoutPrototypeGroup(long companyId,
long layoutPrototypeId)
Returns the group associated with the layout prototype. |
List<LayoutPrototype> |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeLocalServiceUtil.getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypeLocalService.getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes. |
int |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototypesCount()
Returns the number of layout prototypes. |
static int |
LayoutPrototypeLocalServiceUtil.getLayoutPrototypesCount()
Returns the number of layout prototypes. |
int |
LayoutPrototypeLocalService.getLayoutPrototypesCount()
Returns the number of layout prototypes. |
LayoutReference[] |
LayoutServiceWrapper.getLayoutReferences(long companyId,
String portletId,
String preferencesKey,
String preferencesValue)
Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences. |
static LayoutReference[] |
LayoutServiceUtil.getLayoutReferences(long companyId,
String portletId,
String preferencesKey,
String preferencesValue)
Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences. |
LayoutReference[] |
LayoutService.getLayoutReferences(long companyId,
String portletId,
String preferencesKey,
String preferencesValue)
Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutRevisionId)
Returns the layout revision with the primary key. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutRevisionId)
Returns the layout revision with the primary key. |
LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutRevisionId)
Returns the layout revision with the primary key. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
|
LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(int start,
int end)
Returns a range of all the layout revisions. |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(int start,
int end)
Returns a range of all the layout revisions. |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(int start,
int end)
Returns a range of all the layout revisions. |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long plid)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
boolean head)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
boolean head)
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
boolean head)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
int status)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
int status)
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
int status)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status)
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
LayoutRevisionLocalServiceWrapper.getLayoutRevisionsCount()
Returns the number of layout revisions. |
static int |
LayoutRevisionLocalServiceUtil.getLayoutRevisionsCount()
Returns the number of layout revisions. |
int |
LayoutRevisionLocalService.getLayoutRevisionsCount()
Returns the number of layout revisions. |
int |
LayoutRevisionLocalServiceWrapper.getLayoutRevisionsCount(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
static int |
LayoutRevisionLocalServiceUtil.getLayoutRevisionsCount(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
int |
LayoutRevisionLocalService.getLayoutRevisionsCount(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
List<Layout> |
LayoutLocalServiceWrapper.getLayouts(int start,
int end)
Returns a range of all the layouts. |
static List<Layout> |
LayoutLocalServiceUtil.getLayouts(int start,
int end)
Returns a range of all the layouts. |
List<Layout> |
LayoutLocalService.getLayouts(int start,
int end)
Returns a range of all the layouts. |
List<Layout> |
LayoutServiceWrapper.getLayouts(long groupId,
boolean privateLayout)
|
static List<Layout> |
LayoutServiceUtil.getLayouts(long groupId,
boolean privateLayout)
|
List<Layout> |
LayoutService.getLayouts(long groupId,
boolean privateLayout)
|
List<Layout> |
LayoutLocalServiceWrapper.getLayouts(long groupId,
boolean privateLayout)
Returns all the layouts belonging to the group. |
static List<Layout> |
LayoutLocalServiceUtil.getLayouts(long groupId,
boolean privateLayout)
Returns all the layouts belonging to the group. |
List<Layout> |
LayoutLocalService.getLayouts(long groupId,
boolean privateLayout)
Returns all the layouts belonging to the group. |
List<Layout> |
LayoutServiceWrapper.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
|
static List<Layout> |
LayoutServiceUtil.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
|
List<Layout> |
LayoutService.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
|
List<Layout> |
LayoutLocalServiceWrapper.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts belonging to the group that are children of the parent layout. |
static List<Layout> |
LayoutLocalServiceUtil.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts belonging to the group that are children of the parent layout. |
List<Layout> |
LayoutLocalService.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts belonging to the group that are children of the parent layout. |
List<Layout> |
LayoutLocalServiceWrapper.getLayouts(long groupId,
boolean privateLayout,
long[] layoutIds)
Returns all the layouts that match the layout IDs and belong to the group. |
static List<Layout> |
LayoutLocalServiceUtil.getLayouts(long groupId,
boolean privateLayout,
long[] layoutIds)
Returns all the layouts that match the layout IDs and belong to the group. |
List<Layout> |
LayoutLocalService.getLayouts(long groupId,
boolean privateLayout,
long[] layoutIds)
Returns all the layouts that match the layout IDs and belong to the group. |
List<Layout> |
LayoutLocalServiceWrapper.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
int start,
int end)
Returns a range of all the layouts belonging to the group that are children of the parent layout. |
static List<Layout> |
LayoutLocalServiceUtil.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
int start,
int end)
Returns a range of all the layouts belonging to the group that are children of the parent layout. |
List<Layout> |
LayoutLocalService.getLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean incomplete,
int start,
int end)
Returns a range of all the layouts belonging to the group that are children of the parent layout. |
List<Layout> |
LayoutLocalServiceWrapper.getLayouts(long groupId,
boolean privateLayout,
String type)
Returns all the layouts that match the type and belong to the group. |
static List<Layout> |
LayoutLocalServiceUtil.getLayouts(long groupId,
boolean privateLayout,
String type)
Returns all the layouts that match the type and belong to the group. |
List<Layout> |
LayoutLocalService.getLayouts(long groupId,
boolean privateLayout,
String type)
Returns all the layouts that match the type and belong to the group. |
LayoutReference[] |
LayoutLocalServiceWrapper.getLayouts(long companyId,
String portletId,
String preferencesKey,
String preferencesValue)
Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences. |
static LayoutReference[] |
LayoutLocalServiceUtil.getLayouts(long companyId,
String portletId,
String preferencesKey,
String preferencesValue)
Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences. |
LayoutReference[] |
LayoutLocalService.getLayouts(long companyId,
String portletId,
String preferencesKey,
String preferencesValue)
Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences. |
int |
LayoutLocalServiceWrapper.getLayoutsByLayoutPrototypeUuidCount(String layoutPrototypeUuid)
|
static int |
LayoutLocalServiceUtil.getLayoutsByLayoutPrototypeUuidCount(String layoutPrototypeUuid)
|
int |
LayoutLocalService.getLayoutsByLayoutPrototypeUuidCount(String layoutPrototypeUuid)
|
int |
LayoutLocalServiceWrapper.getLayoutsCount()
Returns the number of layouts. |
static int |
LayoutLocalServiceUtil.getLayoutsCount()
Returns the number of layouts. |
int |
LayoutLocalService.getLayoutsCount()
Returns the number of layouts. |
int |
LayoutLocalServiceWrapper.getLayoutsCount(Group group,
boolean privateLayout)
|
static int |
LayoutLocalServiceUtil.getLayoutsCount(Group group,
boolean privateLayout)
|
int |
LayoutLocalService.getLayoutsCount(Group group,
boolean privateLayout)
|
int |
LayoutLocalServiceWrapper.getLayoutsCount(Group group,
boolean privateLayout,
boolean includeUserGroups)
|
static int |
LayoutLocalServiceUtil.getLayoutsCount(Group group,
boolean privateLayout,
boolean includeUserGroups)
|
int |
LayoutLocalService.getLayoutsCount(Group group,
boolean privateLayout,
boolean includeUserGroups)
|
int |
LayoutLocalServiceWrapper.getLayoutsCount(User user,
boolean privateLayout)
|
static int |
LayoutLocalServiceUtil.getLayoutsCount(User user,
boolean privateLayout)
|
int |
LayoutLocalService.getLayoutsCount(User user,
boolean privateLayout)
|
int |
LayoutLocalServiceWrapper.getLayoutsCount(User user,
boolean privateLayout,
boolean includeUserGroups)
|
static int |
LayoutLocalServiceUtil.getLayoutsCount(User user,
boolean privateLayout,
boolean includeUserGroups)
|
int |
LayoutLocalService.getLayoutsCount(User user,
boolean privateLayout,
boolean includeUserGroups)
|
LayoutSet |
LayoutSetLocalServiceWrapper.getLayoutSet(long layoutSetId)
Returns the layout set with the primary key. |
static LayoutSet |
LayoutSetLocalServiceUtil.getLayoutSet(long layoutSetId)
Returns the layout set with the primary key. |
LayoutSet |
LayoutSetLocalService.getLayoutSet(long layoutSetId)
Returns the layout set with the primary key. |
LayoutSet |
LayoutSetLocalServiceWrapper.getLayoutSet(long groupId,
boolean privateLayout)
|
static LayoutSet |
LayoutSetLocalServiceUtil.getLayoutSet(long groupId,
boolean privateLayout)
|
LayoutSet |
LayoutSetLocalService.getLayoutSet(long groupId,
boolean privateLayout)
|
LayoutSet |
LayoutSetLocalServiceWrapper.getLayoutSet(String virtualHostname)
|
static LayoutSet |
LayoutSetLocalServiceUtil.getLayoutSet(String virtualHostname)
|
LayoutSet |
LayoutSetLocalService.getLayoutSet(String virtualHostname)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranch(long layoutSetBranchId)
Returns the layout set branch with the primary key. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranch(long layoutSetBranchId)
Returns the layout set branch with the primary key. |
LayoutSetBranch |
LayoutSetBranchLocalService.getLayoutSetBranch(long layoutSetBranchId)
Returns the layout set branch with the primary key. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
LayoutSetBranch |
LayoutSetBranchLocalService.getLayoutSetBranch(long groupId,
boolean privateLayout,
String name)
|
List<LayoutSetBranch> |
LayoutSetBranchServiceWrapper.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
static List<LayoutSetBranch> |
LayoutSetBranchServiceUtil.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
List<LayoutSetBranch> |
LayoutSetBranchService.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
List<LayoutSetBranch> |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
static List<LayoutSetBranch> |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
List<LayoutSetBranch> |
LayoutSetBranchLocalService.getLayoutSetBranches(long groupId,
boolean privateLayout)
|
List<LayoutBranch> |
LayoutBranchLocalServiceWrapper.getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
|
static List<LayoutBranch> |
LayoutBranchLocalServiceUtil.getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
|
List<LayoutBranch> |
LayoutBranchLocalService.getLayoutSetBranchLayoutBranches(long layoutSetBranchId)
|
List<LayoutSetBranch> |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranchs(int start,
int end)
Returns a range of all the layout set branchs. |
static List<LayoutSetBranch> |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranchs(int start,
int end)
Returns a range of all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchLocalService.getLayoutSetBranchs(int start,
int end)
Returns a range of all the layout set branchs. |
int |
LayoutSetBranchLocalServiceWrapper.getLayoutSetBranchsCount()
Returns the number of layout set branchs. |
static int |
LayoutSetBranchLocalServiceUtil.getLayoutSetBranchsCount()
Returns the number of layout set branchs. |
int |
LayoutSetBranchLocalService.getLayoutSetBranchsCount()
Returns the number of layout set branchs. |
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototype |
LayoutSetPrototypeService.getLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuid(String uuid)
Deprecated. LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuidAndCompanyId(String,
long) |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuid(String uuid)
Deprecated. LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuidAndCompanyId(String,
long) |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuid(String uuid)
Deprecated. LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId(String,
long) |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
|
Group |
GroupLocalServiceWrapper.getLayoutSetPrototypeGroup(long companyId,
long layoutSetPrototypeId)
Returns the group associated with the layout set prototype. |
static Group |
GroupLocalServiceUtil.getLayoutSetPrototypeGroup(long companyId,
long layoutSetPrototypeId)
Returns the group associated with the layout set prototype. |
Group |
GroupLocalService.getLayoutSetPrototypeGroup(long companyId,
long layoutSetPrototypeId)
Returns the group associated with the layout set prototype. |
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalService.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
int |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypesCount()
Returns the number of layout set prototypes. |
static int |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypesCount()
Returns the number of layout set prototypes. |
int |
LayoutSetPrototypeLocalService.getLayoutSetPrototypesCount()
Returns the number of layout set prototypes. |
List<LayoutSet> |
LayoutSetLocalServiceWrapper.getLayoutSets(int start,
int end)
Returns a range of all the layout sets. |
static List<LayoutSet> |
LayoutSetLocalServiceUtil.getLayoutSets(int start,
int end)
Returns a range of all the layout sets. |
List<LayoutSet> |
LayoutSetLocalService.getLayoutSets(int start,
int end)
Returns a range of all the layout sets. |
List<LayoutSet> |
LayoutSetLocalServiceWrapper.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
|
static List<LayoutSet> |
LayoutSetLocalServiceUtil.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
|
List<LayoutSet> |
LayoutSetLocalService.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
|
int |
LayoutSetLocalServiceWrapper.getLayoutSetsCount()
Returns the number of layout sets. |
static int |
LayoutSetLocalServiceUtil.getLayoutSetsCount()
Returns the number of layout sets. |
int |
LayoutSetLocalService.getLayoutSetsCount()
Returns the number of layout sets. |
List<Group> |
GroupLocalServiceWrapper.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all groups that are children of the parent group and that have at least one layout. |
static List<Group> |
GroupLocalServiceUtil.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all groups that are children of the parent group and that have at least one layout. |
List<Group> |
GroupLocalService.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all groups that are children of the parent group and that have at least one layout. |
int |
GroupLocalServiceWrapper.getLayoutsGroupsCount(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups that are children or the parent group and that have at least one layout |
static int |
GroupLocalServiceUtil.getLayoutsGroupsCount(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups that are children or the parent group and that have at least one layout |
int |
GroupLocalService.getLayoutsGroupsCount(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups that are children or the parent group and that have at least one layout |
ListType |
ListTypeServiceWrapper.getListType(int listTypeId)
|
static ListType |
ListTypeServiceUtil.getListType(int listTypeId)
|
ListType |
ListTypeService.getListType(int listTypeId)
|
List<ListType> |
ListTypeServiceWrapper.getListTypes(String type)
|
static List<ListType> |
ListTypeServiceUtil.getListTypes(String type)
|
List<ListType> |
ListTypeService.getListTypes(String type)
|
List<Group> |
GroupLocalServiceWrapper.getLiveGroups()
Returns all live groups. |
static List<Group> |
GroupLocalServiceUtil.getLiveGroups()
Returns all live groups. |
List<Group> |
GroupLocalService.getLiveGroups()
Returns all live groups. |
LocalRepository |
RepositoryServiceWrapper.getLocalRepositoryImpl(long repositoryId)
|
static LocalRepository |
RepositoryServiceUtil.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryService.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long repositoryId)
|
static LocalRepository |
RepositoryLocalServiceUtil.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryLocalService.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryServiceWrapper.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
static LocalRepository |
RepositoryServiceUtil.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
LocalRepository |
RepositoryService.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
LocalRepository |
RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
static LocalRepository |
RepositoryLocalServiceUtil.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
LocalRepository |
RepositoryLocalService.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
Lock |
LockLocalServiceWrapper.getLock(long lockId)
Returns the lock with the primary key. |
static Lock |
LockLocalServiceUtil.getLock(long lockId)
Returns the lock with the primary key. |
Lock |
LockLocalService.getLock(long lockId)
Returns the lock with the primary key. |
Lock |
LockLocalServiceWrapper.getLock(String className,
long key)
|
static Lock |
LockLocalServiceUtil.getLock(String className,
long key)
|
Lock |
LockLocalService.getLock(String className,
long key)
|
Lock |
LockLocalServiceWrapper.getLock(String className,
String key)
|
static Lock |
LockLocalServiceUtil.getLock(String className,
String key)
|
Lock |
LockLocalService.getLock(String className,
String key)
|
Lock |
LockLocalServiceWrapper.getLockByUuidAndCompanyId(String uuid,
long companyId)
|
static Lock |
LockLocalServiceUtil.getLockByUuidAndCompanyId(String uuid,
long companyId)
|
Lock |
LockLocalService.getLockByUuidAndCompanyId(String uuid,
long companyId)
|
List<Lock> |
LockLocalServiceWrapper.getLocks(int start,
int end)
Returns a range of all the locks. |
static List<Lock> |
LockLocalServiceUtil.getLocks(int start,
int end)
Returns a range of all the locks. |
List<Lock> |
LockLocalService.getLocks(int start,
int end)
Returns a range of all the locks. |
int |
LockLocalServiceWrapper.getLocksCount()
Returns the number of locks. |
static int |
LockLocalServiceUtil.getLocksCount()
Returns the number of locks. |
int |
LockLocalService.getLocksCount()
Returns the number of locks. |
List<Organization> |
OrganizationServiceWrapper.getManageableOrganizations(String actionId,
int max)
Deprecated. Replaced by OrganizationServiceWrapper.getOrganizations(long, long, int, int) |
static List<Organization> |
OrganizationServiceUtil.getManageableOrganizations(String actionId,
int max)
Deprecated. Replaced by OrganizationServiceUtil.getOrganizations(long, long, int, int) |
List<Organization> |
OrganizationService.getManageableOrganizations(String actionId,
int max)
Deprecated. Replaced by OrganizationService.getOrganizations(long, long, int, int) |
List<Group> |
GroupServiceWrapper.getManageableSites(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control panel access. |
static List<Group> |
GroupServiceUtil.getManageableSites(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control panel access. |
List<Group> |
GroupService.getManageableSites(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control panel access. |
LayoutBranch |
LayoutBranchLocalServiceWrapper.getMasterLayoutBranch(long layoutSetBranchId,
long plid)
|
static LayoutBranch |
LayoutBranchLocalServiceUtil.getMasterLayoutBranch(long layoutSetBranchId,
long plid)
|
LayoutBranch |
LayoutBranchLocalService.getMasterLayoutBranch(long layoutSetBranchId,
long plid)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getMasterLayoutSetBranch(long groupId,
boolean privateLayout)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getMasterLayoutSetBranch(long groupId,
boolean privateLayout)
|
LayoutSetBranch |
LayoutSetBranchLocalService.getMasterLayoutSetBranch(long groupId,
boolean privateLayout)
|
MembershipRequest |
MembershipRequestServiceWrapper.getMembershipRequest(long membershipRequestId)
|
static MembershipRequest |
MembershipRequestServiceUtil.getMembershipRequest(long membershipRequestId)
|
MembershipRequest |
MembershipRequestService.getMembershipRequest(long membershipRequestId)
|
MembershipRequest |
MembershipRequestLocalServiceWrapper.getMembershipRequest(long membershipRequestId)
Returns the membership request with the primary key. |
static MembershipRequest |
MembershipRequestLocalServiceUtil.getMembershipRequest(long membershipRequestId)
Returns the membership request with the primary key. |
MembershipRequest |
MembershipRequestLocalService.getMembershipRequest(long membershipRequestId)
Returns the membership request with the primary key. |
List<MembershipRequest> |
MembershipRequestLocalServiceWrapper.getMembershipRequests(int start,
int end)
Returns a range of all the membership requests. |
static List<MembershipRequest> |
MembershipRequestLocalServiceUtil.getMembershipRequests(int start,
int end)
Returns a range of all the membership requests. |
List<MembershipRequest> |
MembershipRequestLocalService.getMembershipRequests(int start,
int end)
Returns a range of all the membership requests. |
List<MembershipRequest> |
MembershipRequestLocalServiceWrapper.getMembershipRequests(long userId,
long groupId,
int statusId)
|
static List<MembershipRequest> |
MembershipRequestLocalServiceUtil.getMembershipRequests(long userId,
long groupId,
int statusId)
|
List<MembershipRequest> |
MembershipRequestLocalService.getMembershipRequests(long userId,
long groupId,
int statusId)
|
int |
MembershipRequestLocalServiceWrapper.getMembershipRequestsCount()
Returns the number of membership requests. |
static int |
MembershipRequestLocalServiceUtil.getMembershipRequestsCount()
Returns the number of membership requests. |
int |
MembershipRequestLocalService.getMembershipRequestsCount()
Returns the number of membership requests. |
long |
LayoutLocalServiceWrapper.getNextLayoutId(long groupId,
boolean privateLayout)
Returns the primary key to use for the next layout. |
static long |
LayoutLocalServiceUtil.getNextLayoutId(long groupId,
boolean privateLayout)
Returns the primary key to use for the next layout. |
long |
LayoutLocalService.getNextLayoutId(long groupId,
boolean privateLayout)
Returns the primary key to use for the next layout. |
List<User> |
UserLocalServiceWrapper.getNoAnnouncementsDeliveries(String type)
Returns all the users who have not had any announcements of the type delivered, excluding the default user. |
static List<User> |
UserLocalServiceUtil.getNoAnnouncementsDeliveries(String type)
Returns all the users who have not had any announcements of the type delivered, excluding the default user. |
List<User> |
UserLocalService.getNoAnnouncementsDeliveries(String type)
Returns all the users who have not had any announcements of the type delivered, excluding the default user. |
List<User> |
UserLocalServiceWrapper.getNoContacts()
Returns all the users who do not have any contacts. |
static List<User> |
UserLocalServiceUtil.getNoContacts()
Returns all the users who do not have any contacts. |
List<User> |
UserLocalService.getNoContacts()
Returns all the users who do not have any contacts. |
List<User> |
UserLocalServiceWrapper.getNoGroups()
Returns all the users who do not belong to any groups, excluding the default user. |
static List<User> |
UserLocalServiceUtil.getNoGroups()
Returns all the users who do not belong to any groups, excluding the default user. |
List<User> |
UserLocalService.getNoGroups()
Returns all the users who do not belong to any groups, excluding the default user. |
List<Group> |
GroupLocalServiceWrapper.getNoLayoutsGroups(String className,
boolean privateLayout,
int start,
int end)
Returns a range of all non-system groups of a specified type (className) that have no layouts. |
static List<Group> |
GroupLocalServiceUtil.getNoLayoutsGroups(String className,
boolean privateLayout,
int start,
int end)
Returns a range of all non-system groups of a specified type (className) that have no layouts. |
List<Group> |
GroupLocalService.getNoLayoutsGroups(String className,
boolean privateLayout,
int start,
int end)
Returns a range of all non-system groups of a specified type (className) that have no layouts. |
List<Group> |
GroupLocalServiceWrapper.getNullFriendlyURLGroups()
Returns all non-system groups having null or empty friendly
URLs. |
static List<Group> |
GroupLocalServiceUtil.getNullFriendlyURLGroups()
Returns all non-system groups having null or empty friendly
URLs. |
List<Group> |
GroupLocalService.getNullFriendlyURLGroups()
Returns all non-system groups having null or empty friendly
URLs. |
List<Layout> |
LayoutLocalServiceWrapper.getNullFriendlyURLLayouts()
Returns all the layouts whose friendly URLs are null |
static List<Layout> |
LayoutLocalServiceUtil.getNullFriendlyURLLayouts()
Returns all the layouts whose friendly URLs are null |
List<Layout> |
LayoutLocalService.getNullFriendlyURLLayouts()
Returns all the layouts whose friendly URLs are null |
Organization |
OrganizationServiceWrapper.getOrganization(long organizationId)
Returns the organization with the primary key. |
static Organization |
OrganizationServiceUtil.getOrganization(long organizationId)
Returns the organization with the primary key. |
Organization |
OrganizationService.getOrganization(long organizationId)
Returns the organization with the primary key. |
Organization |
OrganizationLocalServiceWrapper.getOrganization(long organizationId)
Returns the organization with the primary key. |
static Organization |
OrganizationLocalServiceUtil.getOrganization(long organizationId)
Returns the organization with the primary key. |
Organization |
OrganizationLocalService.getOrganization(long organizationId)
Returns the organization with the primary key. |
Organization |
OrganizationLocalServiceWrapper.getOrganization(long companyId,
String name)
Returns the organization with the name. |
static Organization |
OrganizationLocalServiceUtil.getOrganization(long companyId,
String name)
Returns the organization with the name. |
Organization |
OrganizationLocalService.getOrganization(long companyId,
String name)
Returns the organization with the name. |
Group |
GroupLocalServiceWrapper.getOrganizationGroup(long companyId,
long organizationId)
Returns the specified organization group. |
static Group |
GroupLocalServiceUtil.getOrganizationGroup(long companyId,
long organizationId)
Returns the specified organization group. |
Group |
GroupLocalService.getOrganizationGroup(long companyId,
long organizationId)
Returns the specified organization group. |
long |
OrganizationServiceWrapper.getOrganizationId(long companyId,
String name)
Returns the primary key of the organization with the name. |
static long |
OrganizationServiceUtil.getOrganizationId(long companyId,
String name)
Returns the primary key of the organization with the name. |
long |
OrganizationService.getOrganizationId(long companyId,
String name)
Returns the primary key of the organization with the name. |
long |
OrganizationLocalServiceWrapper.getOrganizationId(long companyId,
String name)
Returns the primary key of the organization with the name. |
static long |
OrganizationLocalServiceUtil.getOrganizationId(long companyId,
String name)
Returns the primary key of the organization with the name. |
long |
OrganizationLocalService.getOrganizationId(long companyId,
String name)
Returns the primary key of the organization with the name. |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(int start,
int end)
Returns a range of all the organizations. |
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(int start,
int end)
Returns a range of all the organizations. |
List<Organization> |
OrganizationLocalService.getOrganizations(int start,
int end)
Returns a range of all the organizations. |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long[] organizationIds)
Returns the organizations with the primary keys. |
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long[] organizationIds)
Returns the organizations with the primary keys. |
List<Organization> |
OrganizationLocalService.getOrganizations(long[] organizationIds)
Returns the organizations with the primary keys. |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long userId,
int start,
int end,
OrderByComparator obc)
|
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long userId,
int start,
int end,
OrderByComparator obc)
|
List<Organization> |
OrganizationLocalService.getOrganizations(long userId,
int start,
int end,
OrderByComparator obc)
|
List<Organization> |
OrganizationServiceWrapper.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization. |
static List<Organization> |
OrganizationServiceUtil.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization. |
List<Organization> |
OrganizationService.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization. |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization. |
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization. |
List<Organization> |
OrganizationLocalService.getOrganizations(long companyId,
long parentOrganizationId)
Returns all the organizations belonging to the parent organization. |
List<Organization> |
OrganizationServiceWrapper.getOrganizations(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations belonging to the parent organization. |
static List<Organization> |
OrganizationServiceUtil.getOrganizations(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations belonging to the parent organization. |
List<Organization> |
OrganizationService.getOrganizations(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations belonging to the parent organization. |
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations belonging to the parent organization. |
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations belonging to the parent organization. |
List<Organization> |
OrganizationLocalService.getOrganizations(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations belonging to the parent organization. |
int |
OrganizationLocalServiceWrapper.getOrganizationsCount()
Returns the number of organizations. |
static int |
OrganizationLocalServiceUtil.getOrganizationsCount()
Returns the number of organizations. |
int |
OrganizationLocalService.getOrganizationsCount()
Returns the number of organizations. |
int |
OrganizationServiceWrapper.getOrganizationsCount(long companyId,
long parentOrganizationId)
Returns the number of organizations belonging to the parent organization. |
static int |
OrganizationServiceUtil.getOrganizationsCount(long companyId,
long parentOrganizationId)
Returns the number of organizations belonging to the parent organization. |
int |
OrganizationService.getOrganizationsCount(long companyId,
long parentOrganizationId)
Returns the number of organizations belonging to the parent organization. |
int |
OrganizationLocalServiceWrapper.getOrganizationsCount(long companyId,
long parentOrganizationId)
Returns the number of organizations belonging to the parent organization. |
static int |
OrganizationLocalServiceUtil.getOrganizationsCount(long companyId,
long parentOrganizationId)
Returns the number of organizations belonging to the parent organization. |
int |
OrganizationLocalService.getOrganizationsCount(long companyId,
long parentOrganizationId)
Returns the number of organizations belonging to the parent organization. |
List<Group> |
GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations. |
static List<Group> |
GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations. |
List<Group> |
GroupService.getOrganizationsGroups(List<Organization> organizations)
Returns the groups associated with the organizations. |
List<Group> |
GroupLocalServiceWrapper.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations. |
static List<Group> |
GroupLocalServiceUtil.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations. |
List<Group> |
GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations)
Returns all the groups related to the organizations. |
long[] |
UserServiceWrapper.getOrganizationUserIds(long organizationId)
Returns the primary keys of all the users belonging to the organization. |
static long[] |
UserServiceUtil.getOrganizationUserIds(long organizationId)
Returns the primary keys of all the users belonging to the organization. |
long[] |
UserService.getOrganizationUserIds(long organizationId)
Returns the primary keys of all the users belonging to the organization. |
long[] |
UserLocalServiceWrapper.getOrganizationUserIds(long organizationId)
Returns the primary keys of all the users belonging to the organization. |
static long[] |
UserLocalServiceUtil.getOrganizationUserIds(long organizationId)
Returns the primary keys of all the users belonging to the organization. |
long[] |
UserLocalService.getOrganizationUserIds(long organizationId)
Returns the primary keys of all the users belonging to the organization. |
List<User> |
UserServiceWrapper.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization. |
static List<User> |
UserServiceUtil.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization. |
List<User> |
UserService.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization. |
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization. |
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization. |
List<User> |
UserLocalService.getOrganizationUsers(long organizationId)
Returns all the users belonging to the organization. |
int |
UserLocalServiceWrapper.getOrganizationUsersCount(long organizationId)
Returns the number of users belonging to the organization. |
static int |
UserLocalServiceUtil.getOrganizationUsersCount(long organizationId)
Returns the number of users belonging to the organization. |
int |
UserLocalService.getOrganizationUsersCount(long organizationId)
Returns the number of users belonging to the organization. |
int |
UserLocalServiceWrapper.getOrganizationUsersCount(long organizationId,
int status)
Returns the number of users with the status belonging to the organization. |
static int |
UserLocalServiceUtil.getOrganizationUsersCount(long organizationId,
int status)
Returns the number of users with the status belonging to the organization. |
int |
UserLocalService.getOrganizationUsersCount(long organizationId,
int status)
Returns the number of users with the status belonging to the organization. |
OrgLabor |
OrgLaborServiceWrapper.getOrgLabor(long orgLaborId)
|
static OrgLabor |
OrgLaborServiceUtil.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborService.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalServiceWrapper.getOrgLabor(long orgLaborId)
Returns the org labor with the primary key. |
static OrgLabor |
OrgLaborLocalServiceUtil.getOrgLabor(long orgLaborId)
Returns the org labor with the primary key. |
OrgLabor |
OrgLaborLocalService.getOrgLabor(long orgLaborId)
Returns the org labor with the primary key. |
List<OrgLabor> |
OrgLaborLocalServiceWrapper.getOrgLabors(int start,
int end)
Returns a range of all the org labors. |
static List<OrgLabor> |
OrgLaborLocalServiceUtil.getOrgLabors(int start,
int end)
Returns a range of all the org labors. |
List<OrgLabor> |
OrgLaborLocalService.getOrgLabors(int start,
int end)
Returns a range of all the org labors. |
List<OrgLabor> |
OrgLaborServiceWrapper.getOrgLabors(long organizationId)
|
static List<OrgLabor> |
OrgLaborServiceUtil.getOrgLabors(long organizationId)
|
List<OrgLabor> |
OrgLaborService.getOrgLabors(long organizationId)
|
List<OrgLabor> |
OrgLaborLocalServiceWrapper.getOrgLabors(long organizationId)
|
static List<OrgLabor> |
OrgLaborLocalServiceUtil.getOrgLabors(long organizationId)
|
List<OrgLabor> |
OrgLaborLocalService.getOrgLabors(long organizationId)
|
int |
OrgLaborLocalServiceWrapper.getOrgLaborsCount()
Returns the number of org labors. |
static int |
OrgLaborLocalServiceUtil.getOrgLaborsCount()
Returns the number of org labors. |
int |
OrgLaborLocalService.getOrgLaborsCount()
Returns the number of org labors. |
List<Organization> |
OrganizationLocalServiceWrapper.getParentOrganizations(long organizationId)
Returns the parent organizations in order by closest ancestor. |
static List<Organization> |
OrganizationLocalServiceUtil.getParentOrganizations(long organizationId)
Returns the parent organizations in order by closest ancestor. |
List<Organization> |
OrganizationLocalService.getParentOrganizations(long organizationId)
Returns the parent organizations in order by closest ancestor. |
List<PasswordPolicy> |
PasswordPolicyLocalServiceWrapper.getPasswordPolicies(int start,
int end)
Returns a range of all the password policies. |
static List<PasswordPolicy> |
PasswordPolicyLocalServiceUtil.getPasswordPolicies(int start,
int end)
Returns a range of all the password policies. |
List<PasswordPolicy> |
PasswordPolicyLocalService.getPasswordPolicies(int start,
int end)
Returns a range of all the password policies. |
int |
PasswordPolicyLocalServiceWrapper.getPasswordPoliciesCount()
Returns the number of password policies. |
static int |
PasswordPolicyLocalServiceUtil.getPasswordPoliciesCount()
Returns the number of password policies. |
int |
PasswordPolicyLocalService.getPasswordPoliciesCount()
Returns the number of password policies. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long passwordPolicyId)
Returns the password policy with the primary key. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.getPasswordPolicy(long passwordPolicyId)
Returns the password policy with the primary key. |
PasswordPolicy |
PasswordPolicyLocalService.getPasswordPolicy(long passwordPolicyId)
Returns the password policy with the primary key. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId,
long[] organizationIds)
|
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId,
long[] organizationIds)
|
PasswordPolicy |
PasswordPolicyLocalService.getPasswordPolicy(long companyId,
long[] organizationIds)
|
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.getPasswordPolicy(long companyId,
long organizationId,
long locationId)
Deprecated. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.getPasswordPolicy(long companyId,
long organizationId,
long locationId)
Deprecated. |
PasswordPolicy |
PasswordPolicyLocalService.getPasswordPolicy(long companyId,
long organizationId,
long locationId)
Deprecated. |
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.getPasswordPolicyByUserId(long userId)
|
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.getPasswordPolicyByUserId(long userId)
|
PasswordPolicy |
PasswordPolicyLocalService.getPasswordPolicyByUserId(long userId)
|
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyRelId)
Returns the password policy rel with the primary key. |
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyRelId)
Returns the password policy rel with the primary key. |
PasswordPolicyRel |
PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyRelId)
Returns the password policy rel with the primary key. |
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
PasswordPolicyRel |
PasswordPolicyRelLocalService.getPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRel(String className,
long classPK)
|
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRel(String className,
long classPK)
|
PasswordPolicyRel |
PasswordPolicyRelLocalService.getPasswordPolicyRel(String className,
long classPK)
|
List<PasswordPolicyRel> |
PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRels(int start,
int end)
Returns a range of all the password policy rels. |
static List<PasswordPolicyRel> |
PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRels(int start,
int end)
Returns a range of all the password policy rels. |
List<PasswordPolicyRel> |
PasswordPolicyRelLocalService.getPasswordPolicyRels(int start,
int end)
Returns a range of all the password policy rels. |
int |
PasswordPolicyRelLocalServiceWrapper.getPasswordPolicyRelsCount()
Returns the number of password policy rels. |
static int |
PasswordPolicyRelLocalServiceUtil.getPasswordPolicyRelsCount()
Returns the number of password policy rels. |
int |
PasswordPolicyRelLocalService.getPasswordPolicyRelsCount()
Returns the number of password policy rels. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.getPasswordTracker(long passwordTrackerId)
Returns the password tracker with the primary key. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.getPasswordTracker(long passwordTrackerId)
Returns the password tracker with the primary key. |
PasswordTracker |
PasswordTrackerLocalService.getPasswordTracker(long passwordTrackerId)
Returns the password tracker with the primary key. |
List<PasswordTracker> |
PasswordTrackerLocalServiceWrapper.getPasswordTrackers(int start,
int end)
Returns a range of all the password trackers. |
static List<PasswordTracker> |
PasswordTrackerLocalServiceUtil.getPasswordTrackers(int start,
int end)
Returns a range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerLocalService.getPasswordTrackers(int start,
int end)
Returns a range of all the password trackers. |
int |
PasswordTrackerLocalServiceWrapper.getPasswordTrackersCount()
Returns the number of password trackers. |
static int |
PasswordTrackerLocalServiceUtil.getPasswordTrackersCount()
Returns the number of password trackers. |
int |
PasswordTrackerLocalService.getPasswordTrackersCount()
Returns the number of password trackers. |
PermissionedModel |
ResourceBlockLocalServiceWrapper.getPermissionedModel(String name,
long primKey)
|
static PermissionedModel |
ResourceBlockLocalServiceUtil.getPermissionedModel(String name,
long primKey)
|
PermissionedModel |
ResourceBlockLocalService.getPermissionedModel(String name,
long primKey)
|
List<String> |
ResourceBlockLocalServiceWrapper.getPermissions(ResourceBlock resourceBlock,
long roleId)
|
static List<String> |
ResourceBlockLocalServiceUtil.getPermissions(ResourceBlock resourceBlock,
long roleId)
|
List<String> |
ResourceBlockLocalService.getPermissions(ResourceBlock resourceBlock,
long roleId)
|
PersistedModel |
WorkflowInstanceLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
WorkflowInstanceLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WorkflowInstanceLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WorkflowDefinitionLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
WorkflowDefinitionLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WorkflowDefinitionLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WebsiteLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
WebsiteLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WebsiteLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WebDAVPropsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
WebDAVPropsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WebDAVPropsLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
VirtualHostLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
VirtualHostLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
VirtualHostLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserTrackerPathLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
UserTrackerPathLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserTrackerPathLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
UserTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserNotificationEventLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
UserNotificationEventLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserNotificationEventLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
UserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserIdMapperLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
UserIdMapperLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserIdMapperLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserGroupRoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
UserGroupRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserGroupRoleLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
UserGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserGroupLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserGroupGroupRoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
UserGroupGroupRoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
UserGroupGroupRoleLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
TicketLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
TicketLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
TicketLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
TeamLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
TeamLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
TeamLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SubscriptionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SubscriptionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SubscriptionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShardLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShardLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShardLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ServiceComponentLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ServiceComponentLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ServiceComponentLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RoleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
RoleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RoleLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourceTypePermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ResourceTypePermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourceTypePermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourcePermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ResourcePermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourcePermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourceBlockPermissionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ResourceBlockPermissionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourceBlockPermissionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourceBlockLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ResourceBlockLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourceBlockLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourceActionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ResourceActionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ResourceActionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RepositoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
RepositoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RepositoryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RepositoryEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
RepositoryEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RepositoryEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ReleaseLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ReleaseLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ReleaseLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PortletPreferencesLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PortletPreferencesLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PortletPreferencesLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PortletLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PortletLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PortletLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PortletItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PortletItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PortletItemLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PortalPreferencesLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PortalPreferencesLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PortalPreferencesLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PluginSettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PluginSettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PluginSettingLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PhoneLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PhoneLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PhoneLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PersistedModelLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PasswordTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PasswordTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PasswordTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PasswordPolicyRelLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PasswordPolicyRelLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PasswordPolicyRelLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PasswordPolicyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PasswordPolicyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PasswordPolicyLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
OrgLaborLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
OrgLaborLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
OrgLaborLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
OrganizationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
OrganizationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
OrganizationLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MembershipRequestLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MembershipRequestLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MembershipRequestLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LockLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
LockLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LockLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutSetPrototypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
LayoutSetPrototypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutSetPrototypeLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutSetLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
LayoutSetLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutSetLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutSetBranchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
LayoutSetBranchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutSetBranchLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutRevisionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
LayoutRevisionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutRevisionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutPrototypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
LayoutPrototypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutPrototypeLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
LayoutLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutBranchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
LayoutBranchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
LayoutBranchLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ImageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ImageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ImageLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
GroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
GroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
GroupLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
EmailAddressLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
EmailAddressLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
EmailAddressLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ContactLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ContactLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ContactLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
CompanyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
CompanyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
CompanyLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ClusterGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ClusterGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ClusterGroupLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ClassNameLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ClassNameLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ClassNameLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
BrowserTrackerLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
BrowserTrackerLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
BrowserTrackerLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AddressLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AddressLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AddressLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AccountLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AccountLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AccountLocalService.getPersistedModel(Serializable primaryKeyObj)
|
Phone |
PhoneServiceWrapper.getPhone(long phoneId)
|
static Phone |
PhoneServiceUtil.getPhone(long phoneId)
|
Phone |
PhoneService.getPhone(long phoneId)
|
Phone |
PhoneLocalServiceWrapper.getPhone(long phoneId)
Returns the phone with the primary key. |
static Phone |
PhoneLocalServiceUtil.getPhone(long phoneId)
Returns the phone with the primary key. |
Phone |
PhoneLocalService.getPhone(long phoneId)
Returns the phone with the primary key. |
List<Phone> |
PhoneLocalServiceWrapper.getPhones()
|
static List<Phone> |
PhoneLocalServiceUtil.getPhones()
|
List<Phone> |
PhoneLocalService.getPhones()
|
List<Phone> |
PhoneLocalServiceWrapper.getPhones(int start,
int end)
Returns a range of all the phones. |
static List<Phone> |
PhoneLocalServiceUtil.getPhones(int start,
int end)
Returns a range of all the phones. |
List<Phone> |
PhoneLocalService.getPhones(int start,
int end)
Returns a range of all the phones. |
List<Phone> |
PhoneLocalServiceWrapper.getPhones(long companyId,
String className,
long classPK)
|
static List<Phone> |
PhoneLocalServiceUtil.getPhones(long companyId,
String className,
long classPK)
|
List<Phone> |
PhoneLocalService.getPhones(long companyId,
String className,
long classPK)
|
List<Phone> |
PhoneServiceWrapper.getPhones(String className,
long classPK)
|
static List<Phone> |
PhoneServiceUtil.getPhones(String className,
long classPK)
|
List<Phone> |
PhoneService.getPhones(String className,
long classPK)
|
int |
PhoneLocalServiceWrapper.getPhonesCount()
Returns the number of phones. |
static int |
PhoneLocalServiceUtil.getPhonesCount()
Returns the number of phones. |
int |
PhoneLocalService.getPhonesCount()
Returns the number of phones. |
PluginSetting |
PluginSettingLocalServiceWrapper.getPluginSetting(long pluginSettingId)
Returns the plugin setting with the primary key. |
static PluginSetting |
PluginSettingLocalServiceUtil.getPluginSetting(long pluginSettingId)
Returns the plugin setting with the primary key. |
PluginSetting |
PluginSettingLocalService.getPluginSetting(long pluginSettingId)
Returns the plugin setting with the primary key. |
PluginSetting |
PluginSettingLocalServiceWrapper.getPluginSetting(long companyId,
String pluginId,
String pluginType)
|
static PluginSetting |
PluginSettingLocalServiceUtil.getPluginSetting(long companyId,
String pluginId,
String pluginType)
|
PluginSetting |
PluginSettingLocalService.getPluginSetting(long companyId,
String pluginId,
String pluginType)
|
List<PluginSetting> |
PluginSettingLocalServiceWrapper.getPluginSettings(int start,
int end)
Returns a range of all the plugin settings. |
static List<PluginSetting> |
PluginSettingLocalServiceUtil.getPluginSettings(int start,
int end)
Returns a range of all the plugin settings. |
List<PluginSetting> |
PluginSettingLocalService.getPluginSettings(int start,
int end)
Returns a range of all the plugin settings. |
int |
PluginSettingLocalServiceWrapper.getPluginSettingsCount()
Returns the number of plugin settings. |
static int |
PluginSettingLocalServiceUtil.getPluginSettingsCount()
Returns the number of plugin settings. |
int |
PluginSettingLocalService.getPluginSettingsCount()
Returns the number of plugin settings. |
PortalPreferences |
PortalPreferencesLocalServiceWrapper.getPortalPreferences(long portalPreferencesId)
Returns the portal preferences with the primary key. |
static PortalPreferences |
PortalPreferencesLocalServiceUtil.getPortalPreferences(long portalPreferencesId)
Returns the portal preferences with the primary key. |
PortalPreferences |
PortalPreferencesLocalService.getPortalPreferences(long portalPreferencesId)
Returns the portal preferences with the primary key. |
List<PortalPreferences> |
PortalPreferencesLocalServiceWrapper.getPortalPreferenceses(int start,
int end)
Returns a range of all the portal preferenceses. |
static List<PortalPreferences> |
PortalPreferencesLocalServiceUtil.getPortalPreferenceses(int start,
int end)
Returns a range of all the portal preferenceses. |
List<PortalPreferences> |
PortalPreferencesLocalService.getPortalPreferenceses(int start,
int end)
Returns a range of all the portal preferenceses. |
int |
PortalPreferencesLocalServiceWrapper.getPortalPreferencesesCount()
Returns the number of portal preferenceses. |
static int |
PortalPreferencesLocalServiceUtil.getPortalPreferencesesCount()
Returns the number of portal preferenceses. |
int |
PortalPreferencesLocalService.getPortalPreferencesesCount()
Returns the number of portal preferenceses. |
Portlet |
PortletLocalServiceWrapper.getPortlet(long id)
Returns the portlet with the primary key. |
static Portlet |
PortletLocalServiceUtil.getPortlet(long id)
Returns the portlet with the primary key. |
Portlet |
PortletLocalService.getPortlet(long id)
Returns the portlet with the primary key. |
Portlet |
PortletLocalServiceWrapper.getPortletById(long companyId,
String portletId)
|
static Portlet |
PortletLocalServiceUtil.getPortletById(long companyId,
String portletId)
|
Portlet |
PortletLocalService.getPortletById(long companyId,
String portletId)
|
Portlet |
PortletLocalServiceWrapper.getPortletByStrutsPath(long companyId,
String strutsPath)
|
static Portlet |
PortletLocalServiceUtil.getPortletByStrutsPath(long companyId,
String strutsPath)
|
Portlet |
PortletLocalService.getPortletByStrutsPath(long companyId,
String strutsPath)
|
PortletItem |
PortletItemLocalServiceWrapper.getPortletItem(long portletItemId)
Returns the portlet item with the primary key. |
static PortletItem |
PortletItemLocalServiceUtil.getPortletItem(long portletItemId)
Returns the portlet item with the primary key. |
PortletItem |
PortletItemLocalService.getPortletItem(long portletItemId)
Returns the portlet item with the primary key. |
PortletItem |
PortletItemLocalServiceWrapper.getPortletItem(long groupId,
String name,
String portletId,
String className)
|
static PortletItem |
PortletItemLocalServiceUtil.getPortletItem(long groupId,
String name,
String portletId,
String className)
|
PortletItem |
PortletItemLocalService.getPortletItem(long groupId,
String name,
String portletId,
String className)
|
List<PortletItem> |
PortletItemLocalServiceWrapper.getPortletItems(int start,
int end)
Returns a range of all the portlet items. |
static List<PortletItem> |
PortletItemLocalServiceUtil.getPortletItems(int start,
int end)
Returns a range of all the portlet items. |
List<PortletItem> |
PortletItemLocalService.getPortletItems(int start,
int end)
Returns a range of all the portlet items. |
List<PortletItem> |
PortletItemLocalServiceWrapper.getPortletItems(long groupId,
String className)
|
static List<PortletItem> |
PortletItemLocalServiceUtil.getPortletItems(long groupId,
String className)
|
List<PortletItem> |
PortletItemLocalService.getPortletItems(long groupId,
String className)
|
List<PortletItem> |
PortletItemLocalServiceWrapper.getPortletItems(long groupId,
String portletId,
String className)
|
static List<PortletItem> |
PortletItemLocalServiceUtil.getPortletItems(long groupId,
String portletId,
String className)
|
List<PortletItem> |
PortletItemLocalService.getPortletItems(long groupId,
String portletId,
String className)
|
int |
PortletItemLocalServiceWrapper.getPortletItemsCount()
Returns the number of portlet items. |
static int |
PortletItemLocalServiceUtil.getPortletItemsCount()
Returns the number of portlet items. |
int |
PortletItemLocalService.getPortletItemsCount()
Returns the number of portlet items. |
List<PortletPreferences> |
PortletPreferencesLocalServiceWrapper.getPortletPreferences()
|
static List<PortletPreferences> |
PortletPreferencesLocalServiceUtil.getPortletPreferences()
|
List<PortletPreferences> |
PortletPreferencesLocalService.getPortletPreferences()
|
List<PortletPreferences> |
PortletPreferencesLocalServiceWrapper.getPortletPreferences(int ownerType,
long plid,
String portletId)
|
static List<PortletPreferences> |
PortletPreferencesLocalServiceUtil.getPortletPreferences(int ownerType,
long plid,
String portletId)
|
List<PortletPreferences> |
PortletPreferencesLocalService.getPortletPreferences(int ownerType,
long plid,
String portletId)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.getPortletPreferences(long portletPreferencesId)
Returns the portlet preferences with the primary key. |
static PortletPreferences |
PortletPreferencesLocalServiceUtil.getPortletPreferences(long portletPreferencesId)
Returns the portlet preferences with the primary key. |
PortletPreferences |
PortletPreferencesLocalService.getPortletPreferences(long portletPreferencesId)
Returns the portlet preferences with the primary key. |
List<PortletPreferences> |
PortletPreferencesLocalServiceWrapper.getPortletPreferences(long ownerId,
int ownerType,
long plid)
|
static List<PortletPreferences> |
PortletPreferencesLocalServiceUtil.getPortletPreferences(long ownerId,
int ownerType,
long plid)
|
List<PortletPreferences> |
PortletPreferencesLocalService.getPortletPreferences(long ownerId,
int ownerType,
long plid)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
PortletPreferences |
PortletPreferencesLocalService.getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
|
List<PortletPreferences> |
PortletPreferencesLocalServiceWrapper.getPortletPreferences(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout)
|
static List<PortletPreferences> |
PortletPreferencesLocalServiceUtil.getPortletPreferences(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout)
|
List<PortletPreferences> |
PortletPreferencesLocalService.getPortletPreferences(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout)
|
List<PortletPreferences> |
PortletPreferencesLocalServiceWrapper.getPortletPreferences(long plid,
String portletId)
|
static List<PortletPreferences> |
PortletPreferencesLocalServiceUtil.getPortletPreferences(long plid,
String portletId)
|
List<PortletPreferences> |
PortletPreferencesLocalService.getPortletPreferences(long plid,
String portletId)
|
static PortletPreferences |
ServiceContextUtil.getPortletPreferences(ServiceContext serviceContext)
|
List<PortletPreferences> |
PortletPreferencesLocalServiceWrapper.getPortletPreferencesByPlid(long plid)
|
static List<PortletPreferences> |
PortletPreferencesLocalServiceUtil.getPortletPreferencesByPlid(long plid)
|
List<PortletPreferences> |
PortletPreferencesLocalService.getPortletPreferencesByPlid(long plid)
|
long |
PortletPreferencesLocalServiceWrapper.getPortletPreferencesCount(int ownerType,
long plid,
String portletId)
|
static long |
PortletPreferencesLocalServiceUtil.getPortletPreferencesCount(int ownerType,
long plid,
String portletId)
|
long |
PortletPreferencesLocalService.getPortletPreferencesCount(int ownerType,
long plid,
String portletId)
|
List<PortletPreferences> |
PortletPreferencesLocalServiceWrapper.getPortletPreferenceses(int start,
int end)
Returns a range of all the portlet preferenceses. |
static List<PortletPreferences> |
PortletPreferencesLocalServiceUtil.getPortletPreferenceses(int start,
int end)
Returns a range of all the portlet preferenceses. |
List<PortletPreferences> |
PortletPreferencesLocalService.getPortletPreferenceses(int start,
int end)
Returns a range of all the portlet preferenceses. |
int |
PortletPreferencesLocalServiceWrapper.getPortletPreferencesesCount()
Returns the number of portlet preferenceses. |
static int |
PortletPreferencesLocalServiceUtil.getPortletPreferencesesCount()
Returns the number of portlet preferenceses. |
int |
PortletPreferencesLocalService.getPortletPreferencesesCount()
Returns the number of portlet preferenceses. |
List<Portlet> |
PortletLocalServiceWrapper.getPortlets(int start,
int end)
Returns a range of all the portlets. |
static List<Portlet> |
PortletLocalServiceUtil.getPortlets(int start,
int end)
Returns a range of all the portlets. |
List<Portlet> |
PortletLocalService.getPortlets(int start,
int end)
Returns a range of all the portlets. |
List<Portlet> |
PortletLocalServiceWrapper.getPortlets(long companyId)
|
static List<Portlet> |
PortletLocalServiceUtil.getPortlets(long companyId)
|
List<Portlet> |
PortletLocalService.getPortlets(long companyId)
|
List<Portlet> |
PortletLocalServiceWrapper.getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
|
static List<Portlet> |
PortletLocalServiceUtil.getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
|
List<Portlet> |
PortletLocalService.getPortlets(long companyId,
boolean showSystem,
boolean showPortal)
|
int |
PortletLocalServiceWrapper.getPortletsCount()
Returns the number of portlets. |
static int |
PortletLocalServiceUtil.getPortletsCount()
Returns the number of portlets. |
int |
PortletLocalService.getPortletsCount()
Returns the number of portlets. |
PortletPreferences |
PortalPreferencesLocalServiceWrapper.getPreferences(long companyId,
long ownerId,
int ownerType)
|
static PortletPreferences |
PortalPreferencesLocalServiceUtil.getPreferences(long companyId,
long ownerId,
int ownerType)
|
PortletPreferences |
PortalPreferencesLocalService.getPreferences(long companyId,
long ownerId,
int ownerType)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
|
PortletPreferences |
PortletPreferencesLocalService.getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences)
|
PortletPreferences |
PortletPreferencesLocalService.getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences)
|
PortletPreferences |
PortalPreferencesLocalServiceWrapper.getPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
|
static PortletPreferences |
PortalPreferencesLocalServiceUtil.getPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
|
PortletPreferences |
PortalPreferencesLocalService.getPreferences(long companyId,
long ownerId,
int ownerType,
String defaultPreferences)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.getPreferences(PortletPreferencesIds portletPreferencesIds)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.getPreferences(PortletPreferencesIds portletPreferencesIds)
|
PortletPreferences |
PortletPreferencesLocalService.getPreferences(PortletPreferencesIds portletPreferencesIds)
|
Region |
RegionServiceWrapper.getRegion(long regionId)
|
static Region |
RegionServiceUtil.getRegion(long regionId)
|
Region |
RegionService.getRegion(long regionId)
|
Region |
RegionServiceWrapper.getRegion(long countryId,
String regionCode)
|
static Region |
RegionServiceUtil.getRegion(long countryId,
String regionCode)
|
Region |
RegionService.getRegion(long countryId,
String regionCode)
|
List<Region> |
RegionServiceWrapper.getRegions()
|
static List<Region> |
RegionServiceUtil.getRegions()
|
List<Region> |
RegionService.getRegions()
|
List<Region> |
RegionServiceWrapper.getRegions(boolean active)
|
static List<Region> |
RegionServiceUtil.getRegions(boolean active)
|
List<Region> |
RegionService.getRegions(boolean active)
|
List<Region> |
RegionServiceWrapper.getRegions(long countryId)
|
static List<Region> |
RegionServiceUtil.getRegions(long countryId)
|
List<Region> |
RegionService.getRegions(long countryId)
|
List<Region> |
RegionServiceWrapper.getRegions(long countryId,
boolean active)
|
static List<Region> |
RegionServiceUtil.getRegions(long countryId,
boolean active)
|
List<Region> |
RegionService.getRegions(long countryId,
boolean active)
|
Release |
ReleaseLocalServiceWrapper.getRelease(long releaseId)
Returns the release with the primary key. |
static Release |
ReleaseLocalServiceUtil.getRelease(long releaseId)
Returns the release with the primary key. |
Release |
ReleaseLocalService.getRelease(long releaseId)
Returns the release with the primary key. |
Release |
ReleaseLocalServiceWrapper.getRelease(String servletContextName)
|
static Release |
ReleaseLocalServiceUtil.getRelease(String servletContextName)
|
Release |
ReleaseLocalService.getRelease(String servletContextName)
|
List<Release> |
ReleaseLocalServiceWrapper.getReleases(int start,
int end)
Returns a range of all the releases. |
static List<Release> |
ReleaseLocalServiceUtil.getReleases(int start,
int end)
Returns a range of all the releases. |
List<Release> |
ReleaseLocalService.getReleases(int start,
int end)
Returns a range of all the releases. |
int |
ReleaseLocalServiceWrapper.getReleasesCount()
Returns the number of releases. |
static int |
ReleaseLocalServiceUtil.getReleasesCount()
Returns the number of releases. |
int |
ReleaseLocalService.getReleasesCount()
Returns the number of releases. |
List<Repository> |
RepositoryLocalServiceWrapper.getRepositories(int start,
int end)
Returns a range of all the repositories. |
static List<Repository> |
RepositoryLocalServiceUtil.getRepositories(int start,
int end)
Returns a range of all the repositories. |
List<Repository> |
RepositoryLocalService.getRepositories(int start,
int end)
Returns a range of all the repositories. |
int |
RepositoryLocalServiceWrapper.getRepositoriesCount()
Returns the number of repositories. |
static int |
RepositoryLocalServiceUtil.getRepositoriesCount()
Returns the number of repositories. |
int |
RepositoryLocalService.getRepositoriesCount()
Returns the number of repositories. |
Repository |
RepositoryServiceWrapper.getRepository(long repositoryId)
|
static Repository |
RepositoryServiceUtil.getRepository(long repositoryId)
|
Repository |
RepositoryService.getRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceWrapper.getRepository(long repositoryId)
Returns the repository with the primary key. |
static Repository |
RepositoryLocalServiceUtil.getRepository(long repositoryId)
Returns the repository with the primary key. |
Repository |
RepositoryLocalService.getRepository(long repositoryId)
Returns the repository with the primary key. |
Repository |
RepositoryLocalServiceWrapper.getRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository with the UUID in the group. |
static Repository |
RepositoryLocalServiceUtil.getRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository with the UUID in the group. |
Repository |
RepositoryLocalService.getRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository with the UUID in the group. |
List<RepositoryEntry> |
RepositoryEntryLocalServiceWrapper.getRepositoryEntries(int start,
int end)
Returns a range of all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryLocalServiceUtil.getRepositoryEntries(int start,
int end)
Returns a range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryLocalService.getRepositoryEntries(int start,
int end)
Returns a range of all the repository entries. |
int |
RepositoryEntryLocalServiceWrapper.getRepositoryEntriesCount()
Returns the number of repository entries. |
static int |
RepositoryEntryLocalServiceUtil.getRepositoryEntriesCount()
Returns the number of repository entries. |
int |
RepositoryEntryLocalService.getRepositoryEntriesCount()
Returns the number of repository entries. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalService.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry with the UUID in the group. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry with the UUID in the group. |
RepositoryEntry |
RepositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry with the UUID in the group. |
Repository |
RepositoryServiceWrapper.getRepositoryImpl(long repositoryId)
|
static Repository |
RepositoryServiceUtil.getRepositoryImpl(long repositoryId)
|
Repository |
RepositoryService.getRepositoryImpl(long repositoryId)
|
Repository |
RepositoryLocalServiceWrapper.getRepositoryImpl(long repositoryId)
|
static Repository |
RepositoryLocalServiceUtil.getRepositoryImpl(long repositoryId)
|
Repository |
RepositoryLocalService.getRepositoryImpl(long repositoryId)
|
Repository |
RepositoryServiceWrapper.getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
static Repository |
RepositoryServiceUtil.getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
Repository |
RepositoryService.getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
Repository |
RepositoryLocalServiceWrapper.getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
static Repository |
RepositoryLocalServiceUtil.getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
Repository |
RepositoryLocalService.getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
ResourceAction |
ResourceActionLocalServiceWrapper.getResourceAction(long resourceActionId)
Returns the resource action with the primary key. |
static ResourceAction |
ResourceActionLocalServiceUtil.getResourceAction(long resourceActionId)
Returns the resource action with the primary key. |
ResourceAction |
ResourceActionLocalService.getResourceAction(long resourceActionId)
Returns the resource action with the primary key. |
List<ResourceAction> |
ResourceActionLocalServiceWrapper.getResourceActions(int start,
int end)
Returns a range of all the resource actions. |
static List<ResourceAction> |
ResourceActionLocalServiceUtil.getResourceActions(int start,
int end)
Returns a range of all the resource actions. |
List<ResourceAction> |
ResourceActionLocalService.getResourceActions(int start,
int end)
Returns a range of all the resource actions. |
List<ResourceAction> |
ResourceActionLocalServiceWrapper.getResourceActions(String name)
|
static List<ResourceAction> |
ResourceActionLocalServiceUtil.getResourceActions(String name)
|
List<ResourceAction> |
ResourceActionLocalService.getResourceActions(String name)
|
int |
ResourceActionLocalServiceWrapper.getResourceActionsCount()
Returns the number of resource actions. |
static int |
ResourceActionLocalServiceUtil.getResourceActionsCount()
Returns the number of resource actions. |
int |
ResourceActionLocalService.getResourceActionsCount()
Returns the number of resource actions. |
ResourceBlock |
ResourceBlockLocalServiceWrapper.getResourceBlock(long resourceBlockId)
Returns the resource block with the primary key. |
static ResourceBlock |
ResourceBlockLocalServiceUtil.getResourceBlock(long resourceBlockId)
Returns the resource block with the primary key. |
ResourceBlock |
ResourceBlockLocalService.getResourceBlock(long resourceBlockId)
Returns the resource block with the primary key. |
ResourceBlock |
ResourceBlockLocalServiceWrapper.getResourceBlock(String name,
long primKey)
|
static ResourceBlock |
ResourceBlockLocalServiceUtil.getResourceBlock(String name,
long primKey)
|
ResourceBlock |
ResourceBlockLocalService.getResourceBlock(String name,
long primKey)
|
ResourceBlockIdsBag |
ResourceBlockLocalServiceWrapper.getResourceBlockIdsBag(long companyId,
long groupId,
String name,
long[] roleIds)
|
static ResourceBlockIdsBag |
ResourceBlockLocalServiceUtil.getResourceBlockIdsBag(long companyId,
long groupId,
String name,
long[] roleIds)
|
ResourceBlockIdsBag |
ResourceBlockLocalService.getResourceBlockIdsBag(long companyId,
long groupId,
String name,
long[] roleIds)
|
ResourceBlockPermission |
ResourceBlockPermissionLocalServiceWrapper.getResourceBlockPermission(long resourceBlockPermissionId)
Returns the resource block permission with the primary key. |
static ResourceBlockPermission |
ResourceBlockPermissionLocalServiceUtil.getResourceBlockPermission(long resourceBlockPermissionId)
Returns the resource block permission with the primary key. |
ResourceBlockPermission |
ResourceBlockPermissionLocalService.getResourceBlockPermission(long resourceBlockPermissionId)
Returns the resource block permission with the primary key. |
List<ResourceBlockPermission> |
ResourceBlockPermissionLocalServiceWrapper.getResourceBlockPermissions(int start,
int end)
Returns a range of all the resource block permissions. |
static List<ResourceBlockPermission> |
ResourceBlockPermissionLocalServiceUtil.getResourceBlockPermissions(int start,
int end)
Returns a range of all the resource block permissions. |
List<ResourceBlockPermission> |
ResourceBlockPermissionLocalService.getResourceBlockPermissions(int start,
int end)
Returns a range of all the resource block permissions. |
ResourceBlockPermissionsContainer |
ResourceBlockPermissionLocalServiceWrapper.getResourceBlockPermissionsContainer(long resourceBlockId)
|
static ResourceBlockPermissionsContainer |
ResourceBlockPermissionLocalServiceUtil.getResourceBlockPermissionsContainer(long resourceBlockId)
|
ResourceBlockPermissionsContainer |
ResourceBlockPermissionLocalService.getResourceBlockPermissionsContainer(long resourceBlockId)
|
ResourceBlockPermissionsContainer |
ResourceTypePermissionLocalServiceWrapper.getResourceBlockPermissionsContainer(long companyId,
long groupId,
String name)
|
static ResourceBlockPermissionsContainer |
ResourceTypePermissionLocalServiceUtil.getResourceBlockPermissionsContainer(long companyId,
long groupId,
String name)
|
ResourceBlockPermissionsContainer |
ResourceTypePermissionLocalService.getResourceBlockPermissionsContainer(long companyId,
long groupId,
String name)
|
int |
ResourceBlockPermissionLocalServiceWrapper.getResourceBlockPermissionsCount()
Returns the number of resource block permissions. |
static int |
ResourceBlockPermissionLocalServiceUtil.getResourceBlockPermissionsCount()
Returns the number of resource block permissions. |
int |
ResourceBlockPermissionLocalService.getResourceBlockPermissionsCount()
Returns the number of resource block permissions. |
int |
ResourceBlockPermissionLocalServiceWrapper.getResourceBlockPermissionsCount(long resourceBlockId,
long roleId)
|
static int |
ResourceBlockPermissionLocalServiceUtil.getResourceBlockPermissionsCount(long resourceBlockId,
long roleId)
|
int |
ResourceBlockPermissionLocalService.getResourceBlockPermissionsCount(long resourceBlockId,
long roleId)
|
List<Role> |
RoleLocalServiceWrapper.getResourceBlockRoles(long resourceBlockId,
String className,
String actionId)
|
static List<Role> |
RoleLocalServiceUtil.getResourceBlockRoles(long resourceBlockId,
String className,
String actionId)
|
List<Role> |
RoleLocalService.getResourceBlockRoles(long resourceBlockId,
String className,
String actionId)
|
List<ResourceBlock> |
ResourceBlockLocalServiceWrapper.getResourceBlocks(int start,
int end)
Returns a range of all the resource blocks. |
static List<ResourceBlock> |
ResourceBlockLocalServiceUtil.getResourceBlocks(int start,
int end)
Returns a range of all the resource blocks. |
List<ResourceBlock> |
ResourceBlockLocalService.getResourceBlocks(int start,
int end)
Returns a range of all the resource blocks. |
int |
ResourceBlockLocalServiceWrapper.getResourceBlocksCount()
Returns the number of resource blocks. |
static int |
ResourceBlockLocalServiceUtil.getResourceBlocksCount()
Returns the number of resource blocks. |
int |
ResourceBlockLocalService.getResourceBlocksCount()
Returns the number of resource blocks. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalService.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission for the role at the scope to perform the actions on resources of the type. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission for the role at the scope to perform the actions on resources of the type. |
ResourcePermission |
ResourcePermissionLocalService.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission for the role at the scope to perform the actions on resources of the type. |
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions. |
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionLocalService.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions at the scope of the type. |
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions at the scope of the type. |
List<ResourcePermission> |
ResourcePermissionLocalService.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions at the scope of the type. |
int |
ResourcePermissionLocalServiceWrapper.getResourcePermissionsCount()
Returns the number of resource permissions. |
static int |
ResourcePermissionLocalServiceUtil.getResourcePermissionsCount()
Returns the number of resource permissions. |
int |
ResourcePermissionLocalService.getResourcePermissionsCount()
Returns the number of resource permissions. |
int |
ResourcePermissionLocalServiceWrapper.getResourcePermissionsCount(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions at the scope of the type. |
static int |
ResourcePermissionLocalServiceUtil.getResourcePermissionsCount(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions at the scope of the type. |
int |
ResourcePermissionLocalService.getResourcePermissionsCount(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions at the scope of the type. |
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourceResourcePermissions(long companyId,
long groupId,
String name,
String primKey)
Returns the resource permissions that apply to the resource. |
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourceResourcePermissions(long companyId,
long groupId,
String name,
String primKey)
Returns the resource permissions that apply to the resource. |
List<ResourcePermission> |
ResourcePermissionLocalService.getResourceResourcePermissions(long companyId,
long groupId,
String name,
String primKey)
Returns the resource permissions that apply to the resource. |
Map<String,List<String>> |
RoleLocalServiceWrapper.getResourceRoles(long companyId,
String name,
int scope,
String primKey)
Returns a map of role names to associated action IDs for the named resource in the company within the permission scope. |
static Map<String,List<String>> |
RoleLocalServiceUtil.getResourceRoles(long companyId,
String name,
int scope,
String primKey)
Returns a map of role names to associated action IDs for the named resource in the company within the permission scope. |
Map<String,List<String>> |
RoleLocalService.getResourceRoles(long companyId,
String name,
int scope,
String primKey)
Returns a map of role names to associated action IDs for the named resource in the company within the permission scope. |
List<Role> |
RoleLocalServiceWrapper.getResourceRoles(long companyId,
String name,
int scope,
String primKey,
String actionId)
Returns all the roles associated with the action ID in the company within the permission scope. |
static List<Role> |
RoleLocalServiceUtil.getResourceRoles(long companyId,
String name,
int scope,
String primKey,
String actionId)
Returns all the roles associated with the action ID in the company within the permission scope. |
List<Role> |
RoleLocalService.getResourceRoles(long companyId,
String name,
int scope,
String primKey,
String actionId)
Returns all the roles associated with the action ID in the company within the permission scope. |
ResourceTypePermission |
ResourceTypePermissionLocalServiceWrapper.getResourceTypePermission(long resourceTypePermissionId)
Returns the resource type permission with the primary key. |
static ResourceTypePermission |
ResourceTypePermissionLocalServiceUtil.getResourceTypePermission(long resourceTypePermissionId)
Returns the resource type permission with the primary key. |
ResourceTypePermission |
ResourceTypePermissionLocalService.getResourceTypePermission(long resourceTypePermissionId)
Returns the resource type permission with the primary key. |
List<ResourceTypePermission> |
ResourceTypePermissionLocalServiceWrapper.getResourceTypePermissions(int start,
int end)
Returns a range of all the resource type permissions. |
static List<ResourceTypePermission> |
ResourceTypePermissionLocalServiceUtil.getResourceTypePermissions(int start,
int end)
Returns a range of all the resource type permissions. |
List<ResourceTypePermission> |
ResourceTypePermissionLocalService.getResourceTypePermissions(int start,
int end)
Returns a range of all the resource type permissions. |
int |
ResourceTypePermissionLocalServiceWrapper.getResourceTypePermissionsCount()
Returns the number of resource type permissions. |
static int |
ResourceTypePermissionLocalServiceUtil.getResourceTypePermissionsCount()
Returns the number of resource type permissions. |
int |
ResourceTypePermissionLocalService.getResourceTypePermissionsCount()
Returns the number of resource type permissions. |
Role |
RoleServiceWrapper.getRole(long roleId)
Returns the role with the primary key. |
static Role |
RoleServiceUtil.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleService.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleLocalServiceWrapper.getRole(long roleId)
Returns the role with the primary key. |
static Role |
RoleLocalServiceUtil.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleLocalService.getRole(long roleId)
Returns the role with the primary key. |
Role |
RoleServiceWrapper.getRole(long companyId,
String name)
Returns the role with the name in the company. |
static Role |
RoleServiceUtil.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleService.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleLocalServiceWrapper.getRole(long companyId,
String name)
Returns the role with the name in the company. |
static Role |
RoleLocalServiceUtil.getRole(long companyId,
String name)
Returns the role with the name in the company. |
Role |
RoleLocalService.getRole(long companyId,
String name)
Returns the role with the name in the company. |
List<Group> |
GroupLocalServiceWrapper.getRoleGroups(long roleId)
Returns all the groups associated with the role. |
static List<Group> |
GroupLocalServiceUtil.getRoleGroups(long roleId)
Returns all the groups associated with the role. |
List<Group> |
GroupLocalService.getRoleGroups(long roleId)
Returns all the groups associated with the role. |
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getRoleResourcePermissions(long roleId)
Returns all the resource permissions for the role. |
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getRoleResourcePermissions(long roleId)
Returns all the resource permissions for the role. |
List<ResourcePermission> |
ResourcePermissionLocalService.getRoleResourcePermissions(long roleId)
Returns all the resource permissions for the role. |
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
Returns a range of all the resource permissions for the role at the scopes. |
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
Returns a range of all the resource permissions for the role at the scopes. |
List<ResourcePermission> |
ResourcePermissionLocalService.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
Returns a range of all the resource permissions for the role at the scopes. |
List<ResourceTypePermission> |
ResourceTypePermissionLocalServiceWrapper.getRoleResourceTypePermissions(long roleId)
|
static List<ResourceTypePermission> |
ResourceTypePermissionLocalServiceUtil.getRoleResourceTypePermissions(long roleId)
|
List<ResourceTypePermission> |
ResourceTypePermissionLocalService.getRoleResourceTypePermissions(long roleId)
|
List<Role> |
RoleLocalServiceWrapper.getRoles(int start,
int end)
Returns a range of all the roles. |
static List<Role> |
RoleLocalServiceUtil.getRoles(int start,
int end)
Returns a range of all the roles. |
List<Role> |
RoleLocalService.getRoles(int start,
int end)
Returns a range of all the roles. |
List<Role> |
RoleLocalServiceWrapper.getRoles(int type,
String subtype)
Returns all the roles of the type and subtype. |
static List<Role> |
RoleLocalServiceUtil.getRoles(int type,
String subtype)
Returns all the roles of the type and subtype. |
List<Role> |
RoleLocalService.getRoles(int type,
String subtype)
Returns all the roles of the type and subtype. |
List<Role> |
RoleLocalServiceWrapper.getRoles(long companyId)
Returns all the roles in the company. |
static List<Role> |
RoleLocalServiceUtil.getRoles(long companyId)
Returns all the roles in the company. |
List<Role> |
RoleLocalService.getRoles(long companyId)
Returns all the roles in the company. |
List<Role> |
RoleLocalServiceWrapper.getRoles(long[] roleIds)
Returns all the roles with the primary keys. |
static List<Role> |
RoleLocalServiceUtil.getRoles(long[] roleIds)
Returns all the roles with the primary keys. |
List<Role> |
RoleLocalService.getRoles(long[] roleIds)
Returns all the roles with the primary keys. |
int |
RoleLocalServiceWrapper.getRolesCount()
Returns the number of roles. |
static int |
RoleLocalServiceUtil.getRolesCount()
Returns the number of roles. |
int |
RoleLocalService.getRolesCount()
Returns the number of roles. |
long[] |
UserServiceWrapper.getRoleUserIds(long roleId)
Returns the primary keys of all the users belonging to the role. |
static long[] |
UserServiceUtil.getRoleUserIds(long roleId)
Returns the primary keys of all the users belonging to the role. |
long[] |
UserService.getRoleUserIds(long roleId)
Returns the primary keys of all the users belonging to the role. |
long[] |
UserLocalServiceWrapper.getRoleUserIds(long roleId)
Returns the primary keys of all the users belonging to the role. |
static long[] |
UserLocalServiceUtil.getRoleUserIds(long roleId)
Returns the primary keys of all the users belonging to the role. |
long[] |
UserLocalService.getRoleUserIds(long roleId)
Returns the primary keys of all the users belonging to the role. |
List<User> |
UserLocalServiceWrapper.getRoleUsers(long roleId)
Returns all the users belonging to the role. |
static List<User> |
UserLocalServiceUtil.getRoleUsers(long roleId)
Returns all the users belonging to the role. |
List<User> |
UserLocalService.getRoleUsers(long roleId)
Returns all the users belonging to the role. |
List<User> |
UserLocalServiceWrapper.getRoleUsers(long roleId,
int start,
int end)
Returns a range of all the users belonging to the role. |
static List<User> |
UserLocalServiceUtil.getRoleUsers(long roleId,
int start,
int end)
Returns a range of all the users belonging to the role. |
List<User> |
UserLocalService.getRoleUsers(long roleId,
int start,
int end)
Returns a range of all the users belonging to the role. |
int |
UserLocalServiceWrapper.getRoleUsersCount(long roleId)
Returns the number of users belonging to the role. |
static int |
UserLocalServiceUtil.getRoleUsersCount(long roleId)
Returns the number of users belonging to the role. |
int |
UserLocalService.getRoleUsersCount(long roleId)
Returns the number of users belonging to the role. |
int |
UserLocalServiceWrapper.getRoleUsersCount(long roleId,
int status)
Returns the number of users with the status belonging to the role. |
static int |
UserLocalServiceUtil.getRoleUsersCount(long roleId,
int status)
Returns the number of users with the status belonging to the role. |
int |
UserLocalService.getRoleUsersCount(long roleId,
int status)
Returns the number of users with the status belonging to the role. |
List<Layout> |
LayoutLocalServiceWrapper.getScopeGroupLayouts(long groupId,
boolean privateLayout)
Returns all the layouts within scope of the group |
static List<Layout> |
LayoutLocalServiceUtil.getScopeGroupLayouts(long groupId,
boolean privateLayout)
Returns all the layouts within scope of the group |
List<Layout> |
LayoutLocalService.getScopeGroupLayouts(long groupId,
boolean privateLayout)
Returns all the layouts within scope of the group |
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getScopeResourcePermissions(int[] scopes)
Returns all the resource permissions where scope = any ?. |
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getScopeResourcePermissions(int[] scopes)
Returns all the resource permissions where scope = any ?. |
List<ResourcePermission> |
ResourcePermissionLocalService.getScopeResourcePermissions(int[] scopes)
Returns all the resource permissions where scope = any ?. |
ServiceComponent |
ServiceComponentLocalServiceWrapper.getServiceComponent(long serviceComponentId)
Returns the service component with the primary key. |
static ServiceComponent |
ServiceComponentLocalServiceUtil.getServiceComponent(long serviceComponentId)
Returns the service component with the primary key. |
ServiceComponent |
ServiceComponentLocalService.getServiceComponent(long serviceComponentId)
Returns the service component with the primary key. |
List<ServiceComponent> |
ServiceComponentLocalServiceWrapper.getServiceComponents(int start,
int end)
Returns a range of all the service components. |
static List<ServiceComponent> |
ServiceComponentLocalServiceUtil.getServiceComponents(int start,
int end)
Returns a range of all the service components. |
List<ServiceComponent> |
ServiceComponentLocalService.getServiceComponents(int start,
int end)
Returns a range of all the service components. |
int |
ServiceComponentLocalServiceWrapper.getServiceComponentsCount()
Returns the number of service components. |
static int |
ServiceComponentLocalServiceUtil.getServiceComponentsCount()
Returns the number of service components. |
int |
ServiceComponentLocalService.getServiceComponentsCount()
Returns the number of service components. |
Object |
CMISRepositoryLocalServiceWrapper.getSession(long repositoryId)
|
static Object |
CMISRepositoryLocalServiceUtil.getSession(long repositoryId)
|
Object |
CMISRepositoryLocalService.getSession(long repositoryId)
|
Shard |
ShardLocalServiceWrapper.getShard(long shardId)
Returns the shard with the primary key. |
static Shard |
ShardLocalServiceUtil.getShard(long shardId)
Returns the shard with the primary key. |
Shard |
ShardLocalService.getShard(long shardId)
Returns the shard with the primary key. |
Shard |
ShardLocalServiceWrapper.getShard(String className,
long classPK)
|
static Shard |
ShardLocalServiceUtil.getShard(String className,
long classPK)
|
Shard |
ShardLocalService.getShard(String className,
long classPK)
|
List<Shard> |
ShardLocalServiceWrapper.getShards(int start,
int end)
Returns a range of all the shards. |
static List<Shard> |
ShardLocalServiceUtil.getShards(int start,
int end)
Returns a range of all the shards. |
List<Shard> |
ShardLocalService.getShards(int start,
int end)
Returns a range of all the shards. |
int |
ShardLocalServiceWrapper.getShardsCount()
Returns the number of shards. |
static int |
ShardLocalServiceUtil.getShardsCount()
Returns the number of shards. |
int |
ShardLocalService.getShardsCount()
Returns the number of shards. |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int type,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a social relation of the type with the user. |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int type,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a social relation of the type with the user. |
List<User> |
UserLocalService.getSocialUsers(long userId,
int type,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a social relation of the type with the user. |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a social relation with the user. |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a social relation with the user. |
List<User> |
UserLocalService.getSocialUsers(long userId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a social relation with the user. |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId1,
long userId2,
int type,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a mutual social relation of the type with both of the given users. |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId1,
long userId2,
int type,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a mutual social relation of the type with both of the given users. |
List<User> |
UserLocalService.getSocialUsers(long userId1,
long userId2,
int type,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a mutual social relation of the type with both of the given users. |
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a mutual social relation with both of the given users. |
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a mutual social relation with both of the given users. |
List<User> |
UserLocalService.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with a mutual social relation with both of the given users. |
int |
UserLocalServiceWrapper.getSocialUsersCount(long userId)
Returns the number of users with a social relation with the user. |
static int |
UserLocalServiceUtil.getSocialUsersCount(long userId)
Returns the number of users with a social relation with the user. |
int |
UserLocalService.getSocialUsersCount(long userId)
Returns the number of users with a social relation with the user. |
int |
UserLocalServiceWrapper.getSocialUsersCount(long userId,
int type)
Returns the number of users with a social relation of the type with the user. |
static int |
UserLocalServiceUtil.getSocialUsersCount(long userId,
int type)
Returns the number of users with a social relation of the type with the user. |
int |
UserLocalService.getSocialUsersCount(long userId,
int type)
Returns the number of users with a social relation of the type with the user. |
int |
UserLocalServiceWrapper.getSocialUsersCount(long userId1,
long userId2)
Returns the number of users with a mutual social relation with both of the given users. |
static int |
UserLocalServiceUtil.getSocialUsersCount(long userId1,
long userId2)
Returns the number of users with a mutual social relation with both of the given users. |
int |
UserLocalService.getSocialUsersCount(long userId1,
long userId2)
Returns the number of users with a mutual social relation with both of the given users. |
int |
UserLocalServiceWrapper.getSocialUsersCount(long userId1,
long userId2,
int type)
Returns the number of users with a mutual social relation of the type with both of the given users. |
static int |
UserLocalServiceUtil.getSocialUsersCount(long userId1,
long userId2,
int type)
Returns the number of users with a mutual social relation of the type with both of the given users. |
int |
UserLocalService.getSocialUsersCount(long userId1,
long userId2,
int type)
Returns the number of users with a mutual social relation of the type with both of the given users. |
Group |
GroupLocalServiceWrapper.getStagingGroup(long liveGroupId)
Returns the staging group. |
static Group |
GroupLocalServiceUtil.getStagingGroup(long liveGroupId)
Returns the staging group. |
Group |
GroupLocalService.getStagingGroup(long liveGroupId)
Returns the staging group. |
String |
WorkflowInstanceLinkLocalServiceWrapper.getState(long companyId,
long groupId,
String className,
long classPK)
|
static String |
WorkflowInstanceLinkLocalServiceUtil.getState(long companyId,
long groupId,
String className,
long classPK)
|
String |
WorkflowInstanceLinkLocalService.getState(long companyId,
long groupId,
String className,
long classPK)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.getStrictPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.getStrictPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
|
PortletPreferences |
PortletPreferencesLocalService.getStrictPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.getStrictPreferences(PortletPreferencesIds portletPreferencesIds)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.getStrictPreferences(PortletPreferencesIds portletPreferencesIds)
|
PortletPreferences |
PortletPreferencesLocalService.getStrictPreferences(PortletPreferencesIds portletPreferencesIds)
|
List<Organization> |
OrganizationLocalServiceWrapper.getSuborganizations(List<Organization> organizations)
Returns the sub-organizations of the organizations. |
static List<Organization> |
OrganizationLocalServiceUtil.getSuborganizations(List<Organization> organizations)
Returns the sub-organizations of the organizations. |
List<Organization> |
OrganizationLocalService.getSuborganizations(List<Organization> organizations)
Returns the sub-organizations of the organizations. |
Subscription |
SubscriptionLocalServiceWrapper.getSubscription(long subscriptionId)
Returns the subscription with the primary key. |
static Subscription |
SubscriptionLocalServiceUtil.getSubscription(long subscriptionId)
Returns the subscription with the primary key. |
Subscription |
SubscriptionLocalService.getSubscription(long subscriptionId)
Returns the subscription with the primary key. |
Subscription |
SubscriptionLocalServiceWrapper.getSubscription(long companyId,
long userId,
String className,
long classPK)
|
static Subscription |
SubscriptionLocalServiceUtil.getSubscription(long companyId,
long userId,
String className,
long classPK)
|
Subscription |
SubscriptionLocalService.getSubscription(long companyId,
long userId,
String className,
long classPK)
|
List<Subscription> |
SubscriptionLocalServiceWrapper.getSubscriptions(int start,
int end)
Returns a range of all the subscriptions. |
static List<Subscription> |
SubscriptionLocalServiceUtil.getSubscriptions(int start,
int end)
Returns a range of all the subscriptions. |
List<Subscription> |
SubscriptionLocalService.getSubscriptions(int start,
int end)
Returns a range of all the subscriptions. |
List<Subscription> |
SubscriptionLocalServiceWrapper.getSubscriptions(long companyId,
String className,
long classPK)
|
static List<Subscription> |
SubscriptionLocalServiceUtil.getSubscriptions(long companyId,
String className,
long classPK)
|
List<Subscription> |
SubscriptionLocalService.getSubscriptions(long companyId,
String className,
long classPK)
|
int |
SubscriptionLocalServiceWrapper.getSubscriptionsCount()
Returns the number of subscriptions. |
static int |
SubscriptionLocalServiceUtil.getSubscriptionsCount()
Returns the number of subscriptions. |
int |
SubscriptionLocalService.getSubscriptionsCount()
Returns the number of subscriptions. |
List<Role> |
RoleLocalServiceWrapper.getSubtypeRoles(String subtype)
Returns all the roles of the subtype. |
static List<Role> |
RoleLocalServiceUtil.getSubtypeRoles(String subtype)
Returns all the roles of the subtype. |
List<Role> |
RoleLocalService.getSubtypeRoles(String subtype)
Returns all the roles of the subtype. |
int |
RoleLocalServiceWrapper.getSubtypeRolesCount(String subtype)
Returns the number of roles of the subtype. |
static int |
RoleLocalServiceUtil.getSubtypeRolesCount(String subtype)
Returns the number of roles of the subtype. |
int |
RoleLocalService.getSubtypeRolesCount(String subtype)
Returns the number of roles of the subtype. |
String[] |
RepositoryServiceWrapper.getSupportedConfigurations(long classNameId)
|
static String[] |
RepositoryServiceUtil.getSupportedConfigurations(long classNameId)
|
String[] |
RepositoryService.getSupportedConfigurations(long classNameId)
|
String[] |
RepositoryServiceWrapper.getSupportedParameters(long classNameId,
String configuration)
|
static String[] |
RepositoryServiceUtil.getSupportedParameters(long classNameId,
String configuration)
|
String[] |
RepositoryService.getSupportedParameters(long classNameId,
String configuration)
|
Team |
TeamServiceWrapper.getTeam(long teamId)
|
static Team |
TeamServiceUtil.getTeam(long teamId)
|
Team |
TeamService.getTeam(long teamId)
|
Team |
TeamLocalServiceWrapper.getTeam(long teamId)
Returns the team with the primary key. |
static Team |
TeamLocalServiceUtil.getTeam(long teamId)
Returns the team with the primary key. |
Team |
TeamLocalService.getTeam(long teamId)
Returns the team with the primary key. |
Team |
TeamServiceWrapper.getTeam(long groupId,
String name)
|
static Team |
TeamServiceUtil.getTeam(long groupId,
String name)
|
Team |
TeamService.getTeam(long groupId,
String name)
|
Team |
TeamLocalServiceWrapper.getTeam(long groupId,
String name)
|
static Team |
TeamLocalServiceUtil.getTeam(long groupId,
String name)
|
Team |
TeamLocalService.getTeam(long groupId,
String name)
|
Role |
RoleLocalServiceWrapper.getTeamRole(long companyId,
long teamId)
Returns the team role in the company. |
static Role |
RoleLocalServiceUtil.getTeamRole(long companyId,
long teamId)
Returns the team role in the company. |
Role |
RoleLocalService.getTeamRole(long companyId,
long teamId)
Returns the team role in the company. |
List<Team> |
TeamLocalServiceWrapper.getTeams(int start,
int end)
Returns a range of all the teams. |
static List<Team> |
TeamLocalServiceUtil.getTeams(int start,
int end)
Returns a range of all the teams. |
List<Team> |
TeamLocalService.getTeams(int start,
int end)
Returns a range of all the teams. |
int |
TeamLocalServiceWrapper.getTeamsCount()
Returns the number of teams. |
static int |
TeamLocalServiceUtil.getTeamsCount()
Returns the number of teams. |
int |
TeamLocalService.getTeamsCount()
Returns the number of teams. |
Theme |
ThemeLocalServiceWrapper.getTheme(long companyId,
String themeId,
boolean wapTheme)
|
static Theme |
ThemeLocalServiceUtil.getTheme(long companyId,
String themeId,
boolean wapTheme)
|
Theme |
ThemeLocalService.getTheme(long companyId,
String themeId,
boolean wapTheme)
|
List<Theme> |
ThemeLocalServiceWrapper.getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
static List<Theme> |
ThemeLocalServiceUtil.getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
List<Theme> |
ThemeLocalService.getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
|
Ticket |
TicketLocalServiceWrapper.getTicket(long ticketId)
Returns the ticket with the primary key. |
static Ticket |
TicketLocalServiceUtil.getTicket(long ticketId)
Returns the ticket with the primary key. |
Ticket |
TicketLocalService.getTicket(long ticketId)
Returns the ticket with the primary key. |
Ticket |
TicketLocalServiceWrapper.getTicket(String key)
|
static Ticket |
TicketLocalServiceUtil.getTicket(String key)
|
Ticket |
TicketLocalService.getTicket(String key)
|
List<Ticket> |
TicketLocalServiceWrapper.getTickets(int start,
int end)
Returns a range of all the tickets. |
static List<Ticket> |
TicketLocalServiceUtil.getTickets(int start,
int end)
Returns a range of all the tickets. |
List<Ticket> |
TicketLocalService.getTickets(int start,
int end)
Returns a range of all the tickets. |
int |
TicketLocalServiceWrapper.getTicketsCount()
Returns the number of tickets. |
static int |
TicketLocalServiceUtil.getTicketsCount()
Returns the number of tickets. |
int |
TicketLocalService.getTicketsCount()
Returns the number of tickets. |
UnicodeProperties |
RepositoryServiceWrapper.getTypeSettingsProperties(long repositoryId)
|
static UnicodeProperties |
RepositoryServiceUtil.getTypeSettingsProperties(long repositoryId)
|
UnicodeProperties |
RepositoryService.getTypeSettingsProperties(long repositoryId)
|
UnicodeProperties |
RepositoryLocalServiceWrapper.getTypeSettingsProperties(long repositoryId)
|
static UnicodeProperties |
RepositoryLocalServiceUtil.getTypeSettingsProperties(long repositoryId)
|
UnicodeProperties |
RepositoryLocalService.getTypeSettingsProperties(long repositoryId)
|
User |
BaseServiceImpl.getUser()
|
User |
UserLocalServiceWrapper.getUser(long userId)
Returns the user with the primary key. |
static User |
UserLocalServiceUtil.getUser(long userId)
Returns the user with the primary key. |
User |
UserLocalService.getUser(long userId)
Returns the user with the primary key. |
User |
UserLocalServiceWrapper.getUserByContactId(long contactId)
Returns the user with the contact ID. |
static User |
UserLocalServiceUtil.getUserByContactId(long contactId)
Returns the user with the contact ID. |
User |
UserLocalService.getUserByContactId(long contactId)
Returns the user with the contact ID. |
User |
UserServiceWrapper.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
static User |
UserServiceUtil.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
User |
UserService.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
User |
UserLocalServiceWrapper.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
static User |
UserLocalServiceUtil.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
User |
UserLocalService.getUserByEmailAddress(long companyId,
String emailAddress)
Returns the user with the email address. |
User |
UserLocalServiceWrapper.getUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID. |
static User |
UserLocalServiceUtil.getUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID. |
User |
UserLocalService.getUserByFacebookId(long companyId,
long facebookId)
Returns the user with the Facebook ID. |
User |
UserServiceWrapper.getUserById(long userId)
Returns the user with the primary key. |
static User |
UserServiceUtil.getUserById(long userId)
Returns the user with the primary key. |
User |
UserService.getUserById(long userId)
Returns the user with the primary key. |
User |
UserLocalServiceWrapper.getUserById(long userId)
Returns the user with the primary key. |
static User |
UserLocalServiceUtil.getUserById(long userId)
Returns the user with the primary key. |
User |
UserLocalService.getUserById(long userId)
Returns the user with the primary key. |
User |
UserLocalServiceWrapper.getUserById(long companyId,
long userId)
Returns the user with the primary key from the company. |
static User |
UserLocalServiceUtil.getUserById(long companyId,
long userId)
Returns the user with the primary key from the company. |
User |
UserLocalService.getUserById(long companyId,
long userId)
Returns the user with the primary key from the company. |
User |
UserLocalServiceWrapper.getUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID. |
static User |
UserLocalServiceUtil.getUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID. |
User |
UserLocalService.getUserByOpenId(long companyId,
String openId)
Returns the user with the OpenID. |
User |
UserLocalServiceWrapper.getUserByPortraitId(long portraitId)
Returns the user with the portrait ID. |
static User |
UserLocalServiceUtil.getUserByPortraitId(long portraitId)
Returns the user with the portrait ID. |
User |
UserLocalService.getUserByPortraitId(long portraitId)
Returns the user with the portrait ID. |
User |
UserServiceWrapper.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
static User |
UserServiceUtil.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
User |
UserService.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
User |
UserLocalServiceWrapper.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
static User |
UserLocalServiceUtil.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
User |
UserLocalService.getUserByScreenName(long companyId,
String screenName)
Returns the user with the screen name. |
User |
UserLocalServiceWrapper.getUserByUuid(String uuid)
Deprecated. UserLocalServiceWrapper.getUserByUuidAndCompanyId(String, long) |
static User |
UserLocalServiceUtil.getUserByUuid(String uuid)
Deprecated. UserLocalServiceUtil.getUserByUuidAndCompanyId(String, long) |
User |
UserLocalService.getUserByUuid(String uuid)
Deprecated. UserLocalService.getUserByUuidAndCompanyId(String, long) |
User |
UserLocalServiceWrapper.getUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the universally unique identifier. |
static User |
UserLocalServiceUtil.getUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the universally unique identifier. |
User |
UserLocalService.getUserByUuidAndCompanyId(String uuid,
long companyId)
Returns the user with the universally unique identifier. |
UserGroup |
UserGroupServiceWrapper.getUserGroup(long userGroupId)
Returns the user group with the primary key. |
static UserGroup |
UserGroupServiceUtil.getUserGroup(long userGroupId)
Returns the user group with the primary key. |
UserGroup |
UserGroupService.getUserGroup(long userGroupId)
Returns the user group with the primary key. |
UserGroup |
UserGroupLocalServiceWrapper.getUserGroup(long userGroupId)
Returns the user group with the primary key. |
static UserGroup |
UserGroupLocalServiceUtil.getUserGroup(long userGroupId)
Returns the user group with the primary key. |
UserGroup |
UserGroupLocalService.getUserGroup(long userGroupId)
Returns the user group with the primary key. |
Group |
GroupServiceWrapper.getUserGroup(long companyId,
long userId)
Returns the group associated with the user. |
static Group |
GroupServiceUtil.getUserGroup(long companyId,
long userId)
Returns the group associated with the user. |
Group |
GroupService.getUserGroup(long companyId,
long userId)
Returns the group associated with the user. |
Group |
GroupLocalServiceWrapper.getUserGroup(long companyId,
long userId)
Returns the group associated with the user. |
static Group |
GroupLocalServiceUtil.getUserGroup(long companyId,
long userId)
Returns the group associated with the user. |
Group |
GroupLocalService.getUserGroup(long companyId,
long userId)
Returns the group associated with the user. |
UserGroup |
UserGroupLocalServiceWrapper.getUserGroup(long companyId,
String name)
Returns the user group with the name. |
static UserGroup |
UserGroupLocalServiceUtil.getUserGroup(long companyId,
String name)
Returns the user group with the name. |
UserGroup |
UserGroupLocalService.getUserGroup(long companyId,
String name)
Returns the user group with the name. |
UserGroup |
UserGroupServiceWrapper.getUserGroup(String name)
Returns the user group with the name. |
static UserGroup |
UserGroupServiceUtil.getUserGroup(String name)
Returns the user group with the name. |
UserGroup |
UserGroupService.getUserGroup(String name)
Returns the user group with the name. |
Group |
GroupLocalServiceWrapper.getUserGroupGroup(long companyId,
long userGroupId)
Returns the specified "user group" group. |
static Group |
GroupLocalServiceUtil.getUserGroupGroup(long companyId,
long userGroupId)
Returns the specified "user group" group. |
Group |
GroupLocalService.getUserGroupGroup(long companyId,
long userGroupId)
Returns the specified "user group" group. |
UserGroupGroupRole |
UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key. |
static UserGroupGroupRole |
UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key. |
UserGroupGroupRole |
UserGroupGroupRoleLocalService.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key. |
List<UserGroupGroupRole> |
UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRoles(int start,
int end)
Returns a range of all the user group group roles. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRoles(int start,
int end)
Returns a range of all the user group group roles. |
List<UserGroupGroupRole> |
UserGroupGroupRoleLocalService.getUserGroupGroupRoles(int start,
int end)
Returns a range of all the user group group roles. |
List<UserGroupGroupRole> |
UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRoles(long userGroupId)
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRoles(long userGroupId)
|
List<UserGroupGroupRole> |
UserGroupGroupRoleLocalService.getUserGroupGroupRoles(long userGroupId)
|
List<UserGroupGroupRole> |
UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRoles(long userGroupId,
long groupId)
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRoles(long userGroupId,
long groupId)
|
List<UserGroupGroupRole> |
UserGroupGroupRoleLocalService.getUserGroupGroupRoles(long userGroupId,
long groupId)
|
List<Role> |
RoleServiceWrapper.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static List<Role> |
RoleServiceUtil.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleService.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalServiceWrapper.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static List<Role> |
RoleLocalServiceUtil.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalService.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<UserGroupGroupRole> |
UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRolesByGroupAndRole(long groupId,
long roleId)
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRolesByGroupAndRole(long groupId,
long roleId)
|
List<UserGroupGroupRole> |
UserGroupGroupRoleLocalService.getUserGroupGroupRolesByGroupAndRole(long groupId,
long roleId)
|
int |
UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRolesCount()
Returns the number of user group group roles. |
static int |
UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRolesCount()
Returns the number of user group group roles. |
int |
UserGroupGroupRoleLocalService.getUserGroupGroupRolesCount()
Returns the number of user group group roles. |
UserGroupRole |
UserGroupRoleLocalServiceWrapper.getUserGroupRole(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key. |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.getUserGroupRole(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key. |
UserGroupRole |
UserGroupRoleLocalService.getUserGroupRole(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key. |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(int start,
int end)
Returns a range of all the user group roles. |
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(int start,
int end)
Returns a range of all the user group roles. |
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(int start,
int end)
Returns a range of all the user group roles. |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId)
|
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId)
|
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(long userId)
|
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRoles(long userId,
long groupId)
|
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRoles(long userId,
long groupId)
|
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRoles(long userId,
long groupId)
|
List<Role> |
RoleServiceWrapper.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static List<Role> |
RoleServiceUtil.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleService.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalServiceWrapper.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static List<Role> |
RoleLocalServiceUtil.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<Role> |
RoleLocalService.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRolesByGroupAndRole(long groupId,
long roleId)
|
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRolesByGroupAndRole(long groupId,
long roleId)
|
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRolesByGroupAndRole(long groupId,
long roleId)
|
List<UserGroupRole> |
UserGroupRoleLocalServiceWrapper.getUserGroupRolesByUserUserGroupAndGroup(long userId,
long groupId)
|
static List<UserGroupRole> |
UserGroupRoleLocalServiceUtil.getUserGroupRolesByUserUserGroupAndGroup(long userId,
long groupId)
|
List<UserGroupRole> |
UserGroupRoleLocalService.getUserGroupRolesByUserUserGroupAndGroup(long userId,
long groupId)
|
int |
UserGroupRoleLocalServiceWrapper.getUserGroupRolesCount()
Returns the number of user group roles. |
static int |
UserGroupRoleLocalServiceUtil.getUserGroupRolesCount()
Returns the number of user group roles. |
int |
UserGroupRoleLocalService.getUserGroupRolesCount()
Returns the number of user group roles. |
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(int start,
int end)
Returns a range of all the user groups. |
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(int start,
int end)
Returns a range of all the user groups. |
List<UserGroup> |
UserGroupLocalService.getUserGroups(int start,
int end)
Returns a range of all the user groups. |
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(long companyId)
Returns all the user groups belonging to the company. |
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(long companyId)
Returns all the user groups belonging to the company. |
List<UserGroup> |
UserGroupLocalService.getUserGroups(long companyId)
Returns all the user groups belonging to the company. |
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId)
Returns all the user's site groups and immediate organization groups. |
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId)
Returns all the user's site groups and immediate organization groups. |
List<Group> |
GroupLocalService.getUserGroups(long userId)
Returns all the user's site groups and immediate organization groups. |
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys. |
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys. |
List<UserGroup> |
UserGroupLocalService.getUserGroups(long[] userGroupIds)
Returns all the user groups with the primary keys. |
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
boolean inherit)
Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
boolean inherit)
Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.getUserGroups(long userId,
boolean inherit)
Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
boolean inherit,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
boolean inherit,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.getUserGroups(long userId,
boolean inherit,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate organization groups. |
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate organization groups. |
List<Group> |
GroupLocalService.getUserGroups(long userId,
int start,
int end)
Returns an ordered range of all the user's site groups and immediate organization groups. |
int |
UserGroupLocalServiceWrapper.getUserGroupsCount()
Returns the number of user groups. |
static int |
UserGroupLocalServiceUtil.getUserGroupsCount()
Returns the number of user groups. |
int |
UserGroupLocalService.getUserGroupsCount()
Returns the number of user groups. |
List<Group> |
GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups. |
static List<Group> |
GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups. |
List<Group> |
GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups. |
List<Group> |
GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups. |
static List<Group> |
GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups. |
List<Group> |
GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
Returns the groups associated with the user groups. |
List<Group> |
GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups. |
static List<Group> |
GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups. |
List<Group> |
GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
Returns all the groups related to the user groups. |
List<User> |
UserServiceWrapper.getUserGroupUsers(long userGroupId)
|
static List<User> |
UserServiceUtil.getUserGroupUsers(long userGroupId)
|
List<User> |
UserService.getUserGroupUsers(long userGroupId)
|
List<User> |
UserLocalServiceWrapper.getUserGroupUsers(long userGroupId)
Returns all the users belonging to the user group. |
static List<User> |
UserLocalServiceUtil.getUserGroupUsers(long userGroupId)
Returns all the users belonging to the user group. |
List<User> |
UserLocalService.getUserGroupUsers(long userGroupId)
Returns all the users belonging to the user group. |
int |
UserLocalServiceWrapper.getUserGroupUsersCount(long userGroupId)
Returns the number of users belonging to the user group. |
static int |
UserLocalServiceUtil.getUserGroupUsersCount(long userGroupId)
Returns the number of users belonging to the user group. |
int |
UserLocalService.getUserGroupUsersCount(long userGroupId)
Returns the number of users belonging to the user group. |
int |
UserLocalServiceWrapper.getUserGroupUsersCount(long userGroupId,
int status)
Returns the number of users with the status belonging to the user group. |
static int |
UserLocalServiceUtil.getUserGroupUsersCount(long userGroupId,
int status)
Returns the number of users with the status belonging to the user group. |
int |
UserLocalService.getUserGroupUsersCount(long userGroupId,
int status)
Returns the number of users with the status belonging to the user group. |
long |
UserServiceWrapper.getUserIdByEmailAddress(long companyId,
String emailAddress)
Returns the primary key of the user with the email address. |
static long |
UserServiceUtil.getUserIdByEmailAddress(long companyId,
String emailAddress)
Returns the primary key of the user with the email address. |
long |
UserService.getUserIdByEmailAddress(long companyId,
String emailAddress)
Returns the primary key of the user with the email address. |
long |
UserLocalServiceWrapper.getUserIdByEmailAddress(long companyId,
String emailAddress)
Returns the primary key of the user with the email address. |
static long |
UserLocalServiceUtil.getUserIdByEmailAddress(long companyId,
String emailAddress)
Returns the primary key of the user with the email address. |
long |
UserLocalService.getUserIdByEmailAddress(long companyId,
String emailAddress)
Returns the primary key of the user with the email address. |
long |
UserServiceWrapper.getUserIdByScreenName(long companyId,
String screenName)
Returns the primary key of the user with the screen name. |
static long |
UserServiceUtil.getUserIdByScreenName(long companyId,
String screenName)
Returns the primary key of the user with the screen name. |
long |
UserService.getUserIdByScreenName(long companyId,
String screenName)
Returns the primary key of the user with the screen name. |
long |
UserLocalServiceWrapper.getUserIdByScreenName(long companyId,
String screenName)
Returns the primary key of the user with the screen name. |
static long |
UserLocalServiceUtil.getUserIdByScreenName(long companyId,
String screenName)
Returns the primary key of the user with the screen name. |
long |
UserLocalService.getUserIdByScreenName(long companyId,
String screenName)
Returns the primary key of the user with the screen name. |
UserIdMapper |
UserIdMapperLocalServiceWrapper.getUserIdMapper(long userIdMapperId)
Returns the user ID mapper with the primary key. |
static UserIdMapper |
UserIdMapperLocalServiceUtil.getUserIdMapper(long userIdMapperId)
Returns the user ID mapper with the primary key. |
UserIdMapper |
UserIdMapperLocalService.getUserIdMapper(long userIdMapperId)
Returns the user ID mapper with the primary key. |
UserIdMapper |
UserIdMapperLocalServiceWrapper.getUserIdMapper(long userId,
String type)
|
static UserIdMapper |
UserIdMapperLocalServiceUtil.getUserIdMapper(long userId,
String type)
|
UserIdMapper |
UserIdMapperLocalService.getUserIdMapper(long userId,
String type)
|
UserIdMapper |
UserIdMapperLocalServiceWrapper.getUserIdMapperByExternalUserId(String type,
String externalUserId)
|
static UserIdMapper |
UserIdMapperLocalServiceUtil.getUserIdMapperByExternalUserId(String type,
String externalUserId)
|
UserIdMapper |
UserIdMapperLocalService.getUserIdMapperByExternalUserId(String type,
String externalUserId)
|
List<UserIdMapper> |
UserIdMapperLocalServiceWrapper.getUserIdMappers(int start,
int end)
Returns a range of all the user ID mappers. |
static List<UserIdMapper> |
UserIdMapperLocalServiceUtil.getUserIdMappers(int start,
int end)
Returns a range of all the user ID mappers. |
List<UserIdMapper> |
UserIdMapperLocalService.getUserIdMappers(int start,
int end)
Returns a range of all the user ID mappers. |
List<UserIdMapper> |
UserIdMapperLocalServiceWrapper.getUserIdMappers(long userId)
|
static List<UserIdMapper> |
UserIdMapperLocalServiceUtil.getUserIdMappers(long userId)
|
List<UserIdMapper> |
UserIdMapperLocalService.getUserIdMappers(long userId)
|
int |
UserIdMapperLocalServiceWrapper.getUserIdMappersCount()
Returns the number of user ID mappers. |
static int |
UserIdMapperLocalServiceUtil.getUserIdMappersCount()
Returns the number of user ID mappers. |
int |
UserIdMapperLocalService.getUserIdMappersCount()
Returns the number of user ID mappers. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetBranchId)
Deprecated. LayoutSetBranchLocalServiceWrapper.getUserLayoutSetBranch(long, long, boolean, long,
long) |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetBranchId)
Deprecated. LayoutSetBranchLocalServiceUtil.getUserLayoutSetBranch(long, long, boolean, long,
long) |
LayoutSetBranch |
LayoutSetBranchLocalService.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetBranchId)
Deprecated. LayoutSetBranchLocalService.getUserLayoutSetBranch(long, long, boolean, long,
long) |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetId,
long layoutSetBranchId)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetId,
long layoutSetBranchId)
|
LayoutSetBranch |
LayoutSetBranchLocalService.getUserLayoutSetBranch(long userId,
long groupId,
boolean privateLayout,
long layoutSetId,
long layoutSetBranchId)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvent(long userNotificationEventId)
Returns the user notification event with the primary key. |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.getUserNotificationEvent(long userNotificationEventId)
Returns the user notification event with the primary key. |
UserNotificationEvent |
UserNotificationEventLocalService.getUserNotificationEvent(long userNotificationEventId)
Returns the user notification event with the primary key. |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(int start,
int end)
Returns a range of all the user notification events. |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(int start,
int end)
Returns a range of all the user notification events. |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(int start,
int end)
Returns a range of all the user notification events. |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId)
|
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId)
|
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(long userId)
|
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId,
boolean archived)
|
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId,
boolean archived)
|
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(long userId,
boolean archived)
|
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
|
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
|
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
|
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId,
int start,
int end)
|
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId,
int start,
int end)
|
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(long userId,
int start,
int end)
|
int |
UserNotificationEventLocalServiceWrapper.getUserNotificationEventsCount()
Returns the number of user notification events. |
static int |
UserNotificationEventLocalServiceUtil.getUserNotificationEventsCount()
Returns the number of user notification events. |
int |
UserNotificationEventLocalService.getUserNotificationEventsCount()
Returns the number of user notification events. |
int |
UserNotificationEventLocalServiceWrapper.getUserNotificationEventsCount(long userId)
|
static int |
UserNotificationEventLocalServiceUtil.getUserNotificationEventsCount(long userId)
|
int |
UserNotificationEventLocalService.getUserNotificationEventsCount(long userId)
|
int |
UserNotificationEventLocalServiceWrapper.getUserNotificationEventsCount(long userId,
boolean archived)
|
static int |
UserNotificationEventLocalServiceUtil.getUserNotificationEventsCount(long userId,
boolean archived)
|
int |
UserNotificationEventLocalService.getUserNotificationEventsCount(long userId,
boolean archived)
|
List<Organization> |
OrganizationServiceWrapper.getUserOrganizations(long userId)
Returns all the organizations associated with the user. |
static List<Organization> |
OrganizationServiceUtil.getUserOrganizations(long userId)
Returns all the organizations associated with the user. |
List<Organization> |
OrganizationService.getUserOrganizations(long userId)
Returns all the organizations associated with the user. |
List<Organization> |
OrganizationLocalServiceWrapper.getUserOrganizations(long userId)
Returns all the organizations associated with the user. |
static List<Organization> |
OrganizationLocalServiceUtil.getUserOrganizations(long userId)
Returns all the organizations associated with the user. |
List<Organization> |
OrganizationLocalService.getUserOrganizations(long userId)
Returns all the organizations associated with the user. |
List<Organization> |
OrganizationLocalServiceWrapper.getUserOrganizations(long userId,
boolean includeAdministrative)
Returns all the organizations associated with the user. |
static List<Organization> |
OrganizationLocalServiceUtil.getUserOrganizations(long userId,
boolean includeAdministrative)
Returns all the organizations associated with the user. |
List<Organization> |
OrganizationLocalService.getUserOrganizations(long userId,
boolean includeAdministrative)
Returns all the organizations associated with the user. |
List<Organization> |
OrganizationLocalServiceWrapper.getUserOrganizations(long userId,
int start,
int end)
Returns a range of all the organizations associated with the user. |
static List<Organization> |
OrganizationLocalServiceUtil.getUserOrganizations(long userId,
int start,
int end)
Returns a range of all the organizations associated with the user. |
List<Organization> |
OrganizationLocalService.getUserOrganizations(long userId,
int start,
int end)
Returns a range of all the organizations associated with the user. |
int |
OrganizationLocalServiceWrapper.getUserOrganizationsCount(long userId)
Returns the number of organizations associated with the user. |
static int |
OrganizationLocalServiceUtil.getUserOrganizationsCount(long userId)
Returns the number of organizations associated with the user. |
int |
OrganizationLocalService.getUserOrganizationsCount(long userId)
Returns the number of organizations associated with the user. |
List<Group> |
GroupServiceWrapper.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to
true. |
static List<Group> |
GroupServiceUtil.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to
true. |
List<Group> |
GroupService.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to
true. |
List<Group> |
GroupLocalServiceWrapper.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to
true. |
static List<Group> |
GroupLocalServiceUtil.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to
true. |
List<Group> |
GroupLocalService.getUserOrganizationsGroups(long userId,
int start,
int end)
Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to
true. |
List<Group> |
GroupServiceWrapper.getUserPlaces(long userId,
String[] classNames,
boolean includeControlPanel,
int max)
|
static List<Group> |
GroupServiceUtil.getUserPlaces(long userId,
String[] classNames,
boolean includeControlPanel,
int max)
|
List<Group> |
GroupService.getUserPlaces(long userId,
String[] classNames,
boolean includeControlPanel,
int max)
|
List<Group> |
GroupServiceWrapper.getUserPlaces(long userId,
String[] classNames,
int max)
Returns the user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
static List<Group> |
GroupServiceUtil.getUserPlaces(long userId,
String[] classNames,
int max)
Returns the user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
List<Group> |
GroupService.getUserPlaces(long userId,
String[] classNames,
int max)
Returns the user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
List<Group> |
GroupServiceWrapper.getUserPlaces(long userId,
String[] classNames,
String name,
boolean active,
boolean includeControlPanel,
int start,
int end)
|
static List<Group> |
GroupServiceUtil.getUserPlaces(long userId,
String[] classNames,
String name,
boolean active,
boolean includeControlPanel,
int start,
int end)
|
List<Group> |
GroupService.getUserPlaces(long userId,
String[] classNames,
String name,
boolean active,
boolean includeControlPanel,
int start,
int end)
|
List<Group> |
GroupServiceWrapper.getUserPlaces(String[] classNames,
int max)
Returns the guest or current user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
static List<Group> |
GroupServiceUtil.getUserPlaces(String[] classNames,
int max)
Returns the guest or current user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
List<Group> |
GroupService.getUserPlaces(String[] classNames,
int max)
Returns the guest or current user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
int |
GroupServiceWrapper.getUserPlacesCount()
Returns the number of the guest or current user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
static int |
GroupServiceUtil.getUserPlacesCount()
Returns the number of the guest or current user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
int |
GroupService.getUserPlacesCount()
Returns the number of the guest or current user's group "places" associated with the group entity class names, including the Control Panel group if the user is permitted to view the Control Panel. |
List<Role> |
RoleServiceWrapper.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
static List<Role> |
RoleServiceUtil.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleService.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalServiceWrapper.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
static List<Role> |
RoleLocalServiceUtil.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalService.getUserRelatedRoles(long userId,
List<Group> groups)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalServiceWrapper.getUserRelatedRoles(long userId,
long groupId)
Returns all the user's roles within the group. |
static List<Role> |
RoleLocalServiceUtil.getUserRelatedRoles(long userId,
long groupId)
Returns all the user's roles within the group. |
List<Role> |
RoleLocalService.getUserRelatedRoles(long userId,
long groupId)
Returns all the user's roles within the group. |
List<Role> |
RoleLocalServiceWrapper.getUserRelatedRoles(long userId,
long[] groupIds)
Returns the union of all the user's roles within the groups. |
static List<Role> |
RoleLocalServiceUtil.getUserRelatedRoles(long userId,
long[] groupIds)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleLocalService.getUserRelatedRoles(long userId,
long[] groupIds)
Returns the union of all the user's roles within the groups. |
List<Role> |
RoleServiceWrapper.getUserRoles(long userId)
Returns all the roles associated with the user. |
static List<Role> |
RoleServiceUtil.getUserRoles(long userId)
Returns all the roles associated with the user. |
List<Role> |
RoleService.getUserRoles(long userId)
Returns all the roles associated with the user. |
List<Role> |
RoleLocalServiceWrapper.getUserRoles(long userId)
Returns all the roles associated with the user. |
static List<Role> |
RoleLocalServiceUtil.getUserRoles(long userId)
Returns all the roles associated with the user. |
List<Role> |
RoleLocalService.getUserRoles(long userId)
Returns all the roles associated with the user. |
List<User> |
UserLocalServiceWrapper.getUsers(int start,
int end)
Returns a range of all the users. |
static List<User> |
UserLocalServiceUtil.getUsers(int start,
int end)
Returns a range of all the users. |
List<User> |
UserLocalService.getUsers(int start,
int end)
Returns a range of all the users. |
int |
UserLocalServiceWrapper.getUsersCount()
Returns the number of users. |
static int |
UserLocalServiceUtil.getUsersCount()
Returns the number of users. |
int |
UserLocalService.getUsersCount()
Returns the number of users. |
List<Group> |
GroupServiceWrapper.getUserSites()
Returns the guest or current user's layout set group, organization groups, inherited organization groups, and site groups. |
static List<Group> |
GroupServiceUtil.getUserSites()
Returns the guest or current user's layout set group, organization groups, inherited organization groups, and site groups. |
List<Group> |
GroupService.getUserSites()
Returns the guest or current user's layout set group, organization groups, inherited organization groups, and site groups. |
List<Subscription> |
SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Subscription> |
SubscriptionLocalServiceUtil.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<Subscription> |
SubscriptionLocalService.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<Subscription> |
SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId,
String className)
|
static List<Subscription> |
SubscriptionLocalServiceUtil.getUserSubscriptions(long userId,
String className)
|
List<Subscription> |
SubscriptionLocalService.getUserSubscriptions(long userId,
String className)
|
int |
SubscriptionLocalServiceWrapper.getUserSubscriptionsCount(long userId)
|
static int |
SubscriptionLocalServiceUtil.getUserSubscriptionsCount(long userId)
|
int |
SubscriptionLocalService.getUserSubscriptionsCount(long userId)
|
List<Team> |
TeamServiceWrapper.getUserTeams(long userId)
|
static List<Team> |
TeamServiceUtil.getUserTeams(long userId)
|
List<Team> |
TeamService.getUserTeams(long userId)
|
List<Team> |
TeamLocalServiceWrapper.getUserTeams(long userId)
|
static List<Team> |
TeamLocalServiceUtil.getUserTeams(long userId)
|
List<Team> |
TeamLocalService.getUserTeams(long userId)
|
List<Team> |
TeamServiceWrapper.getUserTeams(long userId,
long groupId)
|
static List<Team> |
TeamServiceUtil.getUserTeams(long userId,
long groupId)
|
List<Team> |
TeamService.getUserTeams(long userId,
long groupId)
|
List<Team> |
TeamLocalServiceWrapper.getUserTeams(long userId,
long groupId)
|
static List<Team> |
TeamLocalServiceUtil.getUserTeams(long userId,
long groupId)
|
List<Team> |
TeamLocalService.getUserTeams(long userId,
long groupId)
|
UserTracker |
UserTrackerLocalServiceWrapper.getUserTracker(long userTrackerId)
Returns the user tracker with the primary key. |
static UserTracker |
UserTrackerLocalServiceUtil.getUserTracker(long userTrackerId)
Returns the user tracker with the primary key. |
UserTracker |
UserTrackerLocalService.getUserTracker(long userTrackerId)
Returns the user tracker with the primary key. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.getUserTrackerPath(long userTrackerPathId)
Returns the user tracker path with the primary key. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.getUserTrackerPath(long userTrackerPathId)
Returns the user tracker path with the primary key. |
UserTrackerPath |
UserTrackerPathLocalService.getUserTrackerPath(long userTrackerPathId)
Returns the user tracker path with the primary key. |
List<UserTrackerPath> |
UserTrackerPathLocalServiceWrapper.getUserTrackerPaths(int start,
int end)
Returns a range of all the user tracker paths. |
static List<UserTrackerPath> |
UserTrackerPathLocalServiceUtil.getUserTrackerPaths(int start,
int end)
Returns a range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathLocalService.getUserTrackerPaths(int start,
int end)
Returns a range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathLocalServiceWrapper.getUserTrackerPaths(long userTrackerId,
int start,
int end)
|
static List<UserTrackerPath> |
UserTrackerPathLocalServiceUtil.getUserTrackerPaths(long userTrackerId,
int start,
int end)
|
List<UserTrackerPath> |
UserTrackerPathLocalService.getUserTrackerPaths(long userTrackerId,
int start,
int end)
|
int |
UserTrackerPathLocalServiceWrapper.getUserTrackerPathsCount()
Returns the number of user tracker paths. |
static int |
UserTrackerPathLocalServiceUtil.getUserTrackerPathsCount()
Returns the number of user tracker paths. |
int |
UserTrackerPathLocalService.getUserTrackerPathsCount()
Returns the number of user tracker paths. |
List<UserTracker> |
UserTrackerLocalServiceWrapper.getUserTrackers(int start,
int end)
Returns a range of all the user trackers. |
static List<UserTracker> |
UserTrackerLocalServiceUtil.getUserTrackers(int start,
int end)
Returns a range of all the user trackers. |
List<UserTracker> |
UserTrackerLocalService.getUserTrackers(int start,
int end)
Returns a range of all the user trackers. |
List<UserTracker> |
UserTrackerLocalServiceWrapper.getUserTrackers(long companyId,
int start,
int end)
|
static List<UserTracker> |
UserTrackerLocalServiceUtil.getUserTrackers(long companyId,
int start,
int end)
|
List<UserTracker> |
UserTrackerLocalService.getUserTrackers(long companyId,
int start,
int end)
|
int |
UserTrackerLocalServiceWrapper.getUserTrackersCount()
Returns the number of user trackers. |
static int |
UserTrackerLocalServiceUtil.getUserTrackersCount()
Returns the number of user trackers. |
int |
UserTrackerLocalService.getUserTrackersCount()
Returns the number of user trackers. |
List<UserGroup> |
UserGroupServiceWrapper.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs. |
static List<UserGroup> |
UserGroupServiceUtil.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs. |
List<UserGroup> |
UserGroupService.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs. |
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs. |
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs. |
List<UserGroup> |
UserGroupLocalService.getUserUserGroups(long userId)
Returns all the user groups to which the user belongs. |
VirtualHost |
VirtualHostLocalServiceWrapper.getVirtualHost(long virtualHostId)
Returns the virtual host with the primary key. |
static VirtualHost |
VirtualHostLocalServiceUtil.getVirtualHost(long virtualHostId)
Returns the virtual host with the primary key. |
VirtualHost |
VirtualHostLocalService.getVirtualHost(long virtualHostId)
Returns the virtual host with the primary key. |
VirtualHost |
VirtualHostLocalServiceWrapper.getVirtualHost(long companyId,
long layoutSetId)
|
static VirtualHost |
VirtualHostLocalServiceUtil.getVirtualHost(long companyId,
long layoutSetId)
|
VirtualHost |
VirtualHostLocalService.getVirtualHost(long companyId,
long layoutSetId)
|
VirtualHost |
VirtualHostLocalServiceWrapper.getVirtualHost(String hostname)
|
static VirtualHost |
VirtualHostLocalServiceUtil.getVirtualHost(String hostname)
|
VirtualHost |
VirtualHostLocalService.getVirtualHost(String hostname)
|
List<VirtualHost> |
VirtualHostLocalServiceWrapper.getVirtualHosts(int start,
int end)
Returns a range of all the virtual hosts. |
static List<VirtualHost> |
VirtualHostLocalServiceUtil.getVirtualHosts(int start,
int end)
Returns a range of all the virtual hosts. |
List<VirtualHost> |
VirtualHostLocalService.getVirtualHosts(int start,
int end)
Returns a range of all the virtual hosts. |
int |
VirtualHostLocalServiceWrapper.getVirtualHostsCount()
Returns the number of virtual hosts. |
static int |
VirtualHostLocalServiceUtil.getVirtualHostsCount()
Returns the number of virtual hosts. |
int |
VirtualHostLocalService.getVirtualHostsCount()
Returns the number of virtual hosts. |
String |
LayoutTemplateLocalServiceWrapper.getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
|
static String |
LayoutTemplateLocalServiceUtil.getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
|
String |
LayoutTemplateLocalService.getWapContent(String layoutTemplateId,
boolean standard,
String themeId)
|
PortletCategory |
PortletLocalServiceWrapper.getWARDisplay(String servletContextName,
String xml)
|
static PortletCategory |
PortletLocalServiceUtil.getWARDisplay(String servletContextName,
String xml)
|
PortletCategory |
PortletLocalService.getWARDisplay(String servletContextName,
String xml)
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.getWebDAVProps(long webDavPropsId)
Returns the web d a v props with the primary key. |
static WebDAVProps |
WebDAVPropsLocalServiceUtil.getWebDAVProps(long webDavPropsId)
Returns the web d a v props with the primary key. |
WebDAVProps |
WebDAVPropsLocalService.getWebDAVProps(long webDavPropsId)
Returns the web d a v props with the primary key. |
WebDAVProps |
WebDAVPropsLocalServiceWrapper.getWebDAVProps(long companyId,
String className,
long classPK)
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.getWebDAVProps(long companyId,
String className,
long classPK)
|
WebDAVProps |
WebDAVPropsLocalService.getWebDAVProps(long companyId,
String className,
long classPK)
|
List<WebDAVProps> |
WebDAVPropsLocalServiceWrapper.getWebDAVPropses(int start,
int end)
Returns a range of all the web d a v propses. |
static List<WebDAVProps> |
WebDAVPropsLocalServiceUtil.getWebDAVPropses(int start,
int end)
Returns a range of all the web d a v propses. |
List<WebDAVProps> |
WebDAVPropsLocalService.getWebDAVPropses(int start,
int end)
Returns a range of all the web d a v propses. |
int |
WebDAVPropsLocalServiceWrapper.getWebDAVPropsesCount()
Returns the number of web d a v propses. |
static int |
WebDAVPropsLocalServiceUtil.getWebDAVPropsesCount()
Returns the number of web d a v propses. |
int |
WebDAVPropsLocalService.getWebDAVPropsesCount()
Returns the number of web d a v propses. |
Website |
WebsiteServiceWrapper.getWebsite(long websiteId)
|
static Website |
WebsiteServiceUtil.getWebsite(long websiteId)
|
Website |
WebsiteService.getWebsite(long websiteId)
|
Website |
WebsiteLocalServiceWrapper.getWebsite(long websiteId)
Returns the website with the primary key. |
static Website |
WebsiteLocalServiceUtil.getWebsite(long websiteId)
Returns the website with the primary key. |
Website |
WebsiteLocalService.getWebsite(long websiteId)
Returns the website with the primary key. |
List<Website> |
WebsiteLocalServiceWrapper.getWebsites()
|
static List<Website> |
WebsiteLocalServiceUtil.getWebsites()
|
List<Website> |
WebsiteLocalService.getWebsites()
|
List<Website> |
WebsiteLocalServiceWrapper.getWebsites(int start,
int end)
Returns a range of all the websites. |
static List<Website> |
WebsiteLocalServiceUtil.getWebsites(int start,
int end)
Returns a range of all the websites. |
List<Website> |
WebsiteLocalService.getWebsites(int start,
int end)
Returns a range of all the websites. |
List<Website> |
WebsiteLocalServiceWrapper.getWebsites(long companyId,
String className,
long classPK)
|
static List<Website> |
WebsiteLocalServiceUtil.getWebsites(long companyId,
String className,
long classPK)
|
List<Website> |
WebsiteLocalService.getWebsites(long companyId,
String className,
long classPK)
|
List<Website> |
WebsiteServiceWrapper.getWebsites(String className,
long classPK)
|
static List<Website> |
WebsiteServiceUtil.getWebsites(String className,
long classPK)
|
List<Website> |
WebsiteService.getWebsites(String className,
long classPK)
|
int |
WebsiteLocalServiceWrapper.getWebsitesCount()
Returns the number of websites. |
static int |
WebsiteLocalServiceUtil.getWebsitesCount()
Returns the number of websites. |
int |
WebsiteLocalService.getWebsitesCount()
Returns the number of websites. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
Returns the workflow definition link with the primary key. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
Returns the workflow definition link with the primary key. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
Returns the workflow definition link with the primary key. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK,
boolean strict)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK,
boolean strict)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK,
boolean strict)
|
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinks(int start,
int end)
Returns a range of all the workflow definition links. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinks(int start,
int end)
Returns a range of all the workflow definition links. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks(int start,
int end)
Returns a range of all the workflow definition links. |
int |
WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinksCount()
Returns the number of workflow definition links. |
static int |
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinksCount()
Returns the number of workflow definition links. |
int |
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksCount()
Returns the number of workflow definition links. |
int |
WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinksCount(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
static int |
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinksCount(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
int |
WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksCount(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks(int start,
int end)
Returns a range of all the workflow instance links. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks(int start,
int end)
Returns a range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(int start,
int end)
Returns a range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
List<WorkflowInstanceLink> |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(long companyId,
long groupId,
String className,
long classPK)
|
int |
WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinksCount()
Returns the number of workflow instance links. |
static int |
WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinksCount()
Returns the number of workflow instance links. |
int |
WorkflowInstanceLinkLocalService.getWorkflowInstanceLinksCount()
Returns the number of workflow instance links. |
boolean |
ResourceTypePermissionLocalServiceWrapper.hasCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
static boolean |
ResourceTypePermissionLocalServiceUtil.hasCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
boolean |
ResourceTypePermissionLocalService.hasCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
boolean |
ResourceTypePermissionLocalServiceWrapper.hasEitherScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
static boolean |
ResourceTypePermissionLocalServiceUtil.hasEitherScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
boolean |
ResourceTypePermissionLocalService.hasEitherScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
boolean |
OrganizationLocalServiceWrapper.hasGroupOrganization(long groupId,
long organizationId)
Returns true if the organization belongs to the group. |
static boolean |
OrganizationLocalServiceUtil.hasGroupOrganization(long groupId,
long organizationId)
Returns true if the organization belongs to the group. |
boolean |
OrganizationLocalService.hasGroupOrganization(long groupId,
long organizationId)
Returns true if the organization belongs to the group. |
boolean |
ResourceTypePermissionLocalServiceWrapper.hasGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
static boolean |
ResourceTypePermissionLocalServiceUtil.hasGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
boolean |
ResourceTypePermissionLocalService.hasGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
boolean |
UserServiceWrapper.hasGroupUser(long groupId,
long userId)
Returns true if the user is a member of the group. |
static boolean |
UserServiceUtil.hasGroupUser(long groupId,
long userId)
Returns true if the user is a member of the group. |
boolean |
UserService.hasGroupUser(long groupId,
long userId)
Returns true if the user is a member of the group. |
boolean |
UserLocalServiceWrapper.hasGroupUser(long groupId,
long userId)
Returns true if the user is a member of the group. |
static boolean |
UserLocalServiceUtil.hasGroupUser(long groupId,
long userId)
Returns true if the user is a member of the group. |
boolean |
UserLocalService.hasGroupUser(long groupId,
long userId)
Returns true if the user is a member of the group. |
boolean |
UserGroupLocalServiceWrapper.hasGroupUserGroup(long groupId,
long userGroupId)
Returns true if the user group is associated with the group. |
static boolean |
UserGroupLocalServiceUtil.hasGroupUserGroup(long groupId,
long userGroupId)
Returns true if the user group is associated with the group. |
boolean |
UserGroupLocalService.hasGroupUserGroup(long groupId,
long userGroupId)
Returns true if the user group is associated with the group. |
boolean |
LayoutLocalServiceWrapper.hasLayouts(Group group,
boolean privateLayout)
|
static boolean |
LayoutLocalServiceUtil.hasLayouts(Group group,
boolean privateLayout)
|
boolean |
LayoutLocalService.hasLayouts(Group group,
boolean privateLayout)
|
boolean |
LayoutLocalServiceWrapper.hasLayouts(Group group,
boolean privateLayout,
boolean includeUserGroups)
|
static boolean |
LayoutLocalServiceUtil.hasLayouts(Group group,
boolean privateLayout,
boolean includeUserGroups)
|
boolean |
LayoutLocalService.hasLayouts(Group group,
boolean privateLayout,
boolean includeUserGroups)
|
boolean |
LayoutLocalServiceWrapper.hasLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns true if the group has any layouts;
false otherwise. |
static boolean |
LayoutLocalServiceUtil.hasLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns true if the group has any layouts;
false otherwise. |
boolean |
LayoutLocalService.hasLayouts(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns true if the group has any layouts;
false otherwise. |
boolean |
LayoutLocalServiceWrapper.hasLayouts(User user,
boolean privateLayout)
|
static boolean |
LayoutLocalServiceUtil.hasLayouts(User user,
boolean privateLayout)
|
boolean |
LayoutLocalService.hasLayouts(User user,
boolean privateLayout)
|
boolean |
LayoutLocalServiceWrapper.hasLayouts(User user,
boolean privateLayout,
boolean includeUserGroups)
|
static boolean |
LayoutLocalServiceUtil.hasLayouts(User user,
boolean privateLayout,
boolean includeUserGroups)
|
boolean |
LayoutLocalService.hasLayouts(User user,
boolean privateLayout,
boolean includeUserGroups)
|
boolean |
LayoutLocalServiceWrapper.hasLayoutSetPrototypeLayout(String layoutSetPrototypeUuid,
String layoutUuid,
long companyId)
|
static boolean |
LayoutLocalServiceUtil.hasLayoutSetPrototypeLayout(String layoutSetPrototypeUuid,
String layoutUuid,
long companyId)
|
boolean |
LayoutLocalService.hasLayoutSetPrototypeLayout(String layoutSetPrototypeUuid,
String layoutUuid,
long companyId)
|
boolean |
LockLocalServiceWrapper.hasLock(long userId,
String className,
long key)
|
static boolean |
LockLocalServiceUtil.hasLock(long userId,
String className,
long key)
|
boolean |
LockLocalService.hasLock(long userId,
String className,
long key)
|
boolean |
LockLocalServiceWrapper.hasLock(long userId,
String className,
String key)
|
static boolean |
LockLocalServiceUtil.hasLock(long userId,
String className,
String key)
|
boolean |
LockLocalService.hasLock(long userId,
String className,
String key)
|
boolean |
MembershipRequestLocalServiceWrapper.hasMembershipRequest(long userId,
long groupId,
int statusId)
|
static boolean |
MembershipRequestLocalServiceUtil.hasMembershipRequest(long userId,
long groupId,
int statusId)
|
boolean |
MembershipRequestLocalService.hasMembershipRequest(long userId,
long groupId,
int statusId)
|
boolean |
UserLocalServiceWrapper.hasOrganizationUser(long organizationId,
long userId)
Returns true if the user is a member of the organization. |
static boolean |
UserLocalServiceUtil.hasOrganizationUser(long organizationId,
long userId)
Returns true if the user is a member of the organization. |
boolean |
UserLocalService.hasOrganizationUser(long organizationId,
long userId)
Returns true if the user is a member of the organization. |
boolean |
OrganizationLocalServiceWrapper.hasPasswordPolicyOrganization(long passwordPolicyId,
long organizationId)
Returns true if the password policy has been assigned to the
organization. |
static boolean |
OrganizationLocalServiceUtil.hasPasswordPolicyOrganization(long passwordPolicyId,
long organizationId)
Returns true if the password policy has been assigned to the
organization. |
boolean |
OrganizationLocalService.hasPasswordPolicyOrganization(long passwordPolicyId,
long organizationId)
Returns true if the password policy has been assigned to the
organization. |
boolean |
PasswordPolicyRelLocalServiceWrapper.hasPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
static boolean |
PasswordPolicyRelLocalServiceUtil.hasPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
boolean |
PasswordPolicyRelLocalService.hasPasswordPolicyRel(long passwordPolicyId,
String className,
long classPK)
|
boolean |
UserLocalServiceWrapper.hasPasswordPolicyUser(long passwordPolicyId,
long userId)
Returns true if the password policy has been assigned to the
user. |
static boolean |
UserLocalServiceUtil.hasPasswordPolicyUser(long passwordPolicyId,
long userId)
Returns true if the password policy has been assigned to the
user. |
boolean |
UserLocalService.hasPasswordPolicyUser(long passwordPolicyId,
long userId)
Returns true if the password policy has been assigned to the
user. |
boolean |
ResourceBlockLocalServiceWrapper.hasPermission(String name,
long primKey,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
|
static boolean |
ResourceBlockLocalServiceUtil.hasPermission(String name,
long primKey,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
|
boolean |
ResourceBlockLocalService.hasPermission(String name,
long primKey,
String actionId,
ResourceBlockIdsBag resourceBlockIdsBag)
|
boolean |
PortletLocalServiceWrapper.hasPortlet(long companyId,
String portletId)
|
static boolean |
PortletLocalServiceUtil.hasPortlet(long companyId,
String portletId)
|
boolean |
PortletLocalService.hasPortlet(long companyId,
String portletId)
|
boolean |
ResourcePermissionLocalServiceWrapper.hasResourcePermission(List<Resource> resources,
long[] roleIds,
String actionId)
Returns true if the roles have permission at the scope to
perform the action on the resources. |
static boolean |
ResourcePermissionLocalServiceUtil.hasResourcePermission(List<Resource> resources,
long[] roleIds,
String actionId)
Returns true if the roles have permission at the scope to
perform the action on the resources. |
boolean |
ResourcePermissionLocalService.hasResourcePermission(List<Resource> resources,
long[] roleIds,
String actionId)
Returns true if the roles have permission at the scope to
perform the action on the resources. |
boolean |
ResourcePermissionLocalServiceWrapper.hasResourcePermission(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
String actionId)
Returns true if the roles have permission at the scope to
perform the action on resources of the type. |
static boolean |
ResourcePermissionLocalServiceUtil.hasResourcePermission(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
String actionId)
Returns true if the roles have permission at the scope to
perform the action on resources of the type. |
boolean |
ResourcePermissionLocalService.hasResourcePermission(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
String actionId)
Returns true if the roles have permission at the scope to
perform the action on resources of the type. |
boolean |
ResourcePermissionLocalServiceWrapper.hasResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Returns true if the role has permission at the scope to
perform the action on resources of the type. |
static boolean |
ResourcePermissionLocalServiceUtil.hasResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Returns true if the role has permission at the scope to
perform the action on resources of the type. |
boolean |
ResourcePermissionLocalService.hasResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Returns true if the role has permission at the scope to
perform the action on resources of the type. |
boolean[] |
ResourcePermissionLocalServiceWrapper.hasResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
String actionId)
|
static boolean[] |
ResourcePermissionLocalServiceUtil.hasResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
String actionId)
|
boolean[] |
ResourcePermissionLocalService.hasResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
String actionId)
|
boolean |
GroupLocalServiceWrapper.hasRoleGroup(long roleId,
long groupId)
Returns true if the group is associated with the role. |
static boolean |
GroupLocalServiceUtil.hasRoleGroup(long roleId,
long groupId)
Returns true if the group is associated with the role. |
boolean |
GroupLocalService.hasRoleGroup(long roleId,
long groupId)
Returns true if the group is associated with the role. |
boolean |
UserServiceWrapper.hasRoleUser(long roleId,
long userId)
Returns true if the user is a member of the role. |
static boolean |
UserServiceUtil.hasRoleUser(long roleId,
long userId)
Returns true if the user is a member of the role. |
boolean |
UserService.hasRoleUser(long roleId,
long userId)
Returns true if the user is a member of the role. |
boolean |
UserLocalServiceWrapper.hasRoleUser(long roleId,
long userId)
Returns true if the user is a member of the role. |
static boolean |
UserLocalServiceUtil.hasRoleUser(long roleId,
long userId)
Returns true if the user is a member of the role. |
boolean |
UserLocalService.hasRoleUser(long roleId,
long userId)
Returns true if the user is a member of the role. |
boolean |
UserServiceWrapper.hasRoleUser(long companyId,
String name,
long userId,
boolean inherited)
Returns true if the user has the role with the name,
optionally through inheritance. |
static boolean |
UserServiceUtil.hasRoleUser(long companyId,
String name,
long userId,
boolean inherited)
Returns true if the user has the role with the name,
optionally through inheritance. |
boolean |
UserService.hasRoleUser(long companyId,
String name,
long userId,
boolean inherited)
Returns true if the user has the role with the name,
optionally through inheritance. |
boolean |
UserLocalServiceWrapper.hasRoleUser(long companyId,
String name,
long userId,
boolean inherited)
Returns true if the user has the role with the name,
optionally through inheritance. |
static boolean |
UserLocalServiceUtil.hasRoleUser(long companyId,
String name,
long userId,
boolean inherited)
Returns true if the user has the role with the name,
optionally through inheritance. |
boolean |
UserLocalService.hasRoleUser(long companyId,
String name,
long userId,
boolean inherited)
Returns true if the user has the role with the name,
optionally through inheritance. |
boolean |
ResourcePermissionLocalServiceWrapper.hasScopeResourcePermission(long companyId,
String name,
int scope,
long roleId,
String actionId)
Returns true if the role has permission at the scope to
perform the action on the resource. |
static boolean |
ResourcePermissionLocalServiceUtil.hasScopeResourcePermission(long companyId,
String name,
int scope,
long roleId,
String actionId)
Returns true if the role has permission at the scope to
perform the action on the resource. |
boolean |
ResourcePermissionLocalService.hasScopeResourcePermission(long companyId,
String name,
int scope,
long roleId,
String actionId)
Returns true if the role has permission at the scope to
perform the action on the resource. |
boolean |
GroupLocalServiceWrapper.hasStagingGroup(long liveGroupId)
Returns true if the live group has a staging group. |
static boolean |
GroupLocalServiceUtil.hasStagingGroup(long liveGroupId)
Returns true if the live group has a staging group. |
boolean |
GroupLocalService.hasStagingGroup(long liveGroupId)
Returns true if the live group has a staging group. |
boolean |
UserLocalServiceWrapper.hasTeamUser(long teamId,
long userId)
Returns true if the user is a member of the team. |
static boolean |
UserLocalServiceUtil.hasTeamUser(long teamId,
long userId)
Returns true if the user is a member of the team. |
boolean |
UserLocalService.hasTeamUser(long teamId,
long userId)
Returns true if the user is a member of the team. |
boolean |
UserGroupLocalServiceWrapper.hasTeamUserGroup(long teamId,
long userGroupId)
Returns true if the user group belongs to the team. |
static boolean |
UserGroupLocalServiceUtil.hasTeamUserGroup(long teamId,
long userGroupId)
Returns true if the user group belongs to the team. |
boolean |
UserGroupLocalService.hasTeamUserGroup(long teamId,
long userGroupId)
Returns true if the user group belongs to the team. |
boolean |
GroupServiceWrapper.hasUserGroup(long userId,
long groupId)
Returns true if the user is associated with the group,
including the user's inherited organizations and user groups. |
static boolean |
GroupServiceUtil.hasUserGroup(long userId,
long groupId)
Returns true if the user is associated with the group,
including the user's inherited organizations and user groups. |
boolean |
GroupService.hasUserGroup(long userId,
long groupId)
Returns true if the user is associated with the group,
including the user's inherited organizations and user groups. |
boolean |
GroupLocalServiceWrapper.hasUserGroup(long userId,
long groupId)
Returns true if the user is immediately associated with the
group, or associated with the group via the user's organizations,
inherited organizations, or user groups. |
static boolean |
GroupLocalServiceUtil.hasUserGroup(long userId,
long groupId)
Returns true if the user is immediately associated with the
group, or associated with the group via the user's organizations,
inherited organizations, or user groups. |
boolean |
GroupLocalService.hasUserGroup(long userId,
long groupId)
Returns true if the user is immediately associated with the
group, or associated with the group via the user's organizations,
inherited organizations, or user groups. |
boolean |
GroupLocalServiceWrapper.hasUserGroup(long userId,
long groupId,
boolean inherit)
Returns true if the user is immediately associated with the
group, or optionally if the user is associated with the group via the
user's organizations, inherited organizations, or user groups. |
static boolean |
GroupLocalServiceUtil.hasUserGroup(long userId,
long groupId,
boolean inherit)
Returns true if the user is immediately associated with the
group, or optionally if the user is associated with the group via the
user's organizations, inherited organizations, or user groups. |
boolean |
GroupLocalService.hasUserGroup(long userId,
long groupId,
boolean inherit)
Returns true if the user is immediately associated with the
group, or optionally if the user is associated with the group via the
user's organizations, inherited organizations, or user groups. |
boolean |
UserGroupGroupRoleLocalServiceWrapper.hasUserGroupGroupRole(long userGroupId,
long groupId,
long roleId)
|
static boolean |
UserGroupGroupRoleLocalServiceUtil.hasUserGroupGroupRole(long userGroupId,
long groupId,
long roleId)
|
boolean |
UserGroupGroupRoleLocalService.hasUserGroupGroupRole(long userGroupId,
long groupId,
long roleId)
|
boolean |
UserGroupGroupRoleLocalServiceWrapper.hasUserGroupGroupRole(long userGroupId,
long groupId,
String roleName)
|
static boolean |
UserGroupGroupRoleLocalServiceUtil.hasUserGroupGroupRole(long userGroupId,
long groupId,
String roleName)
|
boolean |
UserGroupGroupRoleLocalService.hasUserGroupGroupRole(long userGroupId,
long groupId,
String roleName)
|
boolean |
UserGroupRoleLocalServiceWrapper.hasUserGroupRole(long userId,
long groupId,
long roleId)
|
static boolean |
UserGroupRoleLocalServiceUtil.hasUserGroupRole(long userId,
long groupId,
long roleId)
|
boolean |
UserGroupRoleLocalService.hasUserGroupRole(long userId,
long groupId,
long roleId)
|
boolean |
UserGroupRoleLocalServiceWrapper.hasUserGroupRole(long userId,
long groupId,
long roleId,
boolean inherit)
|
static boolean |
UserGroupRoleLocalServiceUtil.hasUserGroupRole(long userId,
long groupId,
long roleId,
boolean inherit)
|
boolean |
UserGroupRoleLocalService.hasUserGroupRole(long userId,
long groupId,
long roleId,
boolean inherit)
|
boolean |
UserGroupRoleLocalServiceWrapper.hasUserGroupRole(long userId,
long groupId,
String roleName)
|
static boolean |
UserGroupRoleLocalServiceUtil.hasUserGroupRole(long userId,
long groupId,
String roleName)
|
boolean |
UserGroupRoleLocalService.hasUserGroupRole(long userId,
long groupId,
String roleName)
|
boolean |
UserGroupRoleLocalServiceWrapper.hasUserGroupRole(long userId,
long groupId,
String roleName,
boolean inherit)
|
static boolean |
UserGroupRoleLocalServiceUtil.hasUserGroupRole(long userId,
long groupId,
String roleName,
boolean inherit)
|
boolean |
UserGroupRoleLocalService.hasUserGroupRole(long userId,
long groupId,
String roleName,
boolean inherit)
|
boolean |
UserLocalServiceWrapper.hasUserGroupUser(long userGroupId,
long userId)
Returns true if the user is a member of the user group. |
static boolean |
UserLocalServiceUtil.hasUserGroupUser(long userGroupId,
long userId)
Returns true if the user is a member of the user group. |
boolean |
UserLocalService.hasUserGroupUser(long userGroupId,
long userId)
Returns true if the user is a member of the user group. |
boolean |
OrganizationLocalServiceWrapper.hasUserOrganization(long userId,
long organizationId)
Returns true if the user is a member of the organization. |
static boolean |
OrganizationLocalServiceUtil.hasUserOrganization(long userId,
long organizationId)
Returns true if the user is a member of the organization. |
boolean |
OrganizationLocalService.hasUserOrganization(long userId,
long organizationId)
Returns true if the user is a member of the organization. |
boolean |
OrganizationLocalServiceWrapper.hasUserOrganization(long userId,
long organizationId,
boolean inheritSuborganizations,
boolean includeSpecifiedOrganization)
Returns true if the user is a member of the organization,
optionally focusing on sub-organizations or the specified organization. |
static boolean |
OrganizationLocalServiceUtil.hasUserOrganization(long userId,
long organizationId,
boolean inheritSuborganizations,
boolean includeSpecifiedOrganization)
Returns true if the user is a member of the organization,
optionally focusing on sub-organizations or the specified organization. |
boolean |
OrganizationLocalService.hasUserOrganization(long userId,
long organizationId,
boolean inheritSuborganizations,
boolean includeSpecifiedOrganization)
Returns true if the user is a member of the organization,
optionally focusing on sub-organizations or the specified organization. |
boolean |
ResourceLocalServiceWrapper.hasUserPermissions(long userId,
long resourceId,
List<Resource> resources,
String actionId,
long[] roleIds)
|
static boolean |
ResourceLocalServiceUtil.hasUserPermissions(long userId,
long resourceId,
List<Resource> resources,
String actionId,
long[] roleIds)
|
boolean |
ResourceLocalService.hasUserPermissions(long userId,
long resourceId,
List<Resource> resources,
String actionId,
long[] roleIds)
|
boolean |
RoleLocalServiceWrapper.hasUserRole(long userId,
long roleId)
Returns true if the user is associated with the role. |
static boolean |
RoleLocalServiceUtil.hasUserRole(long userId,
long roleId)
Returns true if the user is associated with the role. |
boolean |
RoleLocalService.hasUserRole(long userId,
long roleId)
Returns true if the user is associated with the role. |
boolean |
RoleServiceWrapper.hasUserRole(long userId,
long companyId,
String name,
boolean inherited)
Returns true if the user is associated with the named
regular role. |
static boolean |
RoleServiceUtil.hasUserRole(long userId,
long companyId,
String name,
boolean inherited)
Returns true if the user is associated with the named
regular role. |
boolean |
RoleService.hasUserRole(long userId,
long companyId,
String name,
boolean inherited)
Returns true if the user is associated with the named
regular role. |
boolean |
RoleLocalServiceWrapper.hasUserRole(long userId,
long companyId,
String name,
boolean inherited)
Returns true if the user is associated with the named
regular role. |
static boolean |
RoleLocalServiceUtil.hasUserRole(long userId,
long companyId,
String name,
boolean inherited)
Returns true if the user is associated with the named
regular role. |
boolean |
RoleLocalService.hasUserRole(long userId,
long companyId,
String name,
boolean inherited)
Returns true if the user is associated with the named
regular role. |
boolean |
RoleServiceWrapper.hasUserRoles(long userId,
long companyId,
String[] names,
boolean inherited)
Returns true if the user has any one of the named regular
roles. |
static boolean |
RoleServiceUtil.hasUserRoles(long userId,
long companyId,
String[] names,
boolean inherited)
Returns true if the user has any one of the named regular
roles. |
boolean |
RoleService.hasUserRoles(long userId,
long companyId,
String[] names,
boolean inherited)
Returns true if the user has any one of the named regular
roles. |
boolean |
RoleLocalServiceWrapper.hasUserRoles(long userId,
long companyId,
String[] names,
boolean inherited)
Returns true if the user has any one of the named regular
roles. |
static boolean |
RoleLocalServiceUtil.hasUserRoles(long userId,
long companyId,
String[] names,
boolean inherited)
Returns true if the user has any one of the named regular
roles. |
boolean |
RoleLocalService.hasUserRoles(long userId,
long companyId,
String[] names,
boolean inherited)
Returns true if the user has any one of the named regular
roles. |
boolean |
TeamServiceWrapper.hasUserTeam(long userId,
long teamId)
|
static boolean |
TeamServiceUtil.hasUserTeam(long userId,
long teamId)
|
boolean |
TeamService.hasUserTeam(long userId,
long teamId)
|
boolean |
TeamLocalServiceWrapper.hasUserTeam(long userId,
long teamId)
|
static boolean |
TeamLocalServiceUtil.hasUserTeam(long userId,
long teamId)
|
boolean |
TeamLocalService.hasUserTeam(long userId,
long teamId)
|
boolean |
WorkflowDefinitionLinkLocalServiceWrapper.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className)
|
static boolean |
WorkflowDefinitionLinkLocalServiceUtil.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className)
|
boolean |
WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className)
|
boolean |
WorkflowDefinitionLinkLocalServiceWrapper.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK)
|
static boolean |
WorkflowDefinitionLinkLocalServiceUtil.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK)
|
boolean |
WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK)
|
boolean |
WorkflowDefinitionLinkLocalServiceWrapper.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
static boolean |
WorkflowDefinitionLinkLocalServiceUtil.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
boolean |
WorkflowDefinitionLinkLocalService.hasWorkflowDefinitionLink(long companyId,
long groupId,
String className,
long classPK,
long typePK)
|
boolean |
WorkflowInstanceLinkLocalServiceWrapper.hasWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
static boolean |
WorkflowInstanceLinkLocalServiceUtil.hasWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
boolean |
WorkflowInstanceLinkLocalService.hasWorkflowInstanceLink(long companyId,
long groupId,
String className,
long classPK)
|
void |
LayoutServiceWrapper.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
byte[] bytes)
Imports the layouts from the byte array. |
static void |
LayoutServiceUtil.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
byte[] bytes)
Imports the layouts from the byte array. |
void |
LayoutService.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
byte[] bytes)
Imports the layouts from the byte array. |
void |
LayoutServiceWrapper.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Imports the layouts from the file. |
static void |
LayoutServiceUtil.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Imports the layouts from the file. |
void |
LayoutService.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Imports the layouts from the file. |
void |
LayoutServiceWrapper.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
InputStream is)
Imports the layouts from the input stream. |
static void |
LayoutServiceUtil.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
InputStream is)
Imports the layouts from the input stream. |
void |
LayoutService.importLayouts(long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
InputStream is)
Imports the layouts from the input stream. |
void |
LayoutLocalServiceWrapper.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
byte[] bytes)
Imports the layouts from the byte array. |
static void |
LayoutLocalServiceUtil.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
byte[] bytes)
Imports the layouts from the byte array. |
void |
LayoutLocalService.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
byte[] bytes)
Imports the layouts from the byte array. |
void |
LayoutLocalServiceWrapper.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Imports the layouts from the file. |
static void |
LayoutLocalServiceUtil.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Imports the layouts from the file. |
void |
LayoutLocalService.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Imports the layouts from the file. |
void |
LayoutLocalServiceWrapper.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
InputStream is)
Imports the layouts from the input stream. |
static void |
LayoutLocalServiceUtil.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
InputStream is)
Imports the layouts from the input stream. |
void |
LayoutLocalService.importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
InputStream is)
Imports the layouts from the input stream. |
void |
LayoutLocalServiceWrapper.importPortletInfo(long userId,
long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
File file)
Imports the portlet information (categories, permissions, ... etc.) from the file. |
static void |
LayoutLocalServiceUtil.importPortletInfo(long userId,
long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
File file)
Imports the portlet information (categories, permissions, ... etc.) from the file. |
void |
LayoutLocalService.importPortletInfo(long userId,
long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
File file)
Imports the portlet information (categories, permissions, ... etc.) from the file. |
void |
LayoutLocalServiceWrapper.importPortletInfo(long userId,
long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
InputStream is)
Imports the portlet information (categories, permissions, ... etc.) from the input stream. |
static void |
LayoutLocalServiceUtil.importPortletInfo(long userId,
long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
InputStream is)
Imports the portlet information (categories, permissions, ... etc.) from the input stream. |
void |
LayoutLocalService.importPortletInfo(long userId,
long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
InputStream is)
Imports the portlet information (categories, permissions, ... etc.) from the input stream. |
void |
LayoutServiceWrapper.importPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
File file)
Imports the portlet information (categories, permissions, ... etc.) from the file. |
static void |
LayoutServiceUtil.importPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
File file)
Imports the portlet information (categories, permissions, ... etc.) from the file. |
void |
LayoutService.importPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
File file)
Imports the portlet information (categories, permissions, ... etc.) from the file. |
void |
LayoutServiceWrapper.importPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
InputStream is)
Imports the portlet information (categories, permissions, ... etc.) from the input stream. |
static void |
LayoutServiceUtil.importPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
InputStream is)
Imports the portlet information (categories, permissions, ... etc.) from the input stream. |
void |
LayoutService.importPortletInfo(long plid,
long groupId,
String portletId,
Map<String,String[]> parameterMap,
InputStream is)
Imports the portlet information (categories, permissions, ... etc.) from the input stream. |
ServiceComponent |
ServiceComponentLocalServiceWrapper.initServiceComponent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate,
boolean buildAutoUpgrade)
|
static ServiceComponent |
ServiceComponentLocalServiceUtil.initServiceComponent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate,
boolean buildAutoUpgrade)
|
ServiceComponent |
ServiceComponentLocalService.initServiceComponent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader,
String buildNamespace,
long buildNumber,
long buildDate,
boolean buildAutoUpgrade)
|
boolean |
WorkflowInstanceLinkLocalServiceWrapper.isEnded(long companyId,
long groupId,
String className,
long classPK)
|
static boolean |
WorkflowInstanceLinkLocalServiceUtil.isEnded(long companyId,
long groupId,
String className,
long classPK)
|
boolean |
WorkflowInstanceLinkLocalService.isEnded(long companyId,
long groupId,
String className,
long classPK)
|
boolean |
LockLocalServiceWrapper.isLocked(String className,
long key)
|
static boolean |
LockLocalServiceUtil.isLocked(String className,
long key)
|
boolean |
LockLocalService.isLocked(String className,
long key)
|
boolean |
LockLocalServiceWrapper.isLocked(String className,
String key)
|
static boolean |
LockLocalServiceUtil.isLocked(String className,
String key)
|
boolean |
LockLocalService.isLocked(String className,
String key)
|
boolean |
UserLocalServiceWrapper.isPasswordExpired(User user)
Returns true if the user's password is expired. |
static boolean |
UserLocalServiceUtil.isPasswordExpired(User user)
Returns true if the user's password is expired. |
boolean |
UserLocalService.isPasswordExpired(User user)
Returns true if the user's password is expired. |
boolean |
UserLocalServiceWrapper.isPasswordExpiringSoon(User user)
Returns true if the password policy is configured to warn
the user that his password is expiring and the remaining time until
expiration is equal or less than the configured warning time. |
static boolean |
UserLocalServiceUtil.isPasswordExpiringSoon(User user)
Returns true if the password policy is configured to warn
the user that his password is expiring and the remaining time until
expiration is equal or less than the configured warning time. |
boolean |
UserLocalService.isPasswordExpiringSoon(User user)
Returns true if the password policy is configured to warn
the user that his password is expiring and the remaining time until
expiration is equal or less than the configured warning time. |
boolean |
PasswordTrackerLocalServiceWrapper.isSameAsCurrentPassword(long userId,
String newClearTextPwd)
|
static boolean |
PasswordTrackerLocalServiceUtil.isSameAsCurrentPassword(long userId,
String newClearTextPwd)
|
boolean |
PasswordTrackerLocalService.isSameAsCurrentPassword(long userId,
String newClearTextPwd)
|
boolean |
SubscriptionLocalServiceWrapper.isSubscribed(long companyId,
long userId,
String className,
long classPK)
|
static boolean |
SubscriptionLocalServiceUtil.isSubscribed(long companyId,
long userId,
String className,
long classPK)
|
boolean |
SubscriptionLocalService.isSubscribed(long companyId,
long userId,
String className,
long classPK)
|
boolean |
PasswordTrackerLocalServiceWrapper.isValidPassword(long userId,
String newClearTextPwd)
|
static boolean |
PasswordTrackerLocalServiceUtil.isValidPassword(long userId,
String newClearTextPwd)
|
boolean |
PasswordTrackerLocalService.isValidPassword(long userId,
String newClearTextPwd)
|
Group |
GroupLocalServiceWrapper.loadFetchGroup(long companyId,
String name)
Returns the group with the matching group name by first searching the system groups and then using the finder cache. |
static Group |
GroupLocalServiceUtil.loadFetchGroup(long companyId,
String name)
Returns the group with the matching group name by first searching the system groups and then using the finder cache. |
Group |
GroupLocalService.loadFetchGroup(long companyId,
String name)
Returns the group with the matching group name by first searching the system groups and then using the finder cache. |
Role |
RoleLocalServiceWrapper.loadFetchRole(long companyId,
String name)
Returns a role with the name in the company. |
static Role |
RoleLocalServiceUtil.loadFetchRole(long companyId,
String name)
Returns a role with the name in the company. |
Role |
RoleLocalService.loadFetchRole(long companyId,
String name)
Returns a role with the name in the company. |
User |
UserLocalServiceWrapper.loadGetDefaultUser(long companyId)
Returns the default user for the company. |
static User |
UserLocalServiceUtil.loadGetDefaultUser(long companyId)
Returns the default user for the company. |
User |
UserLocalService.loadGetDefaultUser(long companyId)
Returns the default user for the company. |
Group |
GroupLocalServiceWrapper.loadGetGroup(long companyId,
String name)
Returns the group with the matching group name. |
static Group |
GroupLocalServiceUtil.loadGetGroup(long companyId,
String name)
Returns the group with the matching group name. |
Group |
GroupLocalService.loadGetGroup(long companyId,
String name)
Returns the group with the matching group name. |
Map<String,Portlet> |
PortletLocalServiceWrapper.loadGetPortletsPool(long companyId)
|
static Map<String,Portlet> |
PortletLocalServiceUtil.loadGetPortletsPool(long companyId)
|
Map<String,Portlet> |
PortletLocalService.loadGetPortletsPool(long companyId)
|
Role |
RoleLocalServiceWrapper.loadGetRole(long companyId,
String name)
Returns a role with the name in the company. |
static Role |
RoleLocalServiceUtil.loadGetRole(long companyId,
String name)
Returns a role with the name in the company. |
Role |
RoleLocalService.loadGetRole(long companyId,
String name)
Returns a role with the name in the company. |
Lock |
LockLocalServiceWrapper.lock(long userId,
String className,
long key,
String owner,
boolean inheritable,
long expirationTime)
|
static Lock |
LockLocalServiceUtil.lock(long userId,
String className,
long key,
String owner,
boolean inheritable,
long expirationTime)
|
Lock |
LockLocalService.lock(long userId,
String className,
long key,
String owner,
boolean inheritable,
long expirationTime)
|
Lock |
LockLocalServiceWrapper.lock(long userId,
String className,
String key,
String owner,
boolean inheritable,
long expirationTime)
|
static Lock |
LockLocalServiceUtil.lock(long userId,
String className,
String key,
String owner,
boolean inheritable,
long expirationTime)
|
Lock |
LockLocalService.lock(long userId,
String className,
String key,
String owner,
boolean inheritable,
long expirationTime)
|
Lock |
LockLocalServiceWrapper.lock(String className,
String key,
String owner,
boolean retrieveFromCache)
|
static Lock |
LockLocalServiceUtil.lock(String className,
String key,
String owner,
boolean retrieveFromCache)
|
Lock |
LockLocalService.lock(String className,
String key,
String owner,
boolean retrieveFromCache)
|
Lock |
LockLocalServiceWrapper.lock(String className,
String key,
String expectedOwner,
String updatedOwner,
boolean retrieveFromCache)
|
static Lock |
LockLocalServiceUtil.lock(String className,
String key,
String expectedOwner,
String updatedOwner,
boolean retrieveFromCache)
|
Lock |
LockLocalService.lock(String className,
String key,
String expectedOwner,
String updatedOwner,
boolean retrieveFromCache)
|
LayoutSetBranch |
LayoutSetBranchServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchService.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalService.mergeLayoutSetBranch(long layoutSetBranchId,
long mergeLayoutSetBranchId,
ServiceContext serviceContext)
|
void |
ResourcePermissionLocalServiceWrapper.mergePermissions(long fromRoleId,
long toRoleId)
Reassigns all the resource permissions from the source role to the destination role, and deletes the source role. |
static void |
ResourcePermissionLocalServiceUtil.mergePermissions(long fromRoleId,
long toRoleId)
Reassigns all the resource permissions from the source role to the destination role, and deletes the source role. |
void |
ResourcePermissionLocalService.mergePermissions(long fromRoleId,
long toRoleId)
Reassigns all the resource permissions from the source role to the destination role, and deletes the source role. |
void |
ResourcePermissionLocalServiceWrapper.reassignPermissions(long resourcePermissionId,
long toRoleId)
Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining. |
static void |
ResourcePermissionLocalServiceUtil.reassignPermissions(long resourcePermissionId,
long toRoleId)
Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining. |
void |
ResourcePermissionLocalService.reassignPermissions(long resourcePermissionId,
long toRoleId)
Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining. |
void |
OrganizationLocalServiceWrapper.rebuildTree(long companyId)
Rebuilds the organizations tree. |
static void |
OrganizationLocalServiceUtil.rebuildTree(long companyId)
Rebuilds the organizations tree. |
void |
OrganizationLocalService.rebuildTree(long companyId)
Rebuilds the organizations tree. |
Lock |
LockLocalServiceWrapper.refresh(String uuid,
long companyId,
long expirationTime)
|
static Lock |
LockLocalServiceUtil.refresh(String uuid,
long companyId,
long expirationTime)
|
Lock |
LockLocalService.refresh(String uuid,
long companyId,
long expirationTime)
|
void |
ResourceBlockLocalServiceWrapper.releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
|
static void |
ResourceBlockLocalServiceUtil.releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
|
void |
ResourceBlockLocalService.releasePermissionedModelResourceBlock(PermissionedModel permissionedModel)
|
void |
ResourceBlockLocalServiceWrapper.releasePermissionedModelResourceBlock(String name,
long primKey)
|
static void |
ResourceBlockLocalServiceUtil.releasePermissionedModelResourceBlock(String name,
long primKey)
|
void |
ResourceBlockLocalService.releasePermissionedModelResourceBlock(String name,
long primKey)
|
void |
ResourceBlockLocalServiceWrapper.releaseResourceBlock(long resourceBlockId)
Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero. |
static void |
ResourceBlockLocalServiceUtil.releaseResourceBlock(long resourceBlockId)
Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero. |
void |
ResourceBlockLocalService.releaseResourceBlock(long resourceBlockId)
Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero. |
void |
ResourceBlockLocalServiceWrapper.releaseResourceBlock(ResourceBlock resourceBlock)
Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero. |
static void |
ResourceBlockLocalServiceUtil.releaseResourceBlock(ResourceBlock resourceBlock)
Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero. |
void |
ResourceBlockLocalService.releaseResourceBlock(ResourceBlock resourceBlock)
Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero. |
void |
ResourceBlockServiceWrapper.removeAllGroupScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockServiceUtil.removeAllGroupScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockService.removeAllGroupScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalServiceWrapper.removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.removeAllGroupScopePermissions(long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockServiceWrapper.removeCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockServiceUtil.removeCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockService.removeCompanyScopePermission(long scopeGroupId,
long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.removeCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.removeCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.removeCompanyScopePermission(long companyId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.removeCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.removeCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.removeCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockServiceWrapper.removeGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockServiceUtil.removeGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockService.removeGroupScopePermission(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.removeGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.removeGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.removeGroupScopePermission(long companyId,
long groupId,
String name,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.removeGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.removeGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.removeGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockServiceWrapper.removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
static void |
ResourceBlockServiceUtil.removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
ResourceBlockService.removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.removeIndividualScopePermission(long companyId,
long groupId,
String name,
long primKey,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.removeIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
|
static void |
ResourceBlockLocalServiceUtil.removeIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
|
void |
ResourceBlockLocalService.removeIndividualScopePermission(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
String actionId)
|
void |
ResourceBlockLocalServiceWrapper.removeIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.removeIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.removeIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalServiceWrapper.removeIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.removeIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.removeIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
void |
CompanyServiceWrapper.removePreferences(long companyId,
String[] keys)
Removes the values that match the keys of the company's preferences. |
static void |
CompanyServiceUtil.removePreferences(long companyId,
String[] keys)
Removes the values that match the keys of the company's preferences. |
void |
CompanyService.removePreferences(long companyId,
String[] keys)
Removes the values that match the keys of the company's preferences. |
void |
CompanyLocalServiceWrapper.removePreferences(long companyId,
String[] keys)
Removes the values that match the keys of the company's preferences. |
static void |
CompanyLocalServiceUtil.removePreferences(long companyId,
String[] keys)
Removes the values that match the keys of the company's preferences. |
void |
CompanyLocalService.removePreferences(long companyId,
String[] keys)
Removes the values that match the keys of the company's preferences. |
void |
ResourcePermissionServiceWrapper.removeResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Revokes permission at the scope from the role to perform the action on resources of the type. |
static void |
ResourcePermissionServiceUtil.removeResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Revokes permission at the scope from the role to perform the action on resources of the type. |
void |
ResourcePermissionService.removeResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Revokes permission at the scope from the role to perform the action on resources of the type. |
void |
ResourcePermissionLocalServiceWrapper.removeResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Revokes permission at the scope from the role to perform the action on resources of the type. |
static void |
ResourcePermissionLocalServiceUtil.removeResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Revokes permission at the scope from the role to perform the action on resources of the type. |
void |
ResourcePermissionLocalService.removeResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Revokes permission at the scope from the role to perform the action on resources of the type. |
void |
ResourcePermissionServiceWrapper.removeResourcePermissions(long groupId,
long companyId,
String name,
int scope,
long roleId,
String actionId)
Revokes all permissions at the scope from the role to perform the action on resources of the type. |
static void |
ResourcePermissionServiceUtil.removeResourcePermissions(long groupId,
long companyId,
String name,
int scope,
long roleId,
String actionId)
Revokes all permissions at the scope from the role to perform the action on resources of the type. |
void |
ResourcePermissionService.removeResourcePermissions(long groupId,
long companyId,
String name,
int scope,
long roleId,
String actionId)
Revokes all permissions at the scope from the role to perform the action on resources of the type. |
void |
ResourcePermissionLocalServiceWrapper.removeResourcePermissions(long companyId,
String name,
int scope,
long roleId,
String actionId)
Revokes all permissions at the scope from the role to perform the action on resources of the type. |
static void |
ResourcePermissionLocalServiceUtil.removeResourcePermissions(long companyId,
String name,
int scope,
long roleId,
String actionId)
Revokes all permissions at the scope from the role to perform the action on resources of the type. |
void |
ResourcePermissionLocalService.removeResourcePermissions(long companyId,
String name,
int scope,
long roleId,
String actionId)
Revokes all permissions at the scope from the role to perform the action on resources of the type. |
void |
PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
|
static void |
PortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
|
void |
PortletPreferencesService.restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
|
void |
PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences)
|
static void |
PortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences)
|
void |
PortletPreferencesService.restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences)
|
void |
PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences)
|
static void |
PortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences)
|
void |
PortletPreferencesService.restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences)
|
void |
LayoutServiceWrapper.schedulePublishToLive(long sourceGroupId,
long targetGroupId,
boolean privateLayout,
Map<Long,Boolean> layoutIdMap,
Map<String,String[]> parameterMap,
String scope,
Date startDate,
Date endDate,
String groupName,
String cronText,
Date schedulerStartDate,
Date schedulerEndDate,
String description)
Schedules a range of layouts to be published. |
static void |
LayoutServiceUtil.schedulePublishToLive(long sourceGroupId,
long targetGroupId,
boolean privateLayout,
Map<Long,Boolean> layoutIdMap,
Map<String,String[]> parameterMap,
String scope,
Date startDate,
Date endDate,
String groupName,
String cronText,
Date schedulerStartDate,
Date schedulerEndDate,
String description)
Schedules a range of layouts to be published. |
void |
LayoutService.schedulePublishToLive(long sourceGroupId,
long targetGroupId,
boolean privateLayout,
Map<Long,Boolean> layoutIdMap,
Map<String,String[]> parameterMap,
String scope,
Date startDate,
Date endDate,
String groupName,
String cronText,
Date schedulerStartDate,
Date schedulerEndDate,
String description)
Schedules a range of layouts to be published. |
void |
LayoutServiceWrapper.schedulePublishToRemote(long sourceGroupId,
boolean privateLayout,
Map<Long,Boolean> layoutIdMap,
Map<String,String[]> parameterMap,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
boolean remotePrivateLayout,
Date startDate,
Date endDate,
String groupName,
String cronText,
Date schedulerStartDate,
Date schedulerEndDate,
String description)
Schedules a range of layouts to be stored. |
static void |
LayoutServiceUtil.schedulePublishToRemote(long sourceGroupId,
boolean privateLayout,
Map<Long,Boolean> layoutIdMap,
Map<String,String[]> parameterMap,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
boolean remotePrivateLayout,
Date startDate,
Date endDate,
String groupName,
String cronText,
Date schedulerStartDate,
Date schedulerEndDate,
String description)
Schedules a range of layouts to be stored. |
void |
LayoutService.schedulePublishToRemote(long sourceGroupId,
boolean privateLayout,
Map<Long,Boolean> layoutIdMap,
Map<String,String[]> parameterMap,
String remoteAddress,
int remotePort,
String remotePathContext,
boolean secureConnection,
long remoteGroupId,
boolean remotePrivateLayout,
Date startDate,
Date endDate,
String groupName,
String cronText,
Date schedulerStartDate,
Date schedulerEndDate,
String description)
Schedules a range of layouts to be stored. |
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalService.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutPrototype> |
LayoutPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
static List<LayoutPrototype> |
LayoutPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutPrototype> |
LayoutPrototypeLocalService.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutSetPrototype> |
LayoutSetPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator obc)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator obc)
|
List<LayoutSetPrototype> |
LayoutSetPrototypeService.search(long companyId,
Boolean active,
OrderByComparator obc)
|
List<LayoutPrototype> |
LayoutPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator obc)
|
static List<LayoutPrototype> |
LayoutPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator obc)
|
List<LayoutPrototype> |
LayoutPrototypeService.search(long companyId,
Boolean active,
OrderByComparator obc)
|
List<MembershipRequest> |
MembershipRequestLocalServiceWrapper.search(long groupId,
int status,
int start,
int end)
|
static List<MembershipRequest> |
MembershipRequestLocalServiceUtil.search(long groupId,
int status,
int start,
int end)
|
List<MembershipRequest> |
MembershipRequestLocalService.search(long groupId,
int status,
int start,
int end)
|
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns a range of all the organizations of the company. |
static List<Organization> |
OrganizationLocalServiceUtil.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns a range of all the organizations of the company. |
List<Organization> |
OrganizationLocalService.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns a range of all the organizations of the company. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the company's groups, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the company's groups, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the company's groups, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
Hits |
CompanyLocalServiceWrapper.search(long companyId,
long userId,
String keywords,
int start,
int end)
Returns an ordered range of all assets that match the keywords in the company. |
static Hits |
CompanyLocalServiceUtil.search(long companyId,
long userId,
String keywords,
int start,
int end)
Returns an ordered range of all assets that match the keywords in the company. |
Hits |
CompanyLocalService.search(long companyId,
long userId,
String keywords,
int start,
int end)
Returns an ordered range of all assets that match the keywords in the company. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
Hits |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the organizations that match the keywords, using the indexer. |
static Hits |
OrganizationLocalServiceUtil.search(long companyId,
long parentOrganizationId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the organizations that match the keywords, using the indexer. |
Hits |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the organizations that match the keywords, using the indexer. |
Hits |
CompanyLocalServiceWrapper.search(long companyId,
long userId,
String portletId,
long groupId,
String type,
String keywords,
int start,
int end)
Returns an ordered range of all assets that match the keywords in the portlet within the company. |
static Hits |
CompanyLocalServiceUtil.search(long companyId,
long userId,
String portletId,
long groupId,
String type,
String keywords,
int start,
int end)
Returns an ordered range of all assets that match the keywords in the portlet within the company. |
Hits |
CompanyLocalService.search(long companyId,
long userId,
String portletId,
long groupId,
String type,
String keywords,
int start,
int end)
Returns an ordered range of all assets that match the keywords in the portlet within the company. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
static List<Organization> |
OrganizationLocalServiceUtil.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
List<Organization> |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
static List<Organization> |
OrganizationLocalServiceUtil.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
List<Organization> |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
static List<Organization> |
OrganizationLocalServiceUtil.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
List<Organization> |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
static List<Organization> |
OrganizationLocalServiceUtil.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
List<Organization> |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
Hits |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
String region,
String country,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer. |
static Hits |
OrganizationLocalServiceUtil.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
String region,
String country,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer. |
Hits |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
String region,
String country,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the keywords and types. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the keywords and types. |
List<Role> |
RoleLocalService.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the keywords and types. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
List<Role> |
RoleLocalService.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
List<PasswordPolicy> |
PasswordPolicyLocalServiceWrapper.search(long companyId,
String name,
int start,
int end,
OrderByComparator obc)
|
static List<PasswordPolicy> |
PasswordPolicyLocalServiceUtil.search(long companyId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<PasswordPolicy> |
PasswordPolicyLocalService.search(long companyId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<User> |
UserLocalServiceWrapper.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users who match the keywords and status, without using the indexer. |
static List<User> |
UserLocalServiceUtil.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users who match the keywords and status, without using the indexer. |
List<User> |
UserLocalService.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users who match the keywords and status, without using the indexer. |
Hits |
UserLocalServiceWrapper.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the users who match the keywords and status, using the indexer. |
static Hits |
UserLocalServiceUtil.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the users who match the keywords and status, using the indexer. |
Hits |
UserLocalService.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the users who match the keywords and status, using the indexer. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the user groups that match the keywords. |
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the user groups that match the keywords. |
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the user groups that match the keywords. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
Hits |
UserGroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the user groups that match the keywords, using the indexer. |
static Hits |
UserGroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the user groups that match the keywords, using the indexer. |
Hits |
UserGroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
Returns an ordered range of all the user groups that match the keywords, using the indexer. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the name, description, and types. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the name, description, and types. |
List<Role> |
RoleLocalService.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the name, description, and types. |
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
List<Role> |
RoleLocalService.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
Hits |
UserGroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the user groups that match the name and description. |
static Hits |
UserGroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the user groups that match the name and description. |
Hits |
UserGroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the user groups that match the name and description. |
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the user groups that match the name and description. |
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the user groups that match the name and description. |
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the user groups that match the name and description. |
List<Team> |
TeamLocalServiceWrapper.search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<Team> |
TeamLocalServiceUtil.search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Team> |
TeamLocalService.search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupServiceWrapper.search(long companyId,
String name,
String description,
String[] params,
int start,
int end)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
static List<Group> |
GroupServiceUtil.search(long companyId,
String name,
String description,
String[] params,
int start,
int end)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<Group> |
GroupService.search(long companyId,
String name,
String description,
String[] params,
int start,
int end)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
List<User> |
UserLocalServiceWrapper.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer. |
static List<User> |
UserLocalServiceUtil.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer. |
List<User> |
UserLocalService.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer. |
Hits |
UserLocalServiceWrapper.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer. |
static Hits |
UserLocalServiceUtil.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer. |
Hits |
UserLocalService.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer. |
int |
LayoutSetPrototypeLocalServiceWrapper.searchCount(long companyId,
Boolean active)
|
static int |
LayoutSetPrototypeLocalServiceUtil.searchCount(long companyId,
Boolean active)
|
int |
LayoutSetPrototypeLocalService.searchCount(long companyId,
Boolean active)
|
int |
LayoutPrototypeLocalServiceWrapper.searchCount(long companyId,
Boolean active)
|
static int |
LayoutPrototypeLocalServiceUtil.searchCount(long companyId,
Boolean active)
|
int |
LayoutPrototypeLocalService.searchCount(long companyId,
Boolean active)
|
int |
MembershipRequestLocalServiceWrapper.searchCount(long groupId,
int status)
|
static int |
MembershipRequestLocalServiceUtil.searchCount(long groupId,
int status)
|
int |
MembershipRequestLocalService.searchCount(long groupId,
int status)
|
int |
GroupLocalServiceWrapper.searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups belonging to the parent group that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups. |
static int |
GroupLocalServiceUtil.searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups belonging to the parent group that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalService.searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups belonging to the parent group that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalServiceWrapper.searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
static int |
GroupLocalServiceUtil.searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalService.searchCount(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalServiceWrapper.searchCount(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups. |
static int |
GroupLocalServiceUtil.searchCount(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalService.searchCount(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups that match the class name IDs, and keywords, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalServiceWrapper.searchCount(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
static int |
GroupLocalServiceUtil.searchCount(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalService.searchCount(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalServiceWrapper.searchCount(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
static int |
GroupLocalServiceUtil.searchCount(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalService.searchCount(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalServiceWrapper.searchCount(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups belonging to the parent group and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
static int |
GroupLocalServiceUtil.searchCount(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups belonging to the parent group and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalService.searchCount(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups belonging to the parent group and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
int |
OrganizationLocalServiceWrapper.searchCount(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params)
Returns the number of organizations that match the keywords, type, region, and country. |
static int |
OrganizationLocalServiceUtil.searchCount(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params)
Returns the number of organizations that match the keywords, type, region, and country. |
int |
OrganizationLocalService.searchCount(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params)
Returns the number of organizations that match the keywords, type, region, and country. |
int |
OrganizationLocalServiceWrapper.searchCount(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them. |
static int |
OrganizationLocalServiceUtil.searchCount(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them. |
int |
OrganizationLocalService.searchCount(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them. |
int |
PasswordPolicyLocalServiceWrapper.searchCount(long companyId,
String name)
|
static int |
PasswordPolicyLocalServiceUtil.searchCount(long companyId,
String name)
|
int |
PasswordPolicyLocalService.searchCount(long companyId,
String name)
|
int |
RoleLocalServiceWrapper.searchCount(long companyId,
String keywords,
Integer[] types)
Returns the number of roles that match the keywords and types. |
static int |
RoleLocalServiceUtil.searchCount(long companyId,
String keywords,
Integer[] types)
Returns the number of roles that match the keywords and types. |
int |
RoleLocalService.searchCount(long companyId,
String keywords,
Integer[] types)
Returns the number of roles that match the keywords and types. |
int |
RoleLocalServiceWrapper.searchCount(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params)
Returns the number of roles that match the keywords, types and params. |
static int |
RoleLocalServiceUtil.searchCount(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params)
Returns the number of roles that match the keywords, types and params. |
int |
RoleLocalService.searchCount(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params)
Returns the number of roles that match the keywords, types and params. |
int |
UserLocalServiceWrapper.searchCount(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params)
Returns the number of users who match the keywords and status. |
static int |
UserLocalServiceUtil.searchCount(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params)
Returns the number of users who match the keywords and status. |
int |
UserLocalService.searchCount(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params)
Returns the number of users who match the keywords and status. |
int |
UserGroupLocalServiceWrapper.searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of user groups that match the keywords |
static int |
UserGroupLocalServiceUtil.searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of user groups that match the keywords |
int |
UserGroupLocalService.searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of user groups that match the keywords |
int |
GroupLocalServiceWrapper.searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
static int |
GroupLocalServiceUtil.searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalService.searchCount(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
Returns the number of groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
int |
RoleLocalServiceWrapper.searchCount(long companyId,
String name,
String description,
Integer[] types)
Returns the number of roles that match the name, description, and types. |
static int |
RoleLocalServiceUtil.searchCount(long companyId,
String name,
String description,
Integer[] types)
Returns the number of roles that match the name, description, and types. |
int |
RoleLocalService.searchCount(long companyId,
String name,
String description,
Integer[] types)
Returns the number of roles that match the name, description, and types. |
int |
RoleLocalServiceWrapper.searchCount(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params)
Returns the number of roles that match the name, description, types, and params. |
static int |
RoleLocalServiceUtil.searchCount(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params)
Returns the number of roles that match the name, description, types, and params. |
int |
RoleLocalService.searchCount(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params)
Returns the number of roles that match the name, description, types, and params. |
int |
UserGroupLocalServiceWrapper.searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params)
Returns the number of user groups that match the name and description. |
static int |
UserGroupLocalServiceUtil.searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params)
Returns the number of user groups that match the name and description. |
int |
UserGroupLocalService.searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params)
Returns the number of user groups that match the name and description. |
int |
TeamLocalServiceWrapper.searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
static int |
TeamLocalServiceUtil.searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
int |
TeamLocalService.searchCount(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
int |
GroupLocalServiceWrapper.searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
static int |
GroupLocalServiceUtil.searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
int |
GroupLocalService.searchCount(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
Returns the number of groups and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
int |
GroupServiceWrapper.searchCount(long companyId,
String name,
String description,
String[] params)
Returns the number of groups and organization groups that match the name and description, optionally including the user's inherited organizations and user groups. |
static int |
GroupServiceUtil.searchCount(long companyId,
String name,
String description,
String[] params)
Returns the number of groups and organization groups that match the name and description, optionally including the user's inherited organizations and user groups. |
int |
GroupService.searchCount(long companyId,
String name,
String description,
String[] params)
Returns the number of groups and organization groups that match the name and description, optionally including the user's inherited organizations and user groups. |
int |
UserLocalServiceWrapper.searchCount(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch)
Returns the number of users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them. |
static int |
UserLocalServiceUtil.searchCount(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch)
Returns the number of users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them. |
int |
UserLocalService.searchCount(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch)
Returns the number of users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them. |
void |
UserLocalServiceWrapper.sendEmailAddressVerification(User user,
String emailAddress,
ServiceContext serviceContext)
Sends an email address verification to the user. |
static void |
UserLocalServiceUtil.sendEmailAddressVerification(User user,
String emailAddress,
ServiceContext serviceContext)
Sends an email address verification to the user. |
void |
UserLocalService.sendEmailAddressVerification(User user,
String emailAddress,
ServiceContext serviceContext)
Sends an email address verification to the user. |
void |
UserLocalServiceWrapper.sendPassword(long companyId,
String emailAddress,
String fromName,
String fromAddress,
String subject,
String body,
ServiceContext serviceContext)
Sends the password email to the user with the email address. |
static void |
UserLocalServiceUtil.sendPassword(long companyId,
String emailAddress,
String fromName,
String fromAddress,
String subject,
String body,
ServiceContext serviceContext)
Sends the password email to the user with the email address. |
void |
UserLocalService.sendPassword(long companyId,
String emailAddress,
String fromName,
String fromAddress,
String subject,
String body,
ServiceContext serviceContext)
Sends the password email to the user with the email address. |
void |
ResourceBlockServiceWrapper.setCompanyScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
List<String> actionIds)
|
static void |
ResourceBlockServiceUtil.setCompanyScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockService.setCompanyScopePermissions(long scopeGroupId,
long companyId,
String name,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalServiceWrapper.setCompanyScopePermissions(long companyId,
String name,
long roleId,
List<String> actionIds)
|
static void |
ResourceBlockLocalServiceUtil.setCompanyScopePermissions(long companyId,
String name,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalService.setCompanyScopePermissions(long companyId,
String name,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalServiceWrapper.setCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.setCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.setCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong)
|
void |
OrganizationServiceWrapper.setGroupOrganizations(long groupId,
long[] organizationIds)
Sets the organizations in the group, removing and adding organizations to the group as necessary. |
static void |
OrganizationServiceUtil.setGroupOrganizations(long groupId,
long[] organizationIds)
Sets the organizations in the group, removing and adding organizations to the group as necessary. |
void |
OrganizationService.setGroupOrganizations(long groupId,
long[] organizationIds)
Sets the organizations in the group, removing and adding organizations to the group as necessary. |
void |
OrganizationLocalServiceWrapper.setGroupOrganizations(long groupId,
long[] organizationIds)
Sets the organizations in the group, removing and adding organizations to the group as necessary. |
static void |
OrganizationLocalServiceUtil.setGroupOrganizations(long groupId,
long[] organizationIds)
Sets the organizations in the group, removing and adding organizations to the group as necessary. |
void |
OrganizationLocalService.setGroupOrganizations(long groupId,
long[] organizationIds)
Sets the organizations in the group, removing and adding organizations to the group as necessary. |
void |
ResourceBlockServiceWrapper.setGroupScopePermissions(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
|
static void |
ResourceBlockServiceUtil.setGroupScopePermissions(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockService.setGroupScopePermissions(long scopeGroupId,
long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalServiceWrapper.setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
|
static void |
ResourceBlockLocalServiceUtil.setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalService.setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalServiceWrapper.setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.setGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong)
|
void |
ResourcePermissionServiceWrapper.setIndividualResourcePermissions(long groupId,
long companyId,
String name,
String primKey,
long roleId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
static void |
ResourcePermissionServiceUtil.setIndividualResourcePermissions(long groupId,
long companyId,
String name,
String primKey,
long roleId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
ResourcePermissionService.setIndividualResourcePermissions(long groupId,
long companyId,
String name,
String primKey,
long roleId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
ResourcePermissionServiceWrapper.setIndividualResourcePermissions(long groupId,
long companyId,
String name,
String primKey,
Map<Long,String[]> roleIdsToActionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
static void |
ResourcePermissionServiceUtil.setIndividualResourcePermissions(long groupId,
long companyId,
String name,
String primKey,
Map<Long,String[]> roleIdsToActionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
ResourcePermissionService.setIndividualResourcePermissions(long groupId,
long companyId,
String name,
String primKey,
Map<Long,String[]> roleIdsToActionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
ResourceBlockServiceWrapper.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
|
static void |
ResourceBlockServiceUtil.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockService.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalServiceWrapper.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
|
static void |
ResourceBlockLocalServiceUtil.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalService.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalServiceWrapper.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockServiceWrapper.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
|
static void |
ResourceBlockServiceUtil.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
|
void |
ResourceBlockService.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
|
void |
ResourceBlockLocalServiceWrapper.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
|
static void |
ResourceBlockLocalServiceUtil.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
|
void |
ResourceBlockLocalService.setIndividualScopePermissions(long companyId,
long groupId,
String name,
long primKey,
Map<Long,String[]> roleIdsToActionIds)
|
void |
ResourceBlockLocalServiceWrapper.setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
List<String> actionIds)
|
static void |
ResourceBlockLocalServiceUtil.setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalService.setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
List<String> actionIds)
|
void |
ResourceBlockLocalServiceWrapper.setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
static void |
ResourceBlockLocalServiceUtil.setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
void |
ResourceBlockLocalService.setIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong)
|
void |
LayoutServiceWrapper.setLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
long[] layoutIds,
ServiceContext serviceContext)
Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout. |
static void |
LayoutServiceUtil.setLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
long[] layoutIds,
ServiceContext serviceContext)
Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout. |
void |
LayoutService.setLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
long[] layoutIds,
ServiceContext serviceContext)
Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout. |
void |
LayoutLocalServiceWrapper.setLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
long[] layoutIds,
ServiceContext serviceContext)
Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout. |
static void |
LayoutLocalServiceUtil.setLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
long[] layoutIds,
ServiceContext serviceContext)
Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout. |
void |
LayoutLocalService.setLayouts(long groupId,
boolean privateLayout,
long parentLayoutId,
long[] layoutIds,
ServiceContext serviceContext)
Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout. |
void |
ResourcePermissionLocalServiceWrapper.setOwnerResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions. |
static void |
ResourcePermissionLocalServiceUtil.setOwnerResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions. |
void |
ResourcePermissionLocalService.setOwnerResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions. |
void |
ResourcePermissionLocalServiceWrapper.setResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long roleId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
static void |
ResourcePermissionLocalServiceUtil.setResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long roleId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
ResourcePermissionLocalService.setResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long roleId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
ResourcePermissionLocalServiceWrapper.setResourcePermissions(long companyId,
String name,
int scope,
String primKey,
Map<Long,String[]> roleIdsToActionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
static void |
ResourcePermissionLocalServiceUtil.setResourcePermissions(long companyId,
String name,
int scope,
String primKey,
Map<Long,String[]> roleIdsToActionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
ResourcePermissionLocalService.setResourcePermissions(long companyId,
String name,
int scope,
String primKey,
Map<Long,String[]> roleIdsToActionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
GroupServiceWrapper.setRoleGroups(long roleId,
long[] groupIds)
Sets the groups associated with the role, removing and adding associations as necessary. |
static void |
GroupServiceUtil.setRoleGroups(long roleId,
long[] groupIds)
Sets the groups associated with the role, removing and adding associations as necessary. |
void |
GroupService.setRoleGroups(long roleId,
long[] groupIds)
Sets the groups associated with the role, removing and adding associations as necessary. |
void |
GroupLocalServiceWrapper.setRoleGroups(long roleId,
long[] groupIds)
Sets the groups associated with the role, removing and adding associations as necessary. |
static void |
GroupLocalServiceUtil.setRoleGroups(long roleId,
long[] groupIds)
Sets the groups associated with the role, removing and adding associations as necessary. |
void |
GroupLocalService.setRoleGroups(long roleId,
long[] groupIds)
Sets the groups associated with the role, removing and adding associations as necessary. |
void |
UserServiceWrapper.setRoleUsers(long roleId,
long[] userIds)
Sets the users in the role, removing and adding users to the role as necessary. |
static void |
UserServiceUtil.setRoleUsers(long roleId,
long[] userIds)
Sets the users in the role, removing and adding users to the role as necessary. |
void |
UserService.setRoleUsers(long roleId,
long[] userIds)
Sets the users in the role, removing and adding users to the role as necessary. |
void |
UserLocalServiceWrapper.setRoleUsers(long roleId,
long[] userIds)
Sets the users in the role, removing and adding users to the role as necessary. |
static void |
UserLocalServiceUtil.setRoleUsers(long roleId,
long[] userIds)
Sets the users in the role, removing and adding users to the role as necessary. |
void |
UserLocalService.setRoleUsers(long roleId,
long[] userIds)
Sets the users in the role, removing and adding users to the role as necessary. |
void |
UserServiceWrapper.setUserGroupUsers(long userGroupId,
long[] userIds)
Sets the users in the user group, removing and adding users to the user group as necessary. |
static void |
UserServiceUtil.setUserGroupUsers(long userGroupId,
long[] userIds)
Sets the users in the user group, removing and adding users to the user group as necessary. |
void |
UserService.setUserGroupUsers(long userGroupId,
long[] userIds)
Sets the users in the user group, removing and adding users to the user group as necessary. |
void |
UserLocalServiceWrapper.setUserGroupUsers(long userGroupId,
long[] userIds)
Sets the users in the user group, removing and adding users to the user group as necessary. |
static void |
UserLocalServiceUtil.setUserGroupUsers(long userGroupId,
long[] userIds)
Sets the users in the user group, removing and adding users to the user group as necessary. |
void |
UserLocalService.setUserGroupUsers(long userGroupId,
long[] userIds)
Sets the users in the user group, removing and adding users to the user group as necessary. |
void |
RoleLocalServiceWrapper.setUserRoles(long userId,
long[] roleIds)
Sets the roles associated with the user, replacing the user's existing roles. |
static void |
RoleLocalServiceUtil.setUserRoles(long userId,
long[] roleIds)
Sets the roles associated with the user, replacing the user's existing roles. |
void |
RoleLocalService.setUserRoles(long userId,
long[] roleIds)
Sets the roles associated with the user, replacing the user's existing roles. |
void |
UserGroupLocalServiceWrapper.setUserUserGroups(long userId,
long[] userGroupIds)
Sets the user groups associated with the user copying the user group layouts and removing and adding user group associations for the user as necessary. |
static void |
UserGroupLocalServiceUtil.setUserUserGroups(long userId,
long[] userGroupIds)
Sets the user groups associated with the user copying the user group layouts and removing and adding user group associations for the user as necessary. |
void |
UserGroupLocalService.setUserUserGroups(long userId,
long[] userGroupIds)
Sets the user groups associated with the user copying the user group layouts and removing and adding user group associations for the user as necessary. |
void |
WorkflowInstanceLinkLocalServiceWrapper.startWorkflowInstance(long companyId,
long groupId,
long userId,
String className,
long classPK,
Map<String,Serializable> workflowContext)
|
static void |
WorkflowInstanceLinkLocalServiceUtil.startWorkflowInstance(long companyId,
long groupId,
long userId,
String className,
long classPK,
Map<String,Serializable> workflowContext)
|
void |
WorkflowInstanceLinkLocalService.startWorkflowInstance(long companyId,
long groupId,
long userId,
String className,
long classPK,
Map<String,Serializable> workflowContext)
|
void |
WebDAVPropsLocalServiceWrapper.storeWebDAVProps(WebDAVProps webDavProps)
|
static void |
WebDAVPropsLocalServiceUtil.storeWebDAVProps(WebDAVProps webDavProps)
|
void |
WebDAVPropsLocalService.storeWebDAVProps(WebDAVProps webDavProps)
|
void |
PortalServiceWrapper.testAddClassName_Rollback(String classNameValue)
|
static void |
PortalServiceUtil.testAddClassName_Rollback(String classNameValue)
|
void |
PortalService.testAddClassName_Rollback(String classNameValue)
|
void |
PortalServiceWrapper.testAddClassName_Success(String classNameValue)
|
static void |
PortalServiceUtil.testAddClassName_Success(String classNameValue)
|
void |
PortalService.testAddClassName_Success(String classNameValue)
|
void |
PortalServiceWrapper.testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
|
static void |
PortalServiceUtil.testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
|
void |
PortalService.testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
|
void |
PortalServiceWrapper.testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
|
static void |
PortalServiceUtil.testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
|
void |
PortalService.testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
|
void |
PortalServiceWrapper.testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
|
static void |
PortalServiceUtil.testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
|
void |
PortalService.testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
|
void |
PortalServiceWrapper.testAutoSyncHibernateSessionStateOnTxCreation()
|
static void |
PortalServiceUtil.testAutoSyncHibernateSessionStateOnTxCreation()
|
void |
PortalService.testAutoSyncHibernateSessionStateOnTxCreation()
|
void |
PortalServiceWrapper.testCounterIncrement_Rollback()
|
static void |
PortalServiceUtil.testCounterIncrement_Rollback()
|
void |
PortalService.testCounterIncrement_Rollback()
|
void |
PortalServiceWrapper.testDeleteClassName()
|
static void |
PortalServiceUtil.testDeleteClassName()
|
void |
PortalService.testDeleteClassName()
|
boolean |
PortalServiceWrapper.testHasClassName()
|
static boolean |
PortalServiceUtil.testHasClassName()
|
boolean |
PortalService.testHasClassName()
|
FileEntry |
CMISRepositoryLocalServiceWrapper.toFileEntry(long repositoryId,
Object object)
|
static FileEntry |
CMISRepositoryLocalServiceUtil.toFileEntry(long repositoryId,
Object object)
|
FileEntry |
CMISRepositoryLocalService.toFileEntry(long repositoryId,
Object object)
|
FileVersion |
CMISRepositoryLocalServiceWrapper.toFileVersion(long repositoryId,
Object object)
|
static FileVersion |
CMISRepositoryLocalServiceUtil.toFileVersion(long repositoryId,
Object object)
|
FileVersion |
CMISRepositoryLocalService.toFileVersion(long repositoryId,
Object object)
|
Folder |
CMISRepositoryLocalServiceWrapper.toFolder(long repositoryId,
Object object)
|
static Folder |
CMISRepositoryLocalServiceUtil.toFolder(long repositoryId,
Object object)
|
Folder |
CMISRepositoryLocalService.toFolder(long repositoryId,
Object object)
|
void |
PasswordTrackerLocalServiceWrapper.trackPassword(long userId,
String encPassword)
|
static void |
PasswordTrackerLocalServiceUtil.trackPassword(long userId,
String encPassword)
|
void |
PasswordTrackerLocalService.trackPassword(long userId,
String encPassword)
|
void |
LockLocalServiceWrapper.unlock(String className,
long key)
|
static void |
LockLocalServiceUtil.unlock(String className,
long key)
|
void |
LockLocalService.unlock(String className,
long key)
|
void |
LockLocalServiceWrapper.unlock(String className,
String key)
|
static void |
LockLocalServiceUtil.unlock(String className,
String key)
|
void |
LockLocalService.unlock(String className,
String key)
|
void |
LockLocalServiceWrapper.unlock(String className,
String key,
String owner,
boolean retrieveFromCache)
|
static void |
LockLocalServiceUtil.unlock(String className,
String key,
String owner,
boolean retrieveFromCache)
|
void |
LockLocalService.unlock(String className,
String key,
String owner,
boolean retrieveFromCache)
|
void |
LayoutServiceWrapper.unschedulePublishToLive(long groupId,
String jobName,
String groupName)
Deletes the job from the scheduler's queue. |
static void |
LayoutServiceUtil.unschedulePublishToLive(long groupId,
String jobName,
String groupName)
Deletes the job from the scheduler's queue. |
void |
LayoutService.unschedulePublishToLive(long groupId,
String jobName,
String groupName)
Deletes the job from the scheduler's queue. |
void |
LayoutServiceWrapper.unschedulePublishToRemote(long groupId,
String jobName,
String groupName)
Deletes the job from the scheduler's persistent queue. |
static void |
LayoutServiceUtil.unschedulePublishToRemote(long groupId,
String jobName,
String groupName)
Deletes the job from the scheduler's persistent queue. |
void |
LayoutService.unschedulePublishToRemote(long groupId,
String jobName,
String groupName)
Deletes the job from the scheduler's persistent queue. |
void |
OrganizationServiceWrapper.unsetGroupOrganizations(long groupId,
long[] organizationIds)
Removes the organizations from the group. |
static void |
OrganizationServiceUtil.unsetGroupOrganizations(long groupId,
long[] organizationIds)
Removes the organizations from the group. |
void |
OrganizationService.unsetGroupOrganizations(long groupId,
long[] organizationIds)
Removes the organizations from the group. |
void |
OrganizationLocalServiceWrapper.unsetGroupOrganizations(long groupId,
long[] organizationIds)
Removes the organizations from the group. |
static void |
OrganizationLocalServiceUtil.unsetGroupOrganizations(long groupId,
long[] organizationIds)
Removes the organizations from the group. |
void |
OrganizationLocalService.unsetGroupOrganizations(long groupId,
long[] organizationIds)
Removes the organizations from the group. |
void |
UserServiceWrapper.unsetGroupTeamsUsers(long groupId,
long[] userIds)
Removes the users from the teams of a group. |
static void |
UserServiceUtil.unsetGroupTeamsUsers(long groupId,
long[] userIds)
Removes the users from the teams of a group. |
void |
UserService.unsetGroupTeamsUsers(long groupId,
long[] userIds)
Removes the users from the teams of a group. |
void |
UserLocalServiceWrapper.unsetGroupTeamsUsers(long groupId,
long[] userIds)
Removes the users from the teams of a group. |
static void |
UserLocalServiceUtil.unsetGroupTeamsUsers(long groupId,
long[] userIds)
Removes the users from the teams of a group. |
void |
UserLocalService.unsetGroupTeamsUsers(long groupId,
long[] userIds)
Removes the users from the teams of a group. |
void |
UserGroupServiceWrapper.unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
static void |
UserGroupServiceUtil.unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
void |
UserGroupService.unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
void |
UserGroupLocalServiceWrapper.unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
static void |
UserGroupLocalServiceUtil.unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
void |
UserGroupLocalService.unsetGroupUserGroups(long groupId,
long[] userGroupIds)
Removes the user groups from the group. |
void |
UserServiceWrapper.unsetGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Removes the users from the group. |
static void |
UserServiceUtil.unsetGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Removes the users from the group. |
void |
UserService.unsetGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Removes the users from the group. |
void |
UserLocalServiceWrapper.unsetGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Removes the users from the group. |
static void |
UserLocalServiceUtil.unsetGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Removes the users from the group. |
void |
UserLocalService.unsetGroupUsers(long groupId,
long[] userIds,
ServiceContext serviceContext)
Removes the users from the group. |
void |
UserServiceWrapper.unsetOrganizationUsers(long organizationId,
long[] userIds)
Removes the users from the organization. |
static void |
UserServiceUtil.unsetOrganizationUsers(long organizationId,
long[] userIds)
Removes the users from the organization. |
void |
UserService.unsetOrganizationUsers(long organizationId,
long[] userIds)
Removes the users from the organization. |
void |
UserLocalServiceWrapper.unsetOrganizationUsers(long organizationId,
long[] userIds)
Removes the users from the organization. |
static void |
UserLocalServiceUtil.unsetOrganizationUsers(long organizationId,
long[] userIds)
Removes the users from the organization. |
void |
UserLocalService.unsetOrganizationUsers(long organizationId,
long[] userIds)
Removes the users from the organization. |
void |
OrganizationServiceWrapper.unsetPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Removes the organizations from the password policy. |
static void |
OrganizationServiceUtil.unsetPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Removes the organizations from the password policy. |
void |
OrganizationService.unsetPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Removes the organizations from the password policy. |
void |
OrganizationLocalServiceWrapper.unsetPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Removes the organizations from the password policy. |
static void |
OrganizationLocalServiceUtil.unsetPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Removes the organizations from the password policy. |
void |
OrganizationLocalService.unsetPasswordPolicyOrganizations(long passwordPolicyId,
long[] organizationIds)
Removes the organizations from the password policy. |
void |
UserServiceWrapper.unsetPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Removes the users from the password policy. |
static void |
UserServiceUtil.unsetPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Removes the users from the password policy. |
void |
UserService.unsetPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Removes the users from the password policy. |
void |
UserLocalServiceWrapper.unsetPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Removes the users from the password policy. |
static void |
UserLocalServiceUtil.unsetPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Removes the users from the password policy. |
void |
UserLocalService.unsetPasswordPolicyUsers(long passwordPolicyId,
long[] userIds)
Removes the users from the password policy. |
void |
GroupServiceWrapper.unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role. |
static void |
GroupServiceUtil.unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role. |
void |
GroupService.unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role. |
void |
GroupLocalServiceWrapper.unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role. |
static void |
GroupLocalServiceUtil.unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role. |
void |
GroupLocalService.unsetRoleGroups(long roleId,
long[] groupIds)
Removes the groups from the role. |
void |
UserLocalServiceWrapper.unsetRoleUsers(long roleId,
List<User> users)
Removes the users from the role. |
static void |
UserLocalServiceUtil.unsetRoleUsers(long roleId,
List<User> users)
Removes the users from the role. |
void |
UserLocalService.unsetRoleUsers(long roleId,
List<User> users)
Removes the users from the role. |
void |
UserServiceWrapper.unsetRoleUsers(long roleId,
long[] userIds)
Removes the users from the role. |
static void |
UserServiceUtil.unsetRoleUsers(long roleId,
long[] userIds)
Removes the users from the role. |
void |
UserService.unsetRoleUsers(long roleId,
long[] userIds)
Removes the users from the role. |
void |
UserLocalServiceWrapper.unsetRoleUsers(long roleId,
long[] userIds)
Removes the users from the role. |
static void |
UserLocalServiceUtil.unsetRoleUsers(long roleId,
long[] userIds)
Removes the users from the role. |
void |
UserLocalService.unsetRoleUsers(long roleId,
long[] userIds)
Removes the users from the role. |
void |
UserGroupServiceWrapper.unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
static void |
UserGroupServiceUtil.unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
void |
UserGroupService.unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
void |
UserGroupLocalServiceWrapper.unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
static void |
UserGroupLocalServiceUtil.unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
void |
UserGroupLocalService.unsetTeamUserGroups(long teamId,
long[] userGroupIds)
Removes the user groups from the team. |
void |
UserServiceWrapper.unsetTeamUsers(long teamId,
long[] userIds)
Removes the users from the team. |
static void |
UserServiceUtil.unsetTeamUsers(long teamId,
long[] userIds)
Removes the users from the team. |
void |
UserService.unsetTeamUsers(long teamId,
long[] userIds)
Removes the users from the team. |
void |
UserLocalServiceWrapper.unsetTeamUsers(long teamId,
long[] userIds)
Removes the users from the team. |
static void |
UserLocalServiceUtil.unsetTeamUsers(long teamId,
long[] userIds)
Removes the users from the team. |
void |
UserLocalService.unsetTeamUsers(long teamId,
long[] userIds)
Removes the users from the team. |
void |
GroupLocalServiceWrapper.unsetUserGroups(long userId,
long[] groupIds)
Removes the user from the groups. |
static void |
GroupLocalServiceUtil.unsetUserGroups(long userId,
long[] groupIds)
Removes the user from the groups. |
void |
GroupLocalService.unsetUserGroups(long userId,
long[] groupIds)
Removes the user from the groups. |
void |
UserServiceWrapper.unsetUserGroupUsers(long userGroupId,
long[] userIds)
Removes the users from the user group. |
static void |
UserServiceUtil.unsetUserGroupUsers(long userGroupId,
long[] userIds)
Removes the users from the user group. |
void |
UserService.unsetUserGroupUsers(long userGroupId,
long[] userIds)
Removes the users from the user group. |
void |
UserLocalServiceWrapper.unsetUserGroupUsers(long userGroupId,
long[] userIds)
Removes the users from the user group. |
static void |
UserLocalServiceUtil.unsetUserGroupUsers(long userGroupId,
long[] userIds)
Removes the users from the user group. |
void |
UserLocalService.unsetUserGroupUsers(long userGroupId,
long[] userIds)
Removes the users from the user group. |
void |
RoleServiceWrapper.unsetUserRoles(long userId,
long[] roleIds)
Removes the matching roles associated with the user. |
static void |
RoleServiceUtil.unsetUserRoles(long userId,
long[] roleIds)
Removes the matching roles associated with the user. |
void |
RoleService.unsetUserRoles(long userId,
long[] roleIds)
Removes the matching roles associated with the user. |
void |
RoleLocalServiceWrapper.unsetUserRoles(long userId,
long[] roleIds)
Removes the matching roles associated with the user. |
static void |
RoleLocalServiceUtil.unsetUserRoles(long userId,
long[] roleIds)
Removes the matching roles associated with the user. |
void |
RoleLocalService.unsetUserRoles(long userId,
long[] roleIds)
Removes the matching roles associated with the user. |
Account |
AccountLocalServiceWrapper.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist. |
static Account |
AccountLocalServiceUtil.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist. |
Account |
AccountLocalService.updateAccount(Account account)
Updates the account in the database or adds it if it does not yet exist. |
Address |
AddressLocalServiceWrapper.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
static Address |
AddressLocalServiceUtil.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
Address |
AddressLocalService.updateAddress(Address address)
Updates the address in the database or adds it if it does not yet exist. |
Address |
AddressServiceWrapper.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
static Address |
AddressServiceUtil.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
Address |
AddressService.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
Address |
AddressLocalServiceWrapper.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
static Address |
AddressLocalServiceUtil.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
Address |
AddressLocalService.updateAddress(long addressId,
String street1,
String street2,
String street3,
String city,
String zip,
long regionId,
long countryId,
int typeId,
boolean mailing,
boolean primary)
|
User |
UserServiceWrapper.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates the user's response to the terms of use agreement. |
static User |
UserServiceUtil.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates the user's response to the terms of use agreement. |
User |
UserService.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates the user's response to the terms of use agreement. |
User |
UserLocalServiceWrapper.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates whether the user has agreed to the terms of use. |
static User |
UserLocalServiceUtil.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates whether the user has agreed to the terms of use. |
User |
UserLocalService.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
Updates whether the user has agreed to the terms of use. |
void |
PortletPreferencesServiceWrapper.updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
|
static void |
PortletPreferencesServiceUtil.updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
|
void |
PortletPreferencesService.updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
|
void |
GroupLocalServiceWrapper.updateAsset(long userId,
Group group,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the group's asset replacing categories and tag names. |
static void |
GroupLocalServiceUtil.updateAsset(long userId,
Group group,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the group's asset replacing categories and tag names. |
void |
GroupLocalService.updateAsset(long userId,
Group group,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the group's asset replacing categories and tag names. |
void |
OrganizationLocalServiceWrapper.updateAsset(long userId,
Organization organization,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary. |
static void |
OrganizationLocalServiceUtil.updateAsset(long userId,
Organization organization,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary. |
void |
OrganizationLocalService.updateAsset(long userId,
Organization organization,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary. |
void |
UserLocalServiceWrapper.updateAsset(long userId,
User user,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary. |
static void |
UserLocalServiceUtil.updateAsset(long userId,
User user,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary. |
void |
UserLocalService.updateAsset(long userId,
User user,
long[] assetCategoryIds,
String[] assetTagNames)
Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary. |
BrowserTracker |
BrowserTrackerLocalServiceWrapper.updateBrowserTracker(BrowserTracker browserTracker)
Updates the browser tracker in the database or adds it if it does not yet exist. |
static BrowserTracker |
BrowserTrackerLocalServiceUtil.updateBrowserTracker(BrowserTracker browserTracker)
Updates the browser tracker in the database or adds it if it does not yet exist. |
BrowserTracker |
BrowserTrackerLocalService.updateBrowserTracker(BrowserTracker browserTracker)
Updates the browser tracker in the database or adds it if it does not yet exist. |
BrowserTracker |
BrowserTrackerLocalServiceWrapper.updateBrowserTracker(long userId,
long browserKey)
|
static BrowserTracker |
BrowserTrackerLocalServiceUtil.updateBrowserTracker(long userId,
long browserKey)
|
BrowserTracker |
BrowserTrackerLocalService.updateBrowserTracker(long userId,
long browserKey)
|
ClassName |
ClassNameLocalServiceWrapper.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
static ClassName |
ClassNameLocalServiceUtil.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
ClassName |
ClassNameLocalService.updateClassName(ClassName className)
Updates the class name in the database or adds it if it does not yet exist. |
void |
WorkflowInstanceLinkLocalServiceWrapper.updateClassPK(long companyId,
long groupId,
String className,
long oldClassPK,
long newClassPK)
|
static void |
WorkflowInstanceLinkLocalServiceUtil.updateClassPK(long companyId,
long groupId,
String className,
long oldClassPK,
long newClassPK)
|
void |
WorkflowInstanceLinkLocalService.updateClassPK(long companyId,
long groupId,
String className,
long oldClassPK,
long newClassPK)
|
ClusterGroup |
ClusterGroupLocalServiceWrapper.updateClusterGroup(ClusterGroup clusterGroup)
Updates the cluster group in the database or adds it if it does not yet exist. |
static ClusterGroup |
ClusterGroupLocalServiceUtil.updateClusterGroup(ClusterGroup clusterGroup)
Updates the cluster group in the database or adds it if it does not yet exist. |
ClusterGroup |
ClusterGroupLocalService.updateClusterGroup(ClusterGroup clusterGroup)
Updates the cluster group in the database or adds it if it does not yet exist. |
Company |
CompanyLocalServiceWrapper.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist. |
static Company |
CompanyLocalServiceUtil.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist. |
Company |
CompanyLocalService.updateCompany(Company company)
Updates the company in the database or adds it if it does not yet exist. |
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
int maxUsers,
boolean active)
Updates the company |
static Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
int maxUsers,
boolean active)
Updates the company |
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
int maxUsers,
boolean active)
Updates the company |
Company |
CompanyLocalServiceWrapper.updateCompany(long companyId,
String virtualHostname,
String mx,
int maxUsers,
boolean active)
Updates the company. |
static Company |
CompanyLocalServiceUtil.updateCompany(long companyId,
String virtualHostname,
String mx,
int maxUsers,
boolean active)
Updates the company. |
Company |
CompanyLocalService.updateCompany(long companyId,
String virtualHostname,
String mx,
int maxUsers,
boolean active)
Updates the company. |
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Updates the company with additional account information. |
static Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Updates the company with additional account information. |
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Updates the company with additional account information. |
Company |
CompanyLocalServiceWrapper.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Update the company with additional account information. |
static Company |
CompanyLocalServiceUtil.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Update the company with additional account information. |
Company |
CompanyLocalService.updateCompany(long companyId,
String virtualHostname,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size)
Update the company with additional account information. |
Company |
CompanyServiceWrapper.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information. |
static Company |
CompanyServiceUtil.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information. |
Company |
CompanyService.updateCompany(long companyId,
String virtualHost,
String mx,
String homeURL,
String name,
String legalName,
String legalId,
String legalType,
String sicCode,
String tickerSymbol,
String industry,
String type,
String size,
String languageId,
String timeZoneId,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
UnicodeProperties properties)
Updates the company with addition information. |
void |
ResourceBlockLocalServiceWrapper.updateCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
int operator)
|
static void |
ResourceBlockLocalServiceUtil.updateCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
int operator)
|
void |
ResourceBlockLocalService.updateCompanyScopePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
int operator)
|
void |
ResourceTypePermissionLocalServiceWrapper.updateCompanyScopeResourceTypePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
long operator)
|
static void |
ResourceTypePermissionLocalServiceUtil.updateCompanyScopeResourceTypePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
long operator)
|
void |
ResourceTypePermissionLocalService.updateCompanyScopeResourceTypePermissions(long companyId,
String name,
long roleId,
long actionIdsLong,
long operator)
|
Contact |
ContactLocalServiceWrapper.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist. |
static Contact |
ContactLocalServiceUtil.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist. |
Contact |
ContactLocalService.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist. |
Contact |
ContactLocalServiceWrapper.updateContact(long contactId,
String emailAddress,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle)
|
static Contact |
ContactLocalServiceUtil.updateContact(long contactId,
String emailAddress,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle)
|
Contact |
ContactLocalService.updateContact(long contactId,
String emailAddress,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle)
|
User |
UserLocalServiceWrapper.updateCreateDate(long userId,
Date createDate)
Updates the user's creation date. |
static User |
UserLocalServiceUtil.updateCreateDate(long userId,
Date createDate)
Updates the user's creation date. |
User |
UserLocalService.updateCreateDate(long userId,
Date createDate)
Updates the user's creation date. |
void |
CompanyServiceWrapper.updateDisplay(long companyId,
String languageId,
String timeZoneId)
Update the company's display. |
static void |
CompanyServiceUtil.updateDisplay(long companyId,
String languageId,
String timeZoneId)
Update the company's display. |
void |
CompanyService.updateDisplay(long companyId,
String languageId,
String timeZoneId)
Update the company's display. |
void |
CompanyLocalServiceWrapper.updateDisplay(long companyId,
String languageId,
String timeZoneId)
Update the company's display. |
static void |
CompanyLocalServiceUtil.updateDisplay(long companyId,
String languageId,
String timeZoneId)
Update the company's display. |
void |
CompanyLocalService.updateDisplay(long companyId,
String languageId,
String timeZoneId)
Update the company's display. |
EmailAddress |
EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress)
Updates the email address in the database or adds it if it does not yet exist. |
static EmailAddress |
EmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress)
Updates the email address in the database or adds it if it does not yet exist. |
EmailAddress |
EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress)
Updates the email address in the database or adds it if it does not yet exist. |
EmailAddress |
EmailAddressServiceWrapper.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
static EmailAddress |
EmailAddressServiceUtil.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
EmailAddress |
EmailAddressService.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
EmailAddress |
EmailAddressLocalServiceWrapper.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
static EmailAddress |
EmailAddressLocalServiceUtil.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
EmailAddress |
EmailAddressLocalService.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
User |
UserLocalServiceWrapper.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2)
Updates the user's email address. |
static User |
UserLocalServiceUtil.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2)
Updates the user's email address. |
User |
UserLocalService.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2)
Updates the user's email address. |
User |
UserServiceWrapper.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address. |
static User |
UserServiceUtil.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address. |
User |
UserService.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address. |
User |
UserLocalServiceWrapper.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address or sends verification email. |
static User |
UserLocalServiceUtil.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address or sends verification email. |
User |
UserLocalService.updateEmailAddress(long userId,
String password,
String emailAddress1,
String emailAddress2,
ServiceContext serviceContext)
Updates the user's email address or sends verification email. |
User |
UserLocalServiceWrapper.updateEmailAddressVerified(long userId,
boolean emailAddressVerified)
Updates whether the user has verified email address. |
static User |
UserLocalServiceUtil.updateEmailAddressVerified(long userId,
boolean emailAddressVerified)
Updates whether the user has verified email address. |
User |
UserLocalService.updateEmailAddressVerified(long userId,
boolean emailAddressVerified)
Updates whether the user has verified email address. |
User |
UserLocalServiceWrapper.updateFacebookId(long userId,
long facebookId)
Updates the user's Facebook ID. |
static User |
UserLocalServiceUtil.updateFacebookId(long userId,
long facebookId)
Updates the user's Facebook ID. |
User |
UserLocalService.updateFacebookId(long userId,
long facebookId)
Updates the user's Facebook ID. |
Layout |
LayoutLocalServiceWrapper.updateFriendlyURL(long plid,
String friendlyURL)
Updates the friendly URL of the layout. |
static Layout |
LayoutLocalServiceUtil.updateFriendlyURL(long plid,
String friendlyURL)
Updates the friendly URL of the layout. |
Layout |
LayoutLocalService.updateFriendlyURL(long plid,
String friendlyURL)
Updates the friendly URL of the layout. |
Group |
GroupServiceWrapper.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL. |
static Group |
GroupServiceUtil.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL. |
Group |
GroupService.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL. |
Group |
GroupLocalServiceWrapper.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL. |
static Group |
GroupLocalServiceUtil.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL. |
Group |
GroupLocalService.updateFriendlyURL(long groupId,
String friendlyURL)
Updates the group's friendly URL. |
Group |
GroupLocalServiceWrapper.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist. |
static Group |
GroupLocalServiceUtil.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist. |
Group |
GroupLocalService.updateGroup(Group group)
Updates the group in the database or adds it if it does not yet exist. |
Group |
GroupServiceWrapper.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean active,
ServiceContext serviceContext)
Updates the group. |
static Group |
GroupServiceUtil.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean active,
ServiceContext serviceContext)
Updates the group. |
Group |
GroupService.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean active,
ServiceContext serviceContext)
Updates the group. |
Group |
GroupLocalServiceWrapper.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean active,
ServiceContext serviceContext)
Updates the group. |
static Group |
GroupLocalServiceUtil.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean active,
ServiceContext serviceContext)
Updates the group. |
Group |
GroupLocalService.updateGroup(long groupId,
long parentGroupId,
String name,
String description,
int type,
String friendlyURL,
boolean active,
ServiceContext serviceContext)
Updates the group. |
Group |
GroupServiceWrapper.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings. |
static Group |
GroupServiceUtil.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings. |
Group |
GroupService.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings. |
Group |
GroupLocalServiceWrapper.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings. |
static Group |
GroupLocalServiceUtil.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings. |
Group |
GroupLocalService.updateGroup(long groupId,
String typeSettings)
Updates the group's type settings. |
void |
UserLocalServiceWrapper.updateGroups(long userId,
long[] newGroupIds,
ServiceContext serviceContext)
Sets the groups the user is in, removing and adding groups as necessary. |
static void |
UserLocalServiceUtil.updateGroups(long userId,
long[] newGroupIds,
ServiceContext serviceContext)
Sets the groups the user is in, removing and adding groups as necessary. |
void |
UserLocalService.updateGroups(long userId,
long[] newGroupIds,
ServiceContext serviceContext)
Sets the groups the user is in, removing and adding groups as necessary. |
void |
ResourceBlockLocalServiceWrapper.updateGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
int operator)
|
static void |
ResourceBlockLocalServiceUtil.updateGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
int operator)
|
void |
ResourceBlockLocalService.updateGroupScopePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
int operator)
|
void |
ResourceTypePermissionLocalServiceWrapper.updateGroupScopeResourceTypePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
long operator)
|
static void |
ResourceTypePermissionLocalServiceUtil.updateGroupScopeResourceTypePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
long operator)
|
void |
ResourceTypePermissionLocalService.updateGroupScopeResourceTypePermissions(long companyId,
long groupId,
String name,
long roleId,
long actionIdsLong,
long operator)
|
Image |
ImageLocalServiceWrapper.updateImage(Image image)
Updates the image in the database or adds it if it does not yet exist. |
static Image |
ImageLocalServiceUtil.updateImage(Image image)
Updates the image in the database or adds it if it does not yet exist. |
Image |
ImageLocalService.updateImage(Image image)
Updates the image in the database or adds it if it does not yet exist. |
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
byte[] bytes)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
byte[] bytes)
|
Image |
ImageLocalService.updateImage(long imageId,
byte[] bytes)
|
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
|
Image |
ImageLocalService.updateImage(long imageId,
byte[] bytes,
String type,
int height,
int width,
int size)
|
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
File file)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
File file)
|
Image |
ImageLocalService.updateImage(long imageId,
File file)
|
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
InputStream is)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
InputStream is)
|
Image |
ImageLocalService.updateImage(long imageId,
InputStream is)
|
Image |
ImageLocalServiceWrapper.updateImage(long imageId,
InputStream is,
boolean cleanUpStream)
|
static Image |
ImageLocalServiceUtil.updateImage(long imageId,
InputStream is,
boolean cleanUpStream)
|
Image |
ImageLocalService.updateImage(long imageId,
InputStream is,
boolean cleanUpStream)
|
User |
UserServiceWrapper.updateIncompleteUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address. |
static User |
UserServiceUtil.updateIncompleteUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address. |
User |
UserService.updateIncompleteUser(long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address. |
User |
UserLocalServiceWrapper.updateIncompleteUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address. |
static User |
UserLocalServiceUtil.updateIncompleteUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address. |
User |
UserLocalService.updateIncompleteUser(long creatorUserId,
long companyId,
boolean autoPassword,
String password1,
String password2,
boolean autoScreenName,
String screenName,
String emailAddress,
long facebookId,
String openId,
Locale locale,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String jobTitle,
boolean updateUserInformation,
boolean sendEmail,
ServiceContext serviceContext)
Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address. |
void |
ResourceBlockLocalServiceWrapper.updateIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator)
|
static void |
ResourceBlockLocalServiceUtil.updateIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator)
|
void |
ResourceBlockLocalService.updateIndividualScopePermissions(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
long roleId,
long actionIdsLong,
int operator)
|
User |
UserLocalServiceWrapper.updateJobTitle(long userId,
String jobTitle)
Updates the user's job title. |
static User |
UserLocalServiceUtil.updateJobTitle(long userId,
String jobTitle)
Updates the user's job title. |
User |
UserLocalService.updateJobTitle(long userId,
String jobTitle)
Updates the user's job title. |
User |
UserLocalServiceWrapper.updateLastLogin(long userId,
String loginIP)
Updates the user's last login with the current time and the IP address. |
static User |
UserLocalServiceUtil.updateLastLogin(long userId,
String loginIP)
Updates the user's last login with the current time and the IP address. |
User |
UserLocalService.updateLastLogin(long userId,
String loginIP)
Updates the user's last login with the current time and the IP address. |
Layout |
LayoutLocalServiceWrapper.updateLayout(Layout layout)
Updates the layout in the database or adds it if it does not yet exist. |
static Layout |
LayoutLocalServiceUtil.updateLayout(Layout layout)
Updates the layout in the database or adds it if it does not yet exist. |
Layout |
LayoutLocalService.updateLayout(Layout layout)
Updates the layout in the database or adds it if it does not yet exist. |
Layout |
LayoutServiceWrapper.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId,
Map<Locale,String> localeNamesMap,
Map<Locale,String> localeTitlesMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
static Layout |
LayoutServiceUtil.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId,
Map<Locale,String> localeNamesMap,
Map<Locale,String> localeTitlesMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
Layout |
LayoutService.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId,
Map<Locale,String> localeNamesMap,
Map<Locale,String> localeTitlesMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
Layout |
LayoutLocalServiceWrapper.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId,
Map<Locale,String> nameMap,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
static Layout |
LayoutLocalServiceUtil.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId,
Map<Locale,String> nameMap,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
Layout |
LayoutLocalService.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId,
Map<Locale,String> nameMap,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
Map<Locale,String> keywordsMap,
Map<Locale,String> robotsMap,
String type,
boolean hidden,
String friendlyURL,
Boolean iconImage,
byte[] iconBytes,
ServiceContext serviceContext)
Updates the layout. |
Layout |
LayoutServiceWrapper.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
String typeSettings)
Updates the layout replacing its type settings. |
static Layout |
LayoutServiceUtil.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
String typeSettings)
Updates the layout replacing its type settings. |
Layout |
LayoutService.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
String typeSettings)
Updates the layout replacing its type settings. |
Layout |
LayoutLocalServiceWrapper.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
String typeSettings)
Updates the layout replacing its type settings. |
static Layout |
LayoutLocalServiceUtil.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
String typeSettings)
Updates the layout replacing its type settings. |
Layout |
LayoutLocalService.updateLayout(long groupId,
boolean privateLayout,
long layoutId,
String typeSettings)
Updates the layout replacing its type settings. |
LayoutBranch |
LayoutBranchLocalServiceWrapper.updateLayoutBranch(LayoutBranch layoutBranch)
Updates the layout branch in the database or adds it if it does not yet exist. |
static LayoutBranch |
LayoutBranchLocalServiceUtil.updateLayoutBranch(LayoutBranch layoutBranch)
Updates the layout branch in the database or adds it if it does not yet exist. |
LayoutBranch |
LayoutBranchLocalService.updateLayoutBranch(LayoutBranch layoutBranch)
Updates the layout branch in the database or adds it if it does not yet exist. |
LayoutBranch |
LayoutBranchServiceWrapper.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchServiceUtil.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchService.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalServiceWrapper.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
static LayoutBranch |
LayoutBranchLocalServiceUtil.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutBranch |
LayoutBranchLocalService.updateLayoutBranch(long layoutBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
LayoutRevision |
LayoutRevisionLocalService.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.updateLayoutRevision(long userId,
long layoutRevisionId,
long layoutBranchId,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.updateLayoutRevision(long userId,
long layoutRevisionId,
long layoutBranchId,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalService.updateLayoutRevision(long userId,
long layoutRevisionId,
long layoutBranchId,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutSet |
LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet)
Updates the layout set in the database or adds it if it does not yet exist. |
static LayoutSet |
LayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet)
Updates the layout set in the database or adds it if it does not yet exist. |
LayoutSet |
LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet)
Updates the layout set in the database or adds it if it does not yet exist. |
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
LayoutSetBranch |
LayoutSetBranchLocalService.updateLayoutSetBranch(LayoutSetBranch layoutSetBranch)
Updates the layout set branch in the database or adds it if it does not yet exist. |
LayoutSetBranch |
LayoutSetBranchServiceWrapper.updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchServiceUtil.updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchService.updateLayoutSetBranch(long groupId,
long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalServiceWrapper.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
static LayoutSetBranch |
LayoutSetBranchLocalServiceUtil.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetBranch |
LayoutSetBranchLocalService.updateLayoutSetBranch(long layoutSetBranchId,
String name,
String description,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
LayoutSetPrototype |
LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
void |
LayoutSetLocalServiceWrapper.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled)
Deprecated. As of 6.1, replaced by LayoutSetLocalServiceWrapper.updateLayoutSetPrototypeLinkEnabled(long, boolean, boolean,
String) |
static void |
LayoutSetLocalServiceUtil.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled)
Deprecated. As of 6.1, replaced by LayoutSetLocalServiceUtil.updateLayoutSetPrototypeLinkEnabled(long, boolean, boolean,
String) |
void |
LayoutSetLocalService.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled)
Deprecated. As of 6.1, replaced by LayoutSetLocalService.updateLayoutSetPrototypeLinkEnabled(long, boolean, boolean,
String) |
void |
LayoutSetServiceWrapper.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link. |
static void |
LayoutSetServiceUtil.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link. |
void |
LayoutSetService.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link. |
void |
LayoutSetLocalServiceWrapper.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link. |
static void |
LayoutSetLocalServiceUtil.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link. |
void |
LayoutSetLocalService.updateLayoutSetPrototypeLinkEnabled(long groupId,
boolean privateLayout,
boolean layoutSetPrototypeLinkEnabled,
String layoutSetPrototypeUuid)
Updates the state of the layout set prototype link. |
Lock |
LockLocalServiceWrapper.updateLock(Lock lock)
Updates the lock in the database or adds it if it does not yet exist. |
static Lock |
LockLocalServiceUtil.updateLock(Lock lock)
Updates the lock in the database or adds it if it does not yet exist. |
Lock |
LockLocalService.updateLock(Lock lock)
Updates the lock in the database or adds it if it does not yet exist. |
User |
UserLocalServiceWrapper.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in. |
static User |
UserLocalServiceUtil.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserLocalService.updateLockout(User user,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserLocalServiceWrapper.updateLockoutByEmailAddress(long companyId,
String emailAddress,
boolean lockout)
Updates whether the user is locked out from logging in. |
static User |
UserLocalServiceUtil.updateLockoutByEmailAddress(long companyId,
String emailAddress,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserLocalService.updateLockoutByEmailAddress(long companyId,
String emailAddress,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserServiceWrapper.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in. |
static User |
UserServiceUtil.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserService.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserLocalServiceWrapper.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in. |
static User |
UserLocalServiceUtil.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserLocalService.updateLockoutById(long userId,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserLocalServiceWrapper.updateLockoutByScreenName(long companyId,
String screenName,
boolean lockout)
Updates whether the user is locked out from logging in. |
static User |
UserLocalServiceUtil.updateLockoutByScreenName(long companyId,
String screenName,
boolean lockout)
Updates whether the user is locked out from logging in. |
User |
UserLocalService.updateLockoutByScreenName(long companyId,
String screenName,
boolean lockout)
Updates whether the user is locked out from logging in. |
void |
LayoutSetServiceWrapper.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
|
static void |
LayoutSetServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
|
void |
LayoutSetService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
|
LayoutSet |
LayoutSetLocalServiceWrapper.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
|
static LayoutSet |
LayoutSetLocalServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
|
LayoutSet |
LayoutSetLocalService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes)
|
void |
LayoutSetServiceWrapper.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
|
static void |
LayoutSetServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
|
void |
LayoutSetService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
|
LayoutSet |
LayoutSetLocalServiceWrapper.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
|
static LayoutSet |
LayoutSetLocalServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
|
LayoutSet |
LayoutSetLocalService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
File file)
|
void |
LayoutSetServiceWrapper.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream)
|
static void |
LayoutSetServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream)
|
void |
LayoutSetService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream)
|
LayoutSet |
LayoutSetLocalServiceWrapper.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream is)
|
static LayoutSet |
LayoutSetLocalServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream is)
|
LayoutSet |
LayoutSetLocalService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream is)
|
void |
LayoutSetServiceWrapper.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream,
boolean cleanUpStream)
|
static void |
LayoutSetServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream,
boolean cleanUpStream)
|
void |
LayoutSetService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream inputStream,
boolean cleanUpStream)
|
LayoutSet |
LayoutSetLocalServiceWrapper.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream is,
boolean cleanUpStream)
|
static LayoutSet |
LayoutSetLocalServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream is,
boolean cleanUpStream)
|
LayoutSet |
LayoutSetLocalService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
InputStream is,
boolean cleanUpStream)
|
Company |
CompanyServiceWrapper.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo. |
static Company |
CompanyServiceUtil.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo. |
Company |
CompanyService.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo. |
Company |
CompanyLocalServiceWrapper.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo. |
static Company |
CompanyLocalServiceUtil.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo. |
Company |
CompanyLocalService.updateLogo(long companyId,
byte[] bytes)
Updates the company's logo. |
Company |
CompanyLocalServiceWrapper.updateLogo(long companyId,
File file)
Updates the company's logo. |
static Company |
CompanyLocalServiceUtil.updateLogo(long companyId,
File file)
Updates the company's logo. |
Company |
CompanyLocalService.updateLogo(long companyId,
File file)
Updates the company's logo. |
Company |
CompanyServiceWrapper.updateLogo(long companyId,
InputStream inputStream)
Updates the company's logo. |
static Company |
CompanyServiceUtil.updateLogo(long companyId,
InputStream inputStream)
Updates the company's logo. |
Company |
CompanyService.updateLogo(long companyId,
InputStream inputStream)
Updates the company's logo. |
Company |
CompanyLocalServiceWrapper.updateLogo(long companyId,
InputStream is)
Update the company's logo. |
static Company |
CompanyLocalServiceUtil.updateLogo(long companyId,
InputStream is)
Update the company's logo. |
Company |
CompanyLocalService.updateLogo(long companyId,
InputStream is)
Update the company's logo. |
Layout |
LayoutServiceWrapper.updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
Updates the look and feel of the layout. |
static Layout |
LayoutServiceUtil.updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
Updates the look and feel of the layout. |
Layout |
LayoutService.updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
Updates the look and feel of the layout. |
Layout |
LayoutLocalServiceWrapper.updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
Updates the look and feel of the layout. |
static Layout |
LayoutLocalServiceUtil.updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
Updates the look and feel of the layout. |
Layout |
LayoutLocalService.updateLookAndFeel(long groupId,
boolean privateLayout,
long layoutId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
Updates the look and feel of the layout. |
LayoutSet |
LayoutSetServiceWrapper.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
static LayoutSet |
LayoutSetServiceUtil.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
LayoutSet |
LayoutSetService.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
LayoutSet |
LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
static LayoutSet |
LayoutSetLocalServiceUtil.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
LayoutSet |
LayoutSetLocalService.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
void |
LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
static void |
LayoutSetLocalServiceUtil.updateLookAndFeel(long groupId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
void |
LayoutSetLocalService.updateLookAndFeel(long groupId,
String themeId,
String colorSchemeId,
String css,
boolean wapTheme)
|
MembershipRequest |
MembershipRequestLocalServiceWrapper.updateMembershipRequest(MembershipRequest membershipRequest)
Updates the membership request in the database or adds it if it does not yet exist. |
static MembershipRequest |
MembershipRequestLocalServiceUtil.updateMembershipRequest(MembershipRequest membershipRequest)
Updates the membership request in the database or adds it if it does not yet exist. |
MembershipRequest |
MembershipRequestLocalService.updateMembershipRequest(MembershipRequest membershipRequest)
Updates the membership request in the database or adds it if it does not yet exist. |
void |
ResourceLocalServiceWrapper.updateModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
|
static void |
ResourceLocalServiceUtil.updateModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
|
void |
ResourceLocalService.updateModelResources(AuditedModel auditedModel,
ServiceContext serviceContext)
|
User |
UserLocalServiceWrapper.updateModifiedDate(long userId,
Date modifiedDate)
Updates the user's modified date. |
static User |
UserLocalServiceUtil.updateModifiedDate(long userId,
Date modifiedDate)
Updates the user's modified date. |
User |
UserLocalService.updateModifiedDate(long userId,
Date modifiedDate)
Updates the user's modified date. |
Layout |
LayoutLocalServiceWrapper.updateName(Layout layout,
String name,
String languageId)
Updates the name of the layout. |
static Layout |
LayoutLocalServiceUtil.updateName(Layout layout,
String name,
String languageId)
Updates the name of the layout. |
Layout |
LayoutLocalService.updateName(Layout layout,
String name,
String languageId)
Updates the name of the layout. |
Layout |
LayoutServiceWrapper.updateName(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the name of the layout matching the group, layout ID, and privacy. |
static Layout |
LayoutServiceUtil.updateName(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the name of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutService.updateName(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the name of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutLocalServiceWrapper.updateName(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the name of the layout matching the group, layout ID, and privacy. |
static Layout |
LayoutLocalServiceUtil.updateName(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the name of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutLocalService.updateName(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the name of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutServiceWrapper.updateName(long plid,
String name,
String languageId)
Updates the name of the layout matching the primary key. |
static Layout |
LayoutServiceUtil.updateName(long plid,
String name,
String languageId)
Updates the name of the layout matching the primary key. |
Layout |
LayoutService.updateName(long plid,
String name,
String languageId)
Updates the name of the layout matching the primary key. |
Layout |
LayoutLocalServiceWrapper.updateName(long plid,
String name,
String languageId)
Updates the name of the layout matching the primary key. |
static Layout |
LayoutLocalServiceUtil.updateName(long plid,
String name,
String languageId)
Updates the name of the layout matching the primary key. |
Layout |
LayoutLocalService.updateName(long plid,
String name,
String languageId)
Updates the name of the layout matching the primary key. |
User |
UserServiceWrapper.updateOpenId(long userId,
String openId)
Updates the user's OpenID. |
static User |
UserServiceUtil.updateOpenId(long userId,
String openId)
Updates the user's OpenID. |
User |
UserService.updateOpenId(long userId,
String openId)
Updates the user's OpenID. |
User |
UserLocalServiceWrapper.updateOpenId(long userId,
String openId)
Updates the user's OpenID. |
static User |
UserLocalServiceUtil.updateOpenId(long userId,
String openId)
Updates the user's OpenID. |
User |
UserLocalService.updateOpenId(long userId,
String openId)
Updates the user's OpenID. |
Organization |
OrganizationLocalServiceWrapper.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
static Organization |
OrganizationLocalServiceUtil.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
Organization |
OrganizationLocalService.updateOrganization(long companyId,
long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Updates the organization with additional parameters. |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Updates the organization with additional parameters. |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
Updates the organization with additional parameters. |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
boolean site,
ServiceContext serviceContext)
Updates the organization. |
Organization |
OrganizationLocalServiceWrapper.updateOrganization(Organization organization)
Updates the organization in the database or adds it if it does not yet exist. |
static Organization |
OrganizationLocalServiceUtil.updateOrganization(Organization organization)
Updates the organization in the database or adds it if it does not yet exist. |
Organization |
OrganizationLocalService.updateOrganization(Organization organization)
Updates the organization in the database or adds it if it does not yet exist. |
void |
UserServiceWrapper.updateOrganizations(long userId,
long[] organizationIds,
ServiceContext serviceContext)
Sets the organizations that the user is in, removing and adding organizations as necessary. |
static void |
UserServiceUtil.updateOrganizations(long userId,
long[] organizationIds,
ServiceContext serviceContext)
Sets the organizations that the user is in, removing and adding organizations as necessary. |
void |
UserService.updateOrganizations(long userId,
long[] organizationIds,
ServiceContext serviceContext)
Sets the organizations that the user is in, removing and adding organizations as necessary. |
void |
UserLocalServiceWrapper.updateOrganizations(long userId,
long[] newOrganizationIds,
ServiceContext serviceContext)
Sets the organizations that the user is in, removing and adding organizations as necessary. |
static void |
UserLocalServiceUtil.updateOrganizations(long userId,
long[] newOrganizationIds,
ServiceContext serviceContext)
Sets the organizations that the user is in, removing and adding organizations as necessary. |
void |
UserLocalService.updateOrganizations(long userId,
long[] newOrganizationIds,
ServiceContext serviceContext)
Sets the organizations that the user is in, removing and adding organizations as necessary. |
OrgLabor |
OrgLaborServiceWrapper.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborServiceUtil.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborService.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceWrapper.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborLocalServiceUtil.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalService.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor)
Updates the org labor in the database or adds it if it does not yet exist. |
static OrgLabor |
OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor)
Updates the org labor in the database or adds it if it does not yet exist. |
OrgLabor |
OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
Updates the org labor in the database or adds it if it does not yet exist. |
LayoutSet |
LayoutSetLocalServiceWrapper.updatePageCount(long groupId,
boolean privateLayout)
|
static LayoutSet |
LayoutSetLocalServiceUtil.updatePageCount(long groupId,
boolean privateLayout)
|
LayoutSet |
LayoutSetLocalService.updatePageCount(long groupId,
boolean privateLayout)
|
Layout |
LayoutServiceWrapper.updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
Updates the parent layout ID of the layout matching the group, layout ID, and privacy. |
static Layout |
LayoutServiceUtil.updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
Updates the parent layout ID of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutService.updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
Updates the parent layout ID of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutLocalServiceWrapper.updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
Updates the parent layout ID of the layout matching the group, layout ID, and privacy. |
static Layout |
LayoutLocalServiceUtil.updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
Updates the parent layout ID of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutLocalService.updateParentLayoutId(long groupId,
boolean privateLayout,
long layoutId,
long parentLayoutId)
Updates the parent layout ID of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutServiceWrapper.updateParentLayoutId(long plid,
long parentPlid)
Updates the parent layout ID of the layout matching the primary key. |
static Layout |
LayoutServiceUtil.updateParentLayoutId(long plid,
long parentPlid)
Updates the parent layout ID of the layout matching the primary key. |
Layout |
LayoutService.updateParentLayoutId(long plid,
long parentPlid)
Updates the parent layout ID of the layout matching the primary key. |
Layout |
LayoutLocalServiceWrapper.updateParentLayoutId(long plid,
long parentPlid)
Updates the parent layout ID of the layout matching the primary key. |
static Layout |
LayoutLocalServiceUtil.updateParentLayoutId(long plid,
long parentPlid)
Updates the parent layout ID of the layout matching the primary key. |
Layout |
LayoutLocalService.updateParentLayoutId(long plid,
long parentPlid)
Updates the parent layout ID of the layout matching the primary key. |
User |
UserServiceWrapper.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change. |
static User |
UserServiceUtil.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change. |
User |
UserService.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change. |
User |
UserLocalServiceWrapper.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change. |
static User |
UserLocalServiceUtil.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change. |
User |
UserLocalService.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
Updates the user's password without tracking or validation of the change. |
User |
UserLocalServiceWrapper.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset,
boolean silentUpdate)
Updates the user's password, optionally with tracking and validation of the change. |
static User |
UserLocalServiceUtil.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset,
boolean silentUpdate)
Updates the user's password, optionally with tracking and validation of the change. |
User |
UserLocalService.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset,
boolean silentUpdate)
Updates the user's password, optionally with tracking and validation of the change. |
User |
UserLocalServiceWrapper.updatePasswordManually(long userId,
String password,
boolean passwordEncrypted,
boolean passwordReset,
Date passwordModifiedDate)
Updates the user's password with manually input information. |
static User |
UserLocalServiceUtil.updatePasswordManually(long userId,
String password,
boolean passwordEncrypted,
boolean passwordReset,
Date passwordModifiedDate)
Updates the user's password with manually input information. |
User |
UserLocalService.updatePasswordManually(long userId,
String password,
boolean passwordEncrypted,
boolean passwordReset,
Date passwordModifiedDate)
Updates the user's password with manually input information. |
PasswordPolicy |
PasswordPolicyServiceWrapper.updatePasswordPolicy(long passwordPolicyId,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
static PasswordPolicy |
PasswordPolicyServiceUtil.updatePasswordPolicy(long passwordPolicyId,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
PasswordPolicyService.updatePasswordPolicy(long passwordPolicyId,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(long passwordPolicyId,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.updatePasswordPolicy(long passwordPolicyId,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
PasswordPolicyLocalService.updatePasswordPolicy(long passwordPolicyId,
String name,
String description,
boolean changeable,
boolean changeRequired,
long minAge,
boolean checkSyntax,
boolean allowDictionaryWords,
int minAlphanumeric,
int minLength,
int minLowerCase,
int minNumbers,
int minSymbols,
int minUpperCase,
boolean history,
int historyCount,
boolean expireable,
long maxAge,
long warningTime,
int graceLimit,
boolean lockout,
int maxFailure,
long lockoutDuration,
long resetFailureCount,
long resetTicketMaxAge)
|
PasswordPolicy |
PasswordPolicyLocalServiceWrapper.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database or adds it if it does not yet exist. |
static PasswordPolicy |
PasswordPolicyLocalServiceUtil.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database or adds it if it does not yet exist. |
PasswordPolicy |
PasswordPolicyLocalService.updatePasswordPolicy(PasswordPolicy passwordPolicy)
Updates the password policy in the database or adds it if it does not yet exist. |
PasswordPolicyRel |
PasswordPolicyRelLocalServiceWrapper.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Updates the password policy rel in the database or adds it if it does not yet exist. |
static PasswordPolicyRel |
PasswordPolicyRelLocalServiceUtil.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Updates the password policy rel in the database or adds it if it does not yet exist. |
PasswordPolicyRel |
PasswordPolicyRelLocalService.updatePasswordPolicyRel(PasswordPolicyRel passwordPolicyRel)
Updates the password policy rel in the database or adds it if it does not yet exist. |
User |
UserLocalServiceWrapper.updatePasswordReset(long userId,
boolean passwordReset)
Updates whether the user should be asked to reset their password the next time they login. |
static User |
UserLocalServiceUtil.updatePasswordReset(long userId,
boolean passwordReset)
Updates whether the user should be asked to reset their password the next time they login. |
User |
UserLocalService.updatePasswordReset(long userId,
boolean passwordReset)
Updates whether the user should be asked to reset their password the next time they login. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
PasswordTracker |
PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
Phone |
PhoneServiceWrapper.updatePhone(long phoneId,
String number,
String extension,
int typeId,
boolean primary)
|
static Phone |
PhoneServiceUtil.updatePhone(long phoneId,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
PhoneService.updatePhone(long phoneId,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
PhoneLocalServiceWrapper.updatePhone(long phoneId,
String number,
String extension,
int typeId,
boolean primary)
|
static Phone |
PhoneLocalServiceUtil.updatePhone(long phoneId,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
PhoneLocalService.updatePhone(long phoneId,
String number,
String extension,
int typeId,
boolean primary)
|
Phone |
PhoneLocalServiceWrapper.updatePhone(Phone phone)
Updates the phone in the database or adds it if it does not yet exist. |
static Phone |
PhoneLocalServiceUtil.updatePhone(Phone phone)
Updates the phone in the database or adds it if it does not yet exist. |
Phone |
PhoneLocalService.updatePhone(Phone phone)
Updates the phone in the database or adds it if it does not yet exist. |
PluginSetting |
PluginSettingServiceWrapper.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
static PluginSetting |
PluginSettingServiceUtil.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingService.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingLocalService.updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
|
PluginSetting |
PluginSettingLocalServiceWrapper.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist. |
static PluginSetting |
PluginSettingLocalServiceUtil.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist. |
PluginSetting |
PluginSettingLocalService.updatePluginSetting(PluginSetting pluginSetting)
Updates the plugin setting in the database or adds it if it does not yet exist. |
PortalPreferences |
PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences)
Updates the portal preferences in the database or adds it if it does not yet exist. |
static PortalPreferences |
PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences)
Updates the portal preferences in the database or adds it if it does not yet exist. |
PortalPreferences |
PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences)
Updates the portal preferences in the database or adds it if it does not yet exist. |
Portlet |
PortletServiceWrapper.updatePortlet(long companyId,
String portletId,
String roles,
boolean active)
|
static Portlet |
PortletServiceUtil.updatePortlet(long companyId,
String portletId,
String roles,
boolean active)
|
Portlet |
PortletService.updatePortlet(long companyId,
String portletId,
String roles,
boolean active)
|
Portlet |
PortletLocalServiceWrapper.updatePortlet(long companyId,
String portletId,
String roles,
boolean active)
|
static Portlet |
PortletLocalServiceUtil.updatePortlet(long companyId,
String portletId,
String roles,
boolean active)
|
Portlet |
PortletLocalService.updatePortlet(long companyId,
String portletId,
String roles,
boolean active)
|
Portlet |
PortletLocalServiceWrapper.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist. |
static Portlet |
PortletLocalServiceUtil.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist. |
Portlet |
PortletLocalService.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist. |
PortletItem |
PortletItemLocalServiceWrapper.updatePortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
static PortletItem |
PortletItemLocalServiceUtil.updatePortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
PortletItem |
PortletItemLocalService.updatePortletItem(long userId,
long groupId,
String name,
String portletId,
String className)
|
PortletItem |
PortletItemLocalServiceWrapper.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database or adds it if it does not yet exist. |
static PortletItem |
PortletItemLocalServiceUtil.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database or adds it if it does not yet exist. |
PortletItem |
PortletItemLocalService.updatePortletItem(PortletItem portletItem)
Updates the portlet item in the database or adds it if it does not yet exist. |
PortletPreferences |
PortletPreferencesLocalServiceWrapper.updatePortletPreferences(PortletPreferences portletPreferences)
Updates the portlet preferences in the database or adds it if it does not yet exist. |
static PortletPreferences |
PortletPreferencesLocalServiceUtil.updatePortletPreferences(PortletPreferences portletPreferences)
Updates the portlet preferences in the database or adds it if it does not yet exist. |
PortletPreferences |
PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences)
Updates the portlet preferences in the database or adds it if it does not yet exist. |
User |
UserServiceWrapper.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image. |
static User |
UserServiceUtil.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image. |
User |
UserService.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image. |
User |
UserLocalServiceWrapper.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image. |
static User |
UserLocalServiceUtil.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image. |
User |
UserLocalService.updatePortrait(long userId,
byte[] bytes)
Updates the user's portrait image. |
PortletPreferences |
PortletPreferencesLocalServiceWrapper.updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences portletPreferences)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences portletPreferences)
|
PortletPreferences |
PortletPreferencesLocalService.updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences portletPreferences)
|
PortletPreferences |
PortletPreferencesLocalServiceWrapper.updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
|
static PortletPreferences |
PortletPreferencesLocalServiceUtil.updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
|
PortletPreferences |
PortletPreferencesLocalService.updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
|
PortalPreferences |
PortalPreferencesLocalServiceWrapper.updatePreferences(long ownerId,
int ownerType,
PortalPreferences portalPreferences)
|
static PortalPreferences |
PortalPreferencesLocalServiceUtil.updatePreferences(long ownerId,
int ownerType,
PortalPreferences portalPreferences)
|
PortalPreferences |
PortalPreferencesLocalService.updatePreferences(long ownerId,
int ownerType,
PortalPreferences portalPreferences)
|
PortalPreferences |
PortalPreferencesLocalServiceWrapper.updatePreferences(long ownerId,
int ownerType,
String xml)
|
static PortalPreferences |
PortalPreferencesLocalServiceUtil.updatePreferences(long ownerId,
int ownerType,
String xml)
|
PortalPreferences |
PortalPreferencesLocalService.updatePreferences(long ownerId,
int ownerType,
String xml)
|
void |
CompanyServiceWrapper.updatePreferences(long companyId,
UnicodeProperties properties)
Updates the company's preferences. |
static void |
CompanyServiceUtil.updatePreferences(long companyId,
UnicodeProperties properties)
Updates the company's preferences. |
void |
CompanyService.updatePreferences(long companyId,
UnicodeProperties properties)
Updates the company's preferences. |
void |
CompanyLocalServiceWrapper.updatePreferences(long companyId,
UnicodeProperties properties)
Updates the company's preferences. |
static void |
CompanyLocalServiceUtil.updatePreferences(long companyId,
UnicodeProperties properties)
Updates the company's preferences. |
void |
CompanyLocalService.updatePreferences(long companyId,
UnicodeProperties properties)
Updates the company's preferences. |
void |
LayoutLocalServiceWrapper.updatePriorities(long groupId,
boolean privateLayout)
Updates the priorities of the layouts. |
static void |
LayoutLocalServiceUtil.updatePriorities(long groupId,
boolean privateLayout)
Updates the priorities of the layouts. |
void |
LayoutLocalService.updatePriorities(long groupId,
boolean privateLayout)
Updates the priorities of the layouts. |
Layout |
LayoutLocalServiceWrapper.updatePriority(Layout layout,
int priority)
Updates the priority of the layout. |
static Layout |
LayoutLocalServiceUtil.updatePriority(Layout layout,
int priority)
Updates the priority of the layout. |
Layout |
LayoutLocalService.updatePriority(Layout layout,
int priority)
Updates the priority of the layout. |
Layout |
LayoutServiceWrapper.updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
Updates the priority of the layout matching the group, layout ID, and privacy. |
static Layout |
LayoutServiceUtil.updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
Updates the priority of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutService.updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
Updates the priority of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutLocalServiceWrapper.updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
Updates the priority of the layout matching the group, layout ID, and privacy. |
static Layout |
LayoutLocalServiceUtil.updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
Updates the priority of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutLocalService.updatePriority(long groupId,
boolean privateLayout,
long layoutId,
int priority)
Updates the priority of the layout matching the group, layout ID, and privacy. |
Layout |
LayoutServiceWrapper.updatePriority(long plid,
int priority)
Updates the priority of the layout matching the primary key. |
static Layout |
LayoutServiceUtil.updatePriority(long plid,
int priority)
Updates the priority of the layout matching the primary key. |
Layout |
LayoutService.updatePriority(long plid,
int priority)
Updates the priority of the layout matching the primary key. |
Layout |
LayoutLocalServiceWrapper.updatePriority(long plid,
int priority)
Updates the priority of the layout matching the primary key. |
static Layout |
LayoutLocalServiceUtil.updatePriority(long plid,
int priority)
Updates the priority of the layout matching the primary key. |
Layout |
LayoutLocalService.updatePriority(long plid,
int priority)
Updates the priority of the layout matching the primary key. |
Release |
ReleaseLocalServiceWrapper.updateRelease(long releaseId,
int buildNumber,
Date buildDate,
boolean verified)
|
static Release |
ReleaseLocalServiceUtil.updateRelease(long releaseId,
int buildNumber,
Date buildDate,
boolean verified)
|
Release |
ReleaseLocalService.updateRelease(long releaseId,
int buildNumber,
Date buildDate,
boolean verified)
|
Release |
ReleaseLocalServiceWrapper.updateRelease(Release release)
Updates the release in the database or adds it if it does not yet exist. |
static Release |
ReleaseLocalServiceUtil.updateRelease(Release release)
Updates the release in the database or adds it if it does not yet exist. |
Release |
ReleaseLocalService.updateRelease(Release release)
Updates the release in the database or adds it if it does not yet exist. |
User |
UserServiceWrapper.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer. |
static User |
UserServiceUtil.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer. |
User |
UserService.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer. |
User |
UserLocalServiceWrapper.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer. |
static User |
UserLocalServiceUtil.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer. |
User |
UserLocalService.updateReminderQuery(long userId,
String question,
String answer)
Updates the user's password reset question and answer. |
void |
RepositoryServiceWrapper.updateRepository(long repositoryId,
String name,
String description)
|
static void |
RepositoryServiceUtil.updateRepository(long repositoryId,
String name,
String description)
|
void |
RepositoryService.updateRepository(long repositoryId,
String name,
String description)
|
void |
RepositoryLocalServiceWrapper.updateRepository(long repositoryId,
String name,
String description)
|
static void |
RepositoryLocalServiceUtil.updateRepository(long repositoryId,
String name,
String description)
|
void |
RepositoryLocalService.updateRepository(long repositoryId,
String name,
String description)
|
Repository |
RepositoryLocalServiceWrapper.updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
static Repository |
RepositoryLocalServiceUtil.updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
Repository |
RepositoryLocalService.updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(long repositoryEntryId,
String mappedId)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.updateRepositoryEntry(long repositoryEntryId,
String mappedId)
|
RepositoryEntry |
RepositoryEntryLocalService.updateRepositoryEntry(long repositoryEntryId,
String mappedId)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
ResourceAction |
ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist. |
static ResourceAction |
ResourceActionLocalServiceUtil.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist. |
ResourceAction |
ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist. |
ResourceBlock |
ResourceBlockLocalServiceWrapper.updateResourceBlock(ResourceBlock resourceBlock)
Updates the resource block in the database or adds it if it does not yet exist. |
static ResourceBlock |
ResourceBlockLocalServiceUtil.updateResourceBlock(ResourceBlock resourceBlock)
Updates the resource block in the database or adds it if it does not yet exist. |
ResourceBlock |
ResourceBlockLocalService.updateResourceBlock(ResourceBlock resourceBlock)
Updates the resource block in the database or adds it if it does not yet exist. |
ResourceBlock |
ResourceBlockLocalServiceWrapper.updateResourceBlockId(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
|
static ResourceBlock |
ResourceBlockLocalServiceUtil.updateResourceBlockId(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
|
ResourceBlock |
ResourceBlockLocalService.updateResourceBlockId(long companyId,
long groupId,
String name,
PermissionedModel permissionedModel,
String permissionsHash,
ResourceBlockPermissionsContainer resourceBlockPermissionsContainer)
|
void |
ResourceBlockPermissionLocalServiceWrapper.updateResourceBlockPermission(long resourceBlockId,
long roleId,
long actionIdsLong,
int operator)
|
static void |
ResourceBlockPermissionLocalServiceUtil.updateResourceBlockPermission(long resourceBlockId,
long roleId,
long actionIdsLong,
int operator)
|
void |
ResourceBlockPermissionLocalService.updateResourceBlockPermission(long resourceBlockId,
long roleId,
long actionIdsLong,
int operator)
|
ResourceBlockPermission |
ResourceBlockPermissionLocalServiceWrapper.updateResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Updates the resource block permission in the database or adds it if it does not yet exist. |
static ResourceBlockPermission |
ResourceBlockPermissionLocalServiceUtil.updateResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Updates the resource block permission in the database or adds it if it does not yet exist. |
ResourceBlockPermission |
ResourceBlockPermissionLocalService.updateResourceBlockPermission(ResourceBlockPermission resourceBlockPermission)
Updates the resource block permission in the database or adds it if it does not yet exist. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
void |
ResourceLocalServiceWrapper.updateResources(long companyId,
long groupId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ResourceLocalServiceUtil.updateResources(long companyId,
long groupId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ResourceLocalService.updateResources(long companyId,
long groupId,
String name,
long primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ResourceLocalServiceWrapper.updateResources(long companyId,
long groupId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ResourceLocalServiceUtil.updateResources(long companyId,
long groupId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ResourceLocalService.updateResources(long companyId,
long groupId,
String name,
String primKey,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ResourceLocalServiceWrapper.updateResources(long companyId,
String name,
int scope,
String primKey,
String newPrimKey)
|
static void |
ResourceLocalServiceUtil.updateResources(long companyId,
String name,
int scope,
String primKey,
String newPrimKey)
|
void |
ResourceLocalService.updateResources(long companyId,
String name,
int scope,
String primKey,
String newPrimKey)
|
ResourceTypePermission |
ResourceTypePermissionLocalServiceWrapper.updateResourceTypePermission(ResourceTypePermission resourceTypePermission)
Updates the resource type permission in the database or adds it if it does not yet exist. |
static ResourceTypePermission |
ResourceTypePermissionLocalServiceUtil.updateResourceTypePermission(ResourceTypePermission resourceTypePermission)
Updates the resource type permission in the database or adds it if it does not yet exist. |
ResourceTypePermission |
ResourceTypePermissionLocalService.updateResourceTypePermission(ResourceTypePermission resourceTypePermission)
Updates the resource type permission in the database or adds it if it does not yet exist. |
Role |
RoleServiceWrapper.updateRole(long roleId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String subtype)
Updates the role with the primary key. |
static Role |
RoleServiceUtil.updateRole(long roleId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String subtype)
Updates the role with the primary key. |
Role |
RoleService.updateRole(long roleId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String subtype)
Updates the role with the primary key. |
Role |
RoleLocalServiceWrapper.updateRole(long roleId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String subtype)
Updates the role with the primary key. |
static Role |
RoleLocalServiceUtil.updateRole(long roleId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String subtype)
Updates the role with the primary key. |
Role |
RoleLocalService.updateRole(long roleId,
String name,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String subtype)
Updates the role with the primary key. |
Role |
RoleLocalServiceWrapper.updateRole(Role role)
Updates the role in the database or adds it if it does not yet exist. |
static Role |
RoleLocalServiceUtil.updateRole(Role role)
Updates the role in the database or adds it if it does not yet exist. |
Role |
RoleLocalService.updateRole(Role role)
Updates the role in the database or adds it if it does not yet exist. |
void |
LayoutLocalServiceWrapper.updateScopedPortletNames(long groupId,
boolean privateLayout,
long layoutId,
Map<Locale,String> nameMap,
List<Locale> nameMapModifiedLocales)
|
static void |
LayoutLocalServiceUtil.updateScopedPortletNames(long groupId,
boolean privateLayout,
long layoutId,
Map<Locale,String> nameMap,
List<Locale> nameMapModifiedLocales)
|
void |
LayoutLocalService.updateScopedPortletNames(long groupId,
boolean privateLayout,
long layoutId,
Map<Locale,String> nameMap,
List<Locale> nameMapModifiedLocales)
|
void |
LayoutLocalServiceWrapper.updateScopedPortletNames(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the names of the portlets within scope of the group, the scope of the layout's universally unique identifier, and the privacy. |
static void |
LayoutLocalServiceUtil.updateScopedPortletNames(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the names of the portlets within scope of the group, the scope of the layout's universally unique identifier, and the privacy. |
void |
LayoutLocalService.updateScopedPortletNames(long groupId,
boolean privateLayout,
long layoutId,
String name,
String languageId)
Updates the names of the portlets within scope of the group, the scope of the layout's universally unique identifier, and the privacy. |
User |
UserServiceWrapper.updateScreenName(long userId,
String screenName)
Updates the user's screen name. |
static User |
UserServiceUtil.updateScreenName(long userId,
String screenName)
Updates the user's screen name. |
User |
UserService.updateScreenName(long userId,
String screenName)
Updates the user's screen name. |
User |
UserLocalServiceWrapper.updateScreenName(long userId,
String screenName)
Updates the user's screen name. |
static User |
UserLocalServiceUtil.updateScreenName(long userId,
String screenName)
Updates the user's screen name. |
User |
UserLocalService.updateScreenName(long userId,
String screenName)
Updates the user's screen name. |
void |
CompanyServiceWrapper.updateSecurity(long companyId,
String authType,
boolean autoLogin,
boolean sendPassword,
boolean strangers,
boolean strangersWithMx,
boolean strangersVerify,
boolean siteLogo)
Updates the company's security properties. |
static void |
CompanyServiceUtil.updateSecurity(long companyId,
String authType,
boolean autoLogin,
boolean sendPassword,
boolean strangers,
boolean strangersWithMx,
boolean strangersVerify,
boolean siteLogo)
Updates the company's security properties. |
void |
CompanyService.updateSecurity(long companyId,
String authType,
boolean autoLogin,
boolean sendPassword,
boolean strangers,
boolean strangersWithMx,
boolean strangersVerify,
boolean siteLogo)
Updates the company's security properties. |
void |
CompanyLocalServiceWrapper.updateSecurity(long companyId,
String authType,
boolean autoLogin,
boolean sendPassword,
boolean strangers,
boolean strangersWithMx,
boolean strangersVerify,
boolean siteLogo)
Updates the company's security properties. |
static void |
CompanyLocalServiceUtil.updateSecurity(long companyId,
String authType,
boolean autoLogin,
boolean sendPassword,
boolean strangers,
boolean strangersWithMx,
boolean strangersVerify,
boolean siteLogo)
Updates the company's security properties. |
void |
CompanyLocalService.updateSecurity(long companyId,
String authType,
boolean autoLogin,
boolean sendPassword,
boolean strangers,
boolean strangersWithMx,
boolean strangersVerify,
boolean siteLogo)
Updates the company's security properties. |
ServiceComponent |
ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist. |
static ServiceComponent |
ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist. |
ServiceComponent |
ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
Updates the service component in the database or adds it if it does not yet exist. |
LayoutSet |
LayoutSetServiceWrapper.updateSettings(long groupId,
boolean privateLayout,
String settings)
|
static LayoutSet |
LayoutSetServiceUtil.updateSettings(long groupId,
boolean privateLayout,
String settings)
|
LayoutSet |
LayoutSetService.updateSettings(long groupId,
boolean privateLayout,
String settings)
|
LayoutSet |
LayoutSetLocalServiceWrapper.updateSettings(long groupId,
boolean privateLayout,
String settings)
|
static LayoutSet |
LayoutSetLocalServiceUtil.updateSettings(long groupId,
boolean privateLayout,
String settings)
|
LayoutSet |
LayoutSetLocalService.updateSettings(long groupId,
boolean privateLayout,
String settings)
|
Shard |
ShardLocalServiceWrapper.updateShard(Shard shard)
Updates the shard in the database or adds it if it does not yet exist. |
static Shard |
ShardLocalServiceUtil.updateShard(Shard shard)
Updates the shard in the database or adds it if it does not yet exist. |
Shard |
ShardLocalService.updateShard(Shard shard)
Updates the shard in the database or adds it if it does not yet exist. |
Group |
GroupLocalServiceWrapper.updateSite(long groupId,
boolean site)
Associates the group with a main site if the group is an organization. |
static Group |
GroupLocalServiceUtil.updateSite(long groupId,
boolean site)
Associates the group with a main site if the group is an organization. |
Group |
GroupLocalService.updateSite(long groupId,
boolean site)
Associates the group with a main site if the group is an organization. |
User |
UserServiceWrapper.updateStatus(long userId,
int status)
Updates the user's workflow status. |
static User |
UserServiceUtil.updateStatus(long userId,
int status)
Updates the user's workflow status. |
User |
UserService.updateStatus(long userId,
int status)
Updates the user's workflow status. |
User |
UserLocalServiceWrapper.updateStatus(long userId,
int status)
Updates the user's workflow status. |
static User |
UserLocalServiceUtil.updateStatus(long userId,
int status)
Updates the user's workflow status. |
User |
UserLocalService.updateStatus(long userId,
int status)
Updates the user's workflow status. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalService.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
void |
MembershipRequestLocalServiceWrapper.updateStatus(long replierUserId,
long membershipRequestId,
String replyComments,
int statusId,
boolean addUserToGroup,
ServiceContext serviceContext)
|
static void |
MembershipRequestLocalServiceUtil.updateStatus(long replierUserId,
long membershipRequestId,
String replyComments,
int statusId,
boolean addUserToGroup,
ServiceContext serviceContext)
|
void |
MembershipRequestLocalService.updateStatus(long replierUserId,
long membershipRequestId,
String replyComments,
int statusId,
boolean addUserToGroup,
ServiceContext serviceContext)
|
void |
MembershipRequestServiceWrapper.updateStatus(long membershipRequestId,
String reviewComments,
int statusId,
ServiceContext serviceContext)
|
static void |
MembershipRequestServiceUtil.updateStatus(long membershipRequestId,
String reviewComments,
int statusId,
ServiceContext serviceContext)
|
void |
MembershipRequestService.updateStatus(long membershipRequestId,
String reviewComments,
int statusId,
ServiceContext serviceContext)
|
Subscription |
SubscriptionLocalServiceWrapper.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist. |
static Subscription |
SubscriptionLocalServiceUtil.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist. |
Subscription |
SubscriptionLocalService.updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist. |
Team |
TeamServiceWrapper.updateTeam(long teamId,
String name,
String description)
|
static Team |
TeamServiceUtil.updateTeam(long teamId,
String name,
String description)
|
Team |
TeamService.updateTeam(long teamId,
String name,
String description)
|
Team |
TeamLocalServiceWrapper.updateTeam(long teamId,
String name,
String description)
|
static Team |
TeamLocalServiceUtil.updateTeam(long teamId,
String name,
String description)
|
Team |
TeamLocalService.updateTeam(long teamId,
String name,
String description)
|
Team |
TeamLocalServiceWrapper.updateTeam(Team team)
Updates the team in the database or adds it if it does not yet exist. |
static Team |
TeamLocalServiceUtil.updateTeam(Team team)
Updates the team in the database or adds it if it does not yet exist. |
Team |
TeamLocalService.updateTeam(Team team)
Updates the team in the database or adds it if it does not yet exist. |
Ticket |
TicketLocalServiceWrapper.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist. |
static Ticket |
TicketLocalServiceUtil.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist. |
Ticket |
TicketLocalService.updateTicket(Ticket ticket)
Updates the ticket in the database or adds it if it does not yet exist. |
User |
UserServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters. |
static User |
UserServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters. |
User |
UserService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<Phone> phones,
List<Website> websites,
List<AnnouncementsDelivery> announcementsDelivers,
ServiceContext serviceContext)
Updates the user with additional parameters. |
User |
UserServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
static User |
UserServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
User |
UserService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
User |
UserLocalServiceWrapper.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
static User |
UserLocalServiceUtil.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
User |
UserLocalService.updateUser(long userId,
String oldPassword,
String newPassword1,
String newPassword2,
boolean passwordReset,
String reminderQueryQuestion,
String reminderQueryAnswer,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String firstName,
String middleName,
String lastName,
int prefixId,
int suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String aimSn,
String facebookSn,
String icqSn,
String jabberSn,
String msnSn,
String mySpaceSn,
String skypeSn,
String twitterSn,
String ymSn,
String jobTitle,
long[] groupIds,
long[] organizationIds,
long[] roleIds,
List<UserGroupRole> userGroupRoles,
long[] userGroupIds,
ServiceContext serviceContext)
Updates the user. |
User |
UserLocalServiceWrapper.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist. |
static User |
UserLocalServiceUtil.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist. |
User |
UserLocalService.updateUser(User user)
Updates the user in the database or adds it if it does not yet exist. |
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated. UserGroupLocalServiceWrapper.updateUserGroup(long, long, String, String,
ServiceContext) |
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated. UserGroupLocalServiceUtil.updateUserGroup(long, long, String, String,
ServiceContext) |
UserGroup |
UserGroupLocalService.updateUserGroup(long companyId,
long userGroupId,
String name,
String description)
Deprecated. UserGroupLocalService.updateUserGroup(long, long, String, String,
ServiceContext) |
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
UserGroup |
UserGroupLocalService.updateUserGroup(long companyId,
long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
UserGroup |
UserGroupServiceWrapper.updateUserGroup(long userGroupId,
String name,
String description)
Deprecated. #updateUserGroup(long, String, String,
serviceContext) |
static UserGroup |
UserGroupServiceUtil.updateUserGroup(long userGroupId,
String name,
String description)
Deprecated. #updateUserGroup(long, String, String,
serviceContext) |
UserGroup |
UserGroupService.updateUserGroup(long userGroupId,
String name,
String description)
Deprecated. #updateUserGroup(long, String, String,
serviceContext) |
UserGroup |
UserGroupServiceWrapper.updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
static UserGroup |
UserGroupServiceUtil.updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
UserGroup |
UserGroupService.updateUserGroup(long userGroupId,
String name,
String description,
ServiceContext serviceContext)
Updates the user group. |
UserGroup |
UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist. |
static UserGroup |
UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist. |
UserGroup |
UserGroupLocalService.updateUserGroup(UserGroup userGroup)
Updates the user group in the database or adds it if it does not yet exist. |
UserGroupGroupRole |
UserGroupGroupRoleLocalServiceWrapper.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Updates the user group group role in the database or adds it if it does not yet exist. |
static UserGroupGroupRole |
UserGroupGroupRoleLocalServiceUtil.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Updates the user group group role in the database or adds it if it does not yet exist. |
UserGroupGroupRole |
UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
Updates the user group group role in the database or adds it if it does not yet exist. |
UserGroupRole |
UserGroupRoleLocalServiceWrapper.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist. |
static UserGroupRole |
UserGroupRoleLocalServiceUtil.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist. |
UserGroupRole |
UserGroupRoleLocalService.updateUserGroupRole(UserGroupRole userGroupRole)
Updates the user group role in the database or adds it if it does not yet exist. |
UserIdMapper |
UserIdMapperLocalServiceWrapper.updateUserIdMapper(long userId,
String type,
String description,
String externalUserId)
|
static UserIdMapper |
UserIdMapperLocalServiceUtil.updateUserIdMapper(long userId,
String type,
String description,
String externalUserId)
|
UserIdMapper |
UserIdMapperLocalService.updateUserIdMapper(long userId,
String type,
String description,
String externalUserId)
|
UserIdMapper |
UserIdMapperLocalServiceWrapper.updateUserIdMapper(UserIdMapper userIdMapper)
Updates the user ID mapper in the database or adds it if it does not yet exist. |
static UserIdMapper |
UserIdMapperLocalServiceUtil.updateUserIdMapper(UserIdMapper userIdMapper)
Updates the user ID mapper in the database or adds it if it does not yet exist. |
UserIdMapper |
UserIdMapperLocalService.updateUserIdMapper(UserIdMapper userIdMapper)
Updates the user ID mapper in the database or adds it if it does not yet exist. |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent(String uuid,
long companyId,
boolean archive)
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.updateUserNotificationEvent(String uuid,
long companyId,
boolean archive)
|
UserNotificationEvent |
UserNotificationEventLocalService.updateUserNotificationEvent(String uuid,
long companyId,
boolean archive)
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Updates the user notification event in the database or adds it if it does not yet exist. |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Updates the user notification event in the database or adds it if it does not yet exist. |
UserNotificationEvent |
UserNotificationEventLocalService.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Updates the user notification event in the database or adds it if it does not yet exist. |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.updateUserNotificationEvents(Collection<String> uuids,
long companyId,
boolean archive)
|
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.updateUserNotificationEvents(Collection<String> uuids,
long companyId,
boolean archive)
|
List<UserNotificationEvent> |
UserNotificationEventLocalService.updateUserNotificationEvents(Collection<String> uuids,
long companyId,
boolean archive)
|
UserTracker |
UserTrackerLocalServiceWrapper.updateUserTracker(UserTracker userTracker)
Updates the user tracker in the database or adds it if it does not yet exist. |
static UserTracker |
UserTrackerLocalServiceUtil.updateUserTracker(UserTracker userTracker)
Updates the user tracker in the database or adds it if it does not yet exist. |
UserTracker |
UserTrackerLocalService.updateUserTracker(UserTracker userTracker)
Updates the user tracker in the database or adds it if it does not yet exist. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
UserTrackerPath |
UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
LayoutSet |
LayoutSetServiceWrapper.updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHost)
|
static LayoutSet |
LayoutSetServiceUtil.updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHost)
|
LayoutSet |
LayoutSetService.updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHost)
|
LayoutSet |
LayoutSetLocalServiceWrapper.updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHostname)
|
static LayoutSet |
LayoutSetLocalServiceUtil.updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHostname)
|
LayoutSet |
LayoutSetLocalService.updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHostname)
|
VirtualHost |
VirtualHostLocalServiceWrapper.updateVirtualHost(long companyId,
long layoutSetId,
String hostname)
|
static VirtualHost |
VirtualHostLocalServiceUtil.updateVirtualHost(long companyId,
long layoutSetId,
String hostname)
|
VirtualHost |
VirtualHostLocalService.updateVirtualHost(long companyId,
long layoutSetId,
String hostname)
|
VirtualHost |
VirtualHostLocalServiceWrapper.updateVirtualHost(VirtualHost virtualHost)
Updates the virtual host in the database or adds it if it does not yet exist. |
static VirtualHost |
VirtualHostLocalServiceUtil.updateVirtualHost(VirtualHost virtualHost)
Updates the virtual host in the database or adds it if it does not yet exist. |
VirtualHost |
VirtualHostLocalService.updateVirtualHost(VirtualHost virtualHost)
Updates the virtual host in the database or adds it if it does not yet exist. |
WebDAVProps |
WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web d a v props in the database or adds it if it does not yet exist. |
static WebDAVProps |
WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web d a v props in the database or adds it if it does not yet exist. |
WebDAVProps |
WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web d a v props in the database or adds it if it does not yet exist. |
Website |
WebsiteServiceWrapper.updateWebsite(long websiteId,
String url,
int typeId,
boolean primary)
|
static Website |
WebsiteServiceUtil.updateWebsite(long websiteId,
String url,
int typeId,
boolean primary)
|
Website |
WebsiteService.updateWebsite(long websiteId,
String url,
int typeId,
boolean primary)
|
Website |
WebsiteLocalServiceWrapper.updateWebsite(long websiteId,
String url,
int typeId,
boolean primary)
|
static Website |
WebsiteLocalServiceUtil.updateWebsite(long websiteId,
String url,
int typeId,
boolean primary)
|
Website |
WebsiteLocalService.updateWebsite(long websiteId,
String url,
int typeId,
boolean primary)
|
Website |
WebsiteLocalServiceWrapper.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist. |
static Website |
WebsiteLocalServiceUtil.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist. |
Website |
WebsiteLocalService.updateWebsite(Website website)
Updates the website in the database or adds it if it does not yet exist. |
void |
WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinition)
|
static void |
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinition)
|
void |
WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinition)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(long userId,
long companyId,
long groupId,
String className,
long classPK,
long typePK,
String workflowDefinitionName,
int workflowDefinitionVersion)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Updates the workflow definition link in the database or adds it if it does not yet exist. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Updates the workflow definition link in the database or adds it if it does not yet exist. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
Updates the workflow definition link in the database or adds it if it does not yet exist. |
void |
WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
String className,
long classPK,
List<ObjectValuePair<Long,String>> workflowDefinitionOVPs)
|
static void |
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
String className,
long classPK,
List<ObjectValuePair<Long,String>> workflowDefinitionOVPs)
|
void |
WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
String className,
long classPK,
List<ObjectValuePair<Long,String>> workflowDefinitionOVPs)
|
WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database or adds it if it does not yet exist. |
static WorkflowInstanceLink |
WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database or adds it if it does not yet exist. |
WorkflowInstanceLink |
WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
Updates the workflow instance link in the database or adds it if it does not yet exist. |
void |
ListTypeServiceWrapper.validate(int listTypeId,
long classNameId,
String type)
|
static void |
ListTypeServiceUtil.validate(int listTypeId,
long classNameId,
String type)
|
void |
ListTypeService.validate(int listTypeId,
long classNameId,
String type)
|
void |
ListTypeServiceWrapper.validate(int listTypeId,
String type)
|
static void |
ListTypeServiceUtil.validate(int listTypeId,
String type)
|
void |
ListTypeService.validate(int listTypeId,
String type)
|
void |
ServiceComponentLocalServiceWrapper.verifyDB()
|
static void |
ServiceComponentLocalServiceUtil.verifyDB()
|
void |
ServiceComponentLocalService.verifyDB()
|
void |
UserLocalServiceWrapper.verifyEmailAddress(String ticketKey)
Verifies the email address of the ticket. |
static void |
UserLocalServiceUtil.verifyEmailAddress(String ticketKey)
Verifies the email address of the ticket. |
void |
UserLocalService.verifyEmailAddress(String ticketKey)
Verifies the email address of the ticket. |
void |
ResourceBlockLocalServiceWrapper.verifyResourceBlockId(long companyId,
String name,
long primKey)
|
static void |
ResourceBlockLocalServiceUtil.verifyResourceBlockId(long companyId,
String name,
long primKey)
|
void |
ResourceBlockLocalService.verifyResourceBlockId(long companyId,
String name,
long primKey)
|
| Uses of SystemException in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that throw SystemException | |
|---|---|
User |
PrincipalBean.getGuestOrUser()
Deprecated. |
User |
PrincipalBean.getUser()
Deprecated. |
| Uses of SystemException in com.liferay.portal.service.permission |
|---|
| Methods in com.liferay.portal.service.permission that throw SystemException | |
|---|---|
static void |
AccountPermissionUtil.check(PermissionChecker permissionChecker,
Account account,
String actionId)
|
void |
AccountPermission.check(PermissionChecker permissionChecker,
Account account,
String actionId)
|
static void |
GroupPermissionUtil.check(PermissionChecker permissionChecker,
Group group,
String actionId)
|
void |
GroupPermission.check(PermissionChecker permissionChecker,
Group group,
String actionId)
|
static void |
LayoutPermissionUtil.check(PermissionChecker permissionChecker,
Layout layout,
String actionId)
|
void |
LayoutPermission.check(PermissionChecker permissionChecker,
Layout layout,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
Layout layout,
String portletId,
String actionId)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
Layout layout,
String portletId,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
Layout layout,
String portletId,
String actionId,
boolean strict)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
Layout layout,
String portletId,
String actionId,
boolean strict)
|
static void |
LayoutPermissionUtil.check(PermissionChecker permissionChecker,
long groupId,
boolean privateLayout,
long layoutId,
String actionId)
|
void |
LayoutPermission.check(PermissionChecker permissionChecker,
long groupId,
boolean privateLayout,
long layoutId,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
long groupId,
Layout layout,
String portletId,
String actionId)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
long groupId,
Layout layout,
String portletId,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
long groupId,
Layout layout,
String portletId,
String actionId,
boolean strict)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
long groupId,
Layout layout,
String portletId,
String actionId,
boolean strict)
|
static void |
UserGroupRolePermissionUtil.check(PermissionChecker permissionChecker,
long groupId,
long roleId)
|
void |
UserGroupRolePermission.check(PermissionChecker permissionChecker,
long groupId,
long roleId)
|
static void |
CommonPermissionUtil.check(PermissionChecker permissionChecker,
long classNameId,
long classPK,
String actionId)
|
void |
CommonPermission.check(PermissionChecker permissionChecker,
long classNameId,
long classPK,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
long groupId,
long plid,
String portletId,
String actionId)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
long groupId,
long plid,
String portletId,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
long groupId,
long plid,
String portletId,
String actionId,
boolean strict)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
long groupId,
long plid,
String portletId,
String actionId,
boolean strict)
|
static void |
TeamPermissionUtil.check(PermissionChecker permissionChecker,
long teamId,
String actionId)
|
void |
TeamPermission.check(PermissionChecker permissionChecker,
long teamId,
String actionId)
|
static void |
OrganizationPermissionUtil.check(PermissionChecker permissionChecker,
long organizationId,
String actionId)
|
void |
OrganizationPermission.check(PermissionChecker permissionChecker,
long organizationId,
String actionId)
|
static void |
LayoutSetBranchPermissionUtil.check(PermissionChecker permissionChecker,
long layoutSetBranchId,
String actionId)
|
void |
LayoutSetBranchPermission.check(PermissionChecker permissionChecker,
long layoutSetBranchId,
String actionId)
|
static void |
LayoutPermissionUtil.check(PermissionChecker permissionChecker,
long plid,
String actionId)
|
void |
LayoutPermission.check(PermissionChecker permissionChecker,
long plid,
String actionId)
|
static void |
LayoutBranchPermissionUtil.check(PermissionChecker permissionChecker,
long layoutBranchId,
String actionId)
|
void |
LayoutBranchPermission.check(PermissionChecker permissionChecker,
long layoutBranchId,
String actionId)
|
static void |
GroupPermissionUtil.check(PermissionChecker permissionChecker,
long groupId,
String actionId)
|
void |
GroupPermission.check(PermissionChecker permissionChecker,
long groupId,
String actionId)
|
static void |
AccountPermissionUtil.check(PermissionChecker permissionChecker,
long accountId,
String actionId)
|
void |
AccountPermission.check(PermissionChecker permissionChecker,
long accountId,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
long plid,
String portletId,
String actionId)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
long plid,
String portletId,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
long plid,
String portletId,
String actionId,
boolean strict)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
long plid,
String portletId,
String actionId,
boolean strict)
|
static void |
OrganizationPermissionUtil.check(PermissionChecker permissionChecker,
Organization organization,
String actionId)
|
void |
OrganizationPermission.check(PermissionChecker permissionChecker,
Organization organization,
String actionId)
|
static void |
SubscriptionPermissionUtil.check(PermissionChecker permissionChecker,
String className,
long classPK)
|
void |
SubscriptionPermission.check(PermissionChecker permissionChecker,
String className,
long classPK)
|
static void |
CommonPermissionUtil.check(PermissionChecker permissionChecker,
String className,
long classPK,
String actionId)
|
void |
CommonPermission.check(PermissionChecker permissionChecker,
String className,
long classPK,
String actionId)
|
static void |
PortletPermissionUtil.check(PermissionChecker permissionChecker,
String portletId,
String actionId)
|
void |
PortletPermission.check(PermissionChecker permissionChecker,
String portletId,
String actionId)
|
static void |
TeamPermissionUtil.check(PermissionChecker permissionChecker,
Team team,
String actionId)
|
void |
TeamPermission.check(PermissionChecker permissionChecker,
Team team,
String actionId)
|
static boolean |
AccountPermissionUtil.contains(PermissionChecker permissionChecker,
Account account,
String actionId)
|
boolean |
AccountPermission.contains(PermissionChecker permissionChecker,
Account account,
String actionId)
|
static boolean |
GroupPermissionUtil.contains(PermissionChecker permissionChecker,
Group group,
String actionId)
|
boolean |
GroupPermission.contains(PermissionChecker permissionChecker,
Group group,
String actionId)
|
static boolean |
LayoutPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
boolean checkViewableGroup,
String actionId)
|
boolean |
LayoutPermission.contains(PermissionChecker permissionChecker,
Layout layout,
boolean checkViewableGroup,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
Portlet portlet,
String actionId)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
Layout layout,
Portlet portlet,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
Portlet portlet,
String actionId,
boolean strict)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
Layout layout,
Portlet portlet,
String actionId,
boolean strict)
|
static boolean |
LayoutPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
String actionId)
|
boolean |
LayoutPermission.contains(PermissionChecker permissionChecker,
Layout layout,
String actionId)
|
static boolean |
LayoutPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
String controlPanelCategory,
boolean checkViewableGroup,
String actionId)
|
boolean |
LayoutPermission.contains(PermissionChecker permissionChecker,
Layout layout,
String controlPanelCategory,
boolean checkViewableGroup,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
String portletId,
String actionId)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
Layout layout,
String portletId,
String actionId)
|
static boolean |
LayoutPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
String controlPanelCategory,
String actionId)
|
boolean |
LayoutPermission.contains(PermissionChecker permissionChecker,
Layout layout,
String controlPanelCategory,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
String portletId,
String actionId,
boolean strict)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
Layout layout,
String portletId,
String actionId,
boolean strict)
|
static boolean |
OrganizationPermissionUtil.contains(PermissionChecker permissionChecker,
long[] organizationIds,
String actionId)
|
boolean |
OrganizationPermission.contains(PermissionChecker permissionChecker,
long[] organizationIds,
String actionId)
|
static boolean |
LayoutPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
boolean privateLayout,
long layoutId,
String actionId)
|
boolean |
LayoutPermission.contains(PermissionChecker permissionChecker,
long groupId,
boolean privateLayout,
long layoutId,
String actionId)
|
static boolean |
LayoutPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
boolean privateLayout,
long layoutId,
String controlPanelCategory,
String actionId)
|
boolean |
LayoutPermission.contains(PermissionChecker permissionChecker,
long groupId,
boolean privateLayout,
long layoutId,
String controlPanelCategory,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId,
boolean strict)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId,
boolean strict)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
String portletId,
String actionId)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
String portletId,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
String portletId,
String actionId,
boolean strict)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
String portletId,
String actionId,
boolean strict)
|
static boolean |
UserGroupRolePermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
long roleId)
|
boolean |
UserGroupRolePermission.contains(PermissionChecker permissionChecker,
long groupId,
long roleId)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long groupId,
long plid,
Portlet portlet,
String actionId,
boolean strict)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
long plid,
String portletId,
String actionId,
boolean strict)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long groupId,
long plid,
String portletId,
String actionId,
boolean strict)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long plid,
Portlet portlet,
String actionId)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long plid,
Portlet portlet,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long plid,
Portlet portlet,
String actionId,
boolean strict)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long plid,
Portlet portlet,
String actionId,
boolean strict)
|
static boolean |
TeamPermissionUtil.contains(PermissionChecker permissionChecker,
long teamId,
String actionId)
|
boolean |
TeamPermission.contains(PermissionChecker permissionChecker,
long teamId,
String actionId)
|
static boolean |
OrganizationPermissionUtil.contains(PermissionChecker permissionChecker,
long organizationId,
String actionId)
|
boolean |
OrganizationPermission.contains(PermissionChecker permissionChecker,
long organizationId,
String actionId)
|
static boolean |
LayoutSetBranchPermissionUtil.contains(PermissionChecker permissionChecker,
long layoutSetBranchId,
String actionId)
|
boolean |
LayoutSetBranchPermission.contains(PermissionChecker permissionChecker,
long layoutSetBranchId,
String actionId)
|
static boolean |
LayoutPermissionUtil.contains(PermissionChecker permissionChecker,
long plid,
String actionId)
|
boolean |
LayoutPermission.contains(PermissionChecker permissionChecker,
long plid,
String actionId)
|
static boolean |
LayoutBranchPermissionUtil.contains(PermissionChecker permissionChecker,
long layoutBranchId,
String actionId)
|
boolean |
LayoutBranchPermission.contains(PermissionChecker permissionChecker,
long layoutBranchId,
String actionId)
|
static boolean |
GroupPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
String actionId)
|
boolean |
GroupPermission.contains(PermissionChecker permissionChecker,
long groupId,
String actionId)
|
static boolean |
AccountPermissionUtil.contains(PermissionChecker permissionChecker,
long accountId,
String actionId)
|
boolean |
AccountPermission.contains(PermissionChecker permissionChecker,
long accountId,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long plid,
String portletId,
String actionId)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long plid,
String portletId,
String actionId)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long plid,
String portletId,
String actionId,
boolean strict)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
long plid,
String portletId,
String actionId,
boolean strict)
|
static boolean |
OrganizationPermissionUtil.contains(PermissionChecker permissionChecker,
Organization organization,
String actionId)
|
boolean |
OrganizationPermission.contains(PermissionChecker permissionChecker,
Organization organization,
String actionId)
|
static boolean |
SubscriptionPermissionUtil.contains(PermissionChecker permissionChecker,
String className,
long classPK)
|
boolean |
SubscriptionPermission.contains(PermissionChecker permissionChecker,
String className,
long classPK)
|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
String portletId,
String actionId)
|
boolean |
PortletPermission.contains(PermissionChecker permissionChecker,
String portletId,
String actionId)
|
static boolean |
TeamPermissionUtil.contains(PermissionChecker permissionChecker,
Team team,
String actionId)
|
boolean |
TeamPermission.contains(PermissionChecker permissionChecker,
Team team,
String actionId)
|
static boolean |
LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker,
Layout layout,
String controlPanelCategory,
boolean checkLayoutUpdateable,
String actionId)
|
boolean |
LayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker,
Layout layout,
String controlPanelCategory,
boolean checkLayoutUpdateable,
String actionId)
|
static boolean |
LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker,
Layout layout,
String controlPanelCategory,
String actionId)
|
boolean |
LayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker,
Layout layout,
String controlPanelCategory,
String actionId)
|
static boolean |
PortletPermissionUtil.hasAccessPermission(PermissionChecker permissionChecker,
long scopeGroupId,
Layout layout,
Portlet portlet,
PortletMode portletMode)
|
boolean |
PortletPermission.hasAccessPermission(PermissionChecker permissionChecker,
long scopeGroupId,
Layout layout,
Portlet portlet,
PortletMode portletMode)
|
| Uses of SystemException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return SystemException | |
|---|---|
SystemException |
BasePersistence.processException(Exception e)
|
| Methods in com.liferay.portal.service.persistence that throw SystemException | |
|---|---|
static void |
UserUtil.addGroup(long pk,
Group group)
Adds an association between the user and the group. |
void |
UserPersistence.addGroup(long pk,
Group group)
Adds an association between the user and the group. |
static void |
UserGroupUtil.addGroup(long pk,
Group group)
Adds an association between the user group and the group. |
void |
UserGroupPersistence.addGroup(long pk,
Group group)
Adds an association between the user group and the group. |
static void |
RoleUtil.addGroup(long pk,
Group group)
Adds an association between the role and the group. |
void |
RolePersistence.addGroup(long pk,
Group group)
Adds an association between the role and the group. |
static void |
OrganizationUtil.addGroup(long pk,
Group group)
Adds an association between the organization and the group. |
void |
OrganizationPersistence.addGroup(long pk,
Group group)
Adds an association between the organization and the group. |
static void |
UserUtil.addGroup(long pk,
long groupPK)
Adds an association between the user and the group. |
void |
UserPersistence.addGroup(long pk,
long groupPK)
Adds an association between the user and the group. |
static void |
UserGroupUtil.addGroup(long pk,
long groupPK)
Adds an association between the user group and the group. |
void |
UserGroupPersistence.addGroup(long pk,
long groupPK)
Adds an association between the user group and the group. |
static void |
RoleUtil.addGroup(long pk,
long groupPK)
Adds an association between the role and the group. |
void |
RolePersistence.addGroup(long pk,
long groupPK)
Adds an association between the role and the group. |
static void |
OrganizationUtil.addGroup(long pk,
long groupPK)
Adds an association between the organization and the group. |
void |
OrganizationPersistence.addGroup(long pk,
long groupPK)
Adds an association between the organization and the group. |
static void |
UserUtil.addGroups(long pk,
List<Group> groups)
Adds an association between the user and the groups. |
void |
UserPersistence.addGroups(long pk,
List<Group> groups)
Adds an association between the user and the groups. |
static void |
UserGroupUtil.addGroups(long pk,
List<Group> groups)
Adds an association between the user group and the groups. |
void |
UserGroupPersistence.addGroups(long pk,
List<Group> groups)
Adds an association between the user group and the groups. |
static void |
RoleUtil.addGroups(long pk,
List<Group> groups)
Adds an association between the role and the groups. |
void |
RolePersistence.addGroups(long pk,
List<Group> groups)
Adds an association between the role and the groups. |
static void |
OrganizationUtil.addGroups(long pk,
List<Group> groups)
Adds an association between the organization and the groups. |
void |
OrganizationPersistence.addGroups(long pk,
List<Group> groups)
Adds an association between the organization and the groups. |
static void |
UserUtil.addGroups(long pk,
long[] groupPKs)
Adds an association between the user and the groups. |
void |
UserPersistence.addGroups(long pk,
long[] groupPKs)
Adds an association between the user and the groups. |
static void |
UserGroupUtil.addGroups(long pk,
long[] groupPKs)
Adds an association between the user group and the groups. |
void |
UserGroupPersistence.addGroups(long pk,
long[] groupPKs)
Adds an association between the user group and the groups. |
static void |
RoleUtil.addGroups(long pk,
long[] groupPKs)
Adds an association between the role and the groups. |
void |
RolePersistence.addGroups(long pk,
long[] groupPKs)
Adds an association between the role and the groups. |
static void |
OrganizationUtil.addGroups(long pk,
long[] groupPKs)
Adds an association between the organization and the groups. |
void |
OrganizationPersistence.addGroups(long pk,
long[] groupPKs)
Adds an association between the organization and the groups. |
static void |
UserUtil.addOrganization(long pk,
long organizationPK)
Adds an association between the user and the organization. |
void |
UserPersistence.addOrganization(long pk,
long organizationPK)
Adds an association between the user and the organization. |
static void |
GroupUtil.addOrganization(long pk,
long organizationPK)
Adds an association between the group and the organization. |
void |
GroupPersistence.addOrganization(long pk,
long organizationPK)
Adds an association between the group and the organization. |
static void |
UserUtil.addOrganization(long pk,
Organization organization)
Adds an association between the user and the organization. |
void |
UserPersistence.addOrganization(long pk,
Organization organization)
Adds an association between the user and the organization. |
static void |
GroupUtil.addOrganization(long pk,
Organization organization)
Adds an association between the group and the organization. |
void |
GroupPersistence.addOrganization(long pk,
Organization organization)
Adds an association between the group and the organization. |
static void |
UserUtil.addOrganizations(long pk,
List<Organization> organizations)
Adds an association between the user and the organizations. |
void |
UserPersistence.addOrganizations(long pk,
List<Organization> organizations)
Adds an association between the user and the organizations. |
static void |
GroupUtil.addOrganizations(long pk,
List<Organization> organizations)
Adds an association between the group and the organizations. |
void |
GroupPersistence.addOrganizations(long pk,
List<Organization> organizations)
Adds an association between the group and the organizations. |
static void |
UserUtil.addOrganizations(long pk,
long[] organizationPKs)
Adds an association between the user and the organizations. |
void |
UserPersistence.addOrganizations(long pk,
long[] organizationPKs)
Adds an association between the user and the organizations. |
static void |
GroupUtil.addOrganizations(long pk,
long[] organizationPKs)
Adds an association between the group and the organizations. |
void |
GroupPersistence.addOrganizations(long pk,
long[] organizationPKs)
Adds an association between the group and the organizations. |
static void |
UserUtil.addRole(long pk,
long rolePK)
Adds an association between the user and the role. |
void |
UserPersistence.addRole(long pk,
long rolePK)
Adds an association between the user and the role. |
static void |
GroupUtil.addRole(long pk,
long rolePK)
Adds an association between the group and the role. |
void |
GroupPersistence.addRole(long pk,
long rolePK)
Adds an association between the group and the role. |
static void |
UserUtil.addRole(long pk,
Role role)
Adds an association between the user and the role. |
void |
UserPersistence.addRole(long pk,
Role role)
Adds an association between the user and the role. |
static void |
GroupUtil.addRole(long pk,
Role role)
Adds an association between the group and the role. |
void |
GroupPersistence.addRole(long pk,
Role role)
Adds an association between the group and the role. |
static void |
UserUtil.addRoles(long pk,
List<Role> roles)
Adds an association between the user and the roles. |
void |
UserPersistence.addRoles(long pk,
List<Role> roles)
Adds an association between the user and the roles. |
static void |
GroupUtil.addRoles(long pk,
List<Role> roles)
Adds an association between the group and the roles. |
void |
GroupPersistence.addRoles(long pk,
List<Role> roles)
Adds an association between the group and the roles. |
static void |
UserUtil.addRoles(long pk,
long[] rolePKs)
Adds an association between the user and the roles. |
void |
UserPersistence.addRoles(long pk,
long[] rolePKs)
Adds an association between the user and the roles. |
static void |
GroupUtil.addRoles(long pk,
long[] rolePKs)
Adds an association between the group and the roles. |
void |
GroupPersistence.addRoles(long pk,
long[] rolePKs)
Adds an association between the group and the roles. |
static void |
UserUtil.addTeam(long pk,
long teamPK)
Adds an association between the user and the team. |
void |
UserPersistence.addTeam(long pk,
long teamPK)
Adds an association between the user and the team. |
static void |
UserGroupUtil.addTeam(long pk,
long teamPK)
Adds an association between the user group and the team. |
void |
UserGroupPersistence.addTeam(long pk,
long teamPK)
Adds an association between the user group and the team. |
static void |
UserUtil.addTeam(long pk,
Team team)
Adds an association between the user and the team. |
void |
UserPersistence.addTeam(long pk,
Team team)
Adds an association between the user and the team. |
static void |
UserGroupUtil.addTeam(long pk,
Team team)
Adds an association between the user group and the team. |
void |
UserGroupPersistence.addTeam(long pk,
Team team)
Adds an association between the user group and the team. |
static void |
UserUtil.addTeams(long pk,
List<Team> teams)
Adds an association between the user and the teams. |
void |
UserPersistence.addTeams(long pk,
List<Team> teams)
Adds an association between the user and the teams. |
static void |
UserGroupUtil.addTeams(long pk,
List<Team> teams)
Adds an association between the user group and the teams. |
void |
UserGroupPersistence.addTeams(long pk,
List<Team> teams)
Adds an association between the user group and the teams. |
static void |
UserUtil.addTeams(long pk,
long[] teamPKs)
Adds an association between the user and the teams. |
void |
UserPersistence.addTeams(long pk,
long[] teamPKs)
Adds an association between the user and the teams. |
static void |
UserGroupUtil.addTeams(long pk,
long[] teamPKs)
Adds an association between the user group and the teams. |
void |
UserGroupPersistence.addTeams(long pk,
long[] teamPKs)
Adds an association between the user group and the teams. |
static void |
UserGroupUtil.addUser(long pk,
long userPK)
Adds an association between the user group and the user. |
void |
UserGroupPersistence.addUser(long pk,
long userPK)
Adds an association between the user group and the user. |
static void |
TeamUtil.addUser(long pk,
long userPK)
Adds an association between the team and the user. |
void |
TeamPersistence.addUser(long pk,
long userPK)
Adds an association between the team and the user. |
static void |
RoleUtil.addUser(long pk,
long userPK)
Adds an association between the role and the user. |
void |
RolePersistence.addUser(long pk,
long userPK)
Adds an association between the role and the user. |
static void |
OrganizationUtil.addUser(long pk,
long userPK)
Adds an association between the organization and the user. |
void |
OrganizationPersistence.addUser(long pk,
long userPK)
Adds an association between the organization and the user. |
static void |
GroupUtil.addUser(long pk,
long userPK)
Adds an association between the group and the user. |
void |
GroupPersistence.addUser(long pk,
long userPK)
Adds an association between the group and the user. |
static void |
UserGroupUtil.addUser(long pk,
User user)
Adds an association between the user group and the user. |
void |
UserGroupPersistence.addUser(long pk,
User user)
Adds an association between the user group and the user. |
static void |
TeamUtil.addUser(long pk,
User user)
Adds an association between the team and the user. |
void |
TeamPersistence.addUser(long pk,
User user)
Adds an association between the team and the user. |
static void |
RoleUtil.addUser(long pk,
User user)
Adds an association between the role and the user. |
void |
RolePersistence.addUser(long pk,
User user)
Adds an association between the role and the user. |
static void |
OrganizationUtil.addUser(long pk,
User user)
Adds an association between the organization and the user. |
void |
OrganizationPersistence.addUser(long pk,
User user)
Adds an association between the organization and the user. |
static void |
GroupUtil.addUser(long pk,
User user)
Adds an association between the group and the user. |
void |
GroupPersistence.addUser(long pk,
User user)
Adds an association between the group and the user. |
static void |
UserUtil.addUserGroup(long pk,
long userGroupPK)
Adds an association between the user and the user group. |
void |
UserPersistence.addUserGroup(long pk,
long userGroupPK)
Adds an association between the user and the user group. |
static void |
TeamUtil.addUserGroup(long pk,
long userGroupPK)
Adds an association between the team and the user group. |
void |
TeamPersistence.addUserGroup(long pk,
long userGroupPK)
Adds an association between the team and the user group. |
static void |
GroupUtil.addUserGroup(long pk,
long userGroupPK)
Adds an association between the group and the user group. |
void |
GroupPersistence.addUserGroup(long pk,
long userGroupPK)
Adds an association between the group and the user group. |
static void |
UserUtil.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the user and the user group. |
void |
UserPersistence.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the user and the user group. |
static void |
TeamUtil.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the team and the user group. |
void |
TeamPersistence.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the team and the user group. |
static void |
GroupUtil.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the group and the user group. |
void |
GroupPersistence.addUserGroup(long pk,
UserGroup userGroup)
Adds an association between the group and the user group. |
static void |
UserUtil.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the user and the user groups. |
void |
UserPersistence.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the user and the user groups. |
static void |
TeamUtil.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the team and the user groups. |
void |
TeamPersistence.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the team and the user groups. |
static void |
GroupUtil.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the group and the user groups. |
void |
GroupPersistence.addUserGroups(long pk,
List<UserGroup> userGroups)
Adds an association between the group and the user groups. |
static void |
UserUtil.addUserGroups(long pk,
long[] userGroupPKs)
Adds an association between the user and the user groups. |
void |
UserPersistence.addUserGroups(long pk,
long[] userGroupPKs)
Adds an association between the user and the user groups. |
static void |
TeamUtil.addUserGroups(long pk,
long[] userGroupPKs)
Adds an association between the team and the user groups. |
void |
TeamPersistence.addUserGroups(long pk,
long[] userGroupPKs)
Adds an association between the team and the user groups. |
static void |
GroupUtil.addUserGroups(long pk,
long[] userGroupPKs)
Adds an association between the group and the user groups. |
void |
GroupPersistence.addUserGroups(long pk,
long[] userGroupPKs)
Adds an association between the group and the user groups. |
static void |
UserGroupUtil.addUsers(long pk,
List<User> users)
Adds an association between the user group and the users. |
void |
UserGroupPersistence.addUsers(long pk,
List<User> users)
Adds an association between the user group and the users. |
static void |
TeamUtil.addUsers(long pk,
List<User> users)
Adds an association between the team and the users. |
void |
TeamPersistence.addUsers(long pk,
List<User> users)
Adds an association between the team and the users. |
static void |
RoleUtil.addUsers(long pk,
List<User> users)
Adds an association between the role and the users. |
void |
RolePersistence.addUsers(long pk,
List<User> users)
Adds an association between the role and the users. |
static void |
OrganizationUtil.addUsers(long pk,
List<User> users)
Adds an association between the organization and the users. |
void |
OrganizationPersistence.addUsers(long pk,
List<User> users)
Adds an association between the organization and the users. |
static void |
GroupUtil.addUsers(long pk,
List<User> users)
Adds an association between the group and the users. |
void |
GroupPersistence.addUsers(long pk,
List<User> users)
Adds an association between the group and the users. |
static void |
UserGroupUtil.addUsers(long pk,
long[] userPKs)
Adds an association between the user group and the users. |
void |
UserGroupPersistence.addUsers(long pk,
long[] userPKs)
Adds an association between the user group and the users. |
static void |
TeamUtil.addUsers(long pk,
long[] userPKs)
Adds an association between the team and the users. |
void |
TeamPersistence.addUsers(long pk,
long[] userPKs)
Adds an association between the team and the users. |
static void |
RoleUtil.addUsers(long pk,
long[] userPKs)
Adds an association between the role and the users. |
void |
RolePersistence.addUsers(long pk,
long[] userPKs)
Adds an association between the role and the users. |
static void |
OrganizationUtil.addUsers(long pk,
long[] userPKs)
Adds an association between the organization and the users. |
void |
OrganizationPersistence.addUsers(long pk,
long[] userPKs)
Adds an association between the organization and the users. |
static void |
GroupUtil.addUsers(long pk,
long[] userPKs)
Adds an association between the group and the users. |
void |
GroupPersistence.addUsers(long pk,
long[] userPKs)
Adds an association between the group and the users. |
static void |
UserUtil.clearGroups(long pk)
Clears all associations between the user and its groups. |
void |
UserPersistence.clearGroups(long pk)
Clears all associations between the user and its groups. |
static void |
UserGroupUtil.clearGroups(long pk)
Clears all associations between the user group and its groups. |
void |
UserGroupPersistence.clearGroups(long pk)
Clears all associations between the user group and its groups. |
static void |
RoleUtil.clearGroups(long pk)
Clears all associations between the role and its groups. |
void |
RolePersistence.clearGroups(long pk)
Clears all associations between the role and its groups. |
static void |
OrganizationUtil.clearGroups(long pk)
Clears all associations between the organization and its groups. |
void |
OrganizationPersistence.clearGroups(long pk)
Clears all associations between the organization and its groups. |
static void |
UserUtil.clearOrganizations(long pk)
Clears all associations between the user and its organizations. |
void |
UserPersistence.clearOrganizations(long pk)
Clears all associations between the user and its organizations. |
static void |
GroupUtil.clearOrganizations(long pk)
Clears all associations between the group and its organizations. |
void |
GroupPersistence.clearOrganizations(long pk)
Clears all associations between the group and its organizations. |
static void |
UserUtil.clearRoles(long pk)
Clears all associations between the user and its roles. |
void |
UserPersistence.clearRoles(long pk)
Clears all associations between the user and its roles. |
static void |
GroupUtil.clearRoles(long pk)
Clears all associations between the group and its roles. |
void |
GroupPersistence.clearRoles(long pk)
Clears all associations between the group and its roles. |
static void |
UserUtil.clearTeams(long pk)
Clears all associations between the user and its teams. |
void |
UserPersistence.clearTeams(long pk)
Clears all associations between the user and its teams. |
static void |
UserGroupUtil.clearTeams(long pk)
Clears all associations between the user group and its teams. |
void |
UserGroupPersistence.clearTeams(long pk)
Clears all associations between the user group and its teams. |
static void |
UserUtil.clearUserGroups(long pk)
Clears all associations between the user and its user groups. |
void |
UserPersistence.clearUserGroups(long pk)
Clears all associations between the user and its user groups. |
static void |
TeamUtil.clearUserGroups(long pk)
Clears all associations between the team and its user groups. |
void |
TeamPersistence.clearUserGroups(long pk)
Clears all associations between the team and its user groups. |
static void |
GroupUtil.clearUserGroups(long pk)
Clears all associations between the group and its user groups. |
void |
GroupPersistence.clearUserGroups(long pk)
Clears all associations between the group and its user groups. |
static void |
UserGroupUtil.clearUsers(long pk)
Clears all associations between the user group and its users. |
void |
UserGroupPersistence.clearUsers(long pk)
Clears all associations between the user group and its users. |
static void |
TeamUtil.clearUsers(long pk)
Clears all associations between the team and its users. |
void |
TeamPersistence.clearUsers(long pk)
Clears all associations between the team and its users. |
static void |
RoleUtil.clearUsers(long pk)
Clears all associations between the role and its users. |
void |
RolePersistence.clearUsers(long pk)
Clears all associations between the role and its users. |
static void |
OrganizationUtil.clearUsers(long pk)
Clears all associations between the organization and its users. |
void |
OrganizationPersistence.clearUsers(long pk)
Clears all associations between the organization and its users. |
static void |
GroupUtil.clearUsers(long pk)
Clears all associations between the group and its users. |
void |
GroupPersistence.clearUsers(long pk)
Clears all associations between the group and its users. |
static boolean |
UserUtil.containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the user. |
boolean |
UserPersistence.containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the user. |
static boolean |
UserGroupUtil.containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the user group. |
boolean |
UserGroupPersistence.containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the user group. |
static boolean |
RoleUtil.containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the role. |
boolean |
RolePersistence.containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the role. |
static boolean |
OrganizationUtil.containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the organization. |
boolean |
OrganizationPersistence.containsGroup(long pk,
long groupPK)
Returns true if the group is associated with the organization. |
static boolean |
UserUtil.containsGroups(long pk)
Returns true if the user has any groups associated with it. |
boolean |
UserPersistence.containsGroups(long pk)
Returns true if the user has any groups associated with it. |
static boolean |
UserGroupUtil.containsGroups(long pk)
Returns true if the user group has any groups associated with it. |
boolean |
UserGroupPersistence.containsGroups(long pk)
Returns true if the user group has any groups associated with it. |
static boolean |
RoleUtil.containsGroups(long pk)
Returns true if the role has any groups associated with it. |
boolean |
RolePersistence.containsGroups(long pk)
Returns true if the role has any groups associated with it. |
static boolean |
OrganizationUtil.containsGroups(long pk)
Returns true if the organization has any groups associated with it. |
boolean |
OrganizationPersistence.containsGroups(long pk)
Returns true if the organization has any groups associated with it. |
static boolean |
UserUtil.containsOrganization(long pk,
long organizationPK)
Returns true if the organization is associated with the user. |
boolean |
UserPersistence.containsOrganization(long pk,
long organizationPK)
Returns true if the organization is associated with the user. |
static boolean |
GroupUtil.containsOrganization(long pk,
long organizationPK)
Returns true if the organization is associated with the group. |
boolean |
GroupPersistence.containsOrganization(long pk,
long organizationPK)
Returns true if the organization is associated with the group. |
static boolean |
UserUtil.containsOrganizations(long pk)
Returns true if the user has any organizations associated with it. |
boolean |
UserPersistence.containsOrganizations(long pk)
Returns true if the user has any organizations associated with it. |
static boolean |
GroupUtil.containsOrganizations(long pk)
Returns true if the group has any organizations associated with it. |
boolean |
GroupPersistence.containsOrganizations(long pk)
Returns true if the group has any organizations associated with it. |
static boolean |
UserUtil.containsRole(long pk,
long rolePK)
Returns true if the role is associated with the user. |
boolean |
UserPersistence.containsRole(long pk,
long rolePK)
Returns true if the role is associated with the user. |
static boolean |
GroupUtil.containsRole(long pk,
long rolePK)
Returns true if the role is associated with the group. |
boolean |
GroupPersistence.containsRole(long pk,
long rolePK)
Returns true if the role is associated with the group. |
static boolean |
UserUtil.containsRoles(long pk)
Returns true if the user has any roles associated with it. |
boolean |
UserPersistence.containsRoles(long pk)
Returns true if the user has any roles associated with it. |
static boolean |
GroupUtil.containsRoles(long pk)
Returns true if the group has any roles associated with it. |
boolean |
GroupPersistence.containsRoles(long pk)
Returns true if the group has any roles associated with it. |
static boolean |
UserUtil.containsTeam(long pk,
long teamPK)
Returns true if the team is associated with the user. |
boolean |
UserPersistence.containsTeam(long pk,
long teamPK)
Returns true if the team is associated with the user. |
static boolean |
UserGroupUtil.containsTeam(long pk,
long teamPK)
Returns true if the team is associated with the user group. |
boolean |
UserGroupPersistence.containsTeam(long pk,
long teamPK)
Returns true if the team is associated with the user group. |
static boolean |
UserUtil.containsTeams(long pk)
Returns true if the user has any teams associated with it. |
boolean |
UserPersistence.containsTeams(long pk)
Returns true if the user has any teams associated with it. |
static boolean |
UserGroupUtil.containsTeams(long pk)
Returns true if the user group has any teams associated with it. |
boolean |
UserGroupPersistence.containsTeams(long pk)
Returns true if the user group has any teams associated with it. |
static boolean |
UserGroupUtil.containsUser(long pk,
long userPK)
Returns true if the user is associated with the user group. |
boolean |
UserGroupPersistence.containsUser(long pk,
long userPK)
Returns true if the user is associated with the user group. |
static boolean |
TeamUtil.containsUser(long pk,
long userPK)
Returns true if the user is associated with the team. |
boolean |
TeamPersistence.containsUser(long pk,
long userPK)
Returns true if the user is associated with the team. |
static boolean |
RoleUtil.containsUser(long pk,
long userPK)
Returns true if the user is associated with the role. |
boolean |
RolePersistence.containsUser(long pk,
long userPK)
Returns true if the user is associated with the role. |
static boolean |
OrganizationUtil.containsUser(long pk,
long userPK)
Returns true if the user is associated with the organization. |
boolean |
OrganizationPersistence.containsUser(long pk,
long userPK)
Returns true if the user is associated with the organization. |
static boolean |
GroupUtil.containsUser(long pk,
long userPK)
Returns true if the user is associated with the group. |
boolean |
GroupPersistence.containsUser(long pk,
long userPK)
Returns true if the user is associated with the group. |
static boolean |
UserUtil.containsUserGroup(long pk,
long userGroupPK)
Returns true if the user group is associated with the user. |
boolean |
UserPersistence.containsUserGroup(long pk,
long userGroupPK)
Returns true if the user group is associated with the user. |
static boolean |
TeamUtil.containsUserGroup(long pk,
long userGroupPK)
Returns true if the user group is associated with the team. |
boolean |
TeamPersistence.containsUserGroup(long pk,
long userGroupPK)
Returns true if the user group is associated with the team. |
static boolean |
GroupUtil.containsUserGroup(long pk,
long userGroupPK)
Returns true if the user group is associated with the group. |
boolean |
GroupPersistence.containsUserGroup(long pk,
long userGroupPK)
Returns true if the user group is associated with the group. |
static boolean |
UserUtil.containsUserGroups(long pk)
Returns true if the user has any user groups associated with it. |
boolean |
UserPersistence.containsUserGroups(long pk)
Returns true if the user has any user groups associated with it. |
static boolean |
TeamUtil.containsUserGroups(long pk)
Returns true if the team has any user groups associated with it. |
boolean |
TeamPersistence.containsUserGroups(long pk)
Returns true if the team has any user groups associated with it. |
static boolean |
GroupUtil.containsUserGroups(long pk)
Returns true if the group has any user groups associated with it. |
boolean |
GroupPersistence.containsUserGroups(long pk)
Returns true if the group has any user groups associated with it. |
static boolean |
UserGroupUtil.containsUsers(long pk)
Returns true if the user group has any users associated with it. |
boolean |
UserGroupPersistence.containsUsers(long pk)
Returns true if the user group has any users associated with it. |
static boolean |
TeamUtil.containsUsers(long pk)
Returns true if the team has any users associated with it. |
boolean |
TeamPersistence.containsUsers(long pk)
Returns true if the team has any users associated with it. |
static boolean |
RoleUtil.containsUsers(long pk)
Returns true if the role has any users associated with it. |
boolean |
RolePersistence.containsUsers(long pk)
Returns true if the role has any users associated with it. |
static boolean |
OrganizationUtil.containsUsers(long pk)
Returns true if the organization has any users associated with it. |
boolean |
OrganizationPersistence.containsUsers(long pk)
Returns true if the organization has any users associated with it. |
static boolean |
GroupUtil.containsUsers(long pk)
Returns true if the group has any users associated with it. |
boolean |
GroupPersistence.containsUsers(long pk)
Returns true if the group has any users associated with it. |
static int |
WorkflowInstanceLinkUtil.countAll()
Returns the number of workflow instance links. |
int |
WorkflowInstanceLinkPersistence.countAll()
Returns the number of workflow instance links. |
static int |
WorkflowDefinitionLinkUtil.countAll()
Returns the number of workflow definition links. |
int |
WorkflowDefinitionLinkPersistence.countAll()
Returns the number of workflow definition links. |
static int |
WebsiteUtil.countAll()
Returns the number of websites. |
int |
WebsitePersistence.countAll()
Returns the number of websites. |
static int |
WebDAVPropsUtil.countAll()
Returns the number of web d a v propses. |
int |
WebDAVPropsPersistence.countAll()
Returns the number of web d a v propses. |
static int |
VirtualHostUtil.countAll()
Returns the number of virtual hosts. |
int |
VirtualHostPersistence.countAll()
Returns the number of virtual hosts. |
static int |
UserUtil.countAll()
Returns the number of users. |
static int |
UserTrackerUtil.countAll()
Returns the number of user trackers. |
int |
UserTrackerPersistence.countAll()
Returns the number of user trackers. |
static int |
UserTrackerPathUtil.countAll()
Returns the number of user tracker paths. |
int |
UserTrackerPathPersistence.countAll()
Returns the number of user tracker paths. |
int |
UserPersistence.countAll()
Returns the number of users. |
static int |
UserNotificationEventUtil.countAll()
Returns the number of user notification events. |
int |
UserNotificationEventPersistence.countAll()
Returns the number of user notification events. |
static int |
UserIdMapperUtil.countAll()
Returns the number of user ID mappers. |
int |
UserIdMapperPersistence.countAll()
Returns the number of user ID mappers. |
static int |
UserGroupUtil.countAll()
Returns the number of user groups. |
static int |
UserGroupRoleUtil.countAll()
Returns the number of user group roles. |
int |
UserGroupRolePersistence.countAll()
Returns the number of user group roles. |
int |
UserGroupPersistence.countAll()
Returns the number of user groups. |
static int |
UserGroupGroupRoleUtil.countAll()
Returns the number of user group group roles. |
int |
UserGroupGroupRolePersistence.countAll()
Returns the number of user group group roles. |
static int |
TicketUtil.countAll()
Returns the number of tickets. |
int |
TicketPersistence.countAll()
Returns the number of tickets. |
static int |
TeamUtil.countAll()
Returns the number of teams. |
int |
TeamPersistence.countAll()
Returns the number of teams. |
static int |
SubscriptionUtil.countAll()
Returns the number of subscriptions. |
int |
SubscriptionPersistence.countAll()
Returns the number of subscriptions. |
static int |
ShardUtil.countAll()
Returns the number of shards. |
int |
ShardPersistence.countAll()
Returns the number of shards. |
static int |
ServiceComponentUtil.countAll()
Returns the number of service components. |
int |
ServiceComponentPersistence.countAll()
Returns the number of service components. |
static int |
RoleUtil.countAll()
Returns the number of roles. |
int |
RolePersistence.countAll()
Returns the number of roles. |
static int |
ResourceTypePermissionUtil.countAll()
Returns the number of resource type permissions. |
int |
ResourceTypePermissionPersistence.countAll()
Returns the number of resource type permissions. |
static int |
ResourcePermissionUtil.countAll()
Returns the number of resource permissions. |
int |
ResourcePermissionPersistence.countAll()
Returns the number of resource permissions. |
static int |
ResourceBlockUtil.countAll()
Returns the number of resource blocks. |
int |
ResourceBlockPersistence.countAll()
Returns the number of resource blocks. |
static int |
ResourceBlockPermissionUtil.countAll()
Returns the number of resource block permissions. |
int |
ResourceBlockPermissionPersistence.countAll()
Returns the number of resource block permissions. |
static int |
ResourceActionUtil.countAll()
Returns the number of resource actions. |
int |
ResourceActionPersistence.countAll()
Returns the number of resource actions. |
static int |
RepositoryUtil.countAll()
Returns the number of repositories. |
int |
RepositoryPersistence.countAll()
Returns the number of repositories. |
static int |
RepositoryEntryUtil.countAll()
Returns the number of repository entries. |
int |
RepositoryEntryPersistence.countAll()
Returns the number of repository entries. |
static int |
ReleaseUtil.countAll()
Returns the number of releases. |
int |
ReleasePersistence.countAll()
Returns the number of releases. |
static int |
RegionUtil.countAll()
Returns the number of regions. |
int |
RegionPersistence.countAll()
Returns the number of regions. |
static int |
PortletUtil.countAll()
Returns the number of portlets. |
static int |
PortletPreferencesUtil.countAll()
Returns the number of portlet preferenceses. |
int |
PortletPreferencesPersistence.countAll()
Returns the number of portlet preferenceses. |
int |
PortletPersistence.countAll()
Returns the number of portlets. |
static int |
PortletItemUtil.countAll()
Returns the number of portlet items. |
int |
PortletItemPersistence.countAll()
Returns the number of portlet items. |
static int |
PortalPreferencesUtil.countAll()
Returns the number of portal preferenceses. |
int |
PortalPreferencesPersistence.countAll()
Returns the number of portal preferenceses. |
static int |
PluginSettingUtil.countAll()
Returns the number of plugin settings. |
int |
PluginSettingPersistence.countAll()
Returns the number of plugin settings. |
static int |
PhoneUtil.countAll()
Returns the number of phones. |
int |
PhonePersistence.countAll()
Returns the number of phones. |
static int |
PasswordTrackerUtil.countAll()
Returns the number of password trackers. |
int |
PasswordTrackerPersistence.countAll()
Returns the number of password trackers. |
static int |
PasswordPolicyUtil.countAll()
Returns the number of password policies. |
static int |
PasswordPolicyRelUtil.countAll()
Returns the number of password policy rels. |
int |
PasswordPolicyRelPersistence.countAll()
Returns the number of password policy rels. |
int |
PasswordPolicyPersistence.countAll()
Returns the number of password policies. |
static int |
OrgLaborUtil.countAll()
Returns the number of org labors. |
int |
OrgLaborPersistence.countAll()
Returns the number of org labors. |
static int |
OrgGroupRoleUtil.countAll()
Returns the number of org group roles. |
int |
OrgGroupRolePersistence.countAll()
Returns the number of org group roles. |
static int |
OrganizationUtil.countAll()
Returns the number of organizations. |
int |
OrganizationPersistence.countAll()
Returns the number of organizations. |
static int |
MembershipRequestUtil.countAll()
Returns the number of membership requests. |
int |
MembershipRequestPersistence.countAll()
Returns the number of membership requests. |
static int |
LockUtil.countAll()
Returns the number of locks. |
int |
LockPersistence.countAll()
Returns the number of locks. |
static int |
ListTypeUtil.countAll()
Returns the number of list types. |
int |
ListTypePersistence.countAll()
Returns the number of list types. |
static int |
LayoutUtil.countAll()
Returns the number of layouts. |
static int |
LayoutSetUtil.countAll()
Returns the number of layout sets. |
static int |
LayoutSetPrototypeUtil.countAll()
Returns the number of layout set prototypes. |
int |
LayoutSetPrototypePersistence.countAll()
Returns the number of layout set prototypes. |
int |
LayoutSetPersistence.countAll()
Returns the number of layout sets. |
static int |
LayoutSetBranchUtil.countAll()
Returns the number of layout set branchs. |
int |
LayoutSetBranchPersistence.countAll()
Returns the number of layout set branchs. |
static int |
LayoutRevisionUtil.countAll()
Returns the number of layout revisions. |
int |
LayoutRevisionPersistence.countAll()
Returns the number of layout revisions. |
static int |
LayoutPrototypeUtil.countAll()
Returns the number of layout prototypes. |
int |
LayoutPrototypePersistence.countAll()
Returns the number of layout prototypes. |
int |
LayoutPersistence.countAll()
Returns the number of layouts. |
static int |
LayoutBranchUtil.countAll()
Returns the number of layout branchs. |
int |
LayoutBranchPersistence.countAll()
Returns the number of layout branchs. |
static int |
ImageUtil.countAll()
Returns the number of images. |
int |
ImagePersistence.countAll()
Returns the number of images. |
static int |
GroupUtil.countAll()
Returns the number of groups. |
int |
GroupPersistence.countAll()
Returns the number of groups. |
static int |
EmailAddressUtil.countAll()
Returns the number of email addresses. |
int |
EmailAddressPersistence.countAll()
Returns the number of email addresses. |
static int |
CountryUtil.countAll()
Returns the number of countries. |
int |
CountryPersistence.countAll()
Returns the number of countries. |
static int |
ContactUtil.countAll()
Returns the number of contacts. |
int |
ContactPersistence.countAll()
Returns the number of contacts. |
static int |
CompanyUtil.countAll()
Returns the number of companies. |
int |
CompanyPersistence.countAll()
Returns the number of companies. |
static int |
ClusterGroupUtil.countAll()
Returns the number of cluster groups. |
int |
ClusterGroupPersistence.countAll()
Returns the number of cluster groups. |
static int |
ClassNameUtil.countAll()
Returns the number of class names. |
int |
ClassNamePersistence.countAll()
Returns the number of class names. |
static int |
BrowserTrackerUtil.countAll()
Returns the number of browser trackers. |
int |
BrowserTrackerPersistence.countAll()
Returns the number of browser trackers. |
static int |
AddressUtil.countAll()
Returns the number of addresses. |
int |
AddressPersistence.countAll()
Returns the number of addresses. |
static int |
AccountUtil.countAll()
Returns the number of accounts. |
int |
AccountPersistence.countAll()
Returns the number of accounts. |
static int |
CountryUtil.countByA2(String a2)
Returns the number of countries where a2 = ?. |
int |
CountryPersistence.countByA2(String a2)
Returns the number of countries where a2 = ?. |
static int |
CountryUtil.countByA3(String a3)
Returns the number of countries where a3 = ?. |
int |
CountryPersistence.countByA3(String a3)
Returns the number of countries where a3 = ?. |
static int |
ContactUtil.countByAccountId(long accountId)
Returns the number of contacts where accountId = ?. |
int |
ContactPersistence.countByAccountId(long accountId)
Returns the number of contacts where accountId = ?. |
static int |
RegionUtil.countByActive(boolean active)
Returns the number of regions where active = ?. |
int |
RegionPersistence.countByActive(boolean active)
Returns the number of regions where active = ?. |
static int |
CountryUtil.countByActive(boolean active)
Returns the number of countries where active = ?. |
int |
CountryPersistence.countByActive(boolean active)
Returns the number of countries where active = ?. |
static int |
ServiceComponentUtil.countByBNS_BNU(String buildNamespace,
long buildNumber)
Returns the number of service components where buildNamespace = ? and buildNumber = ?. |
int |
ServiceComponentPersistence.countByBNS_BNU(String buildNamespace,
long buildNumber)
Returns the number of service components where buildNamespace = ? and buildNumber = ?. |
static int |
ServiceComponentUtil.countByBuildNamespace(String buildNamespace)
Returns the number of service components where buildNamespace = ?. |
int |
ServiceComponentPersistence.countByBuildNamespace(String buildNamespace)
Returns the number of service components where buildNamespace = ?. |
static int |
RegionUtil.countByC_A(long countryId,
boolean active)
Returns the number of regions where countryId = ? and active = ?. |
int |
RegionPersistence.countByC_A(long countryId,
boolean active)
Returns the number of regions where countryId = ? and active = ?. |
static int |
LayoutSetPrototypeUtil.countByC_A(long companyId,
boolean active)
Returns the number of layout set prototypes where companyId = ? and active = ?. |
int |
LayoutSetPrototypePersistence.countByC_A(long companyId,
boolean active)
Returns the number of layout set prototypes where companyId = ? and active = ?. |
static int |
LayoutPrototypeUtil.countByC_A(long companyId,
boolean active)
Returns the number of layout prototypes where companyId = ? and active = ?. |
int |
LayoutPrototypePersistence.countByC_A(long companyId,
boolean active)
Returns the number of layout prototypes where companyId = ? and active = ?. |
static int |
AddressUtil.countByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
int |
AddressPersistence.countByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static int |
WebsiteUtil.countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
int |
WebsitePersistence.countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static int |
PhoneUtil.countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
int |
PhonePersistence.countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static int |
EmailAddressUtil.countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
int |
EmailAddressPersistence.countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static int |
AddressUtil.countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
int |
AddressPersistence.countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static int |
WebsiteUtil.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of websites where companyId = ? and classNameId = ? and classPK = ?. |
int |
WebsitePersistence.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of websites where companyId = ? and classNameId = ? and classPK = ?. |
static int |
SubscriptionUtil.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
int |
SubscriptionPersistence.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
static int |
RoleUtil.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of roles where companyId = ? and classNameId = ? and classPK = ?. |
int |
RolePersistence.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of roles where companyId = ? and classNameId = ? and classPK = ?. |
static int |
PhoneUtil.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of phones where companyId = ? and classNameId = ? and classPK = ?. |
int |
PhonePersistence.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of phones where companyId = ? and classNameId = ? and classPK = ?. |
static int |
GroupUtil.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of groups where companyId = ? and classNameId = ? and classPK = ?. |
int |
GroupPersistence.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of groups where companyId = ? and classNameId = ? and classPK = ?. |
static int |
EmailAddressUtil.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of email addresses where companyId = ? and classNameId = ? and classPK = ?. |
int |
EmailAddressPersistence.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of email addresses where companyId = ? and classNameId = ? and classPK = ?. |
static int |
AddressUtil.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ?. |
int |
AddressPersistence.countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ?. |
static int |
GroupUtil.countByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name)
Returns the number of groups where companyId = ? and classNameId = ? and liveGroupId = ? and name = ?. |
int |
GroupPersistence.countByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name)
Returns the number of groups where companyId = ? and classNameId = ? and liveGroupId = ? and name = ?. |
static int |
GroupFinderUtil.countByC_C_N_D(long companyId,
long[] classNameIds,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
GroupFinder.countByC_C_N_D(long companyId,
long[] classNameIds,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
GroupFinderUtil.countByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
GroupFinder.countByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
GroupFinderUtil.countByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
GroupFinder.countByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
WebsiteUtil.countByC_C(long companyId,
long classNameId)
Returns the number of websites where companyId = ? and classNameId = ?. |
int |
WebsitePersistence.countByC_C(long companyId,
long classNameId)
Returns the number of websites where companyId = ? and classNameId = ?. |
static int |
WebDAVPropsUtil.countByC_C(long classNameId,
long classPK)
Returns the number of web d a v propses where classNameId = ? and classPK = ?. |
int |
WebDAVPropsPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of web d a v propses where classNameId = ? and classPK = ?. |
static int |
ShardUtil.countByC_C(long classNameId,
long classPK)
Returns the number of shards where classNameId = ? and classPK = ?. |
int |
ShardPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of shards where classNameId = ? and classPK = ?. |
static int |
PhoneUtil.countByC_C(long companyId,
long classNameId)
Returns the number of phones where companyId = ? and classNameId = ?. |
int |
PhonePersistence.countByC_C(long companyId,
long classNameId)
Returns the number of phones where companyId = ? and classNameId = ?. |
static int |
PasswordPolicyRelUtil.countByC_C(long classNameId,
long classPK)
Returns the number of password policy rels where classNameId = ? and classPK = ?. |
int |
PasswordPolicyRelPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of password policy rels where classNameId = ? and classPK = ?. |
static int |
EmailAddressUtil.countByC_C(long companyId,
long classNameId)
Returns the number of email addresses where companyId = ? and classNameId = ?. |
int |
EmailAddressPersistence.countByC_C(long companyId,
long classNameId)
Returns the number of email addresses where companyId = ? and classNameId = ?. |
static int |
ContactUtil.countByC_C(long classNameId,
long classPK)
Returns the number of contacts where classNameId = ? and classPK = ?. |
int |
ContactPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of contacts where classNameId = ? and classPK = ?. |
static int |
AddressUtil.countByC_C(long companyId,
long classNameId)
Returns the number of addresses where companyId = ? and classNameId = ?. |
int |
AddressPersistence.countByC_C(long companyId,
long classNameId)
Returns the number of addresses where companyId = ? and classNameId = ?. |
static int |
UserUtil.countByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Returns the number of users where companyId = ? and createDate = ? and modifiedDate = ?. |
int |
UserPersistence.countByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Returns the number of users where companyId = ? and createDate = ? and modifiedDate = ?. |
static int |
UserUtil.countByC_CD(long companyId,
Date createDate)
Returns the number of users where companyId = ? and createDate = ?. |
int |
UserPersistence.countByC_CD(long companyId,
Date createDate)
Returns the number of users where companyId = ? and createDate = ?. |
static int |
PasswordPolicyUtil.countByC_DP(long companyId,
boolean defaultPolicy)
Returns the number of password policies where companyId = ? and defaultPolicy = ?. |
int |
PasswordPolicyPersistence.countByC_DP(long companyId,
boolean defaultPolicy)
Returns the number of password policies where companyId = ? and defaultPolicy = ?. |
static int |
UserUtil.countByC_DU(long companyId,
boolean defaultUser)
Returns the number of users where companyId = ? and defaultUser = ?. |
int |
UserPersistence.countByC_DU(long companyId,
boolean defaultUser)
Returns the number of users where companyId = ? and defaultUser = ?. |
static int |
UserUtil.countByC_EA(long companyId,
String emailAddress)
Returns the number of users where companyId = ? and emailAddress = ?. |
int |
UserPersistence.countByC_EA(long companyId,
String emailAddress)
Returns the number of users where companyId = ? and emailAddress = ?. |
static int |
GroupUtil.countByC_F(long companyId,
String friendlyURL)
Returns the number of groups where companyId = ? and friendlyURL = ?. |
int |
GroupPersistence.countByC_F(long companyId,
String friendlyURL)
Returns the number of groups where companyId = ? and friendlyURL = ?. |
static int |
UserUtil.countByC_FID(long companyId,
long facebookId)
Returns the number of users where companyId = ? and facebookId = ?. |
int |
UserPersistence.countByC_FID(long companyId,
long facebookId)
Returns the number of users where companyId = ? and facebookId = ?. |
static int |
UserFinderUtil.countByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
UserFinder.countByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
UserFinderUtil.countByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
UserFinder.countByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
ResourceBlockUtil.countByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash)
Returns the number of resource blocks where companyId = ? and groupId = ? and name = ? and permissionsHash = ?. |
int |
ResourceBlockPersistence.countByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash)
Returns the number of resource blocks where companyId = ? and groupId = ? and name = ? and permissionsHash = ?. |
static int |
ResourceTypePermissionUtil.countByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Returns the number of resource type permissions where companyId = ? and groupId = ? and name = ? and roleId = ?. |
int |
ResourceTypePermissionPersistence.countByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Returns the number of resource type permissions where companyId = ? and groupId = ? and name = ? and roleId = ?. |
static int |
ResourceBlockUtil.countByC_G_N(long companyId,
long groupId,
String name)
Returns the number of resource blocks where companyId = ? and groupId = ? and name = ?. |
int |
ResourceBlockPersistence.countByC_G_N(long companyId,
long groupId,
String name)
Returns the number of resource blocks where companyId = ? and groupId = ? and name = ?. |
static int |
PluginSettingUtil.countByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the number of plugin settings where companyId = ? and pluginId = ? and pluginType = ?. |
int |
PluginSettingPersistence.countByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the number of plugin settings where companyId = ? and pluginId = ? and pluginType = ?. |
static int |
LockUtil.countByC_K_O(String className,
String key,
String owner)
Returns the number of locks where className = ? and key = ? and owner = ?. |
int |
LockPersistence.countByC_K_O(String className,
String key,
String owner)
Returns the number of locks where className = ? and key = ? and owner = ?. |
static int |
LockUtil.countByC_K(String className,
String key)
Returns the number of locks where className = ? and key = ?. |
int |
LockPersistence.countByC_K(String className,
String key)
Returns the number of locks where className = ? and key = ?. |
static int |
GroupUtil.countByC_L_N(long companyId,
long liveGroupId,
String name)
Returns the number of groups where companyId = ? and liveGroupId = ? and name = ?. |
int |
GroupPersistence.countByC_L_N(long companyId,
long liveGroupId,
String name)
Returns the number of groups where companyId = ? and liveGroupId = ? and name = ?. |
static int |
VirtualHostUtil.countByC_L(long companyId,
long layoutSetId)
Returns the number of virtual hosts where companyId = ? and layoutSetId = ?. |
int |
VirtualHostPersistence.countByC_L(long companyId,
long layoutSetId)
Returns the number of virtual hosts where companyId = ? and layoutSetId = ?. |
static int |
UserUtil.countByC_MD(long companyId,
Date modifiedDate)
Returns the number of users where companyId = ? and modifiedDate = ?. |
int |
UserPersistence.countByC_MD(long companyId,
Date modifiedDate)
Returns the number of users where companyId = ? and modifiedDate = ?. |
static int |
RoleFinderUtil.countByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
RoleFinder.countByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
RoleFinderUtil.countByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
RoleFinder.countByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
UserGroupFinderUtil.countByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
UserGroupFinder.countByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
GroupFinderUtil.countByC_N_D(long companyId,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
GroupFinder.countByC_N_D(long companyId,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
UserGroupFinderUtil.countByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
UserGroupFinder.countByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
GroupFinderUtil.countByC_N_D(long companyId,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
GroupFinder.countByC_N_D(long companyId,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
ResourcePermissionUtil.countByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
int |
ResourcePermissionPersistence.countByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static int |
ResourcePermissionUtil.countByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
int |
ResourcePermissionPersistence.countByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static int |
ResourceTypePermissionUtil.countByC_N_R(long companyId,
String name,
long roleId)
Returns the number of resource type permissions where companyId = ? and name = ? and roleId = ?. |
int |
ResourceTypePermissionPersistence.countByC_N_R(long companyId,
String name,
long roleId)
Returns the number of resource type permissions where companyId = ? and name = ? and roleId = ?. |
static int |
ResourcePermissionUtil.countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
int |
ResourcePermissionPersistence.countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
static int |
ResourcePermissionFinderUtil.countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionId)
|
int |
ResourcePermissionFinder.countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionId)
|
static int |
ResourcePermissionUtil.countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
int |
ResourcePermissionPersistence.countByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static int |
ResourcePermissionUtil.countByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ?. |
int |
ResourcePermissionPersistence.countByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ?. |
static int |
ResourcePermissionUtil.countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
int |
ResourcePermissionPersistence.countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static int |
ResourcePermissionUtil.countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
int |
ResourcePermissionPersistence.countByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
static int |
ResourcePermissionUtil.countByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
int |
ResourcePermissionPersistence.countByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static int |
ResourcePermissionUtil.countByC_N_S(long companyId,
String name,
int scope)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ?. |
int |
ResourcePermissionPersistence.countByC_N_S(long companyId,
String name,
int scope)
Returns the number of resource permissions where companyId = ? and name = ? and scope = ?. |
static int |
UserGroupUtil.countByC_N(long companyId,
String name)
Returns the number of user groups where companyId = ? and name = ?. |
int |
UserGroupPersistence.countByC_N(long companyId,
String name)
Returns the number of user groups where companyId = ? and name = ?. |
static int |
RoleUtil.countByC_N(long companyId,
String name)
Returns the number of roles where companyId = ? and name = ?. |
int |
RolePersistence.countByC_N(long companyId,
String name)
Returns the number of roles where companyId = ? and name = ?. |
static int |
ResourceBlockUtil.countByC_N(long companyId,
String name)
Returns the number of resource blocks where companyId = ? and name = ?. |
int |
ResourceBlockPersistence.countByC_N(long companyId,
String name)
Returns the number of resource blocks where companyId = ? and name = ?. |
static int |
PasswordPolicyUtil.countByC_N(long companyId,
String name)
Returns the number of password policies where companyId = ? and name = ?. |
int |
PasswordPolicyPersistence.countByC_N(long companyId,
String name)
Returns the number of password policies where companyId = ? and name = ?. |
static int |
PasswordPolicyFinderUtil.countByC_N(long companyId,
String name)
|
int |
PasswordPolicyFinder.countByC_N(long companyId,
String name)
|
static int |
OrganizationUtil.countByC_N(long companyId,
String name)
Returns the number of organizations where companyId = ? and name = ?. |
int |
OrganizationPersistence.countByC_N(long companyId,
String name)
Returns the number of organizations where companyId = ? and name = ?. |
static int |
GroupUtil.countByC_N(long companyId,
String name)
Returns the number of groups where companyId = ? and name = ?. |
int |
GroupPersistence.countByC_N(long companyId,
String name)
Returns the number of groups where companyId = ? and name = ?. |
static int |
UserUtil.countByC_O(long companyId,
String openId)
Returns the number of users where companyId = ? and openId = ?. |
int |
UserPersistence.countByC_O(long companyId,
String openId)
Returns the number of users where companyId = ? and openId = ?. |
static int |
ResourcePermissionUtil.countByC_P_R(long companyId,
String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and primKey = ? and roleId = ?. |
int |
ResourcePermissionPersistence.countByC_P_R(long companyId,
String primKey,
long roleId)
Returns the number of resource permissions where companyId = ? and primKey = ? and roleId = ?. |
static int |
GroupUtil.countByC_P_S(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups where companyId = ? and parentGroupId = ? and site = ?. |
int |
GroupPersistence.countByC_P_S(long companyId,
long parentGroupId,
boolean site)
Returns the number of groups where companyId = ? and parentGroupId = ? and site = ?. |
static int |
UserGroupUtil.countByC_P(long companyId,
long parentUserGroupId)
Returns the number of user groups where companyId = ? and parentUserGroupId = ?. |
int |
UserGroupPersistence.countByC_P(long companyId,
long parentUserGroupId)
Returns the number of user groups where companyId = ? and parentUserGroupId = ?. |
static int |
OrganizationUtil.countByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations where companyId = ? and parentOrganizationId = ?. |
int |
OrganizationPersistence.countByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations where companyId = ? and parentOrganizationId = ?. |
static int |
GroupUtil.countByC_P(long companyId,
long parentGroupId)
Returns the number of groups where companyId = ? and parentGroupId = ?. |
int |
GroupPersistence.countByC_P(long companyId,
long parentGroupId)
Returns the number of groups where companyId = ? and parentGroupId = ?. |
static int |
ResourcePermissionUtil.countByC_P(long companyId,
String primKey)
Returns the number of resource permissions where companyId = ? and primKey LIKE ?. |
int |
ResourcePermissionPersistence.countByC_P(long companyId,
String primKey)
Returns the number of resource permissions where companyId = ? and primKey LIKE ?. |
static int |
PortletUtil.countByC_P(long companyId,
String portletId)
Returns the number of portlets where companyId = ? and portletId = ?. |
int |
PortletPersistence.countByC_P(long companyId,
String portletId)
Returns the number of portlets where companyId = ? and portletId = ?. |
static int |
GroupFinderUtil.countByC_PG_N_D(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
GroupFinder.countByC_PG_N_D(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
GroupFinderUtil.countByC_PG_N_D(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
GroupFinder.countByC_PG_N_D(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
OrganizationFinderUtil.countByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String[] names,
String type,
String[] streets,
String[] cities,
String[] zips,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
OrganizationFinder.countByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String[] names,
String type,
String[] streets,
String[] cities,
String[] zips,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
OrganizationFinderUtil.countByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
int |
OrganizationFinder.countByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator)
|
static int |
RegionUtil.countByC_R(long countryId,
String regionCode)
Returns the number of regions where countryId = ? and regionCode = ?. |
int |
RegionPersistence.countByC_R(long countryId,
String regionCode)
Returns the number of regions where countryId = ? and regionCode = ?. |
static int |
GroupUtil.countByC_S(long companyId,
boolean site)
Returns the number of groups where companyId = ? and site = ?. |
int |
GroupPersistence.countByC_S(long companyId,
boolean site)
Returns the number of groups where companyId = ? and site = ?. |
static int |
UserUtil.countByC_S(long companyId,
int status)
Returns the number of users where companyId = ? and status = ?. |
int |
UserPersistence.countByC_S(long companyId,
int status)
Returns the number of users where companyId = ? and status = ?. |
static int |
UserUtil.countByC_SN(long companyId,
String screenName)
Returns the number of users where companyId = ? and screenName = ?. |
int |
UserPersistence.countByC_SN(long companyId,
String screenName)
Returns the number of users where companyId = ? and screenName = ?. |
static int |
SubscriptionUtil.countByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the number of subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?. |
int |
SubscriptionPersistence.countByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the number of subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?. |
static int |
UserUtil.countByC_U(long companyId,
long userId)
Returns the number of users where companyId = ? and userId = ?. |
int |
UserPersistence.countByC_U(long companyId,
long userId)
Returns the number of users where companyId = ? and userId = ?. |
static int |
WorkflowDefinitionLinkUtil.countByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
Returns the number of workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
int |
WorkflowDefinitionLinkPersistence.countByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
Returns the number of workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static int |
WorkflowDefinitionLinkUtil.countByCompanyId(long companyId)
Returns the number of workflow definition links where companyId = ?. |
int |
WorkflowDefinitionLinkPersistence.countByCompanyId(long companyId)
Returns the number of workflow definition links where companyId = ?. |
static int |
WebsiteUtil.countByCompanyId(long companyId)
Returns the number of websites where companyId = ?. |
int |
WebsitePersistence.countByCompanyId(long companyId)
Returns the number of websites where companyId = ?. |
static int |
UserUtil.countByCompanyId(long companyId)
Returns the number of users where companyId = ?. |
static int |
UserTrackerUtil.countByCompanyId(long companyId)
Returns the number of user trackers where companyId = ?. |
int |
UserTrackerPersistence.countByCompanyId(long companyId)
Returns the number of user trackers where companyId = ?. |
int |
UserPersistence.countByCompanyId(long companyId)
Returns the number of users where companyId = ?. |
static int |
UserGroupUtil.countByCompanyId(long companyId)
Returns the number of user groups where companyId = ?. |
int |
UserGroupPersistence.countByCompanyId(long companyId)
Returns the number of user groups where companyId = ?. |
static int |
RoleUtil.countByCompanyId(long companyId)
Returns the number of roles where companyId = ?. |
int |
RolePersistence.countByCompanyId(long companyId)
Returns the number of roles where companyId = ?. |
static int |
PortletUtil.countByCompanyId(long companyId)
Returns the number of portlets where companyId = ?. |
int |
PortletPersistence.countByCompanyId(long companyId)
Returns the number of portlets where companyId = ?. |
static int |
PluginSettingUtil.countByCompanyId(long companyId)
Returns the number of plugin settings where companyId = ?. |
int |
PluginSettingPersistence.countByCompanyId(long companyId)
Returns the number of plugin settings where companyId = ?. |
static int |
PhoneUtil.countByCompanyId(long companyId)
Returns the number of phones where companyId = ?. |
int |
PhonePersistence.countByCompanyId(long companyId)
Returns the number of phones where companyId = ?. |
static int |
OrganizationUtil.countByCompanyId(long companyId)
Returns the number of organizations where companyId = ?. |
int |
OrganizationPersistence.countByCompanyId(long companyId)
Returns the number of organizations where companyId = ?. |
static int |
LayoutUtil.countByCompanyId(long companyId)
Returns the number of layouts where companyId = ?. |
static int |
LayoutSetPrototypeUtil.countByCompanyId(long companyId)
Returns the number of layout set prototypes where companyId = ?. |
int |
LayoutSetPrototypePersistence.countByCompanyId(long companyId)
Returns the number of layout set prototypes where companyId = ?. |
static int |
LayoutPrototypeUtil.countByCompanyId(long companyId)
Returns the number of layout prototypes where companyId = ?. |
int |
LayoutPrototypePersistence.countByCompanyId(long companyId)
Returns the number of layout prototypes where companyId = ?. |
int |
LayoutPersistence.countByCompanyId(long companyId)
Returns the number of layouts where companyId = ?. |
static int |
GroupUtil.countByCompanyId(long companyId)
Returns the number of groups where companyId = ?. |
int |
GroupPersistence.countByCompanyId(long companyId)
Returns the number of groups where companyId = ?. |
static int |
EmailAddressUtil.countByCompanyId(long companyId)
Returns the number of email addresses where companyId = ?. |
int |
EmailAddressPersistence.countByCompanyId(long companyId)
Returns the number of email addresses where companyId = ?. |
static int |
ContactUtil.countByCompanyId(long companyId)
Returns the number of contacts where companyId = ?. |
int |
ContactPersistence.countByCompanyId(long companyId)
Returns the number of contacts where companyId = ?. |
static int |
AddressUtil.countByCompanyId(long companyId)
Returns the number of addresses where companyId = ?. |
int |
AddressPersistence.countByCompanyId(long companyId)
Returns the number of addresses where companyId = ?. |
static int |
UserUtil.countByContactId(long contactId)
Returns the number of users where contactId = ?. |
int |
UserPersistence.countByContactId(long contactId)
Returns the number of users where contactId = ?. |
static int |
RegionUtil.countByCountryId(long countryId)
Returns the number of regions where countryId = ?. |
int |
RegionPersistence.countByCountryId(long countryId)
Returns the number of regions where countryId = ?. |
static int |
UserUtil.countByEmailAddress(String emailAddress)
Returns the number of users where emailAddress = ?. |
int |
UserPersistence.countByEmailAddress(String emailAddress)
Returns the number of users where emailAddress = ?. |
static int |
WorkflowDefinitionLinkUtil.countByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK)
Returns the number of workflow definition links where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ?. |
int |
WorkflowDefinitionLinkPersistence.countByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK)
Returns the number of workflow definition links where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ?. |
static int |
WorkflowInstanceLinkUtil.countByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Returns the number of workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
int |
WorkflowInstanceLinkPersistence.countByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Returns the number of workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static int |
PortletItemUtil.countByG_C(long groupId,
long classNameId)
Returns the number of portlet items where groupId = ? and classNameId = ?. |
int |
PortletItemPersistence.countByG_C(long groupId,
long classNameId)
Returns the number of portlet items where groupId = ? and classNameId = ?. |
static int |
TeamFinderUtil.countByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
int |
TeamFinder.countByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
static int |
PortletItemUtil.countByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the number of portlet items where groupId = ? and name = ? and portletId = ? and classNameId = ?. |
int |
PortletItemPersistence.countByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the number of portlet items where groupId = ? and name = ? and portletId = ? and classNameId = ?. |
static int |
RepositoryUtil.countByG_N_P(long groupId,
String name,
String portletId)
Returns the number of repositories where groupId = ? and name = ? and portletId = ?. |
int |
RepositoryPersistence.countByG_N_P(long groupId,
String name,
String portletId)
Returns the number of repositories where groupId = ? and name = ? and portletId = ?. |
static int |
TeamUtil.countByG_N(long groupId,
String name)
Returns the number of teams where groupId = ? and name = ?. |
int |
TeamPersistence.countByG_N(long groupId,
String name)
Returns the number of teams where groupId = ? and name = ?. |
static int |
PortletItemUtil.countByG_P_C(long groupId,
String portletId,
long classNameId)
Returns the number of portlet items where groupId = ? and portletId = ? and classNameId = ?. |
int |
PortletItemPersistence.countByG_P_C(long groupId,
String portletId,
long classNameId)
Returns the number of portlet items where groupId = ? and portletId = ? and classNameId = ?. |
static int |
LayoutUtil.countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?. |
int |
LayoutPersistence.countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?. |
static int |
LayoutUtil.countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?. |
int |
LayoutPersistence.countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?. |
static int |
LayoutSetBranchUtil.countByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the number of layout set branchs where groupId = ? and privateLayout = ? and name = ?. |
int |
LayoutSetBranchPersistence.countByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the number of layout set branchs where groupId = ? and privateLayout = ? and name = ?. |
static int |
LayoutUtil.countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
int |
LayoutPersistence.countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static int |
LayoutUtil.countByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?. |
int |
LayoutPersistence.countByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?. |
static int |
LayoutUtil.countByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?. |
int |
LayoutPersistence.countByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?. |
static int |
LayoutUtil.countByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts where groupId = ? and privateLayout = ?. |
static int |
LayoutSetUtil.countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout sets where groupId = ? and privateLayout = ?. |
int |
LayoutSetPersistence.countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout sets where groupId = ? and privateLayout = ?. |
static int |
LayoutSetBranchUtil.countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout set branchs where groupId = ? and privateLayout = ?. |
int |
LayoutSetBranchPersistence.countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout set branchs where groupId = ? and privateLayout = ?. |
int |
LayoutPersistence.countByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts where groupId = ? and privateLayout = ?. |
static int |
UserGroupRoleUtil.countByG_R(long groupId,
long roleId)
Returns the number of user group roles where groupId = ? and roleId = ?. |
int |
UserGroupRolePersistence.countByG_R(long groupId,
long roleId)
Returns the number of user group roles where groupId = ? and roleId = ?. |
static int |
UserGroupGroupRoleUtil.countByG_R(long groupId,
long roleId)
Returns the number of user group group roles where groupId = ? and roleId = ?. |
int |
UserGroupGroupRolePersistence.countByG_R(long groupId,
long roleId)
Returns the number of user group group roles where groupId = ? and roleId = ?. |
static int |
MembershipRequestUtil.countByG_S(long groupId,
int statusId)
Returns the number of membership requests where groupId = ? and statusId = ?. |
int |
MembershipRequestPersistence.countByG_S(long groupId,
int statusId)
Returns the number of membership requests where groupId = ? and statusId = ?. |
static int |
MembershipRequestUtil.countByG_U_S(long groupId,
long userId,
int statusId)
Returns the number of membership requests where groupId = ? and userId = ? and statusId = ?. |
int |
MembershipRequestPersistence.countByG_U_S(long groupId,
long userId,
int statusId)
Returns the number of membership requests where groupId = ? and userId = ? and statusId = ?. |
static int |
GroupFinderUtil.countByG_U(long groupId,
long userId,
boolean inherit)
|
int |
GroupFinder.countByG_U(long groupId,
long userId,
boolean inherit)
|
static int |
UserGroupRoleUtil.countByGroupId(long groupId)
Returns the number of user group roles where groupId = ?. |
int |
UserGroupRolePersistence.countByGroupId(long groupId)
Returns the number of user group roles where groupId = ?. |
static int |
UserGroupGroupRoleUtil.countByGroupId(long groupId)
Returns the number of user group group roles where groupId = ?. |
int |
UserGroupGroupRolePersistence.countByGroupId(long groupId)
Returns the number of user group group roles where groupId = ?. |
static int |
TeamUtil.countByGroupId(long groupId)
Returns the number of teams where groupId = ?. |
int |
TeamPersistence.countByGroupId(long groupId)
Returns the number of teams where groupId = ?. |
static int |
RepositoryUtil.countByGroupId(long groupId)
Returns the number of repositories where groupId = ?. |
int |
RepositoryPersistence.countByGroupId(long groupId)
Returns the number of repositories where groupId = ?. |
static int |
OrgGroupRoleUtil.countByGroupId(long groupId)
Returns the number of org group roles where groupId = ?. |
int |
OrgGroupRolePersistence.countByGroupId(long groupId)
Returns the number of org group roles where groupId = ?. |
static int |
MembershipRequestUtil.countByGroupId(long groupId)
Returns the number of membership requests where groupId = ?. |
int |
MembershipRequestPersistence.countByGroupId(long groupId)
Returns the number of membership requests where groupId = ?. |
static int |
LayoutUtil.countByGroupId(long groupId)
Returns the number of layouts where groupId = ?. |
static int |
LayoutSetUtil.countByGroupId(long groupId)
Returns the number of layout sets where groupId = ?. |
int |
LayoutSetPersistence.countByGroupId(long groupId)
Returns the number of layout sets where groupId = ?. |
static int |
LayoutSetBranchUtil.countByGroupId(long groupId)
Returns the number of layout set branchs where groupId = ?. |
int |
LayoutSetBranchPersistence.countByGroupId(long groupId)
Returns the number of layout set branchs where groupId = ?. |
int |
LayoutPersistence.countByGroupId(long groupId)
Returns the number of layouts where groupId = ?. |
static int |
LayoutRevisionUtil.countByH_P(boolean head,
long plid)
Returns the number of layout revisions where head = ? and plid = ?. |
int |
LayoutRevisionPersistence.countByH_P(boolean head,
long plid)
Returns the number of layout revisions where head = ? and plid = ?. |
static int |
VirtualHostUtil.countByHostname(String hostname)
Returns the number of virtual hosts where hostname = ?. |
int |
VirtualHostPersistence.countByHostname(String hostname)
Returns the number of virtual hosts where hostname = ?. |
static int |
LayoutUtil.countByIconImageId(long iconImageId)
Returns the number of layouts where iconImageId = ?. |
int |
LayoutPersistence.countByIconImageId(long iconImageId)
Returns the number of layouts where iconImageId = ?. |
static int |
TicketUtil.countByKey(String key)
Returns the number of tickets where key = ?. |
int |
TicketPersistence.countByKey(String key)
Returns the number of tickets where key = ?. |
static int |
GroupFinderUtil.countByKeywords(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String keywords,
LinkedHashMap<String,Object> params)
|
int |
GroupFinder.countByKeywords(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String keywords,
LinkedHashMap<String,Object> params)
|
static int |
GroupFinderUtil.countByKeywords(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params)
|
int |
GroupFinder.countByKeywords(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params)
|
static int |
GroupFinderUtil.countByKeywords(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String keywords,
LinkedHashMap<String,Object> params)
|
int |
GroupFinder.countByKeywords(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String keywords,
LinkedHashMap<String,Object> params)
|
static int |
OrganizationFinderUtil.countByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params)
|
int |
OrganizationFinder.countByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params)
|
static int |
RoleFinderUtil.countByKeywords(long companyId,
String keywords,
Integer[] types)
|
int |
RoleFinder.countByKeywords(long companyId,
String keywords,
Integer[] types)
|
static int |
RoleFinderUtil.countByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params)
|
int |
RoleFinder.countByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params)
|
static int |
UserFinderUtil.countByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params)
|
int |
UserFinder.countByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params)
|
static int |
UserGroupFinderUtil.countByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
|
int |
UserGroupFinder.countByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
|
static int |
GroupFinderUtil.countByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
|
int |
GroupFinder.countByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params)
|
static int |
LayoutRevisionUtil.countByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and head = ? and plid = ?. |
int |
LayoutRevisionPersistence.countByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and head = ? and plid = ?. |
static int |
LayoutRevisionUtil.countByL_H(long layoutSetBranchId,
boolean head)
Returns the number of layout revisions where layoutSetBranchId = ? and head = ?. |
int |
LayoutRevisionPersistence.countByL_H(long layoutSetBranchId,
boolean head)
Returns the number of layout revisions where layoutSetBranchId = ? and head = ?. |
static int |
LayoutRevisionUtil.countByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
int |
LayoutRevisionPersistence.countByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static int |
LayoutBranchUtil.countByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
int |
LayoutBranchPersistence.countByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
static int |
LayoutBranchUtil.countByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and name = ?. |
int |
LayoutBranchPersistence.countByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and name = ?. |
static int |
LayoutRevisionUtil.countByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
int |
LayoutRevisionPersistence.countByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static int |
LayoutRevisionUtil.countByL_P_S(long layoutSetBranchId,
long plid,
int status)
Returns the number of layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
int |
LayoutRevisionPersistence.countByL_P_S(long layoutSetBranchId,
long plid,
int status)
Returns the number of layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
static int |
LayoutRevisionUtil.countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and plid = ?. |
int |
LayoutRevisionPersistence.countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and plid = ?. |
static int |
LayoutBranchUtil.countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ?. |
int |
LayoutBranchPersistence.countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ?. |
static int |
LayoutRevisionUtil.countByL_S(long layoutSetBranchId,
int status)
Returns the number of layout revisions where layoutSetBranchId = ? and status = ?. |
int |
LayoutRevisionPersistence.countByL_S(long layoutSetBranchId,
int status)
Returns the number of layout revisions where layoutSetBranchId = ? and status = ?. |
static int |
LayoutUtil.countByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns the number of layouts where layoutPrototypeUuid = ?. |
int |
LayoutPersistence.countByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns the number of layouts where layoutPrototypeUuid = ?. |
static int |
GroupFinderUtil.countByLayouts(long companyId,
long parentGroupId,
boolean site)
|
int |
GroupFinder.countByLayouts(long companyId,
long parentGroupId,
boolean site)
|
static int |
LayoutRevisionUtil.countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout revisions where layoutSetBranchId = ?. |
int |
LayoutRevisionPersistence.countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout revisions where layoutSetBranchId = ?. |
static int |
LayoutBranchUtil.countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout branchs where layoutSetBranchId = ?. |
int |
LayoutBranchPersistence.countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout branchs where layoutSetBranchId = ?. |
static int |
LayoutSetUtil.countByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Returns the number of layout sets where layoutSetPrototypeUuid = ?. |
int |
LayoutSetPersistence.countByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Returns the number of layout sets where layoutSetPrototypeUuid = ?. |
static int |
GroupUtil.countByLiveGroupId(long liveGroupId)
Returns the number of groups where liveGroupId = ?. |
int |
GroupPersistence.countByLiveGroupId(long liveGroupId)
Returns the number of groups where liveGroupId = ?. |
static int |
OrganizationUtil.countByLocations(long companyId)
Returns the number of organizations where companyId = ?. |
int |
OrganizationPersistence.countByLocations(long companyId)
Returns the number of organizations where companyId = ?. |
static int |
CompanyUtil.countByLogoId(long logoId)
Returns the number of companies where logoId = ?. |
int |
CompanyPersistence.countByLogoId(long logoId)
Returns the number of companies where logoId = ?. |
static int |
LockUtil.countByLtExpirationDate(Date expirationDate)
Returns the number of locks where expirationDate < ?. |
int |
LockPersistence.countByLtExpirationDate(Date expirationDate)
Returns the number of locks where expirationDate < ?. |
static int |
ImageUtil.countByLtSize(int size)
Returns the number of images where size < ?. |
int |
ImagePersistence.countByLtSize(int size)
Returns the number of images where size < ?. |
static int |
CompanyUtil.countByMx(String mx)
Returns the number of companies where mx = ?. |
int |
CompanyPersistence.countByMx(String mx)
Returns the number of companies where mx = ?. |
static int |
ResourceActionUtil.countByN_A(String name,
String actionId)
Returns the number of resource actions where name = ? and actionId = ?. |
int |
ResourceActionPersistence.countByN_A(String name,
String actionId)
Returns the number of resource actions where name = ? and actionId = ?. |
static int |
ShardUtil.countByName(String name)
Returns the number of shards where name = ?. |
int |
ShardPersistence.countByName(String name)
Returns the number of shards where name = ?. |
static int |
RoleUtil.countByName(String name)
Returns the number of roles where name = ?. |
int |
RolePersistence.countByName(String name)
Returns the number of roles where name = ?. |
static int |
ResourceActionUtil.countByName(String name)
Returns the number of resource actions where name = ?. |
int |
ResourceActionPersistence.countByName(String name)
Returns the number of resource actions where name = ?. |
static int |
CountryUtil.countByName(String name)
Returns the number of countries where name = ?. |
int |
CountryPersistence.countByName(String name)
Returns the number of countries where name = ?. |
static int |
PortletPreferencesUtil.countByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? and portletId = ?. |
int |
PortletPreferencesPersistence.countByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? and portletId = ?. |
static int |
PortletPreferencesUtil.countByO_O_P(long ownerId,
int ownerType,
long plid)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
int |
PortletPreferencesPersistence.countByO_O_P(long ownerId,
int ownerType,
long plid)
Returns the number of portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
static int |
PortalPreferencesUtil.countByO_O(long ownerId,
int ownerType)
Returns the number of portal preferenceses where ownerId = ? and ownerType = ?. |
int |
PortalPreferencesPersistence.countByO_O(long ownerId,
int ownerType)
Returns the number of portal preferenceses where ownerId = ? and ownerType = ?. |
static int |
PortletPreferencesUtil.countByO_P_P(int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
int |
PortletPreferencesPersistence.countByO_P_P(int ownerType,
long plid,
String portletId)
Returns the number of portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
static int |
OrganizationFinderUtil.countByO_U(long organizationId,
long userId)
|
int |
OrganizationFinder.countByO_U(long organizationId,
long userId)
|
static int |
OrgLaborUtil.countByOrganizationId(long organizationId)
Returns the number of org labors where organizationId = ?. |
int |
OrgLaborPersistence.countByOrganizationId(long organizationId)
Returns the number of org labors where organizationId = ?. |
static int |
PasswordPolicyRelUtil.countByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
Returns the number of password policy rels where passwordPolicyId = ? and classNameId = ? and classPK = ?. |
int |
PasswordPolicyRelPersistence.countByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
Returns the number of password policy rels where passwordPolicyId = ? and classNameId = ? and classPK = ?. |
static int |
LayoutRevisionUtil.countByP_NotS(long plid,
int status)
Returns the number of layout revisions where plid = ? and status ≠ ?. |
int |
LayoutRevisionPersistence.countByP_NotS(long plid,
int status)
Returns the number of layout revisions where plid = ? and status ≠ ?. |
static int |
PortletPreferencesUtil.countByP_P(long plid,
String portletId)
Returns the number of portlet preferenceses where plid = ? and portletId = ?. |
int |
PortletPreferencesPersistence.countByP_P(long plid,
String portletId)
Returns the number of portlet preferenceses where plid = ? and portletId = ?. |
static int |
PasswordPolicyRelUtil.countByPasswordPolicyId(long passwordPolicyId)
Returns the number of password policy rels where passwordPolicyId = ?. |
int |
PasswordPolicyRelPersistence.countByPasswordPolicyId(long passwordPolicyId)
Returns the number of password policy rels where passwordPolicyId = ?. |
static int |
PortletPreferencesUtil.countByPlid(long plid)
Returns the number of portlet preferenceses where plid = ?. |
int |
PortletPreferencesPersistence.countByPlid(long plid)
Returns the number of portlet preferenceses where plid = ?. |
static int |
LayoutRevisionUtil.countByPlid(long plid)
Returns the number of layout revisions where plid = ?. |
int |
LayoutRevisionPersistence.countByPlid(long plid)
Returns the number of layout revisions where plid = ?. |
static int |
PortletPreferencesUtil.countByPortletId(String portletId)
Returns the number of portlet preferenceses where portletId = ?. |
int |
PortletPreferencesPersistence.countByPortletId(String portletId)
Returns the number of portlet preferenceses where portletId = ?. |
static int |
UserUtil.countByPortraitId(long portraitId)
Returns the number of users where portraitId = ?. |
int |
UserPersistence.countByPortraitId(long portraitId)
Returns the number of users where portraitId = ?. |
static int |
RepositoryEntryUtil.countByR_M(long repositoryId,
String mappedId)
Returns the number of repository entries where repositoryId = ? and mappedId = ?. |
int |
RepositoryEntryPersistence.countByR_M(long repositoryId,
String mappedId)
Returns the number of repository entries where repositoryId = ? and mappedId = ?. |
static int |
ResourceBlockPermissionUtil.countByR_R(long resourceBlockId,
long roleId)
Returns the number of resource block permissions where resourceBlockId = ? and roleId = ?. |
int |
ResourceBlockPermissionPersistence.countByR_R(long resourceBlockId,
long roleId)
Returns the number of resource block permissions where resourceBlockId = ? and roleId = ?. |
static int |
ResourcePermissionFinderUtil.countByR_S(long roleId,
int[] scopes)
|
int |
ResourcePermissionFinder.countByR_S(long roleId,
int[] scopes)
|
static int |
RoleFinderUtil.countByR_U(long roleId,
long userId)
|
int |
RoleFinder.countByR_U(long roleId,
long userId)
|
static int |
RepositoryEntryUtil.countByRepositoryId(long repositoryId)
Returns the number of repository entries where repositoryId = ?. |
int |
RepositoryEntryPersistence.countByRepositoryId(long repositoryId)
Returns the number of repository entries where repositoryId = ?. |
static int |
ResourceBlockPermissionUtil.countByResourceBlockId(long resourceBlockId)
Returns the number of resource block permissions where resourceBlockId = ?. |
int |
ResourceBlockPermissionPersistence.countByResourceBlockId(long resourceBlockId)
Returns the number of resource block permissions where resourceBlockId = ?. |
static int |
UserGroupRoleUtil.countByRoleId(long roleId)
Returns the number of user group roles where roleId = ?. |
int |
UserGroupRolePersistence.countByRoleId(long roleId)
Returns the number of user group roles where roleId = ?. |
static int |
UserGroupGroupRoleUtil.countByRoleId(long roleId)
Returns the number of user group group roles where roleId = ?. |
int |
UserGroupGroupRolePersistence.countByRoleId(long roleId)
Returns the number of user group group roles where roleId = ?. |
static int |
ResourceTypePermissionUtil.countByRoleId(long roleId)
Returns the number of resource type permissions where roleId = ?. |
int |
ResourceTypePermissionPersistence.countByRoleId(long roleId)
Returns the number of resource type permissions where roleId = ?. |
static int |
ResourcePermissionUtil.countByRoleId(long roleId)
Returns the number of resource permissions where roleId = ?. |
int |
ResourcePermissionPersistence.countByRoleId(long roleId)
Returns the number of resource permissions where roleId = ?. |
static int |
OrgGroupRoleUtil.countByRoleId(long roleId)
Returns the number of org group roles where roleId = ?. |
int |
OrgGroupRolePersistence.countByRoleId(long roleId)
Returns the number of org group roles where roleId = ?. |
static int |
ResourcePermissionUtil.countByScope(int scope)
Returns the number of resource permissions where scope = ?. |
int |
ResourcePermissionPersistence.countByScope(int scope)
Returns the number of resource permissions where scope = ?. |
static int |
ResourcePermissionUtil.countByScope(int[] scopes)
Returns the number of resource permissions where scope = any ?. |
int |
ResourcePermissionPersistence.countByScope(int[] scopes)
Returns the number of resource permissions where scope = any ?. |
static int |
ReleaseUtil.countByServletContextName(String servletContextName)
Returns the number of releases where servletContextName = ?. |
int |
ReleasePersistence.countByServletContextName(String servletContextName)
Returns the number of releases where servletContextName = ?. |
static int |
UserTrackerUtil.countBySessionId(String sessionId)
Returns the number of user trackers where sessionId = ?. |
int |
UserTrackerPersistence.countBySessionId(String sessionId)
Returns the number of user trackers where sessionId = ?. |
static int |
LayoutUtil.countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns the number of layouts where sourcePrototypeLayoutUuid = ?. |
int |
LayoutPersistence.countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns the number of layouts where sourcePrototypeLayoutUuid = ?. |
static int |
RoleUtil.countBySubtype(String subtype)
Returns the number of roles where subtype = ?. |
int |
RolePersistence.countBySubtype(String subtype)
Returns the number of roles where subtype = ?. |
static int |
CompanyUtil.countBySystem(boolean system)
Returns the number of companies where system = ?. |
int |
CompanyPersistence.countBySystem(boolean system)
Returns the number of companies where system = ?. |
static int |
GroupUtil.countByT_A(int type,
boolean active)
Returns the number of groups where type = ? and active = ?. |
int |
GroupPersistence.countByT_A(int type,
boolean active)
Returns the number of groups where type = ? and active = ?. |
static int |
UserIdMapperUtil.countByT_E(String type,
String externalUserId)
Returns the number of user ID mappers where type = ? and externalUserId = ?. |
int |
UserIdMapperPersistence.countByT_E(String type,
String externalUserId)
Returns the number of user ID mappers where type = ? and externalUserId = ?. |
static int |
RoleUtil.countByT_S(int type,
String subtype)
Returns the number of roles where type = ? and subtype = ?. |
int |
RolePersistence.countByT_S(int type,
String subtype)
Returns the number of roles where type = ? and subtype = ?. |
static int |
ListTypeUtil.countByType(String type)
Returns the number of list types where type = ?. |
int |
ListTypePersistence.countByType(String type)
Returns the number of list types where type = ?. |
static int |
UserNotificationEventUtil.countByU_A(long userId,
boolean archived)
Returns the number of user notification events where userId = ? and archived = ?. |
int |
UserNotificationEventPersistence.countByU_A(long userId,
boolean archived)
Returns the number of user notification events where userId = ? and archived = ?. |
static int |
SubscriptionUtil.countByU_C(long userId,
long classNameId)
Returns the number of subscriptions where userId = ? and classNameId = ?. |
int |
SubscriptionPersistence.countByU_C(long userId,
long classNameId)
Returns the number of subscriptions where userId = ? and classNameId = ?. |
static int |
RoleFinderUtil.countByU_G_R(long userId,
long groupId,
long roleId)
|
int |
RoleFinder.countByU_G_R(long userId,
long groupId,
long roleId)
|
static int |
UserGroupRoleUtil.countByU_G(long userId,
long groupId)
Returns the number of user group roles where userId = ? and groupId = ?. |
int |
UserGroupRolePersistence.countByU_G(long userId,
long groupId)
Returns the number of user group roles where userId = ? and groupId = ?. |
static int |
UserGroupGroupRoleUtil.countByU_G(long userGroupId,
long groupId)
Returns the number of user group group roles where userGroupId = ? and groupId = ?. |
int |
UserGroupGroupRolePersistence.countByU_G(long userGroupId,
long groupId)
Returns the number of user group group roles where userGroupId = ? and groupId = ?. |
static int |
UserIdMapperUtil.countByU_T(long userId,
String type)
Returns the number of user ID mappers where userId = ? and type = ?. |
int |
UserIdMapperPersistence.countByU_T(long userId,
String type)
Returns the number of user ID mappers where userId = ? and type = ?. |
static int |
UserFinderUtil.countByUser(long userId,
LinkedHashMap<String,Object> params)
|
int |
UserFinder.countByUser(long userId,
LinkedHashMap<String,Object> params)
|
static int |
UserGroupGroupRoleUtil.countByUserGroupId(long userGroupId)
Returns the number of user group group roles where userGroupId = ?. |
int |
UserGroupGroupRolePersistence.countByUserGroupId(long userGroupId)
Returns the number of user group group roles where userGroupId = ?. |
static int |
WebsiteUtil.countByUserId(long userId)
Returns the number of websites where userId = ?. |
int |
WebsitePersistence.countByUserId(long userId)
Returns the number of websites where userId = ?. |
static int |
UserTrackerUtil.countByUserId(long userId)
Returns the number of user trackers where userId = ?. |
int |
UserTrackerPersistence.countByUserId(long userId)
Returns the number of user trackers where userId = ?. |
static int |
UserNotificationEventUtil.countByUserId(long userId)
Returns the number of user notification events where userId = ?. |
int |
UserNotificationEventPersistence.countByUserId(long userId)
Returns the number of user notification events where userId = ?. |
static int |
UserIdMapperUtil.countByUserId(long userId)
Returns the number of user ID mappers where userId = ?. |
int |
UserIdMapperPersistence.countByUserId(long userId)
Returns the number of user ID mappers where userId = ?. |
static int |
UserGroupRoleUtil.countByUserId(long userId)
Returns the number of user group roles where userId = ?. |
int |
UserGroupRolePersistence.countByUserId(long userId)
Returns the number of user group roles where userId = ?. |
static int |
SubscriptionUtil.countByUserId(long userId)
Returns the number of subscriptions where userId = ?. |
int |
SubscriptionPersistence.countByUserId(long userId)
Returns the number of subscriptions where userId = ?. |
static int |
PhoneUtil.countByUserId(long userId)
Returns the number of phones where userId = ?. |
int |
PhonePersistence.countByUserId(long userId)
Returns the number of phones where userId = ?. |
static int |
PasswordTrackerUtil.countByUserId(long userId)
Returns the number of password trackers where userId = ?. |
int |
PasswordTrackerPersistence.countByUserId(long userId)
Returns the number of password trackers where userId = ?. |
static int |
MembershipRequestUtil.countByUserId(long userId)
Returns the number of membership requests where userId = ?. |
int |
MembershipRequestPersistence.countByUserId(long userId)
Returns the number of membership requests where userId = ?. |
static int |
EmailAddressUtil.countByUserId(long userId)
Returns the number of email addresses where userId = ?. |
int |
EmailAddressPersistence.countByUserId(long userId)
Returns the number of email addresses where userId = ?. |
static int |
BrowserTrackerUtil.countByUserId(long userId)
Returns the number of browser trackers where userId = ?. |
int |
BrowserTrackerPersistence.countByUserId(long userId)
Returns the number of browser trackers where userId = ?. |
static int |
AddressUtil.countByUserId(long userId)
Returns the number of addresses where userId = ?. |
int |
AddressPersistence.countByUserId(long userId)
Returns the number of addresses where userId = ?. |
static int |
UserTrackerPathUtil.countByUserTrackerId(long userTrackerId)
Returns the number of user tracker paths where userTrackerId = ?. |
int |
UserTrackerPathPersistence.countByUserTrackerId(long userTrackerId)
Returns the number of user tracker paths where userTrackerId = ?. |
static int |
UserUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of users where uuid = ? and companyId = ?. |
int |
UserPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of users where uuid = ? and companyId = ?. |
static int |
UserNotificationEventUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of user notification events where uuid = ? and companyId = ?. |
int |
UserNotificationEventPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of user notification events where uuid = ? and companyId = ?. |
static int |
RepositoryUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of repositories where uuid = ? and companyId = ?. |
int |
RepositoryPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of repositories where uuid = ? and companyId = ?. |
static int |
LockUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of locks where uuid = ? and companyId = ?. |
int |
LockPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of locks where uuid = ? and companyId = ?. |
static int |
LayoutUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of layouts where uuid = ? and companyId = ?. |
static int |
LayoutSetPrototypeUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of layout set prototypes where uuid = ? and companyId = ?. |
int |
LayoutSetPrototypePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of layout set prototypes where uuid = ? and companyId = ?. |
static int |
LayoutPrototypeUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of layout prototypes where uuid = ? and companyId = ?. |
int |
LayoutPrototypePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of layout prototypes where uuid = ? and companyId = ?. |
int |
LayoutPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of layouts where uuid = ? and companyId = ?. |
static int |
RepositoryUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of repositories where uuid = ? and groupId = ?. |
int |
RepositoryPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of repositories where uuid = ? and groupId = ?. |
static int |
RepositoryEntryUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of repository entries where uuid = ? and groupId = ?. |
int |
RepositoryEntryPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of repository entries where uuid = ? and groupId = ?. |
static int |
LayoutUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of layouts where uuid = ? and groupId = ?. |
int |
LayoutPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of layouts where uuid = ? and groupId = ?. |
static int |
UserUtil.countByUuid(String uuid)
Returns the number of users where uuid = ?. |
int |
UserPersistence.countByUuid(String uuid)
Returns the number of users where uuid = ?. |
static int |
UserNotificationEventUtil.countByUuid(String uuid)
Returns the number of user notification events where uuid = ?. |
int |
UserNotificationEventPersistence.countByUuid(String uuid)
Returns the number of user notification events where uuid = ?. |
static int |
RepositoryUtil.countByUuid(String uuid)
Returns the number of repositories where uuid = ?. |
int |
RepositoryPersistence.countByUuid(String uuid)
Returns the number of repositories where uuid = ?. |
static int |
RepositoryEntryUtil.countByUuid(String uuid)
Returns the number of repository entries where uuid = ?. |
int |
RepositoryEntryPersistence.countByUuid(String uuid)
Returns the number of repository entries where uuid = ?. |
static int |
LockUtil.countByUuid(String uuid)
Returns the number of locks where uuid = ?. |
int |
LockPersistence.countByUuid(String uuid)
Returns the number of locks where uuid = ?. |
static int |
LayoutUtil.countByUuid(String uuid)
Returns the number of layouts where uuid = ?. |
static int |
LayoutSetPrototypeUtil.countByUuid(String uuid)
Returns the number of layout set prototypes where uuid = ?. |
int |
LayoutSetPrototypePersistence.countByUuid(String uuid)
Returns the number of layout set prototypes where uuid = ?. |
static int |
LayoutPrototypeUtil.countByUuid(String uuid)
Returns the number of layout prototypes where uuid = ?. |
int |
LayoutPrototypePersistence.countByUuid(String uuid)
Returns the number of layout prototypes where uuid = ?. |
int |
LayoutPersistence.countByUuid(String uuid)
Returns the number of layouts where uuid = ?. |
static int |
ClassNameUtil.countByValue(String value)
Returns the number of class names where value = ?. |
int |
ClassNamePersistence.countByValue(String value)
Returns the number of class names where value = ?. |
static int |
CompanyUtil.countByWebId(String webId)
Returns the number of companies where webId = ?. |
int |
CompanyPersistence.countByWebId(String webId)
Returns the number of companies where webId = ?. |
long |
WorkflowInstanceLinkUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
WorkflowDefinitionLinkUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
WebsiteUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
WebDAVPropsUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
VirtualHostUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
UserUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
UserTrackerUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
UserTrackerPathUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
UserNotificationEventUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
UserIdMapperUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
UserGroupUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
UserGroupRoleUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
UserGroupGroupRoleUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
TicketUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
TeamUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SubscriptionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ShardUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ServiceComponentUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
RoleUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ResourceTypePermissionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ResourcePermissionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ResourceBlockUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ResourceBlockPermissionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ResourceActionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
RepositoryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
RepositoryEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ReleaseUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
RegionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PortletUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PortletPreferencesUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PortletItemUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PortalPreferencesUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PluginSettingUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PhoneUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PasswordTrackerUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PasswordPolicyUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PasswordPolicyRelUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
OrgLaborUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
OrgGroupRoleUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
OrganizationUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MembershipRequestUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
LockUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ListTypeUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
LayoutUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
LayoutSetUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
LayoutSetPrototypeUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
LayoutSetBranchUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
LayoutRevisionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
LayoutPrototypeUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
LayoutBranchUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ImageUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
GroupUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
EmailAddressUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
CountryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ContactUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
CompanyUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ClusterGroupUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ClassNameUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
BrowserTrackerUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
BasePersistence.countWithDynamicQuery(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AddressUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AccountUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static Country |
CountryUtil.fetchByA2(String a2)
Returns the country where a2 = ? or returns null if it could not be found. |
Country |
CountryPersistence.fetchByA2(String a2)
Returns the country where a2 = ? or returns null if it could not be found. |
static Country |
CountryUtil.fetchByA2(String a2,
boolean retrieveFromCache)
Returns the country where a2 = ? or returns null if it could not be found, optionally using the finder cache. |
Country |
CountryPersistence.fetchByA2(String a2,
boolean retrieveFromCache)
Returns the country where a2 = ? or returns null if it could not be found, optionally using the finder cache. |
static Country |
CountryUtil.fetchByA3(String a3)
Returns the country where a3 = ? or returns null if it could not be found. |
Country |
CountryPersistence.fetchByA3(String a3)
Returns the country where a3 = ? or returns null if it could not be found. |
static Country |
CountryUtil.fetchByA3(String a3,
boolean retrieveFromCache)
Returns the country where a3 = ? or returns null if it could not be found, optionally using the finder cache. |
Country |
CountryPersistence.fetchByA3(String a3,
boolean retrieveFromCache)
Returns the country where a3 = ? or returns null if it could not be found, optionally using the finder cache. |
static Contact |
ContactUtil.fetchByAccountId_First(long accountId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
Contact |
ContactPersistence.fetchByAccountId_First(long accountId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
static Contact |
ContactUtil.fetchByAccountId_Last(long accountId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
Contact |
ContactPersistence.fetchByAccountId_Last(long accountId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
static Region |
RegionUtil.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where active = ?. |
Region |
RegionPersistence.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where active = ?. |
static Country |
CountryUtil.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first country in the ordered set where active = ?. |
Country |
CountryPersistence.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first country in the ordered set where active = ?. |
static Region |
RegionUtil.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where active = ?. |
Region |
RegionPersistence.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where active = ?. |
static Country |
CountryUtil.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last country in the ordered set where active = ?. |
Country |
CountryPersistence.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last country in the ordered set where active = ?. |
static ServiceComponent |
ServiceComponentUtil.fetchByBNS_BNU(String buildNamespace,
long buildNumber)
Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found. |
ServiceComponent |
ServiceComponentPersistence.fetchByBNS_BNU(String buildNamespace,
long buildNumber)
Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found. |
static ServiceComponent |
ServiceComponentUtil.fetchByBNS_BNU(String buildNamespace,
long buildNumber,
boolean retrieveFromCache)
Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found, optionally using the finder cache. |
ServiceComponent |
ServiceComponentPersistence.fetchByBNS_BNU(String buildNamespace,
long buildNumber,
boolean retrieveFromCache)
Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found, optionally using the finder cache. |
static ServiceComponent |
ServiceComponentUtil.fetchByBuildNamespace_First(String buildNamespace,
OrderByComparator orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
ServiceComponent |
ServiceComponentPersistence.fetchByBuildNamespace_First(String buildNamespace,
OrderByComparator orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
static ServiceComponent |
ServiceComponentUtil.fetchByBuildNamespace_Last(String buildNamespace,
OrderByComparator orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
ServiceComponent |
ServiceComponentPersistence.fetchByBuildNamespace_Last(String buildNamespace,
OrderByComparator orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
static Region |
RegionUtil.fetchByC_A_First(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?. |
Region |
RegionPersistence.fetchByC_A_First(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
static Region |
RegionUtil.fetchByC_A_Last(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?. |
Region |
RegionPersistence.fetchByC_A_Last(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
static Website |
WebsiteUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Website |
WebsitePersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Subscription |
SubscriptionUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Subscription |
SubscriptionPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Phone |
PhoneUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Phone |
PhonePersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
EmailAddress |
EmailAddressPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Address |
AddressUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address |
AddressPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Website |
WebsiteUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Website |
WebsitePersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Subscription |
SubscriptionUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Subscription |
SubscriptionPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Phone |
PhoneUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Phone |
PhonePersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
EmailAddress |
EmailAddressPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Address |
AddressUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address |
AddressPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Address |
AddressUtil.fetchByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
AddressPersistence.fetchByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static Address |
AddressUtil.fetchByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
AddressPersistence.fetchByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static Website |
WebsiteUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Website |
WebsitePersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Phone |
PhoneUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Phone |
PhonePersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
EmailAddress |
EmailAddressPersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Address |
AddressUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address |
AddressPersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Website |
WebsiteUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Website |
WebsitePersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Phone |
PhoneUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Phone |
PhonePersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
EmailAddress |
EmailAddressPersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Address |
AddressUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address |
AddressPersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Role |
RoleUtil.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
Role |
RolePersistence.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
static Group |
GroupUtil.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
Group |
GroupPersistence.fetchByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
static Role |
RoleUtil.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
Role |
RolePersistence.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_C_C(long companyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static Website |
WebsiteUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?. |
Website |
WebsitePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?. |
static Phone |
PhoneUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ?. |
Phone |
PhonePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
EmailAddress |
EmailAddressPersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
static Contact |
ContactUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
Contact |
ContactPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
static Address |
AddressUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
static Group |
GroupUtil.fetchByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found. |
Group |
GroupPersistence.fetchByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found. |
static Group |
GroupUtil.fetchByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name,
boolean retrieveFromCache)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name,
boolean retrieveFromCache)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static Website |
WebsiteUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?. |
Website |
WebsitePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?. |
static Phone |
PhoneUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ?. |
Phone |
PhonePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
EmailAddress |
EmailAddressPersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
static Contact |
ContactUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
Contact |
ContactPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
static Address |
AddressUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
static WebDAVProps |
WebDAVPropsUtil.fetchByC_C(long classNameId,
long classPK)
Returns the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found. |
static Shard |
ShardUtil.fetchByC_C(long classNameId,
long classPK)
Returns the shard where classNameId = ? and classPK = ? or returns null if it could not be found. |
Shard |
ShardPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the shard where classNameId = ? and classPK = ? or returns null if it could not be found. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByC_C(long classNameId,
long classPK)
Returns the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
WebDAVProps |
WebDAVPropsPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static Shard |
ShardUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the shard where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
Shard |
ShardPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the shard where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the password policy rel where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
User |
UserPersistence.fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
static User |
UserUtil.fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
User |
UserPersistence.fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
static User |
UserUtil.fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User |
UserPersistence.fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
static User |
UserUtil.fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User |
UserPersistence.fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
static PasswordPolicy |
PasswordPolicyUtil.fetchByC_DP(long companyId,
boolean defaultPolicy)
Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.fetchByC_DP(long companyId,
boolean defaultPolicy)
Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found. |
static PasswordPolicy |
PasswordPolicyUtil.fetchByC_DP(long companyId,
boolean defaultPolicy,
boolean retrieveFromCache)
Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache. |
PasswordPolicy |
PasswordPolicyPersistence.fetchByC_DP(long companyId,
boolean defaultPolicy,
boolean retrieveFromCache)
Returns the password policy where companyId = ? and defaultPolicy = ? or returns null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found. |
User |
UserPersistence.fetchByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found. |
static User |
UserUtil.fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_DU(long companyId,
boolean defaultUser,
boolean retrieveFromCache)
Returns the user where companyId = ? and defaultUser = ? or returns null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found. |
User |
UserPersistence.fetchByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found. |
static User |
UserUtil.fetchByC_EA(long companyId,
String emailAddress,
boolean retrieveFromCache)
Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_EA(long companyId,
String emailAddress,
boolean retrieveFromCache)
Returns the user where companyId = ? and emailAddress = ? or returns null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found. |
Group |
GroupPersistence.fetchByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found. |
static Group |
GroupUtil.fetchByC_F(long companyId,
String friendlyURL,
boolean retrieveFromCache)
Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_F(long companyId,
String friendlyURL,
boolean retrieveFromCache)
Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found. |
User |
UserPersistence.fetchByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found. |
static User |
UserUtil.fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_FID(long companyId,
long facebookId,
boolean retrieveFromCache)
Returns the user where companyId = ? and facebookId = ? or returns null if it could not be found, optionally using the finder cache. |
static ResourceBlock |
ResourceBlockUtil.fetchByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
ResourceBlock |
ResourceBlockPersistence.fetchByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
static ResourceBlock |
ResourceBlockUtil.fetchByC_G_N_Last(long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
ResourceBlock |
ResourceBlockPersistence.fetchByC_G_N_Last(long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
static ResourceBlock |
ResourceBlockUtil.fetchByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash)
Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found. |
ResourceBlock |
ResourceBlockPersistence.fetchByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash)
Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found. |
static ResourceBlock |
ResourceBlockUtil.fetchByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash,
boolean retrieveFromCache)
Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found, optionally using the finder cache. |
ResourceBlock |
ResourceBlockPersistence.fetchByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash,
boolean retrieveFromCache)
Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or returns null if it could not be found, optionally using the finder cache. |
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns null if it could not be found. |
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns null if it could not be found. |
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId,
boolean retrieveFromCache)
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache. |
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByC_G_N_R(long companyId,
long groupId,
String name,
long roleId,
boolean retrieveFromCache)
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache. |
static PluginSetting |
PluginSettingUtil.fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found. |
PluginSetting |
PluginSettingPersistence.fetchByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found. |
static PluginSetting |
PluginSettingUtil.fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found, optionally using the finder cache. |
PluginSetting |
PluginSettingPersistence.fetchByC_I_T(long companyId,
String pluginId,
String pluginType,
boolean retrieveFromCache)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or returns null if it could not be found, optionally using the finder cache. |
static Lock |
LockUtil.fetchByC_K_O(String className,
String key,
String owner)
Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found. |
Lock |
LockPersistence.fetchByC_K_O(String className,
String key,
String owner)
Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found. |
static Lock |
LockUtil.fetchByC_K_O(String className,
String key,
String owner,
boolean retrieveFromCache)
Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found, optionally using the finder cache. |
Lock |
LockPersistence.fetchByC_K_O(String className,
String key,
String owner,
boolean retrieveFromCache)
Returns the lock where className = ? and key = ? and owner = ? or returns null if it could not be found, optionally using the finder cache. |
static Lock |
LockUtil.fetchByC_K(String className,
String key)
Returns the lock where className = ? and key = ? or returns null if it could not be found. |
Lock |
LockPersistence.fetchByC_K(String className,
String key)
Returns the lock where className = ? and key = ? or returns null if it could not be found. |
static Lock |
LockUtil.fetchByC_K(String className,
String key,
boolean retrieveFromCache)
Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache. |
Lock |
LockPersistence.fetchByC_K(String className,
String key,
boolean retrieveFromCache)
Returns the lock where className = ? and key = ? or returns null if it could not be found, optionally using the finder cache. |
static Lock |
LockFinderUtil.fetchByC_K(String className,
String key,
LockMode lockMode)
|
Lock |
LockFinder.fetchByC_K(String className,
String key,
LockMode lockMode)
|
static Group |
GroupUtil.fetchByC_L_N(long companyId,
long liveGroupId,
String name)
Returns the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found. |
Group |
GroupPersistence.fetchByC_L_N(long companyId,
long liveGroupId,
String name)
Returns the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found. |
static Group |
GroupUtil.fetchByC_L_N(long companyId,
long liveGroupId,
String name,
boolean retrieveFromCache)
Returns the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_L_N(long companyId,
long liveGroupId,
String name,
boolean retrieveFromCache)
Returns the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static VirtualHost |
VirtualHostUtil.fetchByC_L(long companyId,
long layoutSetId)
Returns the virtual host where companyId = ? and layoutSetId = ? or returns null if it could not be found. |
VirtualHost |
VirtualHostPersistence.fetchByC_L(long companyId,
long layoutSetId)
Returns the virtual host where companyId = ? and layoutSetId = ? or returns null if it could not be found. |
static VirtualHost |
VirtualHostUtil.fetchByC_L(long companyId,
long layoutSetId,
boolean retrieveFromCache)
Returns the virtual host where companyId = ? and layoutSetId = ? or returns null if it could not be found, optionally using the finder cache. |
VirtualHost |
VirtualHostPersistence.fetchByC_L(long companyId,
long layoutSetId,
boolean retrieveFromCache)
Returns the virtual host where companyId = ? and layoutSetId = ? or returns null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
User |
UserPersistence.fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
static User |
UserUtil.fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
User |
UserPersistence.fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
static ResourceBlock |
ResourceBlockUtil.fetchByC_N_First(long companyId,
String name,
OrderByComparator orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?. |
ResourceBlock |
ResourceBlockPersistence.fetchByC_N_First(long companyId,
String name,
OrderByComparator orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?. |
static ResourceBlock |
ResourceBlockUtil.fetchByC_N_Last(long companyId,
String name,
OrderByComparator orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?. |
ResourceBlock |
ResourceBlockPersistence.fetchByC_N_Last(long companyId,
String name,
OrderByComparator orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_A_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_A_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_A_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_A_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds,
boolean retrieveFromCache)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds,
boolean retrieveFromCache)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache. |
static UserGroup |
UserGroupUtil.fetchByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or returns null if it could not be found. |
UserGroup |
UserGroupPersistence.fetchByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or returns null if it could not be found. |
static Role |
RoleUtil.fetchByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or returns null if it could not be found. |
Role |
RolePersistence.fetchByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or returns null if it could not be found. |
static PasswordPolicy |
PasswordPolicyUtil.fetchByC_N(long companyId,
String name)
Returns the password policy where companyId = ? and name = ? or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.fetchByC_N(long companyId,
String name)
Returns the password policy where companyId = ? and name = ? or returns null if it could not be found. |
static Organization |
OrganizationUtil.fetchByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or returns null if it could not be found. |
Organization |
OrganizationPersistence.fetchByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or returns null if it could not be found. |
static Group |
GroupUtil.fetchByC_N(long companyId,
String name)
Returns the group where companyId = ? and name = ? or returns null if it could not be found. |
Group |
GroupPersistence.fetchByC_N(long companyId,
String name)
Returns the group where companyId = ? and name = ? or returns null if it could not be found. |
static UserGroup |
UserGroupUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the user group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
UserGroup |
UserGroupPersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the user group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static Role |
RoleUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Role |
RolePersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the role where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static PasswordPolicy |
PasswordPolicyUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
PasswordPolicy |
PasswordPolicyPersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the password policy where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static Organization |
OrganizationUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the organization where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Organization |
OrganizationPersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the organization where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByC_N(long companyId,
String name,
boolean retrieveFromCache)
Returns the group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or returns null if it could not be found. |
User |
UserPersistence.fetchByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or returns null if it could not be found. |
static User |
UserUtil.fetchByC_O(long companyId,
String openId,
boolean retrieveFromCache)
Returns the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_O(long companyId,
String openId,
boolean retrieveFromCache)
Returns the user where companyId = ? and openId = ? or returns null if it could not be found, optionally using the finder cache. |
static UserGroup |
UserGroupUtil.fetchByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup |
UserGroupPersistence.fetchByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
static Organization |
OrganizationUtil.fetchByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
Organization |
OrganizationPersistence.fetchByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
static Group |
GroupUtil.fetchByC_P_First(long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?. |
Group |
GroupPersistence.fetchByC_P_First(long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_P_First(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_P_First(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
static UserGroup |
UserGroupUtil.fetchByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup |
UserGroupPersistence.fetchByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
static Organization |
OrganizationUtil.fetchByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
Organization |
OrganizationPersistence.fetchByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
static Group |
GroupUtil.fetchByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?. |
Group |
GroupPersistence.fetchByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_P_Last(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_P_Last(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_P_R_First(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_P_R_First(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_P_R_Last(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_P_R_Last(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
static Group |
GroupUtil.fetchByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
Group |
GroupPersistence.fetchByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
static Group |
GroupUtil.fetchByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
Group |
GroupPersistence.fetchByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
static Portlet |
PortletUtil.fetchByC_P(long companyId,
String portletId)
Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found. |
Portlet |
PortletPersistence.fetchByC_P(long companyId,
String portletId)
Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found. |
static Portlet |
PortletUtil.fetchByC_P(long companyId,
String portletId,
boolean retrieveFromCache)
Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
Portlet |
PortletPersistence.fetchByC_P(long companyId,
String portletId,
boolean retrieveFromCache)
Returns the portlet where companyId = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
static Region |
RegionUtil.fetchByC_R(long countryId,
String regionCode)
Returns the region where countryId = ? and regionCode = ? or returns null if it could not be found. |
Region |
RegionPersistence.fetchByC_R(long countryId,
String regionCode)
Returns the region where countryId = ? and regionCode = ? or returns null if it could not be found. |
static Region |
RegionUtil.fetchByC_R(long countryId,
String regionCode,
boolean retrieveFromCache)
Returns the region where countryId = ? and regionCode = ? or returns null if it could not be found, optionally using the finder cache. |
Region |
RegionPersistence.fetchByC_R(long countryId,
String regionCode,
boolean retrieveFromCache)
Returns the region where countryId = ? and regionCode = ? or returns null if it could not be found, optionally using the finder cache. |
static Group |
GroupUtil.fetchByC_S_First(long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?. |
Group |
GroupPersistence.fetchByC_S_First(long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?. |
static User |
UserUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
User |
UserPersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
static Group |
GroupUtil.fetchByC_S_Last(long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?. |
Group |
GroupPersistence.fetchByC_S_Last(long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?. |
static User |
UserUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
User |
UserPersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
static User |
UserUtil.fetchByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or returns null if it could not be found. |
User |
UserPersistence.fetchByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or returns null if it could not be found. |
static User |
UserUtil.fetchByC_SN(long companyId,
String screenName,
boolean retrieveFromCache)
Returns the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_SN(long companyId,
String screenName,
boolean retrieveFromCache)
Returns the user where companyId = ? and screenName = ? or returns null if it could not be found, optionally using the finder cache. |
static Subscription |
SubscriptionUtil.fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
Subscription |
SubscriptionPersistence.fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
static Subscription |
SubscriptionUtil.fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
Subscription |
SubscriptionPersistence.fetchByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or returns null if it could not be found. |
User |
UserPersistence.fetchByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or returns null if it could not be found. |
static User |
UserUtil.fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
Returns the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByC_U(long companyId,
long userId,
boolean retrieveFromCache)
Returns the user where companyId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByC_W_W_First(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByC_W_W_First(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByC_W_W_Last(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByC_W_W_Last(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ?. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ?. |
static Website |
WebsiteUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ?. |
Website |
WebsitePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ?. |
static User |
UserUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
static UserTracker |
UserTrackerUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?. |
UserTracker |
UserTrackerPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?. |
User |
UserPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
static UserGroup |
UserGroupUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
UserGroup |
UserGroupPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
static Role |
RoleUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
Role |
RolePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
static Portlet |
PortletUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first portlet in the ordered set where companyId = ?. |
Portlet |
PortletPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first portlet in the ordered set where companyId = ?. |
static PluginSetting |
PluginSettingUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?. |
PluginSetting |
PluginSettingPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?. |
static Phone |
PhoneUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ?. |
Phone |
PhonePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ?. |
static Organization |
OrganizationUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
Organization |
OrganizationPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
static Layout |
LayoutUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
Layout |
LayoutPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where companyId = ?. |
static Group |
GroupUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ?. |
Group |
GroupPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
EmailAddress |
EmailAddressPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
static Contact |
ContactUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
Contact |
ContactPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
static Address |
AddressUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
Address |
AddressPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ?. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ?. |
static Website |
WebsiteUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ?. |
Website |
WebsitePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ?. |
static User |
UserUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
static UserTracker |
UserTrackerUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?. |
UserTracker |
UserTrackerPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?. |
User |
UserPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
static UserGroup |
UserGroupUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
UserGroup |
UserGroupPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
static Role |
RoleUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
Role |
RolePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
static Portlet |
PortletUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last portlet in the ordered set where companyId = ?. |
Portlet |
PortletPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last portlet in the ordered set where companyId = ?. |
static PluginSetting |
PluginSettingUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?. |
PluginSetting |
PluginSettingPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?. |
static Phone |
PhoneUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ?. |
Phone |
PhonePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ?. |
static Organization |
OrganizationUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
Organization |
OrganizationPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
static Layout |
LayoutUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
Layout |
LayoutPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where companyId = ?. |
static Group |
GroupUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ?. |
Group |
GroupPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
EmailAddress |
EmailAddressPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
static Contact |
ContactUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
Contact |
ContactPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
static Address |
AddressUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
Address |
AddressPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
static User |
UserUtil.fetchByContactId(long contactId)
Returns the user where contactId = ? or returns null if it could not be found. |
User |
UserPersistence.fetchByContactId(long contactId)
Returns the user where contactId = ? or returns null if it could not be found. |
static User |
UserUtil.fetchByContactId(long contactId,
boolean retrieveFromCache)
Returns the user where contactId = ? or returns null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByContactId(long contactId,
boolean retrieveFromCache)
Returns the user where contactId = ? or returns null if it could not be found, optionally using the finder cache. |
static Region |
RegionUtil.fetchByCountryId_First(long countryId,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ?. |
Region |
RegionPersistence.fetchByCountryId_First(long countryId,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ?. |
static Region |
RegionUtil.fetchByCountryId_Last(long countryId,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ?. |
Region |
RegionPersistence.fetchByCountryId_Last(long countryId,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ?. |
static User |
UserUtil.fetchByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
User |
UserPersistence.fetchByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
static User |
UserUtil.fetchByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
User |
UserPersistence.fetchByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.fetchByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.fetchByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.fetchByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK)
Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK)
Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK,
boolean retrieveFromCache)
Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found, optionally using the finder cache. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK,
boolean retrieveFromCache)
Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or returns null if it could not be found, optionally using the finder cache. |
static PortletItem |
PortletItemUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
static PortletItem |
PortletItemUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
static PortletItem |
PortletItemUtil.fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found. |
PortletItem |
PortletItemPersistence.fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found. |
static PortletItem |
PortletItemUtil.fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId,
boolean retrieveFromCache)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache. |
PortletItem |
PortletItemPersistence.fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId,
boolean retrieveFromCache)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache. |
static Repository |
RepositoryUtil.fetchByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found. |
Repository |
RepositoryPersistence.fetchByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found. |
static Repository |
RepositoryUtil.fetchByG_N_P(long groupId,
String name,
String portletId,
boolean retrieveFromCache)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
Repository |
RepositoryPersistence.fetchByG_N_P(long groupId,
String name,
String portletId,
boolean retrieveFromCache)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
static Team |
TeamUtil.fetchByG_N(long groupId,
String name)
Returns the team where groupId = ? and name = ? or returns null if it could not be found. |
Team |
TeamPersistence.fetchByG_N(long groupId,
String name)
Returns the team where groupId = ? and name = ? or returns null if it could not be found. |
static Team |
TeamUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the team where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
Team |
TeamPersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the team where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static PortletItem |
PortletItemUtil.fetchByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.fetchByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
static PortletItem |
PortletItemUtil.fetchByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.fetchByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
static Layout |
LayoutUtil.fetchByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found. |
Layout |
LayoutPersistence.fetchByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found. |
static Layout |
LayoutUtil.fetchByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache. |
Layout |
LayoutPersistence.fetchByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache. |
static Layout |
LayoutUtil.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
Layout |
LayoutPersistence.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?. |
static Layout |
LayoutUtil.fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found. |
Layout |
LayoutPersistence.fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found. |
static Layout |
LayoutUtil.fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found, optionally using the finder cache. |
Layout |
LayoutPersistence.fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found, optionally using the finder cache. |
static Layout |
LayoutUtil.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
Layout |
LayoutPersistence.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_N(long groupId,
boolean privateLayout,
String name,
boolean retrieveFromCache)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_N(long groupId,
boolean privateLayout,
String name,
boolean retrieveFromCache)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static Layout |
LayoutUtil.fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
Layout |
LayoutPersistence.fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static Layout |
LayoutUtil.fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
Layout |
LayoutPersistence.fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static Layout |
LayoutUtil.fetchByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found. |
Layout |
LayoutPersistence.fetchByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found. |
static Layout |
LayoutUtil.fetchByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found, optionally using the finder cache. |
Layout |
LayoutPersistence.fetchByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found, optionally using the finder cache. |
static Layout |
LayoutUtil.fetchByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
Layout |
LayoutPersistence.fetchByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
static Layout |
LayoutUtil.fetchByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
Layout |
LayoutPersistence.fetchByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
static LayoutSet |
LayoutSetUtil.fetchByG_P(long groupId,
boolean privateLayout)
Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found. |
LayoutSet |
LayoutSetPersistence.fetchByG_P(long groupId,
boolean privateLayout)
Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found. |
static LayoutSet |
LayoutSetUtil.fetchByG_P(long groupId,
boolean privateLayout,
boolean retrieveFromCache)
Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutSet |
LayoutSetPersistence.fetchByG_P(long groupId,
boolean privateLayout,
boolean retrieveFromCache)
Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache. |
static UserGroupRole |
UserGroupRoleUtil.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?. |
static MembershipRequest |
MembershipRequestUtil.fetchByG_S_First(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
MembershipRequest |
MembershipRequestPersistence.fetchByG_S_First(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest |
MembershipRequestUtil.fetchByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
MembershipRequest |
MembershipRequestPersistence.fetchByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest |
MembershipRequestUtil.fetchByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
MembershipRequest |
MembershipRequestPersistence.fetchByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
static MembershipRequest |
MembershipRequestUtil.fetchByG_U_S_Last(long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
MembershipRequest |
MembershipRequestPersistence.fetchByG_U_S_Last(long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where groupId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where groupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
static Team |
TeamUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
Team |
TeamPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
static MembershipRequest |
MembershipRequestUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
MembershipRequest |
MembershipRequestPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
static Layout |
LayoutUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ?. |
static LayoutSet |
LayoutSetUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set in the ordered set where groupId = ?. |
LayoutSet |
LayoutSetPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
Layout |
LayoutPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where groupId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where groupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?. |
static Team |
TeamUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
Team |
TeamPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
static MembershipRequest |
MembershipRequestUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
MembershipRequest |
MembershipRequestPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
static Layout |
LayoutUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ?. |
static LayoutSet |
LayoutSetUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set in the ordered set where groupId = ?. |
LayoutSet |
LayoutSetPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
Layout |
LayoutPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByH_P_First(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_First(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByH_P_Last(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_Last(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
static VirtualHost |
VirtualHostUtil.fetchByHostname(String hostname)
Returns the virtual host where hostname = ? or returns null if it could not be found. |
VirtualHost |
VirtualHostPersistence.fetchByHostname(String hostname)
Returns the virtual host where hostname = ? or returns null if it could not be found. |
static VirtualHost |
VirtualHostUtil.fetchByHostname(String hostname,
boolean retrieveFromCache)
Returns the virtual host where hostname = ? or returns null if it could not be found, optionally using the finder cache. |
VirtualHost |
VirtualHostPersistence.fetchByHostname(String hostname,
boolean retrieveFromCache)
Returns the virtual host where hostname = ? or returns null if it could not be found, optionally using the finder cache. |
static Layout |
LayoutUtil.fetchByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or returns null if it could not be found. |
Layout |
LayoutPersistence.fetchByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or returns null if it could not be found. |
static Layout |
LayoutUtil.fetchByIconImageId(long iconImageId,
boolean retrieveFromCache)
Returns the layout where iconImageId = ? or returns null if it could not be found, optionally using the finder cache. |
Layout |
LayoutPersistence.fetchByIconImageId(long iconImageId,
boolean retrieveFromCache)
Returns the layout where iconImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static Ticket |
TicketUtil.fetchByKey(String key)
Returns the ticket where key = ? or returns null if it could not be found. |
Ticket |
TicketPersistence.fetchByKey(String key)
Returns the ticket where key = ? or returns null if it could not be found. |
static Ticket |
TicketUtil.fetchByKey(String key,
boolean retrieveFromCache)
Returns the ticket where key = ? or returns null if it could not be found, optionally using the finder cache. |
Ticket |
TicketPersistence.fetchByKey(String key,
boolean retrieveFromCache)
Returns the ticket where key = ? or returns null if it could not be found, optionally using the finder cache. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid,
boolean retrieveFromCache)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid,
boolean retrieveFromCache)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found, optionally using the finder cache. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and master = ? or returns null if it could not be found. |
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and master = ? or returns null if it could not be found. |
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
boolean retrieveFromCache)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and master = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
boolean retrieveFromCache)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and master = ? or returns null if it could not be found, optionally using the finder cache. |
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found. |
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found. |
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_N(long layoutSetBranchId,
long plid,
String name,
boolean retrieveFromCache)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_N(long layoutSetBranchId,
long plid,
String name,
boolean retrieveFromCache)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static Layout |
LayoutUtil.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?. |
Layout |
LayoutPersistence.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?. |
static Layout |
LayoutUtil.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?. |
Layout |
LayoutPersistence.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch |
LayoutBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
LayoutBranch |
LayoutBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch |
LayoutBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
LayoutBranch |
LayoutBranchPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
static LayoutSet |
LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?. |
LayoutSet |
LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?. |
static LayoutSet |
LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?. |
LayoutSet |
LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?. |
static Group |
GroupUtil.fetchByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or returns null if it could not be found. |
Group |
GroupPersistence.fetchByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or returns null if it could not be found. |
static Group |
GroupUtil.fetchByLiveGroupId(long liveGroupId,
boolean retrieveFromCache)
Returns the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache. |
Group |
GroupPersistence.fetchByLiveGroupId(long liveGroupId,
boolean retrieveFromCache)
Returns the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache. |
static Organization |
OrganizationUtil.fetchByLocations_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
Organization |
OrganizationPersistence.fetchByLocations_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
static Organization |
OrganizationUtil.fetchByLocations_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
Organization |
OrganizationPersistence.fetchByLocations_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
static Company |
CompanyUtil.fetchByLogoId(long logoId)
Returns the company where logoId = ? or returns null if it could not be found. |
Company |
CompanyPersistence.fetchByLogoId(long logoId)
Returns the company where logoId = ? or returns null if it could not be found. |
static Company |
CompanyUtil.fetchByLogoId(long logoId,
boolean retrieveFromCache)
Returns the company where logoId = ? or returns null if it could not be found, optionally using the finder cache. |
Company |
CompanyPersistence.fetchByLogoId(long logoId,
boolean retrieveFromCache)
Returns the company where logoId = ? or returns null if it could not be found, optionally using the finder cache. |
static Lock |
LockUtil.fetchByLtExpirationDate_First(Date expirationDate,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where expirationDate < ?. |
Lock |
LockPersistence.fetchByLtExpirationDate_First(Date expirationDate,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where expirationDate < ?. |
static Lock |
LockUtil.fetchByLtExpirationDate_Last(Date expirationDate,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where expirationDate < ?. |
Lock |
LockPersistence.fetchByLtExpirationDate_Last(Date expirationDate,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where expirationDate < ?. |
static Image |
ImageUtil.fetchByLtSize_First(int size,
OrderByComparator orderByComparator)
Returns the first image in the ordered set where size < ?. |
Image |
ImagePersistence.fetchByLtSize_First(int size,
OrderByComparator orderByComparator)
Returns the first image in the ordered set where size < ?. |
static Image |
ImageUtil.fetchByLtSize_Last(int size,
OrderByComparator orderByComparator)
Returns the last image in the ordered set where size < ?. |
Image |
ImagePersistence.fetchByLtSize_Last(int size,
OrderByComparator orderByComparator)
Returns the last image in the ordered set where size < ?. |
static Company |
CompanyUtil.fetchByMx(String mx)
Returns the company where mx = ? or returns null if it could not be found. |
Company |
CompanyPersistence.fetchByMx(String mx)
Returns the company where mx = ? or returns null if it could not be found. |
static Company |
CompanyUtil.fetchByMx(String mx,
boolean retrieveFromCache)
Returns the company where mx = ? or returns null if it could not be found, optionally using the finder cache. |
Company |
CompanyPersistence.fetchByMx(String mx,
boolean retrieveFromCache)
Returns the company where mx = ? or returns null if it could not be found, optionally using the finder cache. |
static ResourceAction |
ResourceActionUtil.fetchByN_A(String name,
String actionId)
Returns the resource action where name = ? and actionId = ? or returns null if it could not be found. |
ResourceAction |
ResourceActionPersistence.fetchByN_A(String name,
String actionId)
Returns the resource action where name = ? and actionId = ? or returns null if it could not be found. |
static ResourceAction |
ResourceActionUtil.fetchByN_A(String name,
String actionId,
boolean retrieveFromCache)
Returns the resource action where name = ? and actionId = ? or returns null if it could not be found, optionally using the finder cache. |
ResourceAction |
ResourceActionPersistence.fetchByN_A(String name,
String actionId,
boolean retrieveFromCache)
Returns the resource action where name = ? and actionId = ? or returns null if it could not be found, optionally using the finder cache. |
static Role |
RoleUtil.fetchByName_First(String name,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where name = ?. |
Role |
RolePersistence.fetchByName_First(String name,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where name = ?. |
static ResourceAction |
ResourceActionUtil.fetchByName_First(String name,
OrderByComparator orderByComparator)
Returns the first resource action in the ordered set where name = ?. |
ResourceAction |
ResourceActionPersistence.fetchByName_First(String name,
OrderByComparator orderByComparator)
Returns the first resource action in the ordered set where name = ?. |
static Role |
RoleUtil.fetchByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where name = ?. |
Role |
RolePersistence.fetchByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where name = ?. |
static ResourceAction |
ResourceActionUtil.fetchByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last resource action in the ordered set where name = ?. |
ResourceAction |
ResourceActionPersistence.fetchByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last resource action in the ordered set where name = ?. |
static Shard |
ShardUtil.fetchByName(String name)
Returns the shard where name = ? or returns null if it could not be found. |
Shard |
ShardPersistence.fetchByName(String name)
Returns the shard where name = ? or returns null if it could not be found. |
static Country |
CountryUtil.fetchByName(String name)
Returns the country where name = ? or returns null if it could not be found. |
Country |
CountryPersistence.fetchByName(String name)
Returns the country where name = ? or returns null if it could not be found. |
static Shard |
ShardUtil.fetchByName(String name,
boolean retrieveFromCache)
Returns the shard where name = ? or returns null if it could not be found, optionally using the finder cache. |
Shard |
ShardPersistence.fetchByName(String name,
boolean retrieveFromCache)
Returns the shard where name = ? or returns null if it could not be found, optionally using the finder cache. |
static Country |
CountryUtil.fetchByName(String name,
boolean retrieveFromCache)
Returns the country where name = ? or returns null if it could not be found, optionally using the finder cache. |
Country |
CountryPersistence.fetchByName(String name,
boolean retrieveFromCache)
Returns the country where name = ? or returns null if it could not be found, optionally using the finder cache. |
static PortletPreferences |
PortletPreferencesUtil.fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found. |
PortletPreferences |
PortletPreferencesPersistence.fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found. |
static PortletPreferences |
PortletPreferencesUtil.fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId,
boolean retrieveFromCache)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
PortletPreferences |
PortletPreferencesPersistence.fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId,
boolean retrieveFromCache)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
static PortalPreferences |
PortalPreferencesUtil.fetchByO_O(long ownerId,
int ownerType)
Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found. |
PortalPreferences |
PortalPreferencesPersistence.fetchByO_O(long ownerId,
int ownerType)
Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found. |
static PortalPreferences |
PortalPreferencesUtil.fetchByO_O(long ownerId,
int ownerType,
boolean retrieveFromCache)
Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found, optionally using the finder cache. |
PortalPreferences |
PortalPreferencesPersistence.fetchByO_O(long ownerId,
int ownerType,
boolean retrieveFromCache)
Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found, optionally using the finder cache. |
static PortletPreferences |
PortletPreferencesUtil.fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static OrgLabor |
OrgLaborUtil.fetchByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
OrgLabor |
OrgLaborPersistence.fetchByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
static OrgLabor |
OrgLaborUtil.fetchByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
OrgLabor |
OrgLaborPersistence.fetchByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
Returns the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
Returns the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByP_C_C(long passwordPolicyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByP_C_C(long passwordPolicyId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static LayoutRevision |
LayoutRevisionUtil.fetchByP_NotS_First(long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_First(long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByP_NotS_Last(long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_Last(long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByP_P_First(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByP_P_First(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByP_P_Last(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByP_P_Last(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByPasswordPolicyId_First(long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the first password policy rel in the ordered set where passwordPolicyId = ?. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First(long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the first password policy rel in the ordered set where passwordPolicyId = ?. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last(long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the last password policy rel in the ordered set where passwordPolicyId = ?. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the last password policy rel in the ordered set where passwordPolicyId = ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
static PortletPreferences |
PortletPreferencesUtil.fetchByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.fetchByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
static User |
UserUtil.fetchByPortraitId(long portraitId)
Returns the user where portraitId = ? or returns null if it could not be found. |
User |
UserPersistence.fetchByPortraitId(long portraitId)
Returns the user where portraitId = ? or returns null if it could not be found. |
static User |
UserUtil.fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
Returns the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache. |
User |
UserPersistence.fetchByPortraitId(long portraitId,
boolean retrieveFromCache)
Returns the user where portraitId = ? or returns null if it could not be found, optionally using the finder cache. |
static ListType |
ListTypeUtil.fetchByPrimaryKey(int listTypeId)
Returns the list type with the primary key or returns null if it could not be found. |
ListType |
ListTypePersistence.fetchByPrimaryKey(int listTypeId)
Returns the list type with the primary key or returns null if it could not be found. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.fetchByPrimaryKey(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key or returns null if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.fetchByPrimaryKey(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key or returns null if it could not be found. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByPrimaryKey(long workflowDefinitionLinkId)
Returns the workflow definition link with the primary key or returns null if it could not be found. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByPrimaryKey(long workflowDefinitionLinkId)
Returns the workflow definition link with the primary key or returns null if it could not be found. |
static Website |
WebsiteUtil.fetchByPrimaryKey(long websiteId)
Returns the website with the primary key or returns null if it could not be found. |
Website |
WebsitePersistence.fetchByPrimaryKey(long websiteId)
Returns the website with the primary key or returns null if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.fetchByPrimaryKey(long webDavPropsId)
Returns the web d a v props with the primary key or returns null if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.fetchByPrimaryKey(long webDavPropsId)
Returns the web d a v props with the primary key or returns null if it could not be found. |
static VirtualHost |
VirtualHostUtil.fetchByPrimaryKey(long virtualHostId)
Returns the virtual host with the primary key or returns null if it could not be found. |
VirtualHost |
VirtualHostPersistence.fetchByPrimaryKey(long virtualHostId)
Returns the virtual host with the primary key or returns null if it could not be found. |
static User |
UserUtil.fetchByPrimaryKey(long userId)
Returns the user with the primary key or returns null if it could not be found. |
static UserTracker |
UserTrackerUtil.fetchByPrimaryKey(long userTrackerId)
Returns the user tracker with the primary key or returns null if it could not be found. |
UserTracker |
UserTrackerPersistence.fetchByPrimaryKey(long userTrackerId)
Returns the user tracker with the primary key or returns null if it could not be found. |
static UserTrackerPath |
UserTrackerPathUtil.fetchByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or returns null if it could not be found. |
UserTrackerPath |
UserTrackerPathPersistence.fetchByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or returns null if it could not be found. |
User |
UserPersistence.fetchByPrimaryKey(long userId)
Returns the user with the primary key or returns null if it could not be found. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or returns null if it could not be found. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or returns null if it could not be found. |
static UserIdMapper |
UserIdMapperUtil.fetchByPrimaryKey(long userIdMapperId)
Returns the user ID mapper with the primary key or returns null if it could not be found. |
UserIdMapper |
UserIdMapperPersistence.fetchByPrimaryKey(long userIdMapperId)
Returns the user ID mapper with the primary key or returns null if it could not be found. |
static UserGroup |
UserGroupUtil.fetchByPrimaryKey(long userGroupId)
Returns the user group with the primary key or returns null if it could not be found. |
UserGroup |
UserGroupPersistence.fetchByPrimaryKey(long userGroupId)
Returns the user group with the primary key or returns null if it could not be found. |
static Ticket |
TicketUtil.fetchByPrimaryKey(long ticketId)
Returns the ticket with the primary key or returns null if it could not be found. |
Ticket |
TicketPersistence.fetchByPrimaryKey(long ticketId)
Returns the ticket with the primary key or returns null if it could not be found. |
static Team |
TeamUtil.fetchByPrimaryKey(long teamId)
Returns the team with the primary key or returns null if it could not be found. |
Team |
TeamPersistence.fetchByPrimaryKey(long teamId)
Returns the team with the primary key or returns null if it could not be found. |
static Subscription |
SubscriptionUtil.fetchByPrimaryKey(long subscriptionId)
Returns the subscription with the primary key or returns null if it could not be found. |
Subscription |
SubscriptionPersistence.fetchByPrimaryKey(long subscriptionId)
Returns the subscription with the primary key or returns null if it could not be found. |
static Shard |
ShardUtil.fetchByPrimaryKey(long shardId)
Returns the shard with the primary key or returns null if it could not be found. |
Shard |
ShardPersistence.fetchByPrimaryKey(long shardId)
Returns the shard with the primary key or returns null if it could not be found. |
static ServiceComponent |
ServiceComponentUtil.fetchByPrimaryKey(long serviceComponentId)
Returns the service component with the primary key or returns null if it could not be found. |
ServiceComponent |
ServiceComponentPersistence.fetchByPrimaryKey(long serviceComponentId)
Returns the service component with the primary key or returns null if it could not be found. |
static Role |
RoleUtil.fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns null if it could not be found. |
Role |
RolePersistence.fetchByPrimaryKey(long roleId)
Returns the role with the primary key or returns null if it could not be found. |
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByPrimaryKey(long resourceTypePermissionId)
Returns the resource type permission with the primary key or returns null if it could not be found. |
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByPrimaryKey(long resourceTypePermissionId)
Returns the resource type permission with the primary key or returns null if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.fetchByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or returns null if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.fetchByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or returns null if it could not be found. |
static ResourceBlock |
ResourceBlockUtil.fetchByPrimaryKey(long resourceBlockId)
Returns the resource block with the primary key or returns null if it could not be found. |
ResourceBlock |
ResourceBlockPersistence.fetchByPrimaryKey(long resourceBlockId)
Returns the resource block with the primary key or returns null if it could not be found. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByPrimaryKey(long resourceBlockPermissionId)
Returns the resource block permission with the primary key or returns null if it could not be found. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByPrimaryKey(long resourceBlockPermissionId)
Returns the resource block permission with the primary key or returns null if it could not be found. |
static ResourceAction |
ResourceActionUtil.fetchByPrimaryKey(long resourceActionId)
Returns the resource action with the primary key or returns null if it could not be found. |
ResourceAction |
ResourceActionPersistence.fetchByPrimaryKey(long resourceActionId)
Returns the resource action with the primary key or returns null if it could not be found. |
static Repository |
RepositoryUtil.fetchByPrimaryKey(long repositoryId)
Returns the repository with the primary key or returns null if it could not be found. |
Repository |
RepositoryPersistence.fetchByPrimaryKey(long repositoryId)
Returns the repository with the primary key or returns null if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or returns null if it could not be found. |
static Release |
ReleaseUtil.fetchByPrimaryKey(long releaseId)
Returns the release with the primary key or returns null if it could not be found. |
Release |
ReleasePersistence.fetchByPrimaryKey(long releaseId)
Returns the release with the primary key or returns null if it could not be found. |
static Region |
RegionUtil.fetchByPrimaryKey(long regionId)
Returns the region with the primary key or returns null if it could not be found. |
Region |
RegionPersistence.fetchByPrimaryKey(long regionId)
Returns the region with the primary key or returns null if it could not be found. |
static Portlet |
PortletUtil.fetchByPrimaryKey(long id)
Returns the portlet with the primary key or returns null if it could not be found. |
static PortletPreferences |
PortletPreferencesUtil.fetchByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or returns null if it could not be found. |
PortletPreferences |
PortletPreferencesPersistence.fetchByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or returns null if it could not be found. |
Portlet |
PortletPersistence.fetchByPrimaryKey(long id)
Returns the portlet with the primary key or returns null if it could not be found. |
static PortletItem |
PortletItemUtil.fetchByPrimaryKey(long portletItemId)
Returns the portlet item with the primary key or returns null if it could not be found. |
PortletItem |
PortletItemPersistence.fetchByPrimaryKey(long portletItemId)
Returns the portlet item with the primary key or returns null if it could not be found. |
static PortalPreferences |
PortalPreferencesUtil.fetchByPrimaryKey(long portalPreferencesId)
Returns the portal preferences with the primary key or returns null if it could not be found. |
PortalPreferences |
PortalPreferencesPersistence.fetchByPrimaryKey(long portalPreferencesId)
Returns the portal preferences with the primary key or returns null if it could not be found. |
static PluginSetting |
PluginSettingUtil.fetchByPrimaryKey(long pluginSettingId)
Returns the plugin setting with the primary key or returns null if it could not be found. |
PluginSetting |
PluginSettingPersistence.fetchByPrimaryKey(long pluginSettingId)
Returns the plugin setting with the primary key or returns null if it could not be found. |
static Phone |
PhoneUtil.fetchByPrimaryKey(long phoneId)
Returns the phone with the primary key or returns null if it could not be found. |
Phone |
PhonePersistence.fetchByPrimaryKey(long phoneId)
Returns the phone with the primary key or returns null if it could not be found. |
static PasswordTracker |
PasswordTrackerUtil.fetchByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or returns null if it could not be found. |
PasswordTracker |
PasswordTrackerPersistence.fetchByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or returns null if it could not be found. |
static PasswordPolicy |
PasswordPolicyUtil.fetchByPrimaryKey(long passwordPolicyId)
Returns the password policy with the primary key or returns null if it could not be found. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByPrimaryKey(long passwordPolicyRelId)
Returns the password policy rel with the primary key or returns null if it could not be found. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByPrimaryKey(long passwordPolicyRelId)
Returns the password policy rel with the primary key or returns null if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.fetchByPrimaryKey(long passwordPolicyId)
Returns the password policy with the primary key or returns null if it could not be found. |
static OrgLabor |
OrgLaborUtil.fetchByPrimaryKey(long orgLaborId)
Returns the org labor with the primary key or returns null if it could not be found. |
OrgLabor |
OrgLaborPersistence.fetchByPrimaryKey(long orgLaborId)
Returns the org labor with the primary key or returns null if it could not be found. |
static Organization |
OrganizationUtil.fetchByPrimaryKey(long organizationId)
Returns the organization with the primary key or returns null if it could not be found. |
Organization |
OrganizationPersistence.fetchByPrimaryKey(long organizationId)
Returns the organization with the primary key or returns null if it could not be found. |
static MembershipRequest |
MembershipRequestUtil.fetchByPrimaryKey(long membershipRequestId)
Returns the membership request with the primary key or returns null if it could not be found. |
MembershipRequest |
MembershipRequestPersistence.fetchByPrimaryKey(long membershipRequestId)
Returns the membership request with the primary key or returns null if it could not be found. |
static Lock |
LockUtil.fetchByPrimaryKey(long lockId)
Returns the lock with the primary key or returns null if it could not be found. |
Lock |
LockPersistence.fetchByPrimaryKey(long lockId)
Returns the lock with the primary key or returns null if it could not be found. |
static Layout |
LayoutUtil.fetchByPrimaryKey(long plid)
Returns the layout with the primary key or returns null if it could not be found. |
static LayoutSet |
LayoutSetUtil.fetchByPrimaryKey(long layoutSetId)
Returns the layout set with the primary key or returns null if it could not be found. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or returns null if it could not be found. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or returns null if it could not be found. |
LayoutSet |
LayoutSetPersistence.fetchByPrimaryKey(long layoutSetId)
Returns the layout set with the primary key or returns null if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns null if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns null if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.fetchByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or returns null if it could not be found. |
LayoutRevision |
LayoutRevisionPersistence.fetchByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or returns null if it could not be found. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or returns null if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or returns null if it could not be found. |
Layout |
LayoutPersistence.fetchByPrimaryKey(long plid)
Returns the layout with the primary key or returns null if it could not be found. |
static LayoutBranch |
LayoutBranchUtil.fetchByPrimaryKey(long LayoutBranchId)
Returns the layout branch with the primary key or returns null if it could not be found. |
LayoutBranch |
LayoutBranchPersistence.fetchByPrimaryKey(long LayoutBranchId)
Returns the layout branch with the primary key or returns null if it could not be found. |
static Image |
ImageUtil.fetchByPrimaryKey(long imageId)
Returns the image with the primary key or returns null if it could not be found. |
Image |
ImagePersistence.fetchByPrimaryKey(long imageId)
Returns the image with the primary key or returns null if it could not be found. |
static Group |
GroupUtil.fetchByPrimaryKey(long groupId)
Returns the group with the primary key or returns null if it could not be found. |
Group |
GroupPersistence.fetchByPrimaryKey(long groupId)
Returns the group with the primary key or returns null if it could not be found. |
static EmailAddress |
EmailAddressUtil.fetchByPrimaryKey(long emailAddressId)
Returns the email address with the primary key or returns null if it could not be found. |
EmailAddress |
EmailAddressPersistence.fetchByPrimaryKey(long emailAddressId)
Returns the email address with the primary key or returns null if it could not be found. |
static Country |
CountryUtil.fetchByPrimaryKey(long countryId)
Returns the country with the primary key or returns null if it could not be found. |
Country |
CountryPersistence.fetchByPrimaryKey(long countryId)
Returns the country with the primary key or returns null if it could not be found. |
static Contact |
ContactUtil.fetchByPrimaryKey(long contactId)
Returns the contact with the primary key or returns null if it could not be found. |
Contact |
ContactPersistence.fetchByPrimaryKey(long contactId)
Returns the contact with the primary key or returns null if it could not be found. |
static Company |
CompanyUtil.fetchByPrimaryKey(long companyId)
Returns the company with the primary key or returns null if it could not be found. |
Company |
CompanyPersistence.fetchByPrimaryKey(long companyId)
Returns the company with the primary key or returns null if it could not be found. |
static ClusterGroup |
ClusterGroupUtil.fetchByPrimaryKey(long clusterGroupId)
Returns the cluster group with the primary key or returns null if it could not be found. |
ClusterGroup |
ClusterGroupPersistence.fetchByPrimaryKey(long clusterGroupId)
Returns the cluster group with the primary key or returns null if it could not be found. |
static ClassName |
ClassNameUtil.fetchByPrimaryKey(long classNameId)
Returns the class name with the primary key or returns null if it could not be found. |
ClassName |
ClassNamePersistence.fetchByPrimaryKey(long classNameId)
Returns the class name with the primary key or returns null if it could not be found. |
static BrowserTracker |
BrowserTrackerUtil.fetchByPrimaryKey(long browserTrackerId)
Returns the browser tracker with the primary key or returns null if it could not be found. |
BrowserTracker |
BrowserTrackerPersistence.fetchByPrimaryKey(long browserTrackerId)
Returns the browser tracker with the primary key or returns null if it could not be found. |
static Address |
AddressUtil.fetchByPrimaryKey(long addressId)
Returns the address with the primary key or returns null if it could not be found. |
Address |
AddressPersistence.fetchByPrimaryKey(long addressId)
Returns the address with the primary key or returns null if it could not be found. |
static Account |
AccountUtil.fetchByPrimaryKey(long accountId)
Returns the account with the primary key or returns null if it could not be found. |
Account |
AccountPersistence.fetchByPrimaryKey(long accountId)
Returns the account with the primary key or returns null if it could not be found. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Returns the org group role with the primary key or returns null if it could not be found. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Returns the org group role with the primary key or returns null if it could not be found. |
T |
BasePersistence.fetchByPrimaryKey(Serializable primaryKey)
Returns the model instance with the primary key or returns null if it could not be found. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key or returns null if it could not be found. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key or returns null if it could not be found. |
static UserGroupRole |
UserGroupRoleUtil.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or returns null if it could not be found. |
UserGroupRole |
UserGroupRolePersistence.fetchByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or returns null if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByR_M(long repositoryId,
String mappedId,
boolean retrieveFromCache)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found, optionally using the finder cache. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByR_M(long repositoryId,
String mappedId,
boolean retrieveFromCache)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found, optionally using the finder cache. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByR_R(long resourceBlockId,
long roleId)
Returns the resource block permission where resourceBlockId = ? and roleId = ? or returns null if it could not be found. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByR_R(long resourceBlockId,
long roleId)
Returns the resource block permission where resourceBlockId = ? and roleId = ? or returns null if it could not be found. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByR_R(long resourceBlockId,
long roleId,
boolean retrieveFromCache)
Returns the resource block permission where resourceBlockId = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByR_R(long resourceBlockId,
long roleId,
boolean retrieveFromCache)
Returns the resource block permission where resourceBlockId = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where roleId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where roleId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?. |
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where roleId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where roleId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?. |
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByScope_First(int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByScope_First(int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.fetchByScope_Last(int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.fetchByScope_Last(int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
static Release |
ReleaseUtil.fetchByServletContextName(String servletContextName)
Returns the release where servletContextName = ? or returns null if it could not be found. |
Release |
ReleasePersistence.fetchByServletContextName(String servletContextName)
Returns the release where servletContextName = ? or returns null if it could not be found. |
static Release |
ReleaseUtil.fetchByServletContextName(String servletContextName,
boolean retrieveFromCache)
Returns the release where servletContextName = ? or returns null if it could not be found, optionally using the finder cache. |
Release |
ReleasePersistence.fetchByServletContextName(String servletContextName,
boolean retrieveFromCache)
Returns the release where servletContextName = ? or returns null if it could not be found, optionally using the finder cache. |
static UserTracker |
UserTrackerUtil.fetchBySessionId_First(String sessionId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?. |
UserTracker |
UserTrackerPersistence.fetchBySessionId_First(String sessionId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?. |
static UserTracker |
UserTrackerUtil.fetchBySessionId_Last(String sessionId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?. |
UserTracker |
UserTrackerPersistence.fetchBySessionId_Last(String sessionId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?. |
static Layout |
LayoutUtil.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
Layout |
LayoutPersistence.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
static Layout |
LayoutUtil.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
Layout |
LayoutPersistence.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
static Role |
RoleUtil.fetchBySubtype_First(String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
Role |
RolePersistence.fetchBySubtype_First(String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
static Role |
RoleUtil.fetchBySubtype_Last(String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
Role |
RolePersistence.fetchBySubtype_Last(String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
static Company |
CompanyUtil.fetchBySystem_First(boolean system,
OrderByComparator orderByComparator)
Returns the first company in the ordered set where system = ?. |
Company |
CompanyPersistence.fetchBySystem_First(boolean system,
OrderByComparator orderByComparator)
Returns the first company in the ordered set where system = ?. |
static Company |
CompanyUtil.fetchBySystem_Last(boolean system,
OrderByComparator orderByComparator)
Returns the last company in the ordered set where system = ?. |
Company |
CompanyPersistence.fetchBySystem_Last(boolean system,
OrderByComparator orderByComparator)
Returns the last company in the ordered set where system = ?. |
static Group |
GroupUtil.fetchByT_A_First(int type,
boolean active,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?. |
Group |
GroupPersistence.fetchByT_A_First(int type,
boolean active,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?. |
static Group |
GroupUtil.fetchByT_A_Last(int type,
boolean active,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?. |
Group |
GroupPersistence.fetchByT_A_Last(int type,
boolean active,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?. |
static UserIdMapper |
UserIdMapperUtil.fetchByT_E(String type,
String externalUserId)
Returns the user ID mapper where type = ? and externalUserId = ? or returns null if it could not be found. |
UserIdMapper |
UserIdMapperPersistence.fetchByT_E(String type,
String externalUserId)
Returns the user ID mapper where type = ? and externalUserId = ? or returns null if it could not be found. |
static UserIdMapper |
UserIdMapperUtil.fetchByT_E(String type,
String externalUserId,
boolean retrieveFromCache)
Returns the user ID mapper where type = ? and externalUserId = ? or returns null if it could not be found, optionally using the finder cache. |
UserIdMapper |
UserIdMapperPersistence.fetchByT_E(String type,
String externalUserId,
boolean retrieveFromCache)
Returns the user ID mapper where type = ? and externalUserId = ? or returns null if it could not be found, optionally using the finder cache. |
static Role |
RoleUtil.fetchByT_S_First(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistence.fetchByT_S_First(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
static Role |
RoleUtil.fetchByT_S_Last(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistence.fetchByT_S_Last(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
static ListType |
ListTypeUtil.fetchByType_First(String type,
OrderByComparator orderByComparator)
Returns the first list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.fetchByType_First(String type,
OrderByComparator orderByComparator)
Returns the first list type in the ordered set where type = ?. |
static ListType |
ListTypeUtil.fetchByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.fetchByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last list type in the ordered set where type = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_A_First(long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_First(long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_A_Last(long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_Last(long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?. |
static Subscription |
SubscriptionUtil.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?. |
Subscription |
SubscriptionPersistence.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?. |
static Subscription |
SubscriptionUtil.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?. |
Subscription |
SubscriptionPersistence.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByU_G_First(long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByU_G_First(long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByU_G_First(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByU_G_First(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByU_G_Last(long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByU_G_Last(long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByU_G_Last(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByU_G_Last(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
static UserIdMapper |
UserIdMapperUtil.fetchByU_T(long userId,
String type)
Returns the user ID mapper where userId = ? and type = ? or returns null if it could not be found. |
UserIdMapper |
UserIdMapperPersistence.fetchByU_T(long userId,
String type)
Returns the user ID mapper where userId = ? and type = ? or returns null if it could not be found. |
static UserIdMapper |
UserIdMapperUtil.fetchByU_T(long userId,
String type,
boolean retrieveFromCache)
Returns the user ID mapper where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
UserIdMapper |
UserIdMapperPersistence.fetchByU_T(long userId,
String type,
boolean retrieveFromCache)
Returns the user ID mapper where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?. |
static Website |
WebsiteUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where userId = ?. |
Website |
WebsitePersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where userId = ?. |
static UserTracker |
UserTrackerUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where userId = ?. |
UserTracker |
UserTrackerPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where userId = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where userId = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where userId = ?. |
static UserIdMapper |
UserIdMapperUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user ID mapper in the ordered set where userId = ?. |
UserIdMapper |
UserIdMapperPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user ID mapper in the ordered set where userId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where userId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where userId = ?. |
static Subscription |
SubscriptionUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where userId = ?. |
Subscription |
SubscriptionPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where userId = ?. |
static Phone |
PhoneUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where userId = ?. |
Phone |
PhonePersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
static MembershipRequest |
MembershipRequestUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
MembershipRequest |
MembershipRequestPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
EmailAddress |
EmailAddressPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
static Address |
AddressUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where userId = ?. |
Address |
AddressPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where userId = ?. |
static Website |
WebsiteUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where userId = ?. |
Website |
WebsitePersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where userId = ?. |
static UserTracker |
UserTrackerUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where userId = ?. |
UserTracker |
UserTrackerPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where userId = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where userId = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where userId = ?. |
static UserIdMapper |
UserIdMapperUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user ID mapper in the ordered set where userId = ?. |
UserIdMapper |
UserIdMapperPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user ID mapper in the ordered set where userId = ?. |
static UserGroupRole |
UserGroupRoleUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where userId = ?. |
UserGroupRole |
UserGroupRolePersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where userId = ?. |
static Subscription |
SubscriptionUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where userId = ?. |
Subscription |
SubscriptionPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where userId = ?. |
static Phone |
PhoneUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where userId = ?. |
Phone |
PhonePersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
static MembershipRequest |
MembershipRequestUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
MembershipRequest |
MembershipRequestPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
EmailAddress |
EmailAddressPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
static Address |
AddressUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where userId = ?. |
Address |
AddressPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where userId = ?. |
static BrowserTracker |
BrowserTrackerUtil.fetchByUserId(long userId)
Returns the browser tracker where userId = ? or returns null if it could not be found. |
BrowserTracker |
BrowserTrackerPersistence.fetchByUserId(long userId)
Returns the browser tracker where userId = ? or returns null if it could not be found. |
static BrowserTracker |
BrowserTrackerUtil.fetchByUserId(long userId,
boolean retrieveFromCache)
Returns the browser tracker where userId = ? or returns null if it could not be found, optionally using the finder cache. |
BrowserTracker |
BrowserTrackerPersistence.fetchByUserId(long userId,
boolean retrieveFromCache)
Returns the browser tracker where userId = ? or returns null if it could not be found, optionally using the finder cache. |
static UserTrackerPath |
UserTrackerPathUtil.fetchByUserTrackerId_First(long userTrackerId,
OrderByComparator orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.fetchByUserTrackerId_First(long userTrackerId,
OrderByComparator orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.fetchByUserTrackerId_Last(long userTrackerId,
OrderByComparator orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.fetchByUserTrackerId_Last(long userTrackerId,
OrderByComparator orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
static User |
UserUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
User |
UserPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
static Lock |
LockUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where uuid = ? and companyId = ?. |
Lock |
LockPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where uuid = ? and companyId = ?. |
static Layout |
LayoutUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
Layout |
LayoutPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?. |
static User |
UserUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
User |
UserPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
static Lock |
LockUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where uuid = ? and companyId = ?. |
Lock |
LockPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where uuid = ? and companyId = ?. |
static Layout |
LayoutUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
Layout |
LayoutPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?. |
static User |
UserUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
User |
UserPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
static Lock |
LockUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where uuid = ?. |
Lock |
LockPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where uuid = ?. |
static Layout |
LayoutUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
Layout |
LayoutPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found. |
Repository |
RepositoryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static Layout |
LayoutUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the layout where uuid = ? and groupId = ? or returns null if it could not be found. |
Layout |
LayoutPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the layout where uuid = ? and groupId = ? or returns null if it could not be found. |
static Repository |
RepositoryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
Repository |
RepositoryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static Layout |
LayoutUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
Layout |
LayoutPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static User |
UserUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
User |
UserPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
static Lock |
LockUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where uuid = ?. |
Lock |
LockPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where uuid = ?. |
static Layout |
LayoutUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
Layout |
LayoutPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ?. |
static ClassName |
ClassNameUtil.fetchByValue(String value)
Returns the class name where value = ? or returns null if it could not be found. |
ClassName |
ClassNamePersistence.fetchByValue(String value)
Returns the class name where value = ? or returns null if it could not be found. |
static ClassName |
ClassNameUtil.fetchByValue(String value,
boolean retrieveFromCache)
Returns the class name where value = ? or returns null if it could not be found, optionally using the finder cache. |
ClassName |
ClassNamePersistence.fetchByValue(String value,
boolean retrieveFromCache)
Returns the class name where value = ? or returns null if it could not be found, optionally using the finder cache. |
static Company |
CompanyUtil.fetchByWebId(String webId)
Returns the company where webId = ? or returns null if it could not be found. |
Company |
CompanyPersistence.fetchByWebId(String webId)
Returns the company where webId = ? or returns null if it could not be found. |
static Company |
CompanyUtil.fetchByWebId(String webId,
boolean retrieveFromCache)
Returns the company where webId = ? or returns null if it could not be found, optionally using the finder cache. |
Company |
CompanyPersistence.fetchByWebId(String webId,
boolean retrieveFromCache)
Returns the company where webId = ? or returns null if it could not be found, optionally using the finder cache. |
static int |
LayoutSetPrototypeUtil.filterCountByC_A(long companyId,
boolean active)
Returns the number of layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
int |
LayoutSetPrototypePersistence.filterCountByC_A(long companyId,
boolean active)
Returns the number of layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
static int |
LayoutPrototypeUtil.filterCountByC_A(long companyId,
boolean active)
Returns the number of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
int |
LayoutPrototypePersistence.filterCountByC_A(long companyId,
boolean active)
Returns the number of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static int |
UserGroupUtil.filterCountByC_P(long companyId,
long parentUserGroupId)
Returns the number of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
int |
UserGroupPersistence.filterCountByC_P(long companyId,
long parentUserGroupId)
Returns the number of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
static int |
OrganizationUtil.filterCountByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
int |
OrganizationPersistence.filterCountByC_P(long companyId,
long parentOrganizationId)
Returns the number of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
static int |
UserGroupUtil.filterCountByCompanyId(long companyId)
Returns the number of user groups that the user has permission to view where companyId = ?. |
int |
UserGroupPersistence.filterCountByCompanyId(long companyId)
Returns the number of user groups that the user has permission to view where companyId = ?. |
static int |
RoleUtil.filterCountByCompanyId(long companyId)
Returns the number of roles that the user has permission to view where companyId = ?. |
int |
RolePersistence.filterCountByCompanyId(long companyId)
Returns the number of roles that the user has permission to view where companyId = ?. |
static int |
OrganizationUtil.filterCountByCompanyId(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?. |
int |
OrganizationPersistence.filterCountByCompanyId(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?. |
static int |
LayoutSetPrototypeUtil.filterCountByCompanyId(long companyId)
Returns the number of layout set prototypes that the user has permission to view where companyId = ?. |
int |
LayoutSetPrototypePersistence.filterCountByCompanyId(long companyId)
Returns the number of layout set prototypes that the user has permission to view where companyId = ?. |
static int |
LayoutPrototypeUtil.filterCountByCompanyId(long companyId)
Returns the number of layout prototypes that the user has permission to view where companyId = ?. |
int |
LayoutPrototypePersistence.filterCountByCompanyId(long companyId)
Returns the number of layout prototypes that the user has permission to view where companyId = ?. |
static int |
LayoutUtil.filterCountByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
int |
LayoutPersistence.filterCountByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static int |
LayoutUtil.filterCountByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
int |
LayoutPersistence.filterCountByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
static int |
LayoutUtil.filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
static int |
LayoutSetBranchUtil.filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
int |
LayoutSetBranchPersistence.filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
int |
LayoutPersistence.filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
static int |
TeamUtil.filterCountByGroupId(long groupId)
Returns the number of teams that the user has permission to view where groupId = ?. |
int |
TeamPersistence.filterCountByGroupId(long groupId)
Returns the number of teams that the user has permission to view where groupId = ?. |
static int |
LayoutUtil.filterCountByGroupId(long groupId)
Returns the number of layouts that the user has permission to view where groupId = ?. |
static int |
LayoutSetBranchUtil.filterCountByGroupId(long groupId)
Returns the number of layout set branchs that the user has permission to view where groupId = ?. |
int |
LayoutSetBranchPersistence.filterCountByGroupId(long groupId)
Returns the number of layout set branchs that the user has permission to view where groupId = ?. |
int |
LayoutPersistence.filterCountByGroupId(long groupId)
Returns the number of layouts that the user has permission to view where groupId = ?. |
static int |
OrganizationUtil.filterCountByLocations(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?. |
int |
OrganizationPersistence.filterCountByLocations(long companyId)
Returns the number of organizations that the user has permission to view where companyId = ?. |
static int |
RoleUtil.filterCountByName(String name)
Returns the number of roles that the user has permission to view where name = ?. |
int |
RolePersistence.filterCountByName(String name)
Returns the number of roles that the user has permission to view where name = ?. |
static int |
RoleUtil.filterCountBySubtype(String subtype)
Returns the number of roles that the user has permission to view where subtype = ?. |
int |
RolePersistence.filterCountBySubtype(String subtype)
Returns the number of roles that the user has permission to view where subtype = ?. |
static int |
RoleUtil.filterCountByT_S(int type,
String subtype)
Returns the number of roles that the user has permission to view where type = ? and subtype = ?. |
int |
RolePersistence.filterCountByT_S(int type,
String subtype)
Returns the number of roles that the user has permission to view where type = ? and subtype = ?. |
static int |
LayoutSetPrototypeUtil.filterCountByUuid_C(String uuid,
long companyId)
Returns the number of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
int |
LayoutSetPrototypePersistence.filterCountByUuid_C(String uuid,
long companyId)
Returns the number of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static int |
LayoutPrototypeUtil.filterCountByUuid_C(String uuid,
long companyId)
Returns the number of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
int |
LayoutPrototypePersistence.filterCountByUuid_C(String uuid,
long companyId)
Returns the number of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static int |
LayoutSetPrototypeUtil.filterCountByUuid(String uuid)
Returns the number of layout set prototypes that the user has permission to view where uuid = ?. |
int |
LayoutSetPrototypePersistence.filterCountByUuid(String uuid)
Returns the number of layout set prototypes that the user has permission to view where uuid = ?. |
static int |
LayoutPrototypeUtil.filterCountByUuid(String uuid)
Returns the number of layout prototypes that the user has permission to view where uuid = ?. |
int |
LayoutPrototypePersistence.filterCountByUuid(String uuid)
Returns the number of layout prototypes that the user has permission to view where uuid = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active)
Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active)
Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active)
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active)
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
static UserGroup[] |
UserGroupUtil.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
UserGroup[] |
UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
static Organization[] |
OrganizationUtil.filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
Organization[] |
OrganizationPersistence.filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
static List<UserGroup> |
UserGroupUtil.filterFindByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
List<UserGroup> |
UserGroupPersistence.filterFindByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
static List<UserGroup> |
UserGroupUtil.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
List<UserGroup> |
UserGroupPersistence.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
static List<UserGroup> |
UserGroupUtil.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?. |
List<UserGroup> |
UserGroupPersistence.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?. |
static UserGroup[] |
UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?. |
UserGroup[] |
UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?. |
static Role[] |
RoleUtil.filterFindByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?. |
Role[] |
RolePersistence.filterFindByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?. |
static Organization[] |
OrganizationUtil.filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
Organization[] |
OrganizationPersistence.filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
static List<UserGroup> |
UserGroupUtil.filterFindByCompanyId(long companyId)
Returns all the user groups that the user has permission to view where companyId = ?. |
List<UserGroup> |
UserGroupPersistence.filterFindByCompanyId(long companyId)
Returns all the user groups that the user has permission to view where companyId = ?. |
static List<Role> |
RoleUtil.filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?. |
List<Role> |
RolePersistence.filterFindByCompanyId(long companyId)
Returns all the roles that the user has permission to view where companyId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByCompanyId(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByCompanyId(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId)
Returns all the layout set prototypes that the user has permission to view where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId)
Returns all the layout set prototypes that the user has permission to view where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId)
Returns all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId)
Returns all the layout prototypes that the user has permission to view where companyId = ?. |
static List<UserGroup> |
UserGroupUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ?. |
List<UserGroup> |
UserGroupPersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups that the user has permission to view where companyId = ?. |
static List<Role> |
RoleUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ?. |
List<Role> |
RolePersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles that the user has permission to view where companyId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?. |
static List<UserGroup> |
UserGroupUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?. |
List<UserGroup> |
UserGroupPersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?. |
static List<Role> |
RoleUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ?. |
List<Role> |
RolePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
static Layout[] |
LayoutUtil.filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
Layout[] |
LayoutPersistence.filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static Layout[] |
LayoutUtil.filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
Layout[] |
LayoutPersistence.filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
static Layout[] |
LayoutUtil.filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
Layout[] |
LayoutPersistence.filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
static List<Layout> |
LayoutUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
List<Layout> |
LayoutPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?. |
static Team[] |
TeamUtil.filterFindByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator orderByComparator)
Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?. |
Team[] |
TeamPersistence.filterFindByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator orderByComparator)
Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?. |
static Layout[] |
LayoutUtil.filterFindByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
Layout[] |
LayoutPersistence.filterFindByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?. |
static List<Team> |
TeamUtil.filterFindByGroupId(long groupId)
Returns all the teams that the user has permission to view where groupId = ?. |
List<Team> |
TeamPersistence.filterFindByGroupId(long groupId)
Returns all the teams that the user has permission to view where groupId = ?. |
static List<Layout> |
LayoutUtil.filterFindByGroupId(long groupId)
Returns all the layouts that the user has permission to view where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByGroupId(long groupId)
Returns all the layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByGroupId(long groupId)
Returns all the layout set branchs that the user has permission to view where groupId = ?. |
List<Layout> |
LayoutPersistence.filterFindByGroupId(long groupId)
Returns all the layouts that the user has permission to view where groupId = ?. |
static List<Team> |
TeamUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the teams that the user has permission to view where groupId = ?. |
List<Team> |
TeamPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the teams that the user has permission to view where groupId = ?. |
static List<Layout> |
LayoutUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ?. |
List<Layout> |
LayoutPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ?. |
static List<Team> |
TeamUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams that the user has permissions to view where groupId = ?. |
List<Team> |
TeamPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams that the user has permissions to view where groupId = ?. |
static List<Layout> |
LayoutUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
List<Layout> |
LayoutPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?. |
static Organization[] |
OrganizationUtil.filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
Organization[] |
OrganizationPersistence.filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByLocations(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByLocations(long companyId)
Returns all the organizations that the user has permission to view where companyId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations that the user has permission to view where companyId = ?. |
static List<Organization> |
OrganizationUtil.filterFindByLocations(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
List<Organization> |
OrganizationPersistence.filterFindByLocations(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
static Role[] |
RoleUtil.filterFindByName_PrevAndNext(long roleId,
String name,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?. |
Role[] |
RolePersistence.filterFindByName_PrevAndNext(long roleId,
String name,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?. |
static List<Role> |
RoleUtil.filterFindByName(String name)
Returns all the roles that the user has permission to view where name = ?. |
List<Role> |
RolePersistence.filterFindByName(String name)
Returns all the roles that the user has permission to view where name = ?. |
static List<Role> |
RoleUtil.filterFindByName(String name,
int start,
int end)
Returns a range of all the roles that the user has permission to view where name = ?. |
List<Role> |
RolePersistence.filterFindByName(String name,
int start,
int end)
Returns a range of all the roles that the user has permission to view where name = ?. |
static List<Role> |
RoleUtil.filterFindByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where name = ?. |
List<Role> |
RolePersistence.filterFindByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where name = ?. |
static Role[] |
RoleUtil.filterFindBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?. |
Role[] |
RolePersistence.filterFindBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?. |
static List<Role> |
RoleUtil.filterFindBySubtype(String subtype)
Returns all the roles that the user has permission to view where subtype = ?. |
List<Role> |
RolePersistence.filterFindBySubtype(String subtype)
Returns all the roles that the user has permission to view where subtype = ?. |
static List<Role> |
RoleUtil.filterFindBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where subtype = ?. |
List<Role> |
RolePersistence.filterFindBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where subtype = ?. |
static List<Role> |
RoleUtil.filterFindBySubtype(String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where subtype = ?. |
List<Role> |
RolePersistence.filterFindBySubtype(String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where subtype = ?. |
static Role[] |
RoleUtil.filterFindByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?. |
Role[] |
RolePersistence.filterFindByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.filterFindByT_S(int type,
String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?. |
List<Role> |
RolePersistence.filterFindByT_S(int type,
String subtype)
Returns all the roles that the user has permission to view where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.filterFindByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?. |
List<Role> |
RolePersistence.filterFindByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles that the user has permission to view where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.filterFindByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?. |
List<Role> |
RolePersistence.filterFindByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid(String uuid)
Returns all the layout set prototypes that the user has permission to view where uuid = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid(String uuid)
Returns all the layout set prototypes that the user has permission to view where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid(String uuid)
Returns all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid(String uuid)
Returns all the layout prototypes that the user has permission to view where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findAll()
Returns all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findAll()
Returns all the workflow instance links. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findAll()
Returns all the workflow definition links. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findAll()
Returns all the workflow definition links. |
static List<Website> |
WebsiteUtil.findAll()
Returns all the websites. |
List<Website> |
WebsitePersistence.findAll()
Returns all the websites. |
static List<WebDAVProps> |
WebDAVPropsUtil.findAll()
Returns all the web d a v propses. |
List<WebDAVProps> |
WebDAVPropsPersistence.findAll()
Returns all the web d a v propses. |
static List<VirtualHost> |
VirtualHostUtil.findAll()
Returns all the virtual hosts. |
List<VirtualHost> |
VirtualHostPersistence.findAll()
Returns all the virtual hosts. |
static List<User> |
UserUtil.findAll()
Returns all the users. |
static List<UserTracker> |
UserTrackerUtil.findAll()
Returns all the user trackers. |
List<UserTracker> |
UserTrackerPersistence.findAll()
Returns all the user trackers. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll()
Returns all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll()
Returns all the user tracker paths. |
List<User> |
UserPersistence.findAll()
Returns all the users. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findAll()
Returns all the user notification events. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findAll()
Returns all the user notification events. |
static List<UserIdMapper> |
UserIdMapperUtil.findAll()
Returns all the user ID mappers. |
List<UserIdMapper> |
UserIdMapperPersistence.findAll()
Returns all the user ID mappers. |
static List<UserGroup> |
UserGroupUtil.findAll()
Returns all the user groups. |
static List<UserGroupRole> |
UserGroupRoleUtil.findAll()
Returns all the user group roles. |
List<UserGroupRole> |
UserGroupRolePersistence.findAll()
Returns all the user group roles. |
List<UserGroup> |
UserGroupPersistence.findAll()
Returns all the user groups. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findAll()
Returns all the user group group roles. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findAll()
Returns all the user group group roles. |
static List<Ticket> |
TicketUtil.findAll()
Returns all the tickets. |
List<Ticket> |
TicketPersistence.findAll()
Returns all the tickets. |
static List<Team> |
TeamUtil.findAll()
Returns all the teams. |
List<Team> |
TeamPersistence.findAll()
Returns all the teams. |
static List<Subscription> |
SubscriptionUtil.findAll()
Returns all the subscriptions. |
List<Subscription> |
SubscriptionPersistence.findAll()
Returns all the subscriptions. |
static List<Shard> |
ShardUtil.findAll()
Returns all the shards. |
List<Shard> |
ShardPersistence.findAll()
Returns all the shards. |
static List<ServiceComponent> |
ServiceComponentUtil.findAll()
Returns all the service components. |
List<ServiceComponent> |
ServiceComponentPersistence.findAll()
Returns all the service components. |
static List<Role> |
RoleUtil.findAll()
Returns all the roles. |
List<Role> |
RolePersistence.findAll()
Returns all the roles. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findAll()
Returns all the resource type permissions. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findAll()
Returns all the resource type permissions. |
static List<ResourcePermission> |
ResourcePermissionUtil.findAll()
Returns all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionPersistence.findAll()
Returns all the resource permissions. |
static List<ResourceBlock> |
ResourceBlockUtil.findAll()
Returns all the resource blocks. |
List<ResourceBlock> |
ResourceBlockPersistence.findAll()
Returns all the resource blocks. |
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findAll()
Returns all the resource block permissions. |
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findAll()
Returns all the resource block permissions. |
static List<ResourceAction> |
ResourceActionUtil.findAll()
Returns all the resource actions. |
List<ResourceAction> |
ResourceActionPersistence.findAll()
Returns all the resource actions. |
static List<Repository> |
RepositoryUtil.findAll()
Returns all the repositories. |
List<Repository> |
RepositoryPersistence.findAll()
Returns all the repositories. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll()
Returns all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll()
Returns all the repository entries. |
static List<Release> |
ReleaseUtil.findAll()
Returns all the releases. |
List<Release> |
ReleasePersistence.findAll()
Returns all the releases. |
static List<Region> |
RegionUtil.findAll()
Returns all the regions. |
List<Region> |
RegionPersistence.findAll()
Returns all the regions. |
static List<Portlet> |
PortletUtil.findAll()
Returns all the portlets. |
static List<PortletPreferences> |
PortletPreferencesUtil.findAll()
Returns all the portlet preferenceses. |
List<PortletPreferences> |
PortletPreferencesPersistence.findAll()
Returns all the portlet preferenceses. |
List<Portlet> |
PortletPersistence.findAll()
Returns all the portlets. |
static List<PortletItem> |
PortletItemUtil.findAll()
Returns all the portlet items. |
List<PortletItem> |
PortletItemPersistence.findAll()
Returns all the portlet items. |
static List<PortalPreferences> |
PortalPreferencesUtil.findAll()
Returns all the portal preferenceses. |
List<PortalPreferences> |
PortalPreferencesPersistence.findAll()
Returns all the portal preferenceses. |
static List<PluginSetting> |
PluginSettingUtil.findAll()
Returns all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistence.findAll()
Returns all the plugin settings. |
static List<Phone> |
PhoneUtil.findAll()
Returns all the phones. |
List<Phone> |
PhonePersistence.findAll()
Returns all the phones. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll()
Returns all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistence.findAll()
Returns all the password trackers. |
static List<PasswordPolicy> |
PasswordPolicyUtil.findAll()
Returns all the password policies. |
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findAll()
Returns all the password policy rels. |
List<PasswordPolicyRel> |
PasswordPolicyRelPersistence.findAll()
Returns all the password policy rels. |
List<PasswordPolicy> |
PasswordPolicyPersistence.findAll()
Returns all the password policies. |
static List<OrgLabor> |
OrgLaborUtil.findAll()
Returns all the org labors. |
List<OrgLabor> |
OrgLaborPersistence.findAll()
Returns all the org labors. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll()
Returns all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll()
Returns all the org group roles. |
static List<Organization> |
OrganizationUtil.findAll()
Returns all the organizations. |
List<Organization> |
OrganizationPersistence.findAll()
Returns all the organizations. |
static List<MembershipRequest> |
MembershipRequestUtil.findAll()
Returns all the membership requests. |
List<MembershipRequest> |
MembershipRequestPersistence.findAll()
Returns all the membership requests. |
static List<Lock> |
LockUtil.findAll()
Returns all the locks. |
List<Lock> |
LockPersistence.findAll()
Returns all the locks. |
static List<ListType> |
ListTypeUtil.findAll()
Returns all the list types. |
List<ListType> |
ListTypePersistence.findAll()
Returns all the list types. |
static List<Layout> |
LayoutUtil.findAll()
Returns all the layouts. |
static List<LayoutSet> |
LayoutSetUtil.findAll()
Returns all the layout sets. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll()
Returns all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll()
Returns all the layout set prototypes. |
List<LayoutSet> |
LayoutSetPersistence.findAll()
Returns all the layout sets. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll()
Returns all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll()
Returns all the layout set branchs. |
static List<LayoutRevision> |
LayoutRevisionUtil.findAll()
Returns all the layout revisions. |
List<LayoutRevision> |
LayoutRevisionPersistence.findAll()
Returns all the layout revisions. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll()
Returns all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll()
Returns all the layout prototypes. |
List<Layout> |
LayoutPersistence.findAll()
Returns all the layouts. |
static List<LayoutBranch> |
LayoutBranchUtil.findAll()
Returns all the layout branchs. |
List<LayoutBranch> |
LayoutBranchPersistence.findAll()
Returns all the layout branchs. |
static List<Image> |
ImageUtil.findAll()
Returns all the images. |
List<Image> |
ImagePersistence.findAll()
Returns all the images. |
static List<Group> |
GroupUtil.findAll()
Returns all the groups. |
List<Group> |
GroupPersistence.findAll()
Returns all the groups. |
static List<EmailAddress> |
EmailAddressUtil.findAll()
Returns all the email addresses. |
List<EmailAddress> |
EmailAddressPersistence.findAll()
Returns all the email addresses. |
static List<Country> |
CountryUtil.findAll()
Returns all the countries. |
List<Country> |
CountryPersistence.findAll()
Returns all the countries. |
static List<Contact> |
ContactUtil.findAll()
Returns all the contacts. |
List<Contact> |
ContactPersistence.findAll()
Returns all the contacts. |
static List<Company> |
CompanyUtil.findAll()
Returns all the companies. |
List<Company> |
CompanyPersistence.findAll()
Returns all the companies. |
static List<ClusterGroup> |
ClusterGroupUtil.findAll()
Returns all the cluster groups. |
List<ClusterGroup> |
ClusterGroupPersistence.findAll()
Returns all the cluster groups. |
static List<ClassName> |
ClassNameUtil.findAll()
Returns all the class names. |
List<ClassName> |
ClassNamePersistence.findAll()
Returns all the class names. |
static List<BrowserTracker> |
BrowserTrackerUtil.findAll()
Returns all the browser trackers. |
List<BrowserTracker> |
BrowserTrackerPersistence.findAll()
Returns all the browser trackers. |
static List<Address> |
AddressUtil.findAll()
Returns all the addresses. |
List<Address> |
AddressPersistence.findAll()
Returns all the addresses. |
static List<Account> |
AccountUtil.findAll()
Returns all the accounts. |
List<Account> |
AccountPersistence.findAll()
Returns all the accounts. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findAll(int start,
int end)
Returns a range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findAll(int start,
int end)
Returns a range of all the workflow instance links. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findAll(int start,
int end)
Returns a range of all the workflow definition links. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findAll(int start,
int end)
Returns a range of all the workflow definition links. |
static List<Website> |
WebsiteUtil.findAll(int start,
int end)
Returns a range of all the websites. |
List<Website> |
WebsitePersistence.findAll(int start,
int end)
Returns a range of all the websites. |
static List<WebDAVProps> |
WebDAVPropsUtil.findAll(int start,
int end)
Returns a range of all the web d a v propses. |
List<WebDAVProps> |
WebDAVPropsPersistence.findAll(int start,
int end)
Returns a range of all the web d a v propses. |
static List<VirtualHost> |
VirtualHostUtil.findAll(int start,
int end)
Returns a range of all the virtual hosts. |
List<VirtualHost> |
VirtualHostPersistence.findAll(int start,
int end)
Returns a range of all the virtual hosts. |
static List<User> |
UserUtil.findAll(int start,
int end)
Returns a range of all the users. |
static List<UserTracker> |
UserTrackerUtil.findAll(int start,
int end)
Returns a range of all the user trackers. |
List<UserTracker> |
UserTrackerPersistence.findAll(int start,
int end)
Returns a range of all the user trackers. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll(int start,
int end)
Returns a range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll(int start,
int end)
Returns a range of all the user tracker paths. |
List<User> |
UserPersistence.findAll(int start,
int end)
Returns a range of all the users. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findAll(int start,
int end)
Returns a range of all the user notification events. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findAll(int start,
int end)
Returns a range of all the user notification events. |
static List<UserIdMapper> |
UserIdMapperUtil.findAll(int start,
int end)
Returns a range of all the user ID mappers. |
List<UserIdMapper> |
UserIdMapperPersistence.findAll(int start,
int end)
Returns a range of all the user ID mappers. |
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end)
Returns a range of all the user groups. |
static List<UserGroupRole> |
UserGroupRoleUtil.findAll(int start,
int end)
Returns a range of all the user group roles. |
List<UserGroupRole> |
UserGroupRolePersistence.findAll(int start,
int end)
Returns a range of all the user group roles. |
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end)
Returns a range of all the user groups. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findAll(int start,
int end)
Returns a range of all the user group group roles. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findAll(int start,
int end)
Returns a range of all the user group group roles. |
static List<Ticket> |
TicketUtil.findAll(int start,
int end)
Returns a range of all the tickets. |
List<Ticket> |
TicketPersistence.findAll(int start,
int end)
Returns a range of all the tickets. |
static List<Team> |
TeamUtil.findAll(int start,
int end)
Returns a range of all the teams. |
List<Team> |
TeamPersistence.findAll(int start,
int end)
Returns a range of all the teams. |
static List<Subscription> |
SubscriptionUtil.findAll(int start,
int end)
Returns a range of all the subscriptions. |
List<Subscription> |
SubscriptionPersistence.findAll(int start,
int end)
Returns a range of all the subscriptions. |
static List<Shard> |
ShardUtil.findAll(int start,
int end)
Returns a range of all the shards. |
List<Shard> |
ShardPersistence.findAll(int start,
int end)
Returns a range of all the shards. |
static List<ServiceComponent> |
ServiceComponentUtil.findAll(int start,
int end)
Returns a range of all the service components. |
List<ServiceComponent> |
ServiceComponentPersistence.findAll(int start,
int end)
Returns a range of all the service components. |
static List<Role> |
RoleUtil.findAll(int start,
int end)
Returns a range of all the roles. |
List<Role> |
RolePersistence.findAll(int start,
int end)
Returns a range of all the roles. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findAll(int start,
int end)
Returns a range of all the resource type permissions. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findAll(int start,
int end)
Returns a range of all the resource type permissions. |
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end)
Returns a range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end)
Returns a range of all the resource permissions. |
static List<ResourceBlock> |
ResourceBlockUtil.findAll(int start,
int end)
Returns a range of all the resource blocks. |
List<ResourceBlock> |
ResourceBlockPersistence.findAll(int start,
int end)
Returns a range of all the resource blocks. |
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findAll(int start,
int end)
Returns a range of all the resource block permissions. |
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findAll(int start,
int end)
Returns a range of all the resource block permissions. |
static List<ResourceAction> |
ResourceActionUtil.findAll(int start,
int end)
Returns a range of all the resource actions. |
List<ResourceAction> |
ResourceActionPersistence.findAll(int start,
int end)
Returns a range of all the resource actions. |
static List<Repository> |
RepositoryUtil.findAll(int start,
int end)
Returns a range of all the repositories. |
List<Repository> |
RepositoryPersistence.findAll(int start,
int end)
Returns a range of all the repositories. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end)
Returns a range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end)
Returns a range of all the repository entries. |
static List<Release> |
ReleaseUtil.findAll(int start,
int end)
Returns a range of all the releases. |
List<Release> |
ReleasePersistence.findAll(int start,
int end)
Returns a range of all the releases. |
static List<Region> |
RegionUtil.findAll(int start,
int end)
Returns a range of all the regions. |
List<Region> |
RegionPersistence.findAll(int start,
int end)
Returns a range of all the regions. |
static List<Portlet> |
PortletUtil.findAll(int start,
int end)
Returns a range of all the portlets. |
static List<PortletPreferences> |
PortletPreferencesUtil.findAll(int start,
int end)
Returns a range of all the portlet preferenceses. |
List<PortletPreferences> |
PortletPreferencesPersistence.findAll(int start,
int end)
Returns a range of all the portlet preferenceses. |
List<Portlet> |
PortletPersistence.findAll(int start,
int end)
Returns a range of all the portlets. |
static List<PortletItem> |
PortletItemUtil.findAll(int start,
int end)
Returns a range of all the portlet items. |
List<PortletItem> |
PortletItemPersistence.findAll(int start,
int end)
Returns a range of all the portlet items. |
static List<PortalPreferences> |
PortalPreferencesUtil.findAll(int start,
int end)
Returns a range of all the portal preferenceses. |
List<PortalPreferences> |
PortalPreferencesPersistence.findAll(int start,
int end)
Returns a range of all the portal preferenceses. |
static List<PluginSetting> |
PluginSettingUtil.findAll(int start,
int end)
Returns a range of all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistence.findAll(int start,
int end)
Returns a range of all the plugin settings. |
static List<Phone> |
PhoneUtil.findAll(int start,
int end)
Returns a range of all the phones. |
List<Phone> |
PhonePersistence.findAll(int start,
int end)
Returns a range of all the phones. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll(int start,
int end)
Returns a range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistence.findAll(int start,
int end)
Returns a range of all the password trackers. |
static List<PasswordPolicy> |
PasswordPolicyUtil.findAll(int start,
int end)
Returns a range of all the password policies. |
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findAll(int start,
int end)
Returns a range of all the password policy rels. |
List<PasswordPolicyRel> |
PasswordPolicyRelPersistence.findAll(int start,
int end)
Returns a range of all the password policy rels. |
List<PasswordPolicy> |
PasswordPolicyPersistence.findAll(int start,
int end)
Returns a range of all the password policies. |
static List<OrgLabor> |
OrgLaborUtil.findAll(int start,
int end)
Returns a range of all the org labors. |
List<OrgLabor> |
OrgLaborPersistence.findAll(int start,
int end)
Returns a range of all the org labors. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll(int start,
int end)
Returns a range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll(int start,
int end)
Returns a range of all the org group roles. |
static List<Organization> |
OrganizationUtil.findAll(int start,
int end)
Returns a range of all the organizations. |
List<Organization> |
OrganizationPersistence.findAll(int start,
int end)
Returns a range of all the organizations. |
static List<MembershipRequest> |
MembershipRequestUtil.findAll(int start,
int end)
Returns a range of all the membership requests. |
List<MembershipRequest> |
MembershipRequestPersistence.findAll(int start,
int end)
Returns a range of all the membership requests. |
static List<Lock> |
LockUtil.findAll(int start,
int end)
Returns a range of all the locks. |
List<Lock> |
LockPersistence.findAll(int start,
int end)
Returns a range of all the locks. |
static List<ListType> |
ListTypeUtil.findAll(int start,
int end)
Returns a range of all the list types. |
List<ListType> |
ListTypePersistence.findAll(int start,
int end)
Returns a range of all the list types. |
static List<Layout> |
LayoutUtil.findAll(int start,
int end)
Returns a range of all the layouts. |
static List<LayoutSet> |
LayoutSetUtil.findAll(int start,
int end)
Returns a range of all the layout sets. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll(int start,
int end)
Returns a range of all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll(int start,
int end)
Returns a range of all the layout set prototypes. |
List<LayoutSet> |
LayoutSetPersistence.findAll(int start,
int end)
Returns a range of all the layout sets. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll(int start,
int end)
Returns a range of all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll(int start,
int end)
Returns a range of all the layout set branchs. |
static List<LayoutRevision> |
LayoutRevisionUtil.findAll(int start,
int end)
Returns a range of all the layout revisions. |
List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end)
Returns a range of all the layout revisions. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end)
Returns a range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end)
Returns a range of all the layout prototypes. |
List<Layout> |
LayoutPersistence.findAll(int start,
int end)
Returns a range of all the layouts. |
static List<LayoutBranch> |
LayoutBranchUtil.findAll(int start,
int end)
Returns a range of all the layout branchs. |
List<LayoutBranch> |
LayoutBranchPersistence.findAll(int start,
int end)
Returns a range of all the layout branchs. |
static List<Image> |
ImageUtil.findAll(int start,
int end)
Returns a range of all the images. |
List<Image> |
ImagePersistence.findAll(int start,
int end)
Returns a range of all the images. |
static List<Group> |
GroupUtil.findAll(int start,
int end)
Returns a range of all the groups. |
List<Group> |
GroupPersistence.findAll(int start,
int end)
Returns a range of all the groups. |
static List<EmailAddress> |
EmailAddressUtil.findAll(int start,
int end)
Returns a range of all the email addresses. |
List<EmailAddress> |
EmailAddressPersistence.findAll(int start,
int end)
Returns a range of all the email addresses. |
static List<Country> |
CountryUtil.findAll(int start,
int end)
Returns a range of all the countries. |
List<Country> |
CountryPersistence.findAll(int start,
int end)
Returns a range of all the countries. |
static List<Contact> |
ContactUtil.findAll(int start,
int end)
Returns a range of all the contacts. |
List<Contact> |
ContactPersistence.findAll(int start,
int end)
Returns a range of all the contacts. |
static List<Company> |
CompanyUtil.findAll(int start,
int end)
Returns a range of all the companies. |
List<Company> |
CompanyPersistence.findAll(int start,
int end)
Returns a range of all the companies. |
static List<ClusterGroup> |
ClusterGroupUtil.findAll(int start,
int end)
Returns a range of all the cluster groups. |
List<ClusterGroup> |
ClusterGroupPersistence.findAll(int start,
int end)
Returns a range of all the cluster groups. |
static List<ClassName> |
ClassNameUtil.findAll(int start,
int end)
Returns a range of all the class names. |
List<ClassName> |
ClassNamePersistence.findAll(int start,
int end)
Returns a range of all the class names. |
static List<BrowserTracker> |
BrowserTrackerUtil.findAll(int start,
int end)
Returns a range of all the browser trackers. |
List<BrowserTracker> |
BrowserTrackerPersistence.findAll(int start,
int end)
Returns a range of all the browser trackers. |
static List<Address> |
AddressUtil.findAll(int start,
int end)
Returns a range of all the addresses. |
List<Address> |
AddressPersistence.findAll(int start,
int end)
Returns a range of all the addresses. |
static List<Account> |
AccountUtil.findAll(int start,
int end)
Returns a range of all the accounts. |
List<Account> |
AccountPersistence.findAll(int start,
int end)
Returns a range of all the accounts. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow instance links. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow instance links. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow definition links. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow definition links. |
static List<Website> |
WebsiteUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites. |
List<Website> |
WebsitePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites. |
static List<WebDAVProps> |
WebDAVPropsUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the web d a v propses. |
List<WebDAVProps> |
WebDAVPropsPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the web d a v propses. |
static List<VirtualHost> |
VirtualHostUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the virtual hosts. |
List<VirtualHost> |
VirtualHostPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the virtual hosts. |
static List<User> |
UserUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users. |
static List<UserTracker> |
UserTrackerUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user trackers. |
List<UserTracker> |
UserTrackerPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user trackers. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user tracker paths. |
List<User> |
UserPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events. |
static List<UserIdMapper> |
UserIdMapperUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user ID mappers. |
List<UserIdMapper> |
UserIdMapperPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user ID mappers. |
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups. |
static List<UserGroupRole> |
UserGroupRoleUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles. |
List<UserGroupRole> |
UserGroupRolePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles. |
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles. |
static List<Ticket> |
TicketUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the tickets. |
List<Ticket> |
TicketPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the tickets. |
static List<Team> |
TeamUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams. |
List<Team> |
TeamPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams. |
static List<Subscription> |
SubscriptionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the subscriptions. |
List<Subscription> |
SubscriptionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the subscriptions. |
static List<Shard> |
ShardUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shards. |
List<Shard> |
ShardPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shards. |
static List<ServiceComponent> |
ServiceComponentUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the service components. |
List<ServiceComponent> |
ServiceComponentPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the service components. |
static List<Role> |
RoleUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles. |
List<Role> |
RolePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource type permissions. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource type permissions. |
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions. |
static List<ResourceBlock> |
ResourceBlockUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource blocks. |
List<ResourceBlock> |
ResourceBlockPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource blocks. |
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource block permissions. |
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource block permissions. |
static List<ResourceAction> |
ResourceActionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource actions. |
List<ResourceAction> |
ResourceActionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource actions. |
static List<Repository> |
RepositoryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories. |
List<Repository> |
RepositoryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries. |
static List<Release> |
ReleaseUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the releases. |
List<Release> |
ReleasePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the releases. |
static List<Region> |
RegionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the regions. |
List<Region> |
RegionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the regions. |
static List<Portlet> |
PortletUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlets. |
static List<PortletPreferences> |
PortletPreferencesUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses. |
List<PortletPreferences> |
PortletPreferencesPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses. |
List<Portlet> |
PortletPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlets. |
static List<PortletItem> |
PortletItemUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet items. |
List<PortletItem> |
PortletItemPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet items. |
static List<PortalPreferences> |
PortalPreferencesUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portal preferenceses. |
List<PortalPreferences> |
PortalPreferencesPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portal preferenceses. |
static List<PluginSetting> |
PluginSettingUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the plugin settings. |
List<PluginSetting> |
PluginSettingPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the plugin settings. |
static List<Phone> |
PhoneUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones. |
List<Phone> |
PhonePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password trackers. |
static List<PasswordPolicy> |
PasswordPolicyUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password policies. |
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password policy rels. |
List<PasswordPolicyRel> |
PasswordPolicyRelPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password policy rels. |
List<PasswordPolicy> |
PasswordPolicyPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password policies. |
static List<OrgLabor> |
OrgLaborUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org labors. |
List<OrgLabor> |
OrgLaborPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org labors. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org group roles. |
static List<Organization> |
OrganizationUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations. |
List<Organization> |
OrganizationPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations. |
static List<MembershipRequest> |
MembershipRequestUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests. |
List<MembershipRequest> |
MembershipRequestPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests. |
static List<Lock> |
LockUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the locks. |
List<Lock> |
LockPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the locks. |
static List<ListType> |
ListTypeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the list types. |
List<ListType> |
ListTypePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the list types. |
static List<Layout> |
LayoutUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts. |
static List<LayoutSet> |
LayoutSetUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout sets. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes. |
List<LayoutSet> |
LayoutSetPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout sets. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs. |
static List<LayoutRevision> |
LayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions. |
List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes. |
List<Layout> |
LayoutPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts. |
static List<LayoutBranch> |
LayoutBranchUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs. |
List<LayoutBranch> |
LayoutBranchPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs. |
static List<Image> |
ImageUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the images. |
List<Image> |
ImagePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the images. |
static List<Group> |
GroupUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups. |
List<Group> |
GroupPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups. |
static List<EmailAddress> |
EmailAddressUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses. |
List<EmailAddress> |
EmailAddressPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses. |
static List<Country> |
CountryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the countries. |
List<Country> |
CountryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the countries. |
static List<Contact> |
ContactUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the contacts. |
List<Contact> |
ContactPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the contacts. |
static List<Company> |
CompanyUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the companies. |
List<Company> |
CompanyPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the companies. |
static List<ClusterGroup> |
ClusterGroupUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cluster groups. |
List<ClusterGroup> |
ClusterGroupPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cluster groups. |
static List<ClassName> |
ClassNameUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the class names. |
List<ClassName> |
ClassNamePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the class names. |
static List<BrowserTracker> |
BrowserTrackerUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the browser trackers. |
List<BrowserTracker> |
BrowserTrackerPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the browser trackers. |
static List<Address> |
AddressUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses. |
List<Address> |
AddressPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses. |
static List<Account> |
AccountUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the accounts. |
List<Account> |
AccountPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the accounts. |
static Country |
CountryUtil.findByA2(String a2)
Returns the country where a2 = ? or throws a NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByA2(String a2)
Returns the country where a2 = ? or throws a NoSuchCountryException if it could not be found. |
static Country |
CountryUtil.findByA3(String a3)
Returns the country where a3 = ? or throws a NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByA3(String a3)
Returns the country where a3 = ? or throws a NoSuchCountryException if it could not be found. |
static Contact |
ContactUtil.findByAccountId_First(long accountId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
Contact |
ContactPersistence.findByAccountId_First(long accountId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
static Contact |
ContactUtil.findByAccountId_Last(long accountId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
Contact |
ContactPersistence.findByAccountId_Last(long accountId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
static Contact[] |
ContactUtil.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where accountId = ?. |
Contact[] |
ContactPersistence.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where accountId = ?. |
static List<Contact> |
ContactUtil.findByAccountId(long accountId)
Returns all the contacts where accountId = ?. |
List<Contact> |
ContactPersistence.findByAccountId(long accountId)
Returns all the contacts where accountId = ?. |
static List<Contact> |
ContactUtil.findByAccountId(long accountId,
int start,
int end)
Returns a range of all the contacts where accountId = ?. |
List<Contact> |
ContactPersistence.findByAccountId(long accountId,
int start,
int end)
Returns a range of all the contacts where accountId = ?. |
static List<Contact> |
ContactUtil.findByAccountId(long accountId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the contacts where accountId = ?. |
List<Contact> |
ContactPersistence.findByAccountId(long accountId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the contacts where accountId = ?. |
static Region |
RegionUtil.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where active = ?. |
Region |
RegionPersistence.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where active = ?. |
static Country |
CountryUtil.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first country in the ordered set where active = ?. |
Country |
CountryPersistence.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first country in the ordered set where active = ?. |
static Region |
RegionUtil.findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where active = ?. |
Region |
RegionPersistence.findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where active = ?. |
static Country |
CountryUtil.findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last country in the ordered set where active = ?. |
Country |
CountryPersistence.findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last country in the ordered set where active = ?. |
static Region[] |
RegionUtil.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?. |
Region[] |
RegionPersistence.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?. |
static Country[] |
CountryUtil.findByActive_PrevAndNext(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the countries before and after the current country in the ordered set where active = ?. |
Country[] |
CountryPersistence.findByActive_PrevAndNext(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the countries before and after the current country in the ordered set where active = ?. |
static List<Region> |
RegionUtil.findByActive(boolean active)
Returns all the regions where active = ?. |
List<Region> |
RegionPersistence.findByActive(boolean active)
Returns all the regions where active = ?. |
static List<Country> |
CountryUtil.findByActive(boolean active)
Returns all the countries where active = ?. |
List<Country> |
CountryPersistence.findByActive(boolean active)
Returns all the countries where active = ?. |
static List<Region> |
RegionUtil.findByActive(boolean active,
int start,
int end)
Returns a range of all the regions where active = ?. |
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end)
Returns a range of all the regions where active = ?. |
static List<Country> |
CountryUtil.findByActive(boolean active,
int start,
int end)
Returns a range of all the countries where active = ?. |
List<Country> |
CountryPersistence.findByActive(boolean active,
int start,
int end)
Returns a range of all the countries where active = ?. |
static List<Region> |
RegionUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the regions where active = ?. |
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the regions where active = ?. |
static List<Country> |
CountryUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the countries where active = ?. |
List<Country> |
CountryPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the countries where active = ?. |
static ServiceComponent |
ServiceComponentUtil.findByBNS_BNU(String buildNamespace,
long buildNumber)
Returns the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found. |
ServiceComponent |
ServiceComponentPersistence.findByBNS_BNU(String buildNamespace,
long buildNumber)
Returns the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found. |
static ServiceComponent |
ServiceComponentUtil.findByBuildNamespace_First(String buildNamespace,
OrderByComparator orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
ServiceComponent |
ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace,
OrderByComparator orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
static ServiceComponent |
ServiceComponentUtil.findByBuildNamespace_Last(String buildNamespace,
OrderByComparator orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
ServiceComponent |
ServiceComponentPersistence.findByBuildNamespace_Last(String buildNamespace,
OrderByComparator orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
static ServiceComponent[] |
ServiceComponentUtil.findByBuildNamespace_PrevAndNext(long serviceComponentId,
String buildNamespace,
OrderByComparator orderByComparator)
Returns the service components before and after the current service component in the ordered set where buildNamespace = ?. |
ServiceComponent[] |
ServiceComponentPersistence.findByBuildNamespace_PrevAndNext(long serviceComponentId,
String buildNamespace,
OrderByComparator orderByComparator)
Returns the service components before and after the current service component in the ordered set where buildNamespace = ?. |
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace)
Returns all the service components where buildNamespace = ?. |
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace)
Returns all the service components where buildNamespace = ?. |
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace,
int start,
int end)
Returns a range of all the service components where buildNamespace = ?. |
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace,
int start,
int end)
Returns a range of all the service components where buildNamespace = ?. |
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the service components where buildNamespace = ?. |
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the service components where buildNamespace = ?. |
static Region |
RegionUtil.findByC_A_First(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?. |
Region |
RegionPersistence.findByC_A_First(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
static Region |
RegionUtil.findByC_A_Last(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?. |
Region |
RegionPersistence.findByC_A_Last(long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
static Region[] |
RegionUtil.findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?. |
Region[] |
RegionPersistence.findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active)
Returns all the regions where countryId = ? and active = ?. |
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active)
Returns all the regions where countryId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active)
Returns all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active)
Returns all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active)
Returns all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active)
Returns all the layout prototypes where companyId = ? and active = ?. |
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active,
int start,
int end)
Returns a range of all the regions where countryId = ? and active = ?. |
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active,
int start,
int end)
Returns a range of all the regions where countryId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ? and active = ?. |
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?. |
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
static Website |
WebsiteUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Website |
WebsitePersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Subscription |
SubscriptionUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Subscription |
SubscriptionPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Phone |
PhoneUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Phone |
PhonePersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
EmailAddress |
EmailAddressPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Address |
AddressUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address |
AddressPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Website |
WebsiteUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Website |
WebsitePersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Subscription |
SubscriptionUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Subscription |
SubscriptionPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Phone |
PhoneUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Phone |
PhonePersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
EmailAddress |
EmailAddressPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Address |
AddressUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address |
AddressPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Address |
AddressUtil.findByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
AddressPersistence.findByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static Address |
AddressUtil.findByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address |
AddressPersistence.findByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static Address[] |
AddressUtil.findByC_C_C_M_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
Address[] |
AddressPersistence.findByC_C_C_M_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static List<Address> |
AddressUtil.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
List<Address> |
AddressPersistence.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static List<Address> |
AddressUtil.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
List<Address> |
AddressPersistence.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static List<Address> |
AddressUtil.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
List<Address> |
AddressPersistence.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
static Website |
WebsiteUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Website |
WebsitePersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Phone |
PhoneUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Phone |
PhonePersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
EmailAddress |
EmailAddressPersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Address |
AddressUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address |
AddressPersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Website |
WebsiteUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Website |
WebsitePersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Phone |
PhoneUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Phone |
PhonePersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
EmailAddress |
EmailAddressPersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Address |
AddressUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address |
AddressPersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Website[] |
WebsiteUtil.findByC_C_C_P_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Website[] |
WebsitePersistence.findByC_C_C_P_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Phone[] |
PhoneUtil.findByC_C_C_P_PrevAndNext(long phoneId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Phone[] |
PhonePersistence.findByC_C_C_P_PrevAndNext(long phoneId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static EmailAddress[] |
EmailAddressUtil.findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
EmailAddress[] |
EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Address[] |
AddressUtil.findByC_C_C_P_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
Address[] |
AddressPersistence.findByC_C_C_P_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Phone> |
PhoneUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Phone> |
PhonePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Address> |
AddressUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Address> |
AddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Phone> |
PhoneUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Phone> |
PhonePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Address> |
AddressUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Address> |
AddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Phone> |
PhoneUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Phone> |
PhonePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static List<Address> |
AddressUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
List<Address> |
AddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static Website[] |
WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Website[] |
WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Subscription[] |
SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Subscription[] |
SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Phone[] |
PhoneUtil.findByC_C_C_PrevAndNext(long phoneId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Phone[] |
PhonePersistence.findByC_C_C_PrevAndNext(long phoneId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static EmailAddress[] |
EmailAddressUtil.findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
EmailAddress[] |
EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static Address[] |
AddressUtil.findByC_C_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
Address[] |
AddressPersistence.findByC_C_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the websites where companyId = ? and classNameId = ? and classPK = ?. |
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the websites where companyId = ? and classNameId = ? and classPK = ?. |
static List<Subscription> |
SubscriptionUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
static Role |
RoleUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found. |
Role |
RolePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the role where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchRoleException if it could not be found. |
static List<Phone> |
PhoneUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the phones where companyId = ? and classNameId = ? and classPK = ?. |
List<Phone> |
PhonePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the phones where companyId = ? and classNameId = ? and classPK = ?. |
static Group |
GroupUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
static List<Address> |
AddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<Address> |
AddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ?. |
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ?. |
static List<Subscription> |
SubscriptionUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
static List<Phone> |
PhoneUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ?. |
List<Phone> |
PhonePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the phones where companyId = ? and classNameId = ? and classPK = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
static List<Address> |
AddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<Address> |
AddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?. |
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?. |
static List<Subscription> |
SubscriptionUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
static List<Phone> |
PhoneUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?. |
List<Phone> |
PhonePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
static List<Address> |
AddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
List<Address> |
AddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
static Website |
WebsiteUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?. |
Website |
WebsitePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?. |
static Phone |
PhoneUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ?. |
Phone |
PhonePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
EmailAddress |
EmailAddressPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
static Contact |
ContactUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
Contact |
ContactPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
static Address |
AddressUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
static Group |
GroupUtil.findByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found. |
static Website |
WebsiteUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?. |
Website |
WebsitePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?. |
static Phone |
PhoneUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ?. |
Phone |
PhonePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
EmailAddress |
EmailAddressPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
static Contact |
ContactUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
Contact |
ContactPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
static Address |
AddressUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
Address |
AddressPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
static List<Group> |
GroupFinderUtil.findByC_C_N_D(long companyId,
long[] classNameIds,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByC_C_N_D(long companyId,
long[] classNameIds,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static Website[] |
WebsiteUtil.findByC_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?. |
Website[] |
WebsitePersistence.findByC_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?. |
static Phone[] |
PhoneUtil.findByC_C_PrevAndNext(long phoneId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?. |
Phone[] |
PhonePersistence.findByC_C_PrevAndNext(long phoneId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress[] |
EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?. |
EmailAddress[] |
EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?. |
static Contact[] |
ContactUtil.findByC_C_PrevAndNext(long contactId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?. |
Contact[] |
ContactPersistence.findByC_C_PrevAndNext(long contactId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?. |
static Address[] |
AddressUtil.findByC_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?. |
Address[] |
AddressPersistence.findByC_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?. |
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId)
Returns all the websites where companyId = ? and classNameId = ?. |
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId)
Returns all the websites where companyId = ? and classNameId = ?. |
static WebDAVProps |
WebDAVPropsUtil.findByC_C(long classNameId,
long classPK)
Returns the web d a v props where classNameId = ? and classPK = ? or throws a NoSuchWebDAVPropsException if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.findByC_C(long classNameId,
long classPK)
Returns the web d a v props where classNameId = ? and classPK = ? or throws a NoSuchWebDAVPropsException if it could not be found. |
static Shard |
ShardUtil.findByC_C(long classNameId,
long classPK)
Returns the shard where classNameId = ? and classPK = ? or throws a NoSuchShardException if it could not be found. |
Shard |
ShardPersistence.findByC_C(long classNameId,
long classPK)
Returns the shard where classNameId = ? and classPK = ? or throws a NoSuchShardException if it could not be found. |
static List<Phone> |
PhoneUtil.findByC_C(long companyId,
long classNameId)
Returns all the phones where companyId = ? and classNameId = ?. |
List<Phone> |
PhonePersistence.findByC_C(long companyId,
long classNameId)
Returns all the phones where companyId = ? and classNameId = ?. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.findByC_C(long classNameId,
long classPK)
Returns the password policy rel where classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.findByC_C(long classNameId,
long classPK)
Returns the password policy rel where classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C(long companyId,
long classNameId)
Returns all the email addresses where companyId = ? and classNameId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C(long companyId,
long classNameId)
Returns all the email addresses where companyId = ? and classNameId = ?. |
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK)
Returns all the contacts where classNameId = ? and classPK = ?. |
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK)
Returns all the contacts where classNameId = ? and classPK = ?. |
static List<Address> |
AddressUtil.findByC_C(long companyId,
long classNameId)
Returns all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
AddressPersistence.findByC_C(long companyId,
long classNameId)
Returns all the addresses where companyId = ? and classNameId = ?. |
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ?. |
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the websites where companyId = ? and classNameId = ?. |
static List<Phone> |
PhoneUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the phones where companyId = ? and classNameId = ?. |
List<Phone> |
PhonePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the phones where companyId = ? and classNameId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ?. |
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the contacts where classNameId = ? and classPK = ?. |
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the contacts where classNameId = ? and classPK = ?. |
static List<Address> |
AddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
AddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ?. |
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?. |
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?. |
static List<Phone> |
PhoneUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ?. |
List<Phone> |
PhonePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?. |
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?. |
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?. |
static List<Address> |
AddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
List<Address> |
AddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
static User |
UserUtil.findByC_CD_First(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
User |
UserPersistence.findByC_CD_First(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
static User |
UserUtil.findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
User |
UserPersistence.findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
static User |
UserUtil.findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User |
UserPersistence.findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
static User |
UserUtil.findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User |
UserPersistence.findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
static User[] |
UserUtil.findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
User[] |
UserPersistence.findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Returns all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
static User[] |
UserUtil.findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?. |
User[] |
UserPersistence.findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?. |
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate)
Returns all the users where companyId = ? and createDate = ?. |
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate)
Returns all the users where companyId = ? and createDate = ?. |
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ?. |
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate,
int start,
int end)
Returns a range of all the users where companyId = ? and createDate = ?. |
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?. |
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?. |
static PasswordPolicy |
PasswordPolicyUtil.findByC_DP(long companyId,
boolean defaultPolicy)
Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.findByC_DP(long companyId,
boolean defaultPolicy)
Returns the password policy where companyId = ? and defaultPolicy = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
static User |
UserUtil.findByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_DU(long companyId,
boolean defaultUser)
Returns the user where companyId = ? and defaultUser = ? or throws a NoSuchUserException if it could not be found. |
static User |
UserUtil.findByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_EA(long companyId,
String emailAddress)
Returns the user where companyId = ? and emailAddress = ? or throws a NoSuchUserException if it could not be found. |
static Group |
GroupUtil.findByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found. |
static User |
UserUtil.findByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_FID(long companyId,
long facebookId)
Returns the user where companyId = ? and facebookId = ? or throws a NoSuchUserException if it could not be found. |
static List<User> |
UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<User> |
UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<User> |
UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<User> |
UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static ResourceBlock |
ResourceBlockUtil.findByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
ResourceBlock |
ResourceBlockPersistence.findByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
static ResourceBlock |
ResourceBlockUtil.findByC_G_N_Last(long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
ResourceBlock |
ResourceBlockPersistence.findByC_G_N_Last(long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
static ResourceBlock |
ResourceBlockUtil.findByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash)
Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or throws a NoSuchResourceBlockException if it could not be found. |
ResourceBlock |
ResourceBlockPersistence.findByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash)
Returns the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? or throws a NoSuchResourceBlockException if it could not be found. |
static ResourceBlock[] |
ResourceBlockUtil.findByC_G_N_PrevAndNext(long resourceBlockId,
long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
ResourceBlock[] |
ResourceBlockPersistence.findByC_G_N_PrevAndNext(long resourceBlockId,
long companyId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.findByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a NoSuchResourceTypePermissionException if it could not be found. |
ResourceTypePermission |
ResourceTypePermissionPersistence.findByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a NoSuchResourceTypePermissionException if it could not be found. |
static ResourceBlockIdsBag |
ResourceBlockFinderUtil.findByC_G_N_R(long companyId,
long groupId,
String name,
long[] roleIds)
|
ResourceBlockIdsBag |
ResourceBlockFinder.findByC_G_N_R(long companyId,
long groupId,
String name,
long[] roleIds)
|
static List<ResourceBlock> |
ResourceBlockUtil.findByC_G_N(long companyId,
long groupId,
String name)
Returns all the resource blocks where companyId = ? and groupId = ? and name = ?. |
List<ResourceBlock> |
ResourceBlockPersistence.findByC_G_N(long companyId,
long groupId,
String name)
Returns all the resource blocks where companyId = ? and groupId = ? and name = ?. |
static List<ResourceBlock> |
ResourceBlockUtil.findByC_G_N(long companyId,
long groupId,
String name,
int start,
int end)
Returns a range of all the resource blocks where companyId = ? and groupId = ? and name = ?. |
List<ResourceBlock> |
ResourceBlockPersistence.findByC_G_N(long companyId,
long groupId,
String name,
int start,
int end)
Returns a range of all the resource blocks where companyId = ? and groupId = ? and name = ?. |
static List<ResourceBlock> |
ResourceBlockUtil.findByC_G_N(long companyId,
long groupId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?. |
List<ResourceBlock> |
ResourceBlockPersistence.findByC_G_N(long companyId,
long groupId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?. |
static List<PortletPreferences> |
PortletPreferencesFinderUtil.findByC_G_O_O_P_P(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout)
|
List<PortletPreferences> |
PortletPreferencesFinder.findByC_G_O_O_P_P(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout)
|
static PluginSetting |
PluginSettingUtil.findByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws a NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistence.findByC_I_T(long companyId,
String pluginId,
String pluginType)
Returns the plugin setting where companyId = ? and pluginId = ? and pluginType = ? or throws a NoSuchPluginSettingException if it could not be found. |
static Lock |
LockUtil.findByC_K_O(String className,
String key,
String owner)
Returns the lock where className = ? and key = ? and owner = ? or throws a NoSuchLockException if it could not be found. |
Lock |
LockPersistence.findByC_K_O(String className,
String key,
String owner)
Returns the lock where className = ? and key = ? and owner = ? or throws a NoSuchLockException if it could not be found. |
static Lock |
LockUtil.findByC_K(String className,
String key)
Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found. |
Lock |
LockPersistence.findByC_K(String className,
String key)
Returns the lock where className = ? and key = ? or throws a NoSuchLockException if it could not be found. |
static Group |
GroupUtil.findByC_L_N(long companyId,
long liveGroupId,
String name)
Returns the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_L_N(long companyId,
long liveGroupId,
String name)
Returns the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found. |
static VirtualHost |
VirtualHostUtil.findByC_L(long companyId,
long layoutSetId)
Returns the virtual host where companyId = ? and layoutSetId = ? or throws a NoSuchVirtualHostException if it could not be found. |
VirtualHost |
VirtualHostPersistence.findByC_L(long companyId,
long layoutSetId)
Returns the virtual host where companyId = ? and layoutSetId = ? or throws a NoSuchVirtualHostException if it could not be found. |
static User |
UserUtil.findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
User |
UserPersistence.findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
static User |
UserUtil.findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
User |
UserPersistence.findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
static User[] |
UserUtil.findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?. |
User[] |
UserPersistence.findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?. |
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate)
Returns all the users where companyId = ? and modifiedDate = ?. |
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate)
Returns all the users where companyId = ? and modifiedDate = ?. |
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and modifiedDate = ?. |
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end)
Returns a range of all the users where companyId = ? and modifiedDate = ?. |
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?. |
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?. |
static List<Role> |
RoleFinderUtil.findByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Role> |
RoleFinder.findByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<Role> |
RoleFinderUtil.findByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Role> |
RoleFinder.findByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByC_N_D(long companyId,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByC_N_D(long companyId,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByC_N_D(long companyId,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByC_N_D(long companyId,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static ResourceBlock |
ResourceBlockUtil.findByC_N_First(long companyId,
String name,
OrderByComparator orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?. |
ResourceBlock |
ResourceBlockPersistence.findByC_N_First(long companyId,
String name,
OrderByComparator orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?. |
static ResourceBlock |
ResourceBlockUtil.findByC_N_Last(long companyId,
String name,
OrderByComparator orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?. |
ResourceBlock |
ResourceBlockPersistence.findByC_N_Last(long companyId,
String name,
OrderByComparator orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_P_O_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_P_O_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourceBlock[] |
ResourceBlockUtil.findByC_N_PrevAndNext(long resourceBlockId,
long companyId,
String name,
OrderByComparator orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?. |
ResourceBlock[] |
ResourceBlockPersistence.findByC_N_PrevAndNext(long resourceBlockId,
long companyId,
String name,
OrderByComparator orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.findByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
ResourceTypePermission |
ResourceTypePermissionPersistence.findByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.findByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
ResourceTypePermission |
ResourceTypePermissionPersistence.findByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
static ResourceTypePermission[] |
ResourceTypePermissionUtil.findByC_N_R_PrevAndNext(long resourceTypePermissionId,
long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
ResourceTypePermission[] |
ResourceTypePermissionPersistence.findByC_N_R_PrevAndNext(long resourceTypePermissionId,
long companyId,
String name,
long roleId,
OrderByComparator orderByComparator)
Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findByC_N_R(long companyId,
String name,
long roleId)
Returns all the resource type permissions where companyId = ? and name = ? and roleId = ?. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findByC_N_R(long companyId,
String name,
long roleId)
Returns all the resource type permissions where companyId = ? and name = ? and roleId = ?. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end)
Returns a range of all the resource type permissions where companyId = ? and name = ? and roleId = ?. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end)
Returns a range of all the resource type permissions where companyId = ? and name = ? and roleId = ?. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static List<Role> |
RoleFinderUtil.findByC_N_S_P_A(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
List<Role> |
RoleFinder.findByC_N_S_P_A(long companyId,
String name,
int scope,
String primKey,
String actionId)
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_A_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_A_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_A_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_A_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_First(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_Last(long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_R_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_R_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?. |
static Map<String,List<String>> |
RoleFinderUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
|
Map<String,List<String>> |
RoleFinder.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope)
Returns all the resource permissions where companyId = ? and name = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope)
Returns all the resource permissions where companyId = ? and name = ? and scope = ?. |
static List<String> |
ResourcePermissionFinderUtil.findByC_N_S(long companyId,
String name,
int scope)
|
List<String> |
ResourcePermissionFinder.findByC_N_S(long companyId,
String name,
int scope)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
static UserGroup |
UserGroupUtil.findByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found. |
UserGroup |
UserGroupPersistence.findByC_N(long companyId,
String name)
Returns the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found. |
static UserGroup |
UserGroupFinderUtil.findByC_N(long companyId,
String name)
|
UserGroup |
UserGroupFinder.findByC_N(long companyId,
String name)
|
static Role |
RoleUtil.findByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found. |
Role |
RolePersistence.findByC_N(long companyId,
String name)
Returns the role where companyId = ? and name = ? or throws a NoSuchRoleException if it could not be found. |
static Role |
RoleFinderUtil.findByC_N(long companyId,
String name)
|
Role |
RoleFinder.findByC_N(long companyId,
String name)
|
static List<ResourceBlock> |
ResourceBlockUtil.findByC_N(long companyId,
String name)
Returns all the resource blocks where companyId = ? and name = ?. |
List<ResourceBlock> |
ResourceBlockPersistence.findByC_N(long companyId,
String name)
Returns all the resource blocks where companyId = ? and name = ?. |
static PasswordPolicy |
PasswordPolicyUtil.findByC_N(long companyId,
String name)
Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.findByC_N(long companyId,
String name)
Returns the password policy where companyId = ? and name = ? or throws a NoSuchPasswordPolicyException if it could not be found. |
static Organization |
OrganizationUtil.findByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found. |
Organization |
OrganizationPersistence.findByC_N(long companyId,
String name)
Returns the organization where companyId = ? and name = ? or throws a NoSuchOrganizationException if it could not be found. |
static Group |
GroupUtil.findByC_N(long companyId,
String name)
Returns the group where companyId = ? and name = ? or throws a NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_N(long companyId,
String name)
Returns the group where companyId = ? and name = ? or throws a NoSuchGroupException if it could not be found. |
static Group |
GroupFinderUtil.findByC_N(long companyId,
String name)
|
Group |
GroupFinder.findByC_N(long companyId,
String name)
|
static List<ResourceBlock> |
ResourceBlockUtil.findByC_N(long companyId,
String name,
int start,
int end)
Returns a range of all the resource blocks where companyId = ? and name = ?. |
List<ResourceBlock> |
ResourceBlockPersistence.findByC_N(long companyId,
String name,
int start,
int end)
Returns a range of all the resource blocks where companyId = ? and name = ?. |
static List<ResourceBlock> |
ResourceBlockUtil.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource blocks where companyId = ? and name = ?. |
List<ResourceBlock> |
ResourceBlockPersistence.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource blocks where companyId = ? and name = ?. |
static List<PasswordPolicy> |
PasswordPolicyFinderUtil.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<PasswordPolicy> |
PasswordPolicyFinder.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator obc)
|
static User |
UserUtil.findByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_O(long companyId,
String openId)
Returns the user where companyId = ? and openId = ? or throws a NoSuchUserException if it could not be found. |
static UserGroup |
UserGroupUtil.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup |
UserGroupPersistence.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
static Organization |
OrganizationUtil.findByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
Organization |
OrganizationPersistence.findByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
static Group |
GroupUtil.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?. |
Group |
GroupPersistence.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_P_First(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_P_First(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
static UserGroup |
UserGroupUtil.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup |
UserGroupPersistence.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
static Organization |
OrganizationUtil.findByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
Organization |
OrganizationPersistence.findByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
static Group |
GroupUtil.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?. |
Group |
GroupPersistence.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_P_Last(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_P_Last(long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
static List<LayoutReference> |
LayoutFinderUtil.findByC_P_P(long companyId,
String portletId,
String preferencesKey,
String preferencesValue)
|
List<LayoutReference> |
LayoutFinder.findByC_P_P(long companyId,
String portletId,
String preferencesKey,
String preferencesValue)
|
static UserGroup[] |
UserGroupUtil.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
UserGroup[] |
UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
static Organization[] |
OrganizationUtil.findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
Organization[] |
OrganizationPersistence.findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
static Group[] |
GroupUtil.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?. |
Group[] |
GroupPersistence.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_P_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_P_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_P_R_First(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_P_R_First(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_P_R_Last(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_P_R_Last(long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_P_R_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_P_R_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_P_R(long companyId,
String primKey,
long roleId)
Returns all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_P_R(long companyId,
String primKey,
long roleId)
Returns all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_P_R(long companyId,
String primKey,
long roleId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_P_R(long companyId,
String primKey,
long roleId,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_P_R(long companyId,
String primKey,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_P_R(long companyId,
String primKey,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?. |
static Group |
GroupUtil.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
Group |
GroupPersistence.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
static Group |
GroupUtil.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
Group |
GroupPersistence.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
static Group[] |
GroupUtil.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
Group[] |
GroupPersistence.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site)
Returns all the groups where companyId = ? and parentGroupId = ? and site = ?. |
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site)
Returns all the groups where companyId = ? and parentGroupId = ? and site = ?. |
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ?. |
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ? and site = ?. |
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?. |
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?. |
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups where companyId = ? and parentUserGroupId = ?. |
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId)
Returns all the user groups where companyId = ? and parentUserGroupId = ?. |
static List<Organization> |
OrganizationUtil.findByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
OrganizationPersistence.findByC_P(long companyId,
long parentOrganizationId)
Returns all the organizations where companyId = ? and parentOrganizationId = ?. |
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId)
Returns all the groups where companyId = ? and parentGroupId = ?. |
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId)
Returns all the groups where companyId = ? and parentGroupId = ?. |
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?. |
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end)
Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?. |
static List<Organization> |
OrganizationUtil.findByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
OrganizationPersistence.findByC_P(long companyId,
long parentOrganizationId,
int start,
int end)
Returns a range of all the organizations where companyId = ? and parentOrganizationId = ?. |
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ?. |
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId,
int start,
int end)
Returns a range of all the groups where companyId = ? and parentGroupId = ?. |
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?. |
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?. |
static List<Organization> |
OrganizationUtil.findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?. |
List<Organization> |
OrganizationPersistence.findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?. |
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?. |
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_P(long companyId,
String primKey)
Returns all the resource permissions where companyId = ? and primKey LIKE ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_P(long companyId,
String primKey)
Returns all the resource permissions where companyId = ? and primKey LIKE ?. |
static Portlet |
PortletUtil.findByC_P(long companyId,
String portletId)
Returns the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found. |
Portlet |
PortletPersistence.findByC_P(long companyId,
String portletId)
Returns the portlet where companyId = ? and portletId = ? or throws a NoSuchPortletException if it could not be found. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_P(long companyId,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_P(long companyId,
String primKey,
int start,
int end)
Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_P(long companyId,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_P(long companyId,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?. |
static List<Group> |
GroupFinderUtil.findByC_PG_N_D(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByC_PG_N_D(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String[] names,
String[] realNames,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByC_PG_N_D(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByC_PG_N_D(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String name,
String realName,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<Organization> |
OrganizationFinderUtil.findByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String[] names,
String type,
String[] streets,
String[] cities,
String[] zips,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Organization> |
OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String[] names,
String type,
String[] streets,
String[] cities,
String[] zips,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<Organization> |
OrganizationFinderUtil.findByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<Organization> |
OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static Region |
RegionUtil.findByC_R(long countryId,
String regionCode)
Returns the region where countryId = ? and regionCode = ? or throws a NoSuchRegionException if it could not be found. |
Region |
RegionPersistence.findByC_R(long countryId,
String regionCode)
Returns the region where countryId = ? and regionCode = ? or throws a NoSuchRegionException if it could not be found. |
static Group |
GroupUtil.findByC_S_First(long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?. |
Group |
GroupPersistence.findByC_S_First(long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?. |
static User |
UserUtil.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
User |
UserPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
static Group |
GroupUtil.findByC_S_Last(long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?. |
Group |
GroupPersistence.findByC_S_Last(long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?. |
static User |
UserUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
User |
UserPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
static Group[] |
GroupUtil.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?. |
Group[] |
GroupPersistence.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?. |
static User[] |
UserUtil.findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?. |
User[] |
UserPersistence.findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?. |
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site)
Returns all the groups where companyId = ? and site = ?. |
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site)
Returns all the groups where companyId = ? and site = ?. |
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and site = ?. |
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site,
int start,
int end)
Returns a range of all the groups where companyId = ? and site = ?. |
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where companyId = ? and site = ?. |
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where companyId = ? and site = ?. |
static List<User> |
UserUtil.findByC_S(long companyId,
int status)
Returns all the users where companyId = ? and status = ?. |
List<User> |
UserPersistence.findByC_S(long companyId,
int status)
Returns all the users where companyId = ? and status = ?. |
static List<User> |
UserUtil.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the users where companyId = ? and status = ?. |
List<User> |
UserPersistence.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the users where companyId = ? and status = ?. |
static List<User> |
UserUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?. |
List<User> |
UserPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?. |
static User |
UserUtil.findByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_SN(long companyId,
String screenName)
Returns the user where companyId = ? and screenName = ? or throws a NoSuchUserException if it could not be found. |
static Subscription |
SubscriptionUtil.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found. |
Subscription |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws a NoSuchSubscriptionException if it could not be found. |
static User |
UserUtil.findByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found. |
User |
UserPersistence.findByC_U(long companyId,
long userId)
Returns the user where companyId = ? and userId = ? or throws a NoSuchUserException if it could not be found. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByC_W_W_First(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByC_W_W_First(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByC_W_W_Last(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByC_W_W_Last(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static WorkflowDefinitionLink[] |
WorkflowDefinitionLinkUtil.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
WorkflowDefinitionLink[] |
WorkflowDefinitionLinkPersistence.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
Returns all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
Returns all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
int start,
int end)
Returns a range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
int start,
int end)
Returns a range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ?. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ?. |
static Website |
WebsiteUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ?. |
Website |
WebsitePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where companyId = ?. |
static User |
UserUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
static UserTracker |
UserTrackerUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?. |
UserTracker |
UserTrackerPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?. |
User |
UserPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
static UserGroup |
UserGroupUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
UserGroup |
UserGroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
static Role |
RoleUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
Role |
RolePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
static Portlet |
PortletUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first portlet in the ordered set where companyId = ?. |
Portlet |
PortletPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first portlet in the ordered set where companyId = ?. |
static PluginSetting |
PluginSettingUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?. |
PluginSetting |
PluginSettingPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?. |
static Phone |
PhoneUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ?. |
Phone |
PhonePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where companyId = ?. |
static Organization |
OrganizationUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
Organization |
OrganizationPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
static Layout |
LayoutUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
Layout |
LayoutPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where companyId = ?. |
static Group |
GroupUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ?. |
Group |
GroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where companyId = ?. |
static EmailAddress |
EmailAddressUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
EmailAddress |
EmailAddressPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
static Contact |
ContactUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
Contact |
ContactPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
static Address |
AddressUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
Address |
AddressPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ?. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ?. |
static Website |
WebsiteUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ?. |
Website |
WebsitePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where companyId = ?. |
static User |
UserUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
static UserTracker |
UserTrackerUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?. |
UserTracker |
UserTrackerPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?. |
User |
UserPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
static UserGroup |
UserGroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
UserGroup |
UserGroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
static Role |
RoleUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
Role |
RolePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
static Portlet |
PortletUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last portlet in the ordered set where companyId = ?. |
Portlet |
PortletPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last portlet in the ordered set where companyId = ?. |
static PluginSetting |
PluginSettingUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?. |
PluginSetting |
PluginSettingPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?. |
static Phone |
PhoneUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ?. |
Phone |
PhonePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where companyId = ?. |
static Organization |
OrganizationUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
Organization |
OrganizationPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
static Layout |
LayoutUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
Layout |
LayoutPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where companyId = ?. |
static Group |
GroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ?. |
Group |
GroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where companyId = ?. |
static EmailAddress |
EmailAddressUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
EmailAddress |
EmailAddressPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
static Contact |
ContactUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
Contact |
ContactPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
static Address |
AddressUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
Address |
AddressPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
static WorkflowDefinitionLink[] |
WorkflowDefinitionLinkUtil.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
OrderByComparator orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?. |
WorkflowDefinitionLink[] |
WorkflowDefinitionLinkPersistence.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
OrderByComparator orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?. |
static Website[] |
WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId,
long companyId,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ?. |
Website[] |
WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId,
long companyId,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ?. |
static User[] |
UserUtil.findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?. |
static UserTracker[] |
UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId,
long companyId,
OrderByComparator orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?. |
UserTracker[] |
UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId,
long companyId,
OrderByComparator orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?. |
User[] |
UserPersistence.findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?. |
static UserGroup[] |
UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?. |
UserGroup[] |
UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?. |
static Role[] |
RoleUtil.findByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?. |
Role[] |
RolePersistence.findByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?. |
static Portlet[] |
PortletUtil.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Returns the portlets before and after the current portlet in the ordered set where companyId = ?. |
Portlet[] |
PortletPersistence.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Returns the portlets before and after the current portlet in the ordered set where companyId = ?. |
static PluginSetting[] |
PluginSettingUtil.findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator orderByComparator)
Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?. |
PluginSetting[] |
PluginSettingPersistence.findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator orderByComparator)
Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?. |
static Phone[] |
PhoneUtil.findByCompanyId_PrevAndNext(long phoneId,
long companyId,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ?. |
Phone[] |
PhonePersistence.findByCompanyId_PrevAndNext(long phoneId,
long companyId,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ?. |
static Organization[] |
OrganizationUtil.findByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
Organization[] |
OrganizationPersistence.findByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
static Layout[] |
LayoutUtil.findByCompanyId_PrevAndNext(long plid,
long companyId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
Layout[] |
LayoutPersistence.findByCompanyId_PrevAndNext(long plid,
long companyId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?. |
static Group[] |
GroupUtil.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?. |
Group[] |
GroupPersistence.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?. |
static EmailAddress[] |
EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ?. |
EmailAddress[] |
EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ?. |
static Contact[] |
ContactUtil.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where companyId = ?. |
Contact[] |
ContactPersistence.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where companyId = ?. |
static Address[] |
AddressUtil.findByCompanyId_PrevAndNext(long addressId,
long companyId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ?. |
Address[] |
AddressPersistence.findByCompanyId_PrevAndNext(long addressId,
long companyId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ?. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByCompanyId(long companyId)
Returns all the workflow definition links where companyId = ?. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId)
Returns all the workflow definition links where companyId = ?. |
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId)
Returns all the websites where companyId = ?. |
List<Website> |
WebsitePersistence.findByCompanyId(long companyId)
Returns all the websites where companyId = ?. |
static List<User> |
UserUtil.findByCompanyId(long companyId)
Returns all the users where companyId = ?. |
static List<UserTracker> |
UserTrackerUtil.findByCompanyId(long companyId)
Returns all the user trackers where companyId = ?. |
List<UserTracker> |
UserTrackerPersistence.findByCompanyId(long companyId)
Returns all the user trackers where companyId = ?. |
List<User> |
UserPersistence.findByCompanyId(long companyId)
Returns all the users where companyId = ?. |
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId)
Returns all the user groups where companyId = ?. |
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId)
Returns all the user groups where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId)
Returns all the roles where companyId = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId)
Returns all the roles where companyId = ?. |
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId)
Returns all the portlets where companyId = ?. |
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId)
Returns all the portlets where companyId = ?. |
static List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId)
Returns all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId)
Returns all the plugin settings where companyId = ?. |
static List<Phone> |
PhoneUtil.findByCompanyId(long companyId)
Returns all the phones where companyId = ?. |
List<Phone> |
PhonePersistence.findByCompanyId(long companyId)
Returns all the phones where companyId = ?. |
static List<Organization> |
OrganizationUtil.findByCompanyId(long companyId)
Returns all the organizations where companyId = ?. |
List<Organization> |
OrganizationPersistence.findByCompanyId(long companyId)
Returns all the organizations where companyId = ?. |
static List<Layout> |
LayoutUtil.findByCompanyId(long companyId)
Returns all the layouts where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId)
Returns all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId)
Returns all the layout set prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId)
Returns all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId)
Returns all the layout prototypes where companyId = ?. |
List<Layout> |
LayoutPersistence.findByCompanyId(long companyId)
Returns all the layouts where companyId = ?. |
static List<Group> |
GroupUtil.findByCompanyId(long companyId)
Returns all the groups where companyId = ?. |
List<Group> |
GroupPersistence.findByCompanyId(long companyId)
Returns all the groups where companyId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByCompanyId(long companyId)
Returns all the email addresses where companyId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByCompanyId(long companyId)
Returns all the email addresses where companyId = ?. |
static List<Contact> |
ContactUtil.findByCompanyId(long companyId)
Returns all the contacts where companyId = ?. |
List<Contact> |
ContactPersistence.findByCompanyId(long companyId)
Returns all the contacts where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId)
Returns all the addresses where companyId = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId)
Returns all the addresses where companyId = ?. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the workflow definition links where companyId = ?. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the workflow definition links where companyId = ?. |
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the websites where companyId = ?. |
List<Website> |
WebsitePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the websites where companyId = ?. |
static List<User> |
UserUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the users where companyId = ?. |
static List<UserTracker> |
UserTrackerUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user trackers where companyId = ?. |
List<UserTracker> |
UserTrackerPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user trackers where companyId = ?. |
List<User> |
UserPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the users where companyId = ?. |
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups where companyId = ?. |
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the user groups where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles where companyId = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the roles where companyId = ?. |
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the portlets where companyId = ?. |
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the portlets where companyId = ?. |
static List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the plugin settings where companyId = ?. |
static List<Phone> |
PhoneUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the phones where companyId = ?. |
List<Phone> |
PhonePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the phones where companyId = ?. |
static List<Organization> |
OrganizationUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?. |
List<Organization> |
OrganizationPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?. |
static List<Layout> |
LayoutUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layouts where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ?. |
List<Layout> |
LayoutPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layouts where companyId = ?. |
static List<Group> |
GroupUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the groups where companyId = ?. |
List<Group> |
GroupPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the groups where companyId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the email addresses where companyId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the email addresses where companyId = ?. |
static List<Contact> |
ContactUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the contacts where companyId = ?. |
List<Contact> |
ContactPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the contacts where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the addresses where companyId = ?. |
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow definition links where companyId = ?. |
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow definition links where companyId = ?. |
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where companyId = ?. |
List<Website> |
WebsitePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where companyId = ?. |
static List<User> |
UserUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ?. |
static List<UserTracker> |
UserTrackerUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user trackers where companyId = ?. |
List<UserTracker> |
UserTrackerPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user trackers where companyId = ?. |
List<User> |
UserPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where companyId = ?. |
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups where companyId = ?. |
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups where companyId = ?. |
static List<Role> |
RoleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
List<Role> |
RolePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlets where companyId = ?. |
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlets where companyId = ?. |
static List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the plugin settings where companyId = ?. |
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the plugin settings where companyId = ?. |
static List<Phone> |
PhoneUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where companyId = ?. |
List<Phone> |
PhonePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where companyId = ?. |
static List<Organization> |
OrganizationUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
List<Organization> |
OrganizationPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
static List<Layout> |
LayoutUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<Layout> |
LayoutPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where companyId = ?. |
static List<Group> |
GroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where companyId = ?. |
List<Group> |
GroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where companyId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ?. |
static List<Contact> |
ContactUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the contacts where companyId = ?. |
List<Contact> |
ContactPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the contacts where companyId = ?. |
static List<Address> |
AddressUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
List<Address> |
AddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
static List<Organization> |
OrganizationFinderUtil.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Organization> |
OrganizationFinder.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static User |
UserUtil.findByContactId(long contactId)
Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found. |
User |
UserPersistence.findByContactId(long contactId)
Returns the user where contactId = ? or throws a NoSuchUserException if it could not be found. |
static Region |
RegionUtil.findByCountryId_First(long countryId,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ?. |
Region |
RegionPersistence.findByCountryId_First(long countryId,
OrderByComparator orderByComparator)
Returns the first region in the ordered set where countryId = ?. |
static Region |
RegionUtil.findByCountryId_Last(long countryId,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ?. |
Region |
RegionPersistence.findByCountryId_Last(long countryId,
OrderByComparator orderByComparator)
Returns the last region in the ordered set where countryId = ?. |
static Region[] |
RegionUtil.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?. |
Region[] |
RegionPersistence.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?. |
static List<Region> |
RegionUtil.findByCountryId(long countryId)
Returns all the regions where countryId = ?. |
List<Region> |
RegionPersistence.findByCountryId(long countryId)
Returns all the regions where countryId = ?. |
static List<Region> |
RegionUtil.findByCountryId(long countryId,
int start,
int end)
Returns a range of all the regions where countryId = ?. |
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end)
Returns a range of all the regions where countryId = ?. |
static List<Region> |
RegionUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the regions where countryId = ?. |
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the regions where countryId = ?. |
static List<ResourceTypePermission> |
ResourceTypePermissionFinderUtil.findByEitherScopeC_G_N(long companyId,
long groupId,
String name)
|
List<ResourceTypePermission> |
ResourceTypePermissionFinder.findByEitherScopeC_G_N(long companyId,
long groupId,
String name)
|
static User |
UserUtil.findByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
User |
UserPersistence.findByEmailAddress_First(String emailAddress,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
static User |
UserUtil.findByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
User |
UserPersistence.findByEmailAddress_Last(String emailAddress,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
static User[] |
UserUtil.findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?. |
User[] |
UserPersistence.findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?. |
static List<User> |
UserUtil.findByEmailAddress(String emailAddress)
Returns all the users where emailAddress = ?. |
List<User> |
UserPersistence.findByEmailAddress(String emailAddress)
Returns all the users where emailAddress = ?. |
static List<User> |
UserUtil.findByEmailAddress(String emailAddress,
int start,
int end)
Returns a range of all the users where emailAddress = ?. |
List<User> |
UserPersistence.findByEmailAddress(String emailAddress,
int start,
int end)
Returns a range of all the users where emailAddress = ?. |
static List<User> |
UserUtil.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where emailAddress = ?. |
List<User> |
UserPersistence.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where emailAddress = ?. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink[] |
WorkflowInstanceLinkUtil.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink[] |
WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK)
Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or throws a NoSuchWorkflowDefinitionLinkException if it could not be found. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK)
Returns the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? or throws a NoSuchWorkflowDefinitionLinkException if it could not be found. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static PortletItem |
PortletItemUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
static PortletItem |
PortletItemUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
static PortletItem[] |
PortletItemUtil.findByG_C_PrevAndNext(long portletItemId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem[] |
PortletItemPersistence.findByG_C_PrevAndNext(long portletItemId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?. |
static List<PortletItem> |
PortletItemUtil.findByG_C(long groupId,
long classNameId)
Returns all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_C(long groupId,
long classNameId)
Returns all the portlet items where groupId = ? and classNameId = ?. |
static List<PortletItem> |
PortletItemUtil.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the portlet items where groupId = ? and classNameId = ?. |
static List<PortletItem> |
PortletItemUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?. |
static List<Team> |
TeamFinderUtil.findByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Team> |
TeamFinder.findByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static PortletItem |
PortletItemUtil.findByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or throws a NoSuchPortletItemException if it could not be found. |
PortletItem |
PortletItemPersistence.findByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or throws a NoSuchPortletItemException if it could not be found. |
static Repository |
RepositoryUtil.findByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistence.findByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or throws a NoSuchRepositoryException if it could not be found. |
static Team |
TeamUtil.findByG_N(long groupId,
String name)
Returns the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found. |
Team |
TeamPersistence.findByG_N(long groupId,
String name)
Returns the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found. |
static PortletItem |
PortletItemUtil.findByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.findByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
static PortletItem |
PortletItemUtil.findByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
PortletItemPersistence.findByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
static PortletItem[] |
PortletItemUtil.findByG_P_C_PrevAndNext(long portletItemId,
long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem[] |
PortletItemPersistence.findByG_P_C_PrevAndNext(long portletItemId,
long groupId,
String portletId,
long classNameId,
OrderByComparator orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
static List<PortletItem> |
PortletItemUtil.findByG_P_C(long groupId,
String portletId,
long classNameId)
Returns all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_P_C(long groupId,
String portletId,
long classNameId)
Returns all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
static List<PortletItem> |
PortletItemUtil.findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end)
Returns a range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end)
Returns a range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
static List<PortletItem> |
PortletItemUtil.findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
PortletItemPersistence.findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
static Layout |
LayoutUtil.findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found. |
Layout |
LayoutPersistence.findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found. |
static Layout |
LayoutUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
Layout |
LayoutPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?. |
static Layout |
LayoutUtil.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found. |
Layout |
LayoutPersistence.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found. |
static Layout |
LayoutUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
Layout |
LayoutPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
static Layout |
LayoutUtil.findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
Layout |
LayoutPersistence.findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static Layout |
LayoutUtil.findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
Layout |
LayoutPersistence.findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static Layout[] |
LayoutUtil.findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
Layout[] |
LayoutPersistence.findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static List<Layout> |
LayoutUtil.findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
List<Layout> |
LayoutPersistence.findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static List<Layout> |
LayoutUtil.findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
List<Layout> |
LayoutPersistence.findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static List<Layout> |
LayoutUtil.findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
List<Layout> |
LayoutPersistence.findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
static Layout[] |
LayoutUtil.findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
Layout[] |
LayoutPersistence.findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?. |
static Layout |
LayoutUtil.findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a NoSuchLayoutException if it could not be found. |
Layout |
LayoutPersistence.findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a NoSuchLayoutException if it could not be found. |
static Layout |
LayoutUtil.findByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
Layout |
LayoutPersistence.findByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
static Layout |
LayoutUtil.findByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
Layout |
LayoutPersistence.findByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
static Layout[] |
LayoutUtil.findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
Layout[] |
LayoutPersistence.findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
static List<Layout> |
LayoutUtil.findByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ?. |
List<Layout> |
LayoutPersistence.findByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ?. |
static List<Layout> |
LayoutUtil.findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?. |
List<Layout> |
LayoutPersistence.findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?. |
static List<Layout> |
LayoutUtil.findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?. |
List<Layout> |
LayoutPersistence.findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?. |
static List<Layout> |
LayoutUtil.findByG_P(long groupId,
boolean privateLayout)
Returns all the layouts where groupId = ? and privateLayout = ?. |
static LayoutSet |
LayoutSetUtil.findByG_P(long groupId,
boolean privateLayout)
Returns the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found. |
LayoutSet |
LayoutSetPersistence.findByG_P(long groupId,
boolean privateLayout)
Returns the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs where groupId = ? and privateLayout = ?. |
List<Layout> |
LayoutPersistence.findByG_P(long groupId,
boolean privateLayout)
Returns all the layouts where groupId = ? and privateLayout = ?. |
static List<Layout> |
LayoutUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<Layout> |
LayoutPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ?. |
static List<Layout> |
LayoutUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<Layout> |
LayoutPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByG_R_First(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByG_R_Last(long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?. |
static UserGroupRole[] |
UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?. |
UserGroupRole[] |
UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
long roleId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByG_R(long groupId,
long roleId)
Returns all the user group roles where groupId = ? and roleId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByG_R(long groupId,
long roleId)
Returns all the user group roles where groupId = ? and roleId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByG_R(long groupId,
long roleId)
Returns all the user group group roles where groupId = ? and roleId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByG_R(long groupId,
long roleId)
Returns all the user group group roles where groupId = ? and roleId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByG_R(long groupId,
long roleId,
int start,
int end)
Returns a range of all the user group roles where groupId = ? and roleId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByG_R(long groupId,
long roleId,
int start,
int end)
Returns a range of all the user group roles where groupId = ? and roleId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByG_R(long groupId,
long roleId,
int start,
int end)
Returns a range of all the user group group roles where groupId = ? and roleId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByG_R(long groupId,
long roleId,
int start,
int end)
Returns a range of all the user group group roles where groupId = ? and roleId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where groupId = ? and roleId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where groupId = ? and roleId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?. |
static MembershipRequest |
MembershipRequestUtil.findByG_S_First(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
MembershipRequest |
MembershipRequestPersistence.findByG_S_First(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest |
MembershipRequestUtil.findByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
MembershipRequest |
MembershipRequestPersistence.findByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest[] |
MembershipRequestUtil.findByG_S_PrevAndNext(long membershipRequestId,
long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?. |
MembershipRequest[] |
MembershipRequestPersistence.findByG_S_PrevAndNext(long membershipRequestId,
long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByG_S(long groupId,
int statusId)
Returns all the membership requests where groupId = ? and statusId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByG_S(long groupId,
int statusId)
Returns all the membership requests where groupId = ? and statusId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByG_S(long groupId,
int statusId,
int start,
int end)
Returns a range of all the membership requests where groupId = ? and statusId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByG_S(long groupId,
int statusId,
int start,
int end)
Returns a range of all the membership requests where groupId = ? and statusId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByG_S(long groupId,
int statusId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and statusId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByG_S(long groupId,
int statusId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and statusId = ?. |
static MembershipRequest |
MembershipRequestUtil.findByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
MembershipRequest |
MembershipRequestPersistence.findByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
static MembershipRequest |
MembershipRequestUtil.findByG_U_S_Last(long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
MembershipRequest |
MembershipRequestPersistence.findByG_U_S_Last(long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
static MembershipRequest[] |
MembershipRequestUtil.findByG_U_S_PrevAndNext(long membershipRequestId,
long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
MembershipRequest[] |
MembershipRequestPersistence.findByG_U_S_PrevAndNext(long membershipRequestId,
long groupId,
long userId,
int statusId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByG_U_S(long groupId,
long userId,
int statusId)
Returns all the membership requests where groupId = ? and userId = ? and statusId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByG_U_S(long groupId,
long userId,
int statusId)
Returns all the membership requests where groupId = ? and userId = ? and statusId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByG_U_S(long groupId,
long userId,
int statusId,
int start,
int end)
Returns a range of all the membership requests where groupId = ? and userId = ? and statusId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByG_U_S(long groupId,
long userId,
int statusId,
int start,
int end)
Returns a range of all the membership requests where groupId = ? and userId = ? and statusId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByG_U_S(long groupId,
long userId,
int statusId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByG_U_S(long groupId,
long userId,
int statusId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where groupId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where groupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
static Team |
TeamUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
Team |
TeamPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
static MembershipRequest |
MembershipRequestUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
MembershipRequest |
MembershipRequestPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
static Layout |
LayoutUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ?. |
static LayoutSet |
LayoutSetUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set in the ordered set where groupId = ?. |
LayoutSet |
LayoutSetPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
Layout |
LayoutPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where groupId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where groupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?. |
static Team |
TeamUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
Team |
TeamPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
static MembershipRequest |
MembershipRequestUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
MembershipRequest |
MembershipRequestPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
static Layout |
LayoutUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ?. |
static LayoutSet |
LayoutSetUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set in the ordered set where groupId = ?. |
LayoutSet |
LayoutSetPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set in the ordered set where groupId = ?. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
Layout |
LayoutPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ?. |
static Team[] |
TeamUtil.findByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator orderByComparator)
Returns the teams before and after the current team in the ordered set where groupId = ?. |
Team[] |
TeamPersistence.findByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator orderByComparator)
Returns the teams before and after the current team in the ordered set where groupId = ?. |
static Repository[] |
RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
Repository[] |
RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
static MembershipRequest[] |
MembershipRequestUtil.findByGroupId_PrevAndNext(long membershipRequestId,
long groupId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ?. |
MembershipRequest[] |
MembershipRequestPersistence.findByGroupId_PrevAndNext(long membershipRequestId,
long groupId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ?. |
static Layout[] |
LayoutUtil.findByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?. |
static LayoutSet[] |
LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ?. |
LayoutSet[] |
LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ?. |
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
Layout[] |
LayoutPersistence.findByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?. |
static OrgGroupRole[] |
OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?. |
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?. |
static UserGroupRole[] |
UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ?. |
UserGroupRole[] |
UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByGroupId(long groupId)
Returns all the user group roles where groupId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByGroupId(long groupId)
Returns all the user group roles where groupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByGroupId(long groupId)
Returns all the user group group roles where groupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByGroupId(long groupId)
Returns all the user group group roles where groupId = ?. |
static List<Team> |
TeamUtil.findByGroupId(long groupId)
Returns all the teams where groupId = ?. |
List<Team> |
TeamPersistence.findByGroupId(long groupId)
Returns all the teams where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId)
Returns all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId)
Returns all the repositories where groupId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByGroupId(long groupId)
Returns all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId)
Returns all the org group roles where groupId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByGroupId(long groupId)
Returns all the membership requests where groupId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByGroupId(long groupId)
Returns all the membership requests where groupId = ?. |
static List<Layout> |
LayoutUtil.findByGroupId(long groupId)
Returns all the layouts where groupId = ?. |
static List<LayoutSet> |
LayoutSetUtil.findByGroupId(long groupId)
Returns all the layout sets where groupId = ?. |
List<LayoutSet> |
LayoutSetPersistence.findByGroupId(long groupId)
Returns all the layout sets where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId)
Returns all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId)
Returns all the layout set branchs where groupId = ?. |
List<Layout> |
LayoutPersistence.findByGroupId(long groupId)
Returns all the layouts where groupId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the user group roles where groupId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the user group roles where groupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the user group group roles where groupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the user group group roles where groupId = ?. |
static List<Team> |
TeamUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the teams where groupId = ?. |
List<Team> |
TeamPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the teams where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the repositories where groupId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the org group roles where groupId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the membership requests where groupId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the membership requests where groupId = ?. |
static List<Layout> |
LayoutUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts where groupId = ?. |
static List<LayoutSet> |
LayoutSetUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout sets where groupId = ?. |
List<LayoutSet> |
LayoutSetPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout sets where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ?. |
List<Layout> |
LayoutPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts where groupId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where groupId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where groupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ?. |
static List<Team> |
TeamUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams where groupId = ?. |
List<Team> |
TeamPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org group roles where groupId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ?. |
static List<Layout> |
LayoutUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ?. |
static List<LayoutSet> |
LayoutSetUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout sets where groupId = ?. |
List<LayoutSet> |
LayoutSetPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout sets where groupId = ?. |
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
List<Layout> |
LayoutPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ?. |
static List<ResourceTypePermission> |
ResourceTypePermissionFinderUtil.findByGroupScopeC_N_R(long companyId,
String name,
long roleId)
|
List<ResourceTypePermission> |
ResourceTypePermissionFinder.findByGroupScopeC_N_R(long companyId,
String name,
long roleId)
|
static LayoutRevision |
LayoutRevisionUtil.findByH_P_First(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByH_P_First(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByH_P_Last(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByH_P_Last(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByH_P_PrevAndNext(long layoutRevisionId,
boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId,
boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByH_P(boolean head,
long plid)
Returns all the layout revisions where head = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid)
Returns all the layout revisions where head = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByH_P(boolean head,
long plid,
int start,
int end)
Returns a range of all the layout revisions where head = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end)
Returns a range of all the layout revisions where head = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where head = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where head = ? and plid = ?. |
static VirtualHost |
VirtualHostUtil.findByHostname(String hostname)
Returns the virtual host where hostname = ? or throws a NoSuchVirtualHostException if it could not be found. |
VirtualHost |
VirtualHostPersistence.findByHostname(String hostname)
Returns the virtual host where hostname = ? or throws a NoSuchVirtualHostException if it could not be found. |
static Layout |
LayoutUtil.findByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found. |
Layout |
LayoutPersistence.findByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found. |
static Ticket |
TicketUtil.findByKey(String key)
Returns the ticket where key = ? or throws a NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistence.findByKey(String key)
Returns the ticket where key = ? or throws a NoSuchTicketException if it could not be found. |
static List<Group> |
GroupFinderUtil.findByKeywords(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByKeywords(long companyId,
long[] classNameIds,
long parentGroupId,
String parentGroupIdComparator,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByKeywords(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByKeywords(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByKeywords(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByKeywords(long companyId,
long parentGroupId,
String parentGroupIdComparator,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<Organization> |
OrganizationFinderUtil.findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Organization> |
OrganizationFinder.findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<Role> |
RoleFinderUtil.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator obc)
|
List<Role> |
RoleFinder.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator obc)
|
static List<Role> |
RoleFinderUtil.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Role> |
RoleFinder.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<User> |
UserFinderUtil.findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<User> |
UserFinder.findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<UserGroup> |
UserGroupFinderUtil.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<UserGroup> |
UserGroupFinder.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static List<Group> |
GroupFinderUtil.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
List<Group> |
GroupFinder.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found. |
LayoutRevision |
LayoutRevisionPersistence.findByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head)
Returns all the layout revisions where layoutSetBranchId = ? and head = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head)
Returns all the layout revisions where layoutSetBranchId = ? and head = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
LayoutBranchUtil.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutBranch |
LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
LayoutBranchUtil.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutBranch |
LayoutBranchPersistence.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
LayoutBranchUtil.findByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and master = ? or throws a NoSuchLayoutBranchException if it could not be found. |
LayoutBranch |
LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and master = ? or throws a NoSuchLayoutBranchException if it could not be found. |
static LayoutBranch |
LayoutBranchUtil.findByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found. |
LayoutBranch |
LayoutBranchPersistence.findByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch[] |
LayoutBranchUtil.findByL_P_PrevAndNext(long LayoutBranchId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutBranch[] |
LayoutBranchPersistence.findByL_P_PrevAndNext(long LayoutBranchId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId,
long plid,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ?. |
static List<LayoutBranch> |
LayoutBranchUtil.findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout branchs where layoutSetBranchId = ? and plid = ?. |
List<LayoutBranch> |
LayoutBranchPersistence.findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout branchs where layoutSetBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
static List<LayoutBranch> |
LayoutBranchUtil.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
List<LayoutBranch> |
LayoutBranchPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
static List<LayoutBranch> |
LayoutBranchUtil.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
List<LayoutBranch> |
LayoutBranchPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_S(long layoutSetBranchId,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and status = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_S(long layoutSetBranchId,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
static Layout |
LayoutUtil.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?. |
Layout |
LayoutPersistence.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?. |
static Layout |
LayoutUtil.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?. |
Layout |
LayoutPersistence.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?. |
static Layout[] |
LayoutUtil.findByLayoutPrototypeUuid_PrevAndNext(long plid,
String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?. |
Layout[] |
LayoutPersistence.findByLayoutPrototypeUuid_PrevAndNext(long plid,
String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?. |
static List<Layout> |
LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns all the layouts where layoutPrototypeUuid = ?. |
List<Layout> |
LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns all the layouts where layoutPrototypeUuid = ?. |
static List<Layout> |
LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ?. |
List<Layout> |
LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ?. |
static List<Layout> |
LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?. |
List<Layout> |
LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?. |
static List<Group> |
GroupFinderUtil.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
|
List<Group> |
GroupFinder.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
|
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch |
LayoutBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
LayoutBranch |
LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch |
LayoutBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
LayoutBranch |
LayoutBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch[] |
LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?. |
LayoutBranch[] |
LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout revisions where layoutSetBranchId = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout revisions where layoutSetBranchId = ?. |
static List<LayoutBranch> |
LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout branchs where layoutSetBranchId = ?. |
List<LayoutBranch> |
LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout branchs where layoutSetBranchId = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ?. |
static List<LayoutBranch> |
LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ?. |
List<LayoutBranch> |
LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?. |
static List<LayoutBranch> |
LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?. |
List<LayoutBranch> |
LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?. |
static LayoutSet |
LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?. |
LayoutSet |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?. |
static LayoutSet |
LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?. |
LayoutSet |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?. |
static LayoutSet[] |
LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId,
String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?. |
LayoutSet[] |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId,
String layoutSetPrototypeUuid,
OrderByComparator orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?. |
static List<LayoutSet> |
LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Returns all the layout sets where layoutSetPrototypeUuid = ?. |
List<LayoutSet> |
LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Returns all the layout sets where layoutSetPrototypeUuid = ?. |
static List<LayoutSet> |
LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end)
Returns a range of all the layout sets where layoutSetPrototypeUuid = ?. |
List<LayoutSet> |
LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end)
Returns a range of all the layout sets where layoutSetPrototypeUuid = ?. |
static List<LayoutSet> |
LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?. |
List<LayoutSet> |
LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?. |
static Group |
GroupUtil.findByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found. |
static List<Group> |
GroupFinderUtil.findByLiveGroups()
|
List<Group> |
GroupFinder.findByLiveGroups()
|
static Organization |
OrganizationUtil.findByLocations_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
Organization |
OrganizationPersistence.findByLocations_First(long companyId,
OrderByComparator orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
static Organization |
OrganizationUtil.findByLocations_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
Organization |
OrganizationPersistence.findByLocations_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
static Organization[] |
OrganizationUtil.findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
Organization[] |
OrganizationPersistence.findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
static List<Organization> |
OrganizationUtil.findByLocations(long companyId)
Returns all the organizations where companyId = ?. |
List<Organization> |
OrganizationPersistence.findByLocations(long companyId)
Returns all the organizations where companyId = ?. |
static List<Organization> |
OrganizationUtil.findByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?. |
List<Organization> |
OrganizationPersistence.findByLocations(long companyId,
int start,
int end)
Returns a range of all the organizations where companyId = ?. |
static List<Organization> |
OrganizationUtil.findByLocations(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
List<Organization> |
OrganizationPersistence.findByLocations(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
static Company |
CompanyUtil.findByLogoId(long logoId)
Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found. |
Company |
CompanyPersistence.findByLogoId(long logoId)
Returns the company where logoId = ? or throws a NoSuchCompanyException if it could not be found. |
static Lock |
LockUtil.findByLtExpirationDate_First(Date expirationDate,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where expirationDate < ?. |
Lock |
LockPersistence.findByLtExpirationDate_First(Date expirationDate,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where expirationDate < ?. |
static Lock |
LockUtil.findByLtExpirationDate_Last(Date expirationDate,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where expirationDate < ?. |
Lock |
LockPersistence.findByLtExpirationDate_Last(Date expirationDate,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where expirationDate < ?. |
static Lock[] |
LockUtil.findByLtExpirationDate_PrevAndNext(long lockId,
Date expirationDate,
OrderByComparator orderByComparator)
Returns the locks before and after the current lock in the ordered set where expirationDate < ?. |
Lock[] |
LockPersistence.findByLtExpirationDate_PrevAndNext(long lockId,
Date expirationDate,
OrderByComparator orderByComparator)
Returns the locks before and after the current lock in the ordered set where expirationDate < ?. |
static List<Lock> |
LockUtil.findByLtExpirationDate(Date expirationDate)
Returns all the locks where expirationDate < ?. |
List<Lock> |
LockPersistence.findByLtExpirationDate(Date expirationDate)
Returns all the locks where expirationDate < ?. |
static List<Lock> |
LockUtil.findByLtExpirationDate(Date expirationDate,
int start,
int end)
Returns a range of all the locks where expirationDate < ?. |
List<Lock> |
LockPersistence.findByLtExpirationDate(Date expirationDate,
int start,
int end)
Returns a range of all the locks where expirationDate < ?. |
static List<Lock> |
LockUtil.findByLtExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the locks where expirationDate < ?. |
List<Lock> |
LockPersistence.findByLtExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the locks where expirationDate < ?. |
static Image |
ImageUtil.findByLtSize_First(int size,
OrderByComparator orderByComparator)
Returns the first image in the ordered set where size < ?. |
Image |
ImagePersistence.findByLtSize_First(int size,
OrderByComparator orderByComparator)
Returns the first image in the ordered set where size < ?. |
static Image |
ImageUtil.findByLtSize_Last(int size,
OrderByComparator orderByComparator)
Returns the last image in the ordered set where size < ?. |
Image |
ImagePersistence.findByLtSize_Last(int size,
OrderByComparator orderByComparator)
Returns the last image in the ordered set where size < ?. |
static Image[] |
ImageUtil.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator orderByComparator)
Returns the images before and after the current image in the ordered set where size < ?. |
Image[] |
ImagePersistence.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator orderByComparator)
Returns the images before and after the current image in the ordered set where size < ?. |
static List<Image> |
ImageUtil.findByLtSize(int size)
Returns all the images where size < ?. |
List<Image> |
ImagePersistence.findByLtSize(int size)
Returns all the images where size < ?. |
static List<Image> |
ImageUtil.findByLtSize(int size,
int start,
int end)
Returns a range of all the images where size < ?. |
List<Image> |
ImagePersistence.findByLtSize(int size,
int start,
int end)
Returns a range of all the images where size < ?. |
static List<Image> |
ImageUtil.findByLtSize(int size,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the images where size < ?. |
List<Image> |
ImagePersistence.findByLtSize(int size,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the images where size < ?. |
static LayoutSetBranch |
LayoutSetBranchFinderUtil.findByMaster(long groupId,
boolean privateLayout)
|
LayoutSetBranch |
LayoutSetBranchFinder.findByMaster(long groupId,
boolean privateLayout)
|
static Company |
CompanyUtil.findByMx(String mx)
Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found. |
Company |
CompanyPersistence.findByMx(String mx)
Returns the company where mx = ? or throws a NoSuchCompanyException if it could not be found. |
static ResourceAction |
ResourceActionUtil.findByN_A(String name,
String actionId)
Returns the resource action where name = ? and actionId = ? or throws a NoSuchResourceActionException if it could not be found. |
ResourceAction |
ResourceActionPersistence.findByN_A(String name,
String actionId)
Returns the resource action where name = ? and actionId = ? or throws a NoSuchResourceActionException if it could not be found. |
static Role |
RoleUtil.findByName_First(String name,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where name = ?. |
Role |
RolePersistence.findByName_First(String name,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where name = ?. |
static ResourceAction |
ResourceActionUtil.findByName_First(String name,
OrderByComparator orderByComparator)
Returns the first resource action in the ordered set where name = ?. |
ResourceAction |
ResourceActionPersistence.findByName_First(String name,
OrderByComparator orderByComparator)
Returns the first resource action in the ordered set where name = ?. |
static Role |
RoleUtil.findByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where name = ?. |
Role |
RolePersistence.findByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where name = ?. |
static ResourceAction |
ResourceActionUtil.findByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last resource action in the ordered set where name = ?. |
ResourceAction |
ResourceActionPersistence.findByName_Last(String name,
OrderByComparator orderByComparator)
Returns the last resource action in the ordered set where name = ?. |
static Role[] |
RoleUtil.findByName_PrevAndNext(long roleId,
String name,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?. |
Role[] |
RolePersistence.findByName_PrevAndNext(long roleId,
String name,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?. |
static ResourceAction[] |
ResourceActionUtil.findByName_PrevAndNext(long resourceActionId,
String name,
OrderByComparator orderByComparator)
Returns the resource actions before and after the current resource action in the ordered set where name = ?. |
ResourceAction[] |
ResourceActionPersistence.findByName_PrevAndNext(long resourceActionId,
String name,
OrderByComparator orderByComparator)
Returns the resource actions before and after the current resource action in the ordered set where name = ?. |
static Shard |
ShardUtil.findByName(String name)
Returns the shard where name = ? or throws a NoSuchShardException if it could not be found. |
Shard |
ShardPersistence.findByName(String name)
Returns the shard where name = ? or throws a NoSuchShardException if it could not be found. |
static List<Role> |
RoleUtil.findByName(String name)
Returns all the roles where name = ?. |
List<Role> |
RolePersistence.findByName(String name)
Returns all the roles where name = ?. |
static List<ResourceAction> |
ResourceActionUtil.findByName(String name)
Returns all the resource actions where name = ?. |
List<ResourceAction> |
ResourceActionPersistence.findByName(String name)
Returns all the resource actions where name = ?. |
static Country |
CountryUtil.findByName(String name)
Returns the country where name = ? or throws a NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByName(String name)
Returns the country where name = ? or throws a NoSuchCountryException if it could not be found. |
static List<Role> |
RoleUtil.findByName(String name,
int start,
int end)
Returns a range of all the roles where name = ?. |
List<Role> |
RolePersistence.findByName(String name,
int start,
int end)
Returns a range of all the roles where name = ?. |
static List<ResourceAction> |
ResourceActionUtil.findByName(String name,
int start,
int end)
Returns a range of all the resource actions where name = ?. |
List<ResourceAction> |
ResourceActionPersistence.findByName(String name,
int start,
int end)
Returns a range of all the resource actions where name = ?. |
static List<Role> |
RoleUtil.findByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where name = ?. |
List<Role> |
RolePersistence.findByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where name = ?. |
static List<ResourceAction> |
ResourceActionUtil.findByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource actions where name = ?. |
List<ResourceAction> |
ResourceActionPersistence.findByName(String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource actions where name = ?. |
static List<User> |
UserFinderUtil.findByNoAnnouncementsDeliveries(String type)
|
List<User> |
UserFinder.findByNoAnnouncementsDeliveries(String type)
|
static List<User> |
UserFinderUtil.findByNoContacts()
|
List<User> |
UserFinder.findByNoContacts()
|
static List<User> |
UserFinderUtil.findByNoGroups()
|
List<User> |
UserFinder.findByNoGroups()
|
static List<Group> |
GroupFinderUtil.findByNoLayouts(long classNameId,
boolean privateLayout,
int start,
int end)
|
List<Group> |
GroupFinder.findByNoLayouts(long classNameId,
boolean privateLayout,
int start,
int end)
|
static List<Layout> |
LayoutFinderUtil.findByNullFriendlyURL()
|
List<Layout> |
LayoutFinder.findByNullFriendlyURL()
|
static List<Group> |
GroupFinderUtil.findByNullFriendlyURL()
|
List<Group> |
GroupFinder.findByNullFriendlyURL()
|
static PortletPreferences |
PortletPreferencesUtil.findByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static PortletPreferences |
PortletPreferencesUtil.findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static PortletPreferences |
PortletPreferencesUtil.findByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or throws a NoSuchPortletPreferencesException if it could not be found. |
PortletPreferences |
PortletPreferencesPersistence.findByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or throws a NoSuchPortletPreferencesException if it could not be found. |
static PortletPreferences[] |
PortletPreferencesUtil.findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
PortletPreferences[] |
PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_O_P(long ownerId,
int ownerType,
long plid)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_O_P(long ownerId,
int ownerType,
long plid)
Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
static PortalPreferences |
PortalPreferencesUtil.findByO_O(long ownerId,
int ownerType)
Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found. |
PortalPreferences |
PortalPreferencesPersistence.findByO_O(long ownerId,
int ownerType)
Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found. |
static PortletPreferences |
PortletPreferencesUtil.findByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static PortletPreferences |
PortletPreferencesUtil.findByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static PortletPreferences[] |
PortletPreferencesUtil.findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
PortletPreferences[] |
PortletPreferencesPersistence.findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_P_P(int ownerType,
long plid,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_P_P(int ownerType,
long plid,
String portletId)
Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
static OrgLabor |
OrgLaborUtil.findByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
OrgLabor |
OrgLaborPersistence.findByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
static OrgLabor |
OrgLaborUtil.findByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
OrgLabor |
OrgLaborPersistence.findByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
static OrgLabor[] |
OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
OrderByComparator orderByComparator)
Returns the org labors before and after the current org labor in the ordered set where organizationId = ?. |
OrgLabor[] |
OrgLaborPersistence.findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
OrderByComparator orderByComparator)
Returns the org labors before and after the current org labor in the ordered set where organizationId = ?. |
static List<OrgLabor> |
OrgLaborUtil.findByOrganizationId(long organizationId)
Returns all the org labors where organizationId = ?. |
List<OrgLabor> |
OrgLaborPersistence.findByOrganizationId(long organizationId)
Returns all the org labors where organizationId = ?. |
static List<OrgLabor> |
OrgLaborUtil.findByOrganizationId(long organizationId,
int start,
int end)
Returns a range of all the org labors where organizationId = ?. |
List<OrgLabor> |
OrgLaborPersistence.findByOrganizationId(long organizationId,
int start,
int end)
Returns a range of all the org labors where organizationId = ?. |
static List<OrgLabor> |
OrgLaborUtil.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org labors where organizationId = ?. |
List<OrgLabor> |
OrgLaborPersistence.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org labors where organizationId = ?. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.findByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
Returns the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.findByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
Returns the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? or throws a NoSuchPasswordPolicyRelException if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.findByP_NotS_First(long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_First(long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
static LayoutRevision |
LayoutRevisionUtil.findByP_NotS_Last(long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_Last(long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByP_NotS_PrevAndNext(long layoutRevisionId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByP_NotS(long plid,
int status)
Returns all the layout revisions where plid = ? and status ≠ ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status)
Returns all the layout revisions where plid = ? and status ≠ ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByP_NotS(long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where plid = ? and status ≠ ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where plid = ? and status ≠ ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?. |
static PortletPreferences |
PortletPreferencesUtil.findByP_P_First(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByP_P_First(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
static PortletPreferences |
PortletPreferencesUtil.findByP_P_Last(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByP_P_Last(long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
static PortletPreferences[] |
PortletPreferencesUtil.findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?. |
PortletPreferences[] |
PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByP_P(long plid,
String portletId)
Returns all the portlet preferenceses where plid = ? and portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByP_P(long plid,
String portletId)
Returns all the portlet preferenceses where plid = ? and portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByP_P(long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ? and portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByP_P(long plid,
String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ? and portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the first password policy rel in the ordered set where passwordPolicyId = ?. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the first password policy rel in the ordered set where passwordPolicyId = ?. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the last password policy rel in the ordered set where passwordPolicyId = ?. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the last password policy rel in the ordered set where passwordPolicyId = ?. |
static PasswordPolicyRel[] |
PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId,
long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?. |
PasswordPolicyRel[] |
PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId,
long passwordPolicyId,
OrderByComparator orderByComparator)
Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?. |
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId)
Returns all the password policy rels where passwordPolicyId = ?. |
List<PasswordPolicyRel> |
PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId)
Returns all the password policy rels where passwordPolicyId = ?. |
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId,
int start,
int end)
Returns a range of all the password policy rels where passwordPolicyId = ?. |
List<PasswordPolicyRel> |
PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId,
int start,
int end)
Returns a range of all the password policy rels where passwordPolicyId = ?. |
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password policy rels where passwordPolicyId = ?. |
List<PasswordPolicyRel> |
PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password policy rels where passwordPolicyId = ?. |
static PortletPreferences |
PortletPreferencesUtil.findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
static PortletPreferences |
PortletPreferencesUtil.findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
LayoutRevision |
LayoutRevisionPersistence.findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
static PortletPreferences[] |
PortletPreferencesUtil.findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?. |
PortletPreferences[] |
PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?. |
LayoutRevision[] |
LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByPlid(long plid)
Returns all the portlet preferenceses where plid = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByPlid(long plid)
Returns all the portlet preferenceses where plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid)
Returns all the layout revisions where plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid)
Returns all the layout revisions where plid = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByPlid(long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByPlid(long plid,
int start,
int end)
Returns a range of all the portlet preferenceses where plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid,
int start,
int end)
Returns a range of all the layout revisions where plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end)
Returns a range of all the layout revisions where plid = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?. |
List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?. |
static PortletPreferences |
PortletPreferencesUtil.findByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
static PortletPreferences |
PortletPreferencesUtil.findByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
PortletPreferences |
PortletPreferencesPersistence.findByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
static PortletPreferences[] |
PortletPreferencesUtil.findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?. |
PortletPreferences[] |
PortletPreferencesPersistence.findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
OrderByComparator orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByPortletId(String portletId)
Returns all the portlet preferenceses where portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByPortletId(String portletId)
Returns all the portlet preferenceses where portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesFinderUtil.findByPortletId(String portletId)
|
List<PortletPreferences> |
PortletPreferencesFinder.findByPortletId(String portletId)
|
static List<PortletPreferences> |
PortletPreferencesUtil.findByPortletId(String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByPortletId(String portletId,
int start,
int end)
Returns a range of all the portlet preferenceses where portletId = ?. |
static List<PortletPreferences> |
PortletPreferencesUtil.findByPortletId(String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?. |
List<PortletPreferences> |
PortletPreferencesPersistence.findByPortletId(String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?. |
static User |
UserUtil.findByPortraitId(long portraitId)
Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found. |
User |
UserPersistence.findByPortraitId(long portraitId)
Returns the user where portraitId = ? or throws a NoSuchUserException if it could not be found. |
static ListType |
ListTypeUtil.findByPrimaryKey(int listTypeId)
Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found. |
ListType |
ListTypePersistence.findByPrimaryKey(int listTypeId)
Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByPrimaryKey(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByPrimaryKey(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByPrimaryKey(long workflowDefinitionLinkId)
Returns the workflow definition link with the primary key or throws a NoSuchWorkflowDefinitionLinkException if it could not be found. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByPrimaryKey(long workflowDefinitionLinkId)
Returns the workflow definition link with the primary key or throws a NoSuchWorkflowDefinitionLinkException if it could not be found. |
static Website |
WebsiteUtil.findByPrimaryKey(long websiteId)
Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found. |
Website |
WebsitePersistence.findByPrimaryKey(long websiteId)
Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.findByPrimaryKey(long webDavPropsId)
Returns the web d a v props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.findByPrimaryKey(long webDavPropsId)
Returns the web d a v props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found. |
static VirtualHost |
VirtualHostUtil.findByPrimaryKey(long virtualHostId)
Returns the virtual host with the primary key or throws a NoSuchVirtualHostException if it could not be found. |
VirtualHost |
VirtualHostPersistence.findByPrimaryKey(long virtualHostId)
Returns the virtual host with the primary key or throws a NoSuchVirtualHostException if it could not be found. |
static User |
UserUtil.findByPrimaryKey(long userId)
Returns the user with the primary key or throws a NoSuchUserException if it could not be found. |
static UserTracker |
UserTrackerUtil.findByPrimaryKey(long userTrackerId)
Returns the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found. |
UserTracker |
UserTrackerPersistence.findByPrimaryKey(long userTrackerId)
Returns the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found. |
static UserTrackerPath |
UserTrackerPathUtil.findByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found. |
UserTrackerPath |
UserTrackerPathPersistence.findByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found. |
User |
UserPersistence.findByPrimaryKey(long userId)
Returns the user with the primary key or throws a NoSuchUserException if it could not be found. |
static UserNotificationEvent |
UserNotificationEventUtil.findByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or throws a NoSuchUserNotificationEventException if it could not be found. |
UserNotificationEvent |
UserNotificationEventPersistence.findByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or throws a NoSuchUserNotificationEventException if it could not be found. |
static UserIdMapper |
UserIdMapperUtil.findByPrimaryKey(long userIdMapperId)
Returns the user ID mapper with the primary key or throws a NoSuchUserIdMapperException if it could not be found. |
UserIdMapper |
UserIdMapperPersistence.findByPrimaryKey(long userIdMapperId)
Returns the user ID mapper with the primary key or throws a NoSuchUserIdMapperException if it could not be found. |
static UserGroup |
UserGroupUtil.findByPrimaryKey(long userGroupId)
Returns the user group with the primary key or throws a NoSuchUserGroupException if it could not be found. |
UserGroup |
UserGroupPersistence.findByPrimaryKey(long userGroupId)
Returns the user group with the primary key or throws a NoSuchUserGroupException if it could not be found. |
static Ticket |
TicketUtil.findByPrimaryKey(long ticketId)
Returns the ticket with the primary key or throws a NoSuchTicketException if it could not be found. |
Ticket |
TicketPersistence.findByPrimaryKey(long ticketId)
Returns the ticket with the primary key or throws a NoSuchTicketException if it could not be found. |
static Team |
TeamUtil.findByPrimaryKey(long teamId)
Returns the team with the primary key or throws a NoSuchTeamException if it could not be found. |
Team |
TeamPersistence.findByPrimaryKey(long teamId)
Returns the team with the primary key or throws a NoSuchTeamException if it could not be found. |
static Subscription |
SubscriptionUtil.findByPrimaryKey(long subscriptionId)
Returns the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found. |
Subscription |
SubscriptionPersistence.findByPrimaryKey(long subscriptionId)
Returns the subscription with the primary key or throws a NoSuchSubscriptionException if it could not be found. |
static Shard |
ShardUtil.findByPrimaryKey(long shardId)
Returns the shard with the primary key or throws a NoSuchShardException if it could not be found. |
Shard |
ShardPersistence.findByPrimaryKey(long shardId)
Returns the shard with the primary key or throws a NoSuchShardException if it could not be found. |
static ServiceComponent |
ServiceComponentUtil.findByPrimaryKey(long serviceComponentId)
Returns the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found. |
ServiceComponent |
ServiceComponentPersistence.findByPrimaryKey(long serviceComponentId)
Returns the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found. |
static Role |
RoleUtil.findByPrimaryKey(long roleId)
Returns the role with the primary key or throws a NoSuchRoleException if it could not be found. |
Role |
RolePersistence.findByPrimaryKey(long roleId)
Returns the role with the primary key or throws a NoSuchRoleException if it could not be found. |
static ResourceTypePermission |
ResourceTypePermissionUtil.findByPrimaryKey(long resourceTypePermissionId)
Returns the resource type permission with the primary key or throws a NoSuchResourceTypePermissionException if it could not be found. |
ResourceTypePermission |
ResourceTypePermissionPersistence.findByPrimaryKey(long resourceTypePermissionId)
Returns the resource type permission with the primary key or throws a NoSuchResourceTypePermissionException if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.findByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.findByPrimaryKey(long resourcePermissionId)
Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found. |
static ResourceBlock |
ResourceBlockUtil.findByPrimaryKey(long resourceBlockId)
Returns the resource block with the primary key or throws a NoSuchResourceBlockException if it could not be found. |
ResourceBlock |
ResourceBlockPersistence.findByPrimaryKey(long resourceBlockId)
Returns the resource block with the primary key or throws a NoSuchResourceBlockException if it could not be found. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.findByPrimaryKey(long resourceBlockPermissionId)
Returns the resource block permission with the primary key or throws a NoSuchResourceBlockPermissionException if it could not be found. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.findByPrimaryKey(long resourceBlockPermissionId)
Returns the resource block permission with the primary key or throws a NoSuchResourceBlockPermissionException if it could not be found. |
static ResourceAction |
ResourceActionUtil.findByPrimaryKey(long resourceActionId)
Returns the resource action with the primary key or throws a NoSuchResourceActionException if it could not be found. |
ResourceAction |
ResourceActionPersistence.findByPrimaryKey(long resourceActionId)
Returns the resource action with the primary key or throws a NoSuchResourceActionException if it could not be found. |
static Repository |
RepositoryUtil.findByPrimaryKey(long repositoryId)
Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistence.findByPrimaryKey(long repositoryId)
Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.findByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.findByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found. |
static Release |
ReleaseUtil.findByPrimaryKey(long releaseId)
Returns the release with the primary key or throws a NoSuchReleaseException if it could not be found. |
Release |
ReleasePersistence.findByPrimaryKey(long releaseId)
Returns the release with the primary key or throws a NoSuchReleaseException if it could not be found. |
static Region |
RegionUtil.findByPrimaryKey(long regionId)
Returns the region with the primary key or throws a NoSuchRegionException if it could not be found. |
Region |
RegionPersistence.findByPrimaryKey(long regionId)
Returns the region with the primary key or throws a NoSuchRegionException if it could not be found. |
static Portlet |
PortletUtil.findByPrimaryKey(long id)
Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found. |
static PortletPreferences |
PortletPreferencesUtil.findByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or throws a NoSuchPortletPreferencesException if it could not be found. |
PortletPreferences |
PortletPreferencesPersistence.findByPrimaryKey(long portletPreferencesId)
Returns the portlet preferences with the primary key or throws a NoSuchPortletPreferencesException if it could not be found. |
Portlet |
PortletPersistence.findByPrimaryKey(long id)
Returns the portlet with the primary key or throws a NoSuchPortletException if it could not be found. |
static PortletItem |
PortletItemUtil.findByPrimaryKey(long portletItemId)
Returns the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found. |
PortletItem |
PortletItemPersistence.findByPrimaryKey(long portletItemId)
Returns the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found. |
static PortalPreferences |
PortalPreferencesUtil.findByPrimaryKey(long portalPreferencesId)
Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found. |
PortalPreferences |
PortalPreferencesPersistence.findByPrimaryKey(long portalPreferencesId)
Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found. |
static PluginSetting |
PluginSettingUtil.findByPrimaryKey(long pluginSettingId)
Returns the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found. |
PluginSetting |
PluginSettingPersistence.findByPrimaryKey(long pluginSettingId)
Returns the plugin setting with the primary key or throws a NoSuchPluginSettingException if it could not be found. |
static Phone |
PhoneUtil.findByPrimaryKey(long phoneId)
Returns the phone with the primary key or throws a NoSuchPhoneException if it could not be found. |
Phone |
PhonePersistence.findByPrimaryKey(long phoneId)
Returns the phone with the primary key or throws a NoSuchPhoneException if it could not be found. |
static PasswordTracker |
PasswordTrackerUtil.findByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
PasswordTracker |
PasswordTrackerPersistence.findByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
static PasswordPolicy |
PasswordPolicyUtil.findByPrimaryKey(long passwordPolicyId)
Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.findByPrimaryKey(long passwordPolicyRelId)
Returns the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.findByPrimaryKey(long passwordPolicyRelId)
Returns the password policy rel with the primary key or throws a NoSuchPasswordPolicyRelException if it could not be found. |
PasswordPolicy |
PasswordPolicyPersistence.findByPrimaryKey(long passwordPolicyId)
Returns the password policy with the primary key or throws a NoSuchPasswordPolicyException if it could not be found. |
static OrgLabor |
OrgLaborUtil.findByPrimaryKey(long orgLaborId)
Returns the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found. |
OrgLabor |
OrgLaborPersistence.findByPrimaryKey(long orgLaborId)
Returns the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found. |
static Organization |
OrganizationUtil.findByPrimaryKey(long organizationId)
Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found. |
Organization |
OrganizationPersistence.findByPrimaryKey(long organizationId)
Returns the organization with the primary key or throws a NoSuchOrganizationException if it could not be found. |
static MembershipRequest |
MembershipRequestUtil.findByPrimaryKey(long membershipRequestId)
Returns the membership request with the primary key or throws a NoSuchMembershipRequestException if it could not be found. |
MembershipRequest |
MembershipRequestPersistence.findByPrimaryKey(long membershipRequestId)
Returns the membership request with the primary key or throws a NoSuchMembershipRequestException if it could not be found. |
static Lock |
LockUtil.findByPrimaryKey(long lockId)
Returns the lock with the primary key or throws a NoSuchLockException if it could not be found. |
Lock |
LockPersistence.findByPrimaryKey(long lockId)
Returns the lock with the primary key or throws a NoSuchLockException if it could not be found. |
static Layout |
LayoutUtil.findByPrimaryKey(long plid)
Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found. |
static LayoutSet |
LayoutSetUtil.findByPrimaryKey(long layoutSetId)
Returns the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found. |
LayoutSet |
LayoutSetPersistence.findByPrimaryKey(long layoutSetId)
Returns the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found. |
static LayoutSetBranch |
LayoutSetBranchUtil.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
LayoutSetBranchPersistence.findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.findByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found. |
LayoutRevision |
LayoutRevisionPersistence.findByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found. |
static LayoutPrototype |
LayoutPrototypeUtil.findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistence.findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
Layout |
LayoutPersistence.findByPrimaryKey(long plid)
Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found. |
static LayoutBranch |
LayoutBranchUtil.findByPrimaryKey(long LayoutBranchId)
Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found. |
LayoutBranch |
LayoutBranchPersistence.findByPrimaryKey(long LayoutBranchId)
Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found. |
static Image |
ImageUtil.findByPrimaryKey(long imageId)
Returns the image with the primary key or throws a NoSuchImageException if it could not be found. |
Image |
ImagePersistence.findByPrimaryKey(long imageId)
Returns the image with the primary key or throws a NoSuchImageException if it could not be found. |
static Group |
GroupUtil.findByPrimaryKey(long groupId)
Returns the group with the primary key or throws a NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByPrimaryKey(long groupId)
Returns the group with the primary key or throws a NoSuchGroupException if it could not be found. |
static EmailAddress |
EmailAddressUtil.findByPrimaryKey(long emailAddressId)
Returns the email address with the primary key or throws a NoSuchEmailAddressException if it could not be found. |
EmailAddress |
EmailAddressPersistence.findByPrimaryKey(long emailAddressId)
Returns the email address with the primary key or throws a NoSuchEmailAddressException if it could not be found. |
static Country |
CountryUtil.findByPrimaryKey(long countryId)
Returns the country with the primary key or throws a NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByPrimaryKey(long countryId)
Returns the country with the primary key or throws a NoSuchCountryException if it could not be found. |
static Contact |
ContactUtil.findByPrimaryKey(long contactId)
Returns the contact with the primary key or throws a NoSuchContactException if it could not be found. |
Contact |
ContactPersistence.findByPrimaryKey(long contactId)
Returns the contact with the primary key or throws a NoSuchContactException if it could not be found. |
static Company |
CompanyUtil.findByPrimaryKey(long companyId)
Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found. |
Company |
CompanyPersistence.findByPrimaryKey(long companyId)
Returns the company with the primary key or throws a NoSuchCompanyException if it could not be found. |
static ClusterGroup |
ClusterGroupUtil.findByPrimaryKey(long clusterGroupId)
Returns the cluster group with the primary key or throws a NoSuchClusterGroupException if it could not be found. |
ClusterGroup |
ClusterGroupPersistence.findByPrimaryKey(long clusterGroupId)
Returns the cluster group with the primary key or throws a NoSuchClusterGroupException if it could not be found. |
static ClassName |
ClassNameUtil.findByPrimaryKey(long classNameId)
Returns the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistence.findByPrimaryKey(long classNameId)
Returns the class name with the primary key or throws a NoSuchClassNameException if it could not be found. |
static BrowserTracker |
BrowserTrackerUtil.findByPrimaryKey(long browserTrackerId)
Returns the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found. |
BrowserTracker |
BrowserTrackerPersistence.findByPrimaryKey(long browserTrackerId)
Returns the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found. |
static Address |
AddressUtil.findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a NoSuchAddressException if it could not be found. |
Address |
AddressPersistence.findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a NoSuchAddressException if it could not be found. |
static Account |
AccountUtil.findByPrimaryKey(long accountId)
Returns the account with the primary key or throws a NoSuchAccountException if it could not be found. |
Account |
AccountPersistence.findByPrimaryKey(long accountId)
Returns the account with the primary key or throws a NoSuchAccountException if it could not be found. |
static OrgGroupRole |
OrgGroupRoleUtil.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Returns the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found. |
OrgGroupRole |
OrgGroupRolePersistence.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Returns the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found. |
T |
BasePersistence.findByPrimaryKey(Serializable primaryKey)
Returns the model instance with the primary key or throws a NoSuchModelException if it could not be found. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
Returns the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found. |
static UserGroupRole |
UserGroupRoleUtil.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found. |
UserGroupRole |
UserGroupRolePersistence.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.findByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.findByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
static List<Role> |
RoleFinderUtil.findByR_N_A(long resourceBlockId,
String className,
String actionId)
|
List<Role> |
RoleFinder.findByR_N_A(long resourceBlockId,
String className,
String actionId)
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.findByR_R(long resourceBlockId,
long roleId)
Returns the resource block permission where resourceBlockId = ? and roleId = ? or throws a NoSuchResourceBlockPermissionException if it could not be found. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.findByR_R(long resourceBlockId,
long roleId)
Returns the resource block permission where resourceBlockId = ? and roleId = ? or throws a NoSuchResourceBlockPermissionException if it could not be found. |
static List<ResourcePermission> |
ResourcePermissionFinderUtil.findByR_S(long roleId,
int[] scopes,
int start,
int end)
|
List<ResourcePermission> |
ResourcePermissionFinder.findByR_S(long roleId,
int[] scopes,
int start,
int end)
|
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_First(long repositoryId,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId)
Returns all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId)
Returns all the repository entries where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the repository entries where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
static List<ResourcePermission> |
ResourcePermissionFinderUtil.findByResource(long companyId,
long groupId,
String name,
String primKey)
|
List<ResourcePermission> |
ResourcePermissionFinder.findByResource(long companyId,
long groupId,
String name,
String primKey)
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?. |
static ResourceBlockPermission[] |
ResourceBlockPermissionUtil.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?. |
ResourceBlockPermission[] |
ResourceBlockPermissionPersistence.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?. |
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId)
Returns all the resource block permissions where resourceBlockId = ?. |
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findByResourceBlockId(long resourceBlockId)
Returns all the resource block permissions where resourceBlockId = ?. |
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the resource block permissions where resourceBlockId = ?. |
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the resource block permissions where resourceBlockId = ?. |
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource block permissions where resourceBlockId = ?. |
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource block permissions where resourceBlockId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where roleId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where roleId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?. |
ResourceTypePermission |
ResourceTypePermissionPersistence.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where roleId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where roleId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?. |
static ResourceTypePermission |
ResourceTypePermissionUtil.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?. |
ResourceTypePermission |
ResourceTypePermissionPersistence.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
static ResourceTypePermission[] |
ResourceTypePermissionUtil.findByRoleId_PrevAndNext(long resourceTypePermissionId,
long roleId,
OrderByComparator orderByComparator)
Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?. |
ResourceTypePermission[] |
ResourceTypePermissionPersistence.findByRoleId_PrevAndNext(long resourceTypePermissionId,
long roleId,
OrderByComparator orderByComparator)
Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?. |
static OrgGroupRole[] |
OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?. |
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?. |
static UserGroupRole[] |
UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where roleId = ?. |
UserGroupRole[] |
UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long roleId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where roleId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByRoleId(long roleId)
Returns all the user group roles where roleId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByRoleId(long roleId)
Returns all the user group roles where roleId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByRoleId(long roleId)
Returns all the user group group roles where roleId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByRoleId(long roleId)
Returns all the user group group roles where roleId = ?. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findByRoleId(long roleId)
Returns all the resource type permissions where roleId = ?. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findByRoleId(long roleId)
Returns all the resource type permissions where roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId)
Returns all the resource permissions where roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId)
Returns all the resource permissions where roleId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByRoleId(long roleId)
Returns all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId)
Returns all the org group roles where roleId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the user group roles where roleId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the user group roles where roleId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the user group group roles where roleId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the user group group roles where roleId = ?. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource type permissions where roleId = ?. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource type permissions where roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource permissions where roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the resource permissions where roleId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the org group roles where roleId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where roleId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where roleId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where roleId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where roleId = ?. |
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource type permissions where roleId = ?. |
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource type permissions where roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the org group roles where roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByScope_First(int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByScope_First(int scope,
OrderByComparator orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByScope_Last(int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByScope_Last(int scope,
OrderByComparator orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope)
Returns all the resource permissions where scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope)
Returns all the resource permissions where scope = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes)
Returns all the resource permissions where scope = any ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes)
Returns all the resource permissions where scope = any ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes,
int start,
int end)
Returns a range of all the resource permissions where scope = any ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes,
int start,
int end)
Returns a range of all the resource permissions where scope = any ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope,
int start,
int end)
Returns a range of all the resource permissions where scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope,
int start,
int end)
Returns a range of all the resource permissions where scope = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?. |
static List<Layout> |
LayoutFinderUtil.findByScopeGroup(long groupId,
boolean privateLayout)
|
List<Layout> |
LayoutFinder.findByScopeGroup(long groupId,
boolean privateLayout)
|
static Release |
ReleaseUtil.findByServletContextName(String servletContextName)
Returns the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found. |
Release |
ReleasePersistence.findByServletContextName(String servletContextName)
Returns the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found. |
static UserTracker |
UserTrackerUtil.findBySessionId_First(String sessionId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?. |
UserTracker |
UserTrackerPersistence.findBySessionId_First(String sessionId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?. |
static UserTracker |
UserTrackerUtil.findBySessionId_Last(String sessionId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?. |
UserTracker |
UserTrackerPersistence.findBySessionId_Last(String sessionId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?. |
static UserTracker[] |
UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId,
String sessionId,
OrderByComparator orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?. |
UserTracker[] |
UserTrackerPersistence.findBySessionId_PrevAndNext(long userTrackerId,
String sessionId,
OrderByComparator orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?. |
static List<UserTracker> |
UserTrackerUtil.findBySessionId(String sessionId)
Returns all the user trackers where sessionId = ?. |
List<UserTracker> |
UserTrackerPersistence.findBySessionId(String sessionId)
Returns all the user trackers where sessionId = ?. |
static List<UserTracker> |
UserTrackerUtil.findBySessionId(String sessionId,
int start,
int end)
Returns a range of all the user trackers where sessionId = ?. |
List<UserTracker> |
UserTrackerPersistence.findBySessionId(String sessionId,
int start,
int end)
Returns a range of all the user trackers where sessionId = ?. |
static List<UserTracker> |
UserTrackerUtil.findBySessionId(String sessionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user trackers where sessionId = ?. |
List<UserTracker> |
UserTrackerPersistence.findBySessionId(String sessionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user trackers where sessionId = ?. |
static Layout |
LayoutUtil.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
Layout |
LayoutPersistence.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
static Layout |
LayoutUtil.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
Layout |
LayoutPersistence.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
static Layout[] |
LayoutUtil.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
Layout[] |
LayoutPersistence.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
static List<Layout> |
LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns all the layouts where sourcePrototypeLayoutUuid = ?. |
List<Layout> |
LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns all the layouts where sourcePrototypeLayoutUuid = ?. |
static List<Layout> |
LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?. |
List<Layout> |
LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?. |
static List<Layout> |
LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?. |
List<Layout> |
LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?. |
static Role |
RoleUtil.findBySubtype_First(String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
Role |
RolePersistence.findBySubtype_First(String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
static Role |
RoleUtil.findBySubtype_Last(String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
Role |
RolePersistence.findBySubtype_Last(String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
static Role[] |
RoleUtil.findBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?. |
Role[] |
RolePersistence.findBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype)
Returns all the roles where subtype = ?. |
List<Role> |
RolePersistence.findBySubtype(String subtype)
Returns all the roles where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles where subtype = ?. |
List<Role> |
RolePersistence.findBySubtype(String subtype,
int start,
int end)
Returns a range of all the roles where subtype = ?. |
static List<Role> |
RoleUtil.findBySubtype(String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
List<Role> |
RolePersistence.findBySubtype(String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
static Company |
CompanyUtil.findBySystem_First(boolean system,
OrderByComparator orderByComparator)
Returns the first company in the ordered set where system = ?. |
Company |
CompanyPersistence.findBySystem_First(boolean system,
OrderByComparator orderByComparator)
Returns the first company in the ordered set where system = ?. |
static Company |
CompanyUtil.findBySystem_Last(boolean system,
OrderByComparator orderByComparator)
Returns the last company in the ordered set where system = ?. |
Company |
CompanyPersistence.findBySystem_Last(boolean system,
OrderByComparator orderByComparator)
Returns the last company in the ordered set where system = ?. |
static Company[] |
CompanyUtil.findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?. |
Company[] |
CompanyPersistence.findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?. |
static List<Company> |
CompanyUtil.findBySystem(boolean system)
Returns all the companies where system = ?. |
List<Company> |
CompanyPersistence.findBySystem(boolean system)
Returns all the companies where system = ?. |
static List<Company> |
CompanyUtil.findBySystem(boolean system,
int start,
int end)
Returns a range of all the companies where system = ?. |
List<Company> |
CompanyPersistence.findBySystem(boolean system,
int start,
int end)
Returns a range of all the companies where system = ?. |
static List<Company> |
CompanyUtil.findBySystem(boolean system,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the companies where system = ?. |
List<Company> |
CompanyPersistence.findBySystem(boolean system,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the companies where system = ?. |
static List<Role> |
RoleFinderUtil.findBySystem(long companyId)
|
List<Role> |
RoleFinder.findBySystem(long companyId)
|
static List<Group> |
GroupFinderUtil.findBySystem(long companyId)
|
List<Group> |
GroupFinder.findBySystem(long companyId)
|
static Group |
GroupUtil.findByT_A_First(int type,
boolean active,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?. |
Group |
GroupPersistence.findByT_A_First(int type,
boolean active,
OrderByComparator orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?. |
static Group |
GroupUtil.findByT_A_Last(int type,
boolean active,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?. |
Group |
GroupPersistence.findByT_A_Last(int type,
boolean active,
OrderByComparator orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?. |
static Group[] |
GroupUtil.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?. |
Group[] |
GroupPersistence.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?. |
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active)
Returns all the groups where type = ? and active = ?. |
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active)
Returns all the groups where type = ? and active = ?. |
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active,
int start,
int end)
Returns a range of all the groups where type = ? and active = ?. |
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active,
int start,
int end)
Returns a range of all the groups where type = ? and active = ?. |
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where type = ? and active = ?. |
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups where type = ? and active = ?. |
static UserIdMapper |
UserIdMapperUtil.findByT_E(String type,
String externalUserId)
Returns the user ID mapper where type = ? and externalUserId = ? or throws a NoSuchUserIdMapperException if it could not be found. |
UserIdMapper |
UserIdMapperPersistence.findByT_E(String type,
String externalUserId)
Returns the user ID mapper where type = ? and externalUserId = ? or throws a NoSuchUserIdMapperException if it could not be found. |
static Role |
RoleUtil.findByT_S_First(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistence.findByT_S_First(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
static Role |
RoleUtil.findByT_S_Last(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
Role |
RolePersistence.findByT_S_Last(int type,
String subtype,
OrderByComparator orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
static Role[] |
RoleUtil.findByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?. |
Role[] |
RolePersistence.findByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.findByT_S(int type,
String subtype)
Returns all the roles where type = ? and subtype = ?. |
List<Role> |
RolePersistence.findByT_S(int type,
String subtype)
Returns all the roles where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.findByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles where type = ? and subtype = ?. |
List<Role> |
RolePersistence.findByT_S(int type,
String subtype,
int start,
int end)
Returns a range of all the roles where type = ? and subtype = ?. |
static List<Role> |
RoleUtil.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
List<Role> |
RolePersistence.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
static ListType |
ListTypeUtil.findByType_First(String type,
OrderByComparator orderByComparator)
Returns the first list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.findByType_First(String type,
OrderByComparator orderByComparator)
Returns the first list type in the ordered set where type = ?. |
static ListType |
ListTypeUtil.findByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.findByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last list type in the ordered set where type = ?. |
static ListType[] |
ListTypeUtil.findByType_PrevAndNext(int listTypeId,
String type,
OrderByComparator orderByComparator)
Returns the list types before and after the current list type in the ordered set where type = ?. |
ListType[] |
ListTypePersistence.findByType_PrevAndNext(int listTypeId,
String type,
OrderByComparator orderByComparator)
Returns the list types before and after the current list type in the ordered set where type = ?. |
static List<ListType> |
ListTypeUtil.findByType(String type)
Returns all the list types where type = ?. |
List<ListType> |
ListTypePersistence.findByType(String type)
Returns all the list types where type = ?. |
static List<ListType> |
ListTypeUtil.findByType(String type,
int start,
int end)
Returns a range of all the list types where type = ?. |
List<ListType> |
ListTypePersistence.findByType(String type,
int start,
int end)
Returns a range of all the list types where type = ?. |
static List<ListType> |
ListTypeUtil.findByType(String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the list types where type = ?. |
List<ListType> |
ListTypePersistence.findByType(String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the list types where type = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.findByU_A_First(long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_First(long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.findByU_A_Last(long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_Last(long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?. |
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?. |
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean archived,
OrderByComparator orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A(long userId,
boolean archived)
Returns all the user notification events where userId = ? and archived = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A(long userId,
boolean archived)
Returns all the user notification events where userId = ? and archived = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A(long userId,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and archived = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A(long userId,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and archived = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A(long userId,
boolean archived,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and archived = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A(long userId,
boolean archived,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and archived = ?. |
static Subscription |
SubscriptionUtil.findByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?. |
Subscription |
SubscriptionPersistence.findByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?. |
static Subscription |
SubscriptionUtil.findByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?. |
Subscription |
SubscriptionPersistence.findByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?. |
static Subscription[] |
SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?. |
Subscription[] |
SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?. |
static List<Subscription> |
SubscriptionUtil.findByU_C(long userId,
long classNameId)
Returns all the subscriptions where userId = ? and classNameId = ?. |
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId)
Returns all the subscriptions where userId = ? and classNameId = ?. |
static List<Subscription> |
SubscriptionUtil.findByU_C(long userId,
long classNameId,
int start,
int end)
Returns a range of all the subscriptions where userId = ? and classNameId = ?. |
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId,
int start,
int end)
Returns a range of all the subscriptions where userId = ? and classNameId = ?. |
static List<Subscription> |
SubscriptionUtil.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?. |
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByU_G_First(long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByU_G_First(long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByU_G_First(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByU_G_First(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByU_G_Last(long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByU_G_Last(long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByU_G_Last(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByU_G_Last(long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?. |
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?. |
static UserGroupRole[] |
UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?. |
UserGroupRole[] |
UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
long groupId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?. |
static List<Role> |
RoleFinderUtil.findByU_G(long userId,
List<Group> groups)
|
List<Role> |
RoleFinder.findByU_G(long userId,
List<Group> groups)
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByU_G(long userId,
long groupId)
Returns all the user group roles where userId = ? and groupId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByU_G(long userId,
long groupId)
Returns all the user group roles where userId = ? and groupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByU_G(long userGroupId,
long groupId)
Returns all the user group group roles where userGroupId = ? and groupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByU_G(long userGroupId,
long groupId)
Returns all the user group group roles where userGroupId = ? and groupId = ?. |
static List<Role> |
RoleFinderUtil.findByU_G(long userId,
long groupId)
|
List<Role> |
RoleFinder.findByU_G(long userId,
long groupId)
|
static List<Role> |
RoleFinderUtil.findByU_G(long userId,
long[] groupIds)
|
List<Role> |
RoleFinder.findByU_G(long userId,
long[] groupIds)
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByU_G(long userId,
long groupId,
int start,
int end)
Returns a range of all the user group roles where userId = ? and groupId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByU_G(long userId,
long groupId,
int start,
int end)
Returns a range of all the user group roles where userId = ? and groupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByU_G(long userGroupId,
long groupId,
int start,
int end)
Returns a range of all the user group group roles where userGroupId = ? and groupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByU_G(long userGroupId,
long groupId,
int start,
int end)
Returns a range of all the user group group roles where userGroupId = ? and groupId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByU_G(long userId,
long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where userId = ? and groupId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByU_G(long userId,
long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where userId = ? and groupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByU_G(long userGroupId,
long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByU_G(long userGroupId,
long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?. |
static UserIdMapper |
UserIdMapperUtil.findByU_T(long userId,
String type)
Returns the user ID mapper where userId = ? and type = ? or throws a NoSuchUserIdMapperException if it could not be found. |
UserIdMapper |
UserIdMapperPersistence.findByU_T(long userId,
String type)
Returns the user ID mapper where userId = ? and type = ? or throws a NoSuchUserIdMapperException if it could not be found. |
static List<Role> |
RoleFinderUtil.findByUserGroupGroupRole(long userId,
long groupId)
|
List<Role> |
RoleFinder.findByUserGroupGroupRole(long userId,
long groupId)
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByUserGroupId_Last(long userGroupId,
OrderByComparator orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?. |
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?. |
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
OrderByComparator orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId)
Returns all the user group group roles where userGroupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId)
Returns all the user group group roles where userGroupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId,
int start,
int end)
Returns a range of all the user group group roles where userGroupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId,
int start,
int end)
Returns a range of all the user group group roles where userGroupId = ?. |
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ?. |
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ?. |
static List<Role> |
RoleFinderUtil.findByUserGroupRole(long userId,
long groupId)
|
List<Role> |
RoleFinder.findByUserGroupRole(long userId,
long groupId)
|
static Website |
WebsiteUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where userId = ?. |
Website |
WebsitePersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first website in the ordered set where userId = ?. |
static UserTracker |
UserTrackerUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where userId = ?. |
UserTracker |
UserTrackerPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user tracker in the ordered set where userId = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where userId = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where userId = ?. |
static UserIdMapper |
UserIdMapperUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user ID mapper in the ordered set where userId = ?. |
UserIdMapper |
UserIdMapperPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user ID mapper in the ordered set where userId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where userId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first user group role in the ordered set where userId = ?. |
static Subscription |
SubscriptionUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where userId = ?. |
Subscription |
SubscriptionPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first subscription in the ordered set where userId = ?. |
static Phone |
PhoneUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where userId = ?. |
Phone |
PhonePersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first phone in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
static MembershipRequest |
MembershipRequestUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
MembershipRequest |
MembershipRequestPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
static EmailAddress |
EmailAddressUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
EmailAddress |
EmailAddressPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
static Address |
AddressUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where userId = ?. |
Address |
AddressPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first address in the ordered set where userId = ?. |
static Website |
WebsiteUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where userId = ?. |
Website |
WebsitePersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last website in the ordered set where userId = ?. |
static UserTracker |
UserTrackerUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where userId = ?. |
UserTracker |
UserTrackerPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user tracker in the ordered set where userId = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where userId = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where userId = ?. |
static UserIdMapper |
UserIdMapperUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user ID mapper in the ordered set where userId = ?. |
UserIdMapper |
UserIdMapperPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user ID mapper in the ordered set where userId = ?. |
static UserGroupRole |
UserGroupRoleUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where userId = ?. |
UserGroupRole |
UserGroupRolePersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last user group role in the ordered set where userId = ?. |
static Subscription |
SubscriptionUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where userId = ?. |
Subscription |
SubscriptionPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last subscription in the ordered set where userId = ?. |
static Phone |
PhoneUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where userId = ?. |
Phone |
PhonePersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last phone in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
static MembershipRequest |
MembershipRequestUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
MembershipRequest |
MembershipRequestPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
static EmailAddress |
EmailAddressUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
EmailAddress |
EmailAddressPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
static Address |
AddressUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where userId = ?. |
Address |
AddressPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last address in the ordered set where userId = ?. |
static Website[] |
WebsiteUtil.findByUserId_PrevAndNext(long websiteId,
long userId,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where userId = ?. |
Website[] |
WebsitePersistence.findByUserId_PrevAndNext(long websiteId,
long userId,
OrderByComparator orderByComparator)
Returns the websites before and after the current website in the ordered set where userId = ?. |
static UserTracker[] |
UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId,
long userId,
OrderByComparator orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where userId = ?. |
UserTracker[] |
UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId,
long userId,
OrderByComparator orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where userId = ?. |
static UserNotificationEvent[] |
UserNotificationEventUtil.findByUserId_PrevAndNext(long userNotificationEventId,
long userId,
OrderByComparator orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ?. |
UserNotificationEvent[] |
UserNotificationEventPersistence.findByUserId_PrevAndNext(long userNotificationEventId,
long userId,
OrderByComparator orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ?. |
static UserIdMapper[] |
UserIdMapperUtil.findByUserId_PrevAndNext(long userIdMapperId,
long userId,
OrderByComparator orderByComparator)
Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?. |
UserIdMapper[] |
UserIdMapperPersistence.findByUserId_PrevAndNext(long userIdMapperId,
long userId,
OrderByComparator orderByComparator)
Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?. |
static Subscription[] |
SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId,
long userId,
OrderByComparator orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?. |
Subscription[] |
SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId,
long userId,
OrderByComparator orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?. |
static Phone[] |
PhoneUtil.findByUserId_PrevAndNext(long phoneId,
long userId,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where userId = ?. |
Phone[] |
PhonePersistence.findByUserId_PrevAndNext(long phoneId,
long userId,
OrderByComparator orderByComparator)
Returns the phones before and after the current phone in the ordered set where userId = ?. |
static PasswordTracker[] |
PasswordTrackerUtil.findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator orderByComparator)
Returns the password trackers before and after the current password tracker in the ordered set where userId = ?. |
PasswordTracker[] |
PasswordTrackerPersistence.findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator orderByComparator)
Returns the password trackers before and after the current password tracker in the ordered set where userId = ?. |
static MembershipRequest[] |
MembershipRequestUtil.findByUserId_PrevAndNext(long membershipRequestId,
long userId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where userId = ?. |
MembershipRequest[] |
MembershipRequestPersistence.findByUserId_PrevAndNext(long membershipRequestId,
long userId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where userId = ?. |
static EmailAddress[] |
EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where userId = ?. |
EmailAddress[] |
EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where userId = ?. |
static Address[] |
AddressUtil.findByUserId_PrevAndNext(long addressId,
long userId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where userId = ?. |
Address[] |
AddressPersistence.findByUserId_PrevAndNext(long addressId,
long userId,
OrderByComparator orderByComparator)
Returns the addresses before and after the current address in the ordered set where userId = ?. |
static UserGroupRole[] |
UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ?. |
UserGroupRole[] |
UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
OrderByComparator orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ?. |
static List<Website> |
WebsiteUtil.findByUserId(long userId)
Returns all the websites where userId = ?. |
List<Website> |
WebsitePersistence.findByUserId(long userId)
Returns all the websites where userId = ?. |
static List<UserTracker> |
UserTrackerUtil.findByUserId(long userId)
Returns all the user trackers where userId = ?. |
List<UserTracker> |
UserTrackerPersistence.findByUserId(long userId)
Returns all the user trackers where userId = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUserId(long userId)
Returns all the user notification events where userId = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUserId(long userId)
Returns all the user notification events where userId = ?. |
static List<UserIdMapper> |
UserIdMapperUtil.findByUserId(long userId)
Returns all the user ID mappers where userId = ?. |
List<UserIdMapper> |
UserIdMapperPersistence.findByUserId(long userId)
Returns all the user ID mappers where userId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByUserId(long userId)
Returns all the user group roles where userId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByUserId(long userId)
Returns all the user group roles where userId = ?. |
static List<Subscription> |
SubscriptionUtil.findByUserId(long userId)
Returns all the subscriptions where userId = ?. |
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId)
Returns all the subscriptions where userId = ?. |
static List<Phone> |
PhoneUtil.findByUserId(long userId)
Returns all the phones where userId = ?. |
List<Phone> |
PhonePersistence.findByUserId(long userId)
Returns all the phones where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId)
Returns all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId)
Returns all the password trackers where userId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByUserId(long userId)
Returns all the membership requests where userId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByUserId(long userId)
Returns all the membership requests where userId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByUserId(long userId)
Returns all the email addresses where userId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByUserId(long userId)
Returns all the email addresses where userId = ?. |
static BrowserTracker |
BrowserTrackerUtil.findByUserId(long userId)
Returns the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found. |
BrowserTracker |
BrowserTrackerPersistence.findByUserId(long userId)
Returns the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found. |
static List<Address> |
AddressUtil.findByUserId(long userId)
Returns all the addresses where userId = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId)
Returns all the addresses where userId = ?. |
static List<Website> |
WebsiteUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the websites where userId = ?. |
List<Website> |
WebsitePersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the websites where userId = ?. |
static List<UserTracker> |
UserTrackerUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the user trackers where userId = ?. |
List<UserTracker> |
UserTrackerPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the user trackers where userId = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the user notification events where userId = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the user notification events where userId = ?. |
static List<UserIdMapper> |
UserIdMapperUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the user ID mappers where userId = ?. |
List<UserIdMapper> |
UserIdMapperPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the user ID mappers where userId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the user group roles where userId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the user group roles where userId = ?. |
static List<Subscription> |
SubscriptionUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the subscriptions where userId = ?. |
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the subscriptions where userId = ?. |
static List<Phone> |
PhoneUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the phones where userId = ?. |
List<Phone> |
PhonePersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the phones where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the password trackers where userId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the membership requests where userId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the membership requests where userId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the email addresses where userId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the email addresses where userId = ?. |
static List<Address> |
AddressUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the addresses where userId = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the addresses where userId = ?. |
static List<Website> |
WebsiteUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where userId = ?. |
List<Website> |
WebsitePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the websites where userId = ?. |
static List<UserTracker> |
UserTrackerUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user trackers where userId = ?. |
List<UserTracker> |
UserTrackerPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user trackers where userId = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events where userId = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events where userId = ?. |
static List<UserIdMapper> |
UserIdMapperUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user ID mappers where userId = ?. |
List<UserIdMapper> |
UserIdMapperPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user ID mappers where userId = ?. |
static List<UserGroupRole> |
UserGroupRoleUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where userId = ?. |
List<UserGroupRole> |
UserGroupRolePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user group roles where userId = ?. |
static List<Subscription> |
SubscriptionUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the subscriptions where userId = ?. |
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the subscriptions where userId = ?. |
static List<Phone> |
PhoneUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where userId = ?. |
List<Phone> |
PhonePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the phones where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
static List<MembershipRequest> |
MembershipRequestUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where userId = ?. |
List<MembershipRequest> |
MembershipRequestPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where userId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where userId = ?. |
List<EmailAddress> |
EmailAddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where userId = ?. |
static List<Address> |
AddressUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
List<Address> |
AddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId,
OrderByComparator orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId,
OrderByComparator orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId,
OrderByComparator orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId,
OrderByComparator orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath[] |
UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath[] |
UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId)
Returns all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId)
Returns all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId,
int start,
int end)
Returns a range of all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId,
int start,
int end)
Returns a range of all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
static List<UserGroupRole> |
UserGroupRoleFinderUtil.findByUserUserGroupGroupRole(long userId,
long groupId)
|
List<UserGroupRole> |
UserGroupRoleFinder.findByUserUserGroupGroupRole(long userId,
long groupId)
|
static User |
UserUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
User |
UserPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
static Lock |
LockUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where uuid = ? and companyId = ?. |
Lock |
LockPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where uuid = ? and companyId = ?. |
static Layout |
LayoutUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
Layout |
LayoutPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?. |
static User |
UserUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
User |
UserPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
static Lock |
LockUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where uuid = ? and companyId = ?. |
Lock |
LockPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where uuid = ? and companyId = ?. |
static Layout |
LayoutUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
Layout |
LayoutPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?. |
static User[] |
UserUtil.findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?. |
User[] |
UserPersistence.findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?. |
static UserNotificationEvent[] |
UserNotificationEventUtil.findByUuid_C_PrevAndNext(long userNotificationEventId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?. |
UserNotificationEvent[] |
UserNotificationEventPersistence.findByUuid_C_PrevAndNext(long userNotificationEventId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?. |
static Repository[] |
RepositoryUtil.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
Repository[] |
RepositoryPersistence.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
static Lock[] |
LockUtil.findByUuid_C_PrevAndNext(long lockId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?. |
Lock[] |
LockPersistence.findByUuid_C_PrevAndNext(long lockId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?. |
static Layout[] |
LayoutUtil.findByUuid_C_PrevAndNext(long plid,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
Layout[] |
LayoutPersistence.findByUuid_C_PrevAndNext(long plid,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?. |
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId)
Returns all the users where uuid = ? and companyId = ?. |
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the users where uuid = ? and companyId = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid_C(String uuid,
long companyId)
Returns all the user notification events where uuid = ? and companyId = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the user notification events where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the repositories where uuid = ? and companyId = ?. |
static List<Lock> |
LockUtil.findByUuid_C(String uuid,
long companyId)
Returns all the locks where uuid = ? and companyId = ?. |
List<Lock> |
LockPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the locks where uuid = ? and companyId = ?. |
static List<Layout> |
LayoutUtil.findByUuid_C(String uuid,
long companyId)
Returns all the layouts where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid_C(String uuid,
long companyId)
Returns all the layout set prototypes where uuid = ? and companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the layout set prototypes where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes where uuid = ? and companyId = ?. |
List<Layout> |
LayoutPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the layouts where uuid = ? and companyId = ?. |
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the users where uuid = ? and companyId = ?. |
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the users where uuid = ? and companyId = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user notification events where uuid = ? and companyId = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user notification events where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repositories where uuid = ? and companyId = ?. |
static List<Lock> |
LockUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the locks where uuid = ? and companyId = ?. |
List<Lock> |
LockPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the locks where uuid = ? and companyId = ?. |
static List<Layout> |
LayoutUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ? and companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ? and companyId = ?. |
List<Layout> |
LayoutPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ?. |
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?. |
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
static List<Lock> |
LockUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the locks where uuid = ? and companyId = ?. |
List<Lock> |
LockPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the locks where uuid = ? and companyId = ?. |
static List<Layout> |
LayoutUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<Layout> |
LayoutPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?. |
static User |
UserUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
User |
UserPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
static Lock |
LockUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where uuid = ?. |
Lock |
LockPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first lock in the ordered set where uuid = ?. |
static Layout |
LayoutUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
Layout |
LayoutPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.findByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or throws a NoSuchRepositoryException if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.findByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
static Layout |
LayoutUtil.findByUUID_G(String uuid,
long groupId)
Returns the layout where uuid = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found. |
Layout |
LayoutPersistence.findByUUID_G(String uuid,
long groupId)
Returns the layout where uuid = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found. |
static User |
UserUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
User |
UserPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
static UserNotificationEvent |
UserNotificationEventUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?. |
UserNotificationEvent |
UserNotificationEventPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
static Lock |
LockUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where uuid = ?. |
Lock |
LockPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last lock in the ordered set where uuid = ?. |
static Layout |
LayoutUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
Layout |
LayoutPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ?. |
static User[] |
UserUtil.findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?. |
User[] |
UserPersistence.findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?. |
static UserNotificationEvent[] |
UserNotificationEventUtil.findByUuid_PrevAndNext(long userNotificationEventId,
String uuid,
OrderByComparator orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?. |
UserNotificationEvent[] |
UserNotificationEventPersistence.findByUuid_PrevAndNext(long userNotificationEventId,
String uuid,
OrderByComparator orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?. |
static Repository[] |
RepositoryUtil.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
Repository[] |
RepositoryPersistence.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
RepositoryEntry[] |
RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
static Lock[] |
LockUtil.findByUuid_PrevAndNext(long lockId,
String uuid,
OrderByComparator orderByComparator)
Returns the locks before and after the current lock in the ordered set where uuid = ?. |
Lock[] |
LockPersistence.findByUuid_PrevAndNext(long lockId,
String uuid,
OrderByComparator orderByComparator)
Returns the locks before and after the current lock in the ordered set where uuid = ?. |
static Layout[] |
LayoutUtil.findByUuid_PrevAndNext(long plid,
String uuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
Layout[] |
LayoutPersistence.findByUuid_PrevAndNext(long plid,
String uuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?. |
static List<User> |
UserUtil.findByUuid(String uuid)
Returns all the users where uuid = ?. |
List<User> |
UserPersistence.findByUuid(String uuid)
Returns all the users where uuid = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid(String uuid)
Returns all the user notification events where uuid = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid(String uuid)
Returns all the user notification events where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid)
Returns all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid)
Returns all the repositories where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid)
Returns all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid)
Returns all the repository entries where uuid = ?. |
static List<Lock> |
LockUtil.findByUuid(String uuid)
Returns all the locks where uuid = ?. |
List<Lock> |
LockPersistence.findByUuid(String uuid)
Returns all the locks where uuid = ?. |
static List<Layout> |
LayoutUtil.findByUuid(String uuid)
Returns all the layouts where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid(String uuid)
Returns all the layout set prototypes where uuid = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid(String uuid)
Returns all the layout set prototypes where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid)
Returns all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid)
Returns all the layout prototypes where uuid = ?. |
List<Layout> |
LayoutPersistence.findByUuid(String uuid)
Returns all the layouts where uuid = ?. |
static List<User> |
UserUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the users where uuid = ?. |
List<User> |
UserPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the users where uuid = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the user notification events where uuid = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the user notification events where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repositories where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repository entries where uuid = ?. |
static List<Lock> |
LockUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the locks where uuid = ?. |
List<Lock> |
LockPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the locks where uuid = ?. |
static List<Layout> |
LayoutUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layouts where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ?. |
List<Layout> |
LayoutPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layouts where uuid = ?. |
static List<User> |
UserUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where uuid = ?. |
List<User> |
UserPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users where uuid = ?. |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events where uuid = ?. |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user notification events where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
static List<Lock> |
LockUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the locks where uuid = ?. |
List<Lock> |
LockPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the locks where uuid = ?. |
static List<Layout> |
LayoutUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<Layout> |
LayoutPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where uuid = ?. |
static ClassName |
ClassNameUtil.findByValue(String value)
Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
ClassName |
ClassNamePersistence.findByValue(String value)
Returns the class name where value = ? or throws a NoSuchClassNameException if it could not be found. |
static Company |
CompanyUtil.findByWebId(String webId)
Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found. |
Company |
CompanyPersistence.findByWebId(String webId)
Returns the company where webId = ? or throws a NoSuchCompanyException if it could not be found. |
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Website> |
WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WebDAVProps> |
WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<VirtualHost> |
VirtualHostUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<User> |
UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserTracker> |
UserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserIdMapper> |
UserIdMapperUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserGroupRole> |
UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Ticket> |
TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Team> |
TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Subscription> |
SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Shard> |
ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ServiceComponent> |
ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Role> |
RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ResourceBlock> |
ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ResourceAction> |
ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Repository> |
RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Release> |
ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Portlet> |
PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PortletPreferences> |
PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PortletItem> |
PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PortalPreferences> |
PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PluginSetting> |
PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Phone> |
PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PasswordTracker> |
PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PasswordPolicy> |
PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<OrgLabor> |
OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<OrgGroupRole> |
OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Organization> |
OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MembershipRequest> |
MembershipRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Lock> |
LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ListType> |
ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Layout> |
LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutSet> |
LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutRevision> |
LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutBranch> |
LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Image> |
ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Group> |
GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<EmailAddress> |
EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Country> |
CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Contact> |
ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Company> |
CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ClusterGroup> |
ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ClassName> |
ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<BrowserTracker> |
BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
List |
BasePersistence.findWithDynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List<Address> |
AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Account> |
AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Website> |
WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WebDAVProps> |
WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<VirtualHost> |
VirtualHostUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<User> |
UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserTracker> |
UserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserIdMapper> |
UserIdMapperUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserGroupRole> |
UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Ticket> |
TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Team> |
TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Subscription> |
SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Shard> |
ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ServiceComponent> |
ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Role> |
RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ResourceBlock> |
ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ResourceAction> |
ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Repository> |
RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Release> |
ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Portlet> |
PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PortletPreferences> |
PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PortletItem> |
PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PortalPreferences> |
PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PluginSetting> |
PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Phone> |
PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PasswordTracker> |
PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PasswordPolicy> |
PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<OrgLabor> |
OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<OrgGroupRole> |
OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Organization> |
OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MembershipRequest> |
MembershipRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Lock> |
LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ListType> |
ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Layout> |
LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutSet> |
LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutRevision> |
LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutBranch> |
LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Image> |
ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Group> |
GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<EmailAddress> |
EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Country> |
CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Contact> |
ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Company> |
CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ClusterGroup> |
ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ClassName> |
ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<BrowserTracker> |
BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
BasePersistence.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List<Address> |
AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Account> |
AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Website> |
WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<WebDAVProps> |
WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<VirtualHost> |
VirtualHostUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<User> |
UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserTracker> |
UserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserIdMapper> |
UserIdMapperUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserGroupRole> |
UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Ticket> |
TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Team> |
TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Subscription> |
SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Shard> |
ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ServiceComponent> |
ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Role> |
RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ResourceBlock> |
ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ResourceAction> |
ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Repository> |
RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Release> |
ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Portlet> |
PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PortletPreferences> |
PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PortletItem> |
PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PortalPreferences> |
PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PluginSetting> |
PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Phone> |
PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PasswordTracker> |
PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PasswordPolicy> |
PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<OrgLabor> |
OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<OrgGroupRole> |
OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Organization> |
OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MembershipRequest> |
MembershipRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Lock> |
LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ListType> |
ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Layout> |
LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutSet> |
LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutRevision> |
LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutBranch> |
LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Image> |
ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Group> |
GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<EmailAddress> |
EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Country> |
CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Contact> |
ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Company> |
CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ClusterGroup> |
ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ClassName> |
ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<BrowserTracker> |
BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
List |
BasePersistence.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List<Address> |
AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Account> |
AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
void |
BasePersistence.flush()
|
static List<Group> |
UserUtil.getGroups(long pk)
Returns all the groups associated with the user. |
List<Group> |
UserPersistence.getGroups(long pk)
Returns all the groups associated with the user. |
static List<Group> |
UserGroupUtil.getGroups(long pk)
Returns all the groups associated with the user group. |
List<Group> |
UserGroupPersistence.getGroups(long pk)
Returns all the groups associated with the user group. |
static List<Group> |
RoleUtil.getGroups(long pk)
Returns all the groups associated with the role. |
List<Group> |
RolePersistence.getGroups(long pk)
Returns all the groups associated with the role. |
static List<Group> |
OrganizationUtil.getGroups(long pk)
Returns all the groups associated with the organization. |
List<Group> |
OrganizationPersistence.getGroups(long pk)
Returns all the groups associated with the organization. |
static List<Group> |
UserUtil.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user. |
List<Group> |
UserPersistence.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user. |
static List<Group> |
UserGroupUtil.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user group. |
List<Group> |
UserGroupPersistence.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the user group. |
static List<Group> |
RoleUtil.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the role. |
List<Group> |
RolePersistence.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the role. |
static List<Group> |
OrganizationUtil.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the organization. |
List<Group> |
OrganizationPersistence.getGroups(long pk,
int start,
int end)
Returns a range of all the groups associated with the organization. |
static List<Group> |
UserUtil.getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the user. |
List<Group> |
UserPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the user. |
static List<Group> |
UserGroupUtil.getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the user group. |
List<Group> |
UserGroupPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the user group. |
static List<Group> |
RoleUtil.getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the role. |
List<Group> |
RolePersistence.getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the role. |
static List<Group> |
OrganizationUtil.getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the organization. |
List<Group> |
OrganizationPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the groups associated with the organization. |
static int |
UserUtil.getGroupsSize(long pk)
Returns the number of groups associated with the user. |
int |
UserPersistence.getGroupsSize(long pk)
Returns the number of groups associated with the user. |
static int |
UserGroupUtil.getGroupsSize(long pk)
Returns the number of groups associated with the user group. |
int |
UserGroupPersistence.getGroupsSize(long pk)
Returns the number of groups associated with the user group. |
static int |
RoleUtil.getGroupsSize(long pk)
Returns the number of groups associated with the role. |
int |
RolePersistence.getGroupsSize(long pk)
Returns the number of groups associated with the role. |
static int |
OrganizationUtil.getGroupsSize(long pk)
Returns the number of groups associated with the organization. |
int |
OrganizationPersistence.getGroupsSize(long pk)
Returns the number of groups associated with the organization. |
static List<Organization> |
UserUtil.getOrganizations(long pk)
Returns all the organizations associated with the user. |
List<Organization> |
UserPersistence.getOrganizations(long pk)
Returns all the organizations associated with the user. |
static List<Organization> |
GroupUtil.getOrganizations(long pk)
Returns all the organizations associated with the group. |
List<Organization> |
GroupPersistence.getOrganizations(long pk)
Returns all the organizations associated with the group. |
static List<Organization> |
UserUtil.getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the user. |
List<Organization> |
UserPersistence.getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the user. |
static List<Organization> |
GroupUtil.getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the group. |
List<Organization> |
GroupPersistence.getOrganizations(long pk,
int start,
int end)
Returns a range of all the organizations associated with the group. |
static List<Organization> |
UserUtil.getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations associated with the user. |
List<Organization> |
UserPersistence.getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations associated with the user. |
static List<Organization> |
GroupUtil.getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations associated with the group. |
List<Organization> |
GroupPersistence.getOrganizations(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the organizations associated with the group. |
static int |
UserUtil.getOrganizationsSize(long pk)
Returns the number of organizations associated with the user. |
int |
UserPersistence.getOrganizationsSize(long pk)
Returns the number of organizations associated with the user. |
static int |
GroupUtil.getOrganizationsSize(long pk)
Returns the number of organizations associated with the group. |
int |
GroupPersistence.getOrganizationsSize(long pk)
Returns the number of organizations associated with the group. |
static List<Role> |
UserUtil.getRoles(long pk)
Returns all the roles associated with the user. |
List<Role> |
UserPersistence.getRoles(long pk)
Returns all the roles associated with the user. |
static List<Role> |
GroupUtil.getRoles(long pk)
Returns all the roles associated with the group. |
List<Role> |
GroupPersistence.getRoles(long pk)
Returns all the roles associated with the group. |
static List<Role> |
UserUtil.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the user. |
List<Role> |
UserPersistence.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the user. |
static List<Role> |
GroupUtil.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the group. |
List<Role> |
GroupPersistence.getRoles(long pk,
int start,
int end)
Returns a range of all the roles associated with the group. |
static List<Role> |
UserUtil.getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles associated with the user. |
List<Role> |
UserPersistence.getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles associated with the user. |
static List<Role> |
GroupUtil.getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles associated with the group. |
List<Role> |
GroupPersistence.getRoles(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the roles associated with the group. |
static int |
UserUtil.getRolesSize(long pk)
Returns the number of roles associated with the user. |
int |
UserPersistence.getRolesSize(long pk)
Returns the number of roles associated with the user. |
static int |
GroupUtil.getRolesSize(long pk)
Returns the number of roles associated with the group. |
int |
GroupPersistence.getRolesSize(long pk)
Returns the number of roles associated with the group. |
static List<Team> |
UserUtil.getTeams(long pk)
Returns all the teams associated with the user. |
List<Team> |
UserPersistence.getTeams(long pk)
Returns all the teams associated with the user. |
static List<Team> |
UserGroupUtil.getTeams(long pk)
Returns all the teams associated with the user group. |
List<Team> |
UserGroupPersistence.getTeams(long pk)
Returns all the teams associated with the user group. |
static List<Team> |
UserUtil.getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user. |
List<Team> |
UserPersistence.getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user. |
static List<Team> |
UserGroupUtil.getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user group. |
List<Team> |
UserGroupPersistence.getTeams(long pk,
int start,
int end)
Returns a range of all the teams associated with the user group. |
static List<Team> |
UserUtil.getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams associated with the user. |
List<Team> |
UserPersistence.getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams associated with the user. |
static List<Team> |
UserGroupUtil.getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams associated with the user group. |
List<Team> |
UserGroupPersistence.getTeams(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the teams associated with the user group. |
static int |
UserUtil.getTeamsSize(long pk)
Returns the number of teams associated with the user. |
int |
UserPersistence.getTeamsSize(long pk)
Returns the number of teams associated with the user. |
static int |
UserGroupUtil.getTeamsSize(long pk)
Returns the number of teams associated with the user group. |
int |
UserGroupPersistence.getTeamsSize(long pk)
Returns the number of teams associated with the user group. |
static List<UserGroup> |
UserUtil.getUserGroups(long pk)
Returns all the user groups associated with the user. |
List<UserGroup> |
UserPersistence.getUserGroups(long pk)
Returns all the user groups associated with the user. |
static List<UserGroup> |
TeamUtil.getUserGroups(long pk)
Returns all the user groups associated with the team. |
List<UserGroup> |
TeamPersistence.getUserGroups(long pk)
Returns all the user groups associated with the team. |
static List<UserGroup> |
GroupUtil.getUserGroups(long pk)
Returns all the user groups associated with the group. |
List<UserGroup> |
GroupPersistence.getUserGroups(long pk)
Returns all the user groups associated with the group. |
static List<UserGroup> |
UserUtil.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the user. |
List<UserGroup> |
UserPersistence.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the user. |
static List<UserGroup> |
TeamUtil.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the team. |
List<UserGroup> |
TeamPersistence.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the team. |
static List<UserGroup> |
GroupUtil.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the group. |
List<UserGroup> |
GroupPersistence.getUserGroups(long pk,
int start,
int end)
Returns a range of all the user groups associated with the group. |
static List<UserGroup> |
UserUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups associated with the user. |
List<UserGroup> |
UserPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups associated with the user. |
static List<UserGroup> |
TeamUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups associated with the team. |
List<UserGroup> |
TeamPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups associated with the team. |
static List<UserGroup> |
GroupUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups associated with the group. |
List<UserGroup> |
GroupPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the user groups associated with the group. |
static int |
UserUtil.getUserGroupsSize(long pk)
Returns the number of user groups associated with the user. |
int |
UserPersistence.getUserGroupsSize(long pk)
Returns the number of user groups associated with the user. |
static int |
TeamUtil.getUserGroupsSize(long pk)
Returns the number of user groups associated with the team. |
int |
TeamPersistence.getUserGroupsSize(long pk)
Returns the number of user groups associated with the team. |
static int |
GroupUtil.getUserGroupsSize(long pk)
Returns the number of user groups associated with the group. |
int |
GroupPersistence.getUserGroupsSize(long pk)
Returns the number of user groups associated with the group. |
static List<User> |
UserGroupUtil.getUsers(long pk)
Returns all the users associated with the user group. |
List<User> |
UserGroupPersistence.getUsers(long pk)
Returns all the users associated with the user group. |
static List<User> |
TeamUtil.getUsers(long pk)
Returns all the users associated with the team. |
List<User> |
TeamPersistence.getUsers(long pk)
Returns all the users associated with the team. |
static List<User> |
RoleUtil.getUsers(long pk)
Returns all the users associated with the role. |
List<User> |
RolePersistence.getUsers(long pk)
Returns all the users associated with the role. |
static List<User> |
OrganizationUtil.getUsers(long pk)
Returns all the users associated with the organization. |
List<User> |
OrganizationPersistence.getUsers(long pk)
Returns all the users associated with the organization. |
static List<User> |
GroupUtil.getUsers(long pk)
Returns all the users associated with the group. |
List<User> |
GroupPersistence.getUsers(long pk)
Returns all the users associated with the group. |
static List<User> |
UserGroupUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the user group. |
List<User> |
UserGroupPersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the user group. |
static List<User> |
TeamUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the team. |
List<User> |
TeamPersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the team. |
static List<User> |
RoleUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the role. |
List<User> |
RolePersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the role. |
static List<User> |
OrganizationUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the organization. |
List<User> |
OrganizationPersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the organization. |
static List<User> |
GroupUtil.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the group. |
List<User> |
GroupPersistence.getUsers(long pk,
int start,
int end)
Returns a range of all the users associated with the group. |
static List<User> |
UserGroupUtil.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the user group. |
List<User> |
UserGroupPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the user group. |
static List<User> |
TeamUtil.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the team. |
List<User> |
TeamPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the team. |
static List<User> |
RoleUtil.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the role. |
List<User> |
RolePersistence.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the role. |
static List<User> |
OrganizationUtil.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the organization. |
List<User> |
OrganizationPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the organization. |
static List<User> |
GroupUtil.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the group. |
List<User> |
GroupPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the users associated with the group. |
static int |
UserGroupUtil.getUsersSize(long pk)
Returns the number of users associated with the user group. |
int |
UserGroupPersistence.getUsersSize(long pk)
Returns the number of users associated with the user group. |
static int |
TeamUtil.getUsersSize(long pk)
Returns the number of users associated with the team. |
int |
TeamPersistence.getUsersSize(long pk)
Returns the number of users associated with the team. |
static int |
RoleUtil.getUsersSize(long pk)
Returns the number of users associated with the role. |
int |
RolePersistence.getUsersSize(long pk)
Returns the number of users associated with the role. |
static int |
OrganizationUtil.getUsersSize(long pk)
Returns the number of users associated with the organization. |
int |
OrganizationPersistence.getUsersSize(long pk)
Returns the number of users associated with the organization. |
static int |
GroupUtil.getUsersSize(long pk)
Returns the number of users associated with the group. |
int |
GroupPersistence.getUsersSize(long pk)
Returns the number of users associated with the group. |
static ListType |
ListTypeUtil.remove(int listTypeId)
Removes the list type with the primary key from the database. |
ListType |
ListTypePersistence.remove(int listTypeId)
Removes the list type with the primary key from the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.remove(long workflowInstanceLinkId)
Removes the workflow instance link with the primary key from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.remove(long workflowInstanceLinkId)
Removes the workflow instance link with the primary key from the database. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.remove(long workflowDefinitionLinkId)
Removes the workflow definition link with the primary key from the database. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.remove(long workflowDefinitionLinkId)
Removes the workflow definition link with the primary key from the database. |
static Website |
WebsiteUtil.remove(long websiteId)
Removes the website with the primary key from the database. |
Website |
WebsitePersistence.remove(long websiteId)
Removes the website with the primary key from the database. |
static WebDAVProps |
WebDAVPropsUtil.remove(long webDavPropsId)
Removes the web d a v props with the primary key from the database. |
WebDAVProps |
WebDAVPropsPersistence.remove(long webDavPropsId)
Removes the web d a v props with the primary key from the database. |
static VirtualHost |
VirtualHostUtil.remove(long virtualHostId)
Removes the virtual host with the primary key from the database. |
VirtualHost |
VirtualHostPersistence.remove(long virtualHostId)
Removes the virtual host with the primary key from the database. |
static User |
UserUtil.remove(long userId)
Removes the user with the primary key from the database. |
static UserTracker |
UserTrackerUtil.remove(long userTrackerId)
Removes the user tracker with the primary key from the database. |
UserTracker |
UserTrackerPersistence.remove(long userTrackerId)
Removes the user tracker with the primary key from the database. |
static UserTrackerPath |
UserTrackerPathUtil.remove(long userTrackerPathId)
Removes the user tracker path with the primary key from the database. |
UserTrackerPath |
UserTrackerPathPersistence.remove(long userTrackerPathId)
Removes the user tracker path with the primary key from the database. |
User |
UserPersistence.remove(long userId)
Removes the user with the primary key from the database. |
static UserNotificationEvent |
UserNotificationEventUtil.remove(long userNotificationEventId)
Removes the user notification event with the primary key from the database. |
UserNotificationEvent |
UserNotificationEventPersistence.remove(long userNotificationEventId)
Removes the user notification event with the primary key from the database. |
static UserIdMapper |
UserIdMapperUtil.remove(long userIdMapperId)
Removes the user ID mapper with the primary key from the database. |
UserIdMapper |
UserIdMapperPersistence.remove(long userIdMapperId)
Removes the user ID mapper with the primary key from the database. |
static UserGroup |
UserGroupUtil.remove(long userGroupId)
Removes the user group with the primary key from the database. |
UserGroup |
UserGroupPersistence.remove(long userGroupId)
Removes the user group with the primary key from the database. |
static Ticket |
TicketUtil.remove(long ticketId)
Removes the ticket with the primary key from the database. |
Ticket |
TicketPersistence.remove(long ticketId)
Removes the ticket with the primary key from the database. |
static Team |
TeamUtil.remove(long teamId)
Removes the team with the primary key from the database. |
Team |
TeamPersistence.remove(long teamId)
Removes the team with the primary key from the database. |
static Subscription |
SubscriptionUtil.remove(long subscriptionId)
Removes the subscription with the primary key from the database. |
Subscription |
SubscriptionPersistence.remove(long subscriptionId)
Removes the subscription with the primary key from the database. |
static Shard |
ShardUtil.remove(long shardId)
Removes the shard with the primary key from the database. |
Shard |
ShardPersistence.remove(long shardId)
Removes the shard with the primary key from the database. |
static ServiceComponent |
ServiceComponentUtil.remove(long serviceComponentId)
Removes the service component with the primary key from the database. |
ServiceComponent |
ServiceComponentPersistence.remove(long serviceComponentId)
Removes the service component with the primary key from the database. |
static Role |
RoleUtil.remove(long roleId)
Removes the role with the primary key from the database. |
Role |
RolePersistence.remove(long roleId)
Removes the role with the primary key from the database. |
static ResourceTypePermission |
ResourceTypePermissionUtil.remove(long resourceTypePermissionId)
Removes the resource type permission with the primary key from the database. |
ResourceTypePermission |
ResourceTypePermissionPersistence.remove(long resourceTypePermissionId)
Removes the resource type permission with the primary key from the database. |
static ResourcePermission |
ResourcePermissionUtil.remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database. |
ResourcePermission |
ResourcePermissionPersistence.remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database. |
static ResourceBlock |
ResourceBlockUtil.remove(long resourceBlockId)
Removes the resource block with the primary key from the database. |
ResourceBlock |
ResourceBlockPersistence.remove(long resourceBlockId)
Removes the resource block with the primary key from the database. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.remove(long resourceBlockPermissionId)
Removes the resource block permission with the primary key from the database. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.remove(long resourceBlockPermissionId)
Removes the resource block permission with the primary key from the database. |
static ResourceAction |
ResourceActionUtil.remove(long resourceActionId)
Removes the resource action with the primary key from the database. |
ResourceAction |
ResourceActionPersistence.remove(long resourceActionId)
Removes the resource action with the primary key from the database. |
static Repository |
RepositoryUtil.remove(long repositoryId)
Removes the repository with the primary key from the database. |
Repository |
RepositoryPersistence.remove(long repositoryId)
Removes the repository with the primary key from the database. |
static RepositoryEntry |
RepositoryEntryUtil.remove(long repositoryEntryId)
Removes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryPersistence.remove(long repositoryEntryId)
Removes the repository entry with the primary key from the database. |
static Release |
ReleaseUtil.remove(long releaseId)
Removes the release with the primary key from the database. |
Release |
ReleasePersistence.remove(long releaseId)
Removes the release with the primary key from the database. |
static Region |
RegionUtil.remove(long regionId)
Removes the region with the primary key from the database. |
Region |
RegionPersistence.remove(long regionId)
Removes the region with the primary key from the database. |
static Portlet |
PortletUtil.remove(long id)
Removes the portlet with the primary key from the database. |
static PortletPreferences |
PortletPreferencesUtil.remove(long portletPreferencesId)
Removes the portlet preferences with the primary key from the database. |
PortletPreferences |
PortletPreferencesPersistence.remove(long portletPreferencesId)
Removes the portlet preferences with the primary key from the database. |
Portlet |
PortletPersistence.remove(long id)
Removes the portlet with the primary key from the database. |
static PortletItem |
PortletItemUtil.remove(long portletItemId)
Removes the portlet item with the primary key from the database. |
PortletItem |
PortletItemPersistence.remove(long portletItemId)
Removes the portlet item with the primary key from the database. |
static PortalPreferences |
PortalPreferencesUtil.remove(long portalPreferencesId)
Removes the portal preferences with the primary key from the database. |
PortalPreferences |
PortalPreferencesPersistence.remove(long portalPreferencesId)
Removes the portal preferences with the primary key from the database. |
static PluginSetting |
PluginSettingUtil.remove(long pluginSettingId)
Removes the plugin setting with the primary key from the database. |
PluginSetting |
PluginSettingPersistence.remove(long pluginSettingId)
Removes the plugin setting with the primary key from the database. |
static Phone |
PhoneUtil.remove(long phoneId)
Removes the phone with the primary key from the database. |
Phone |
PhonePersistence.remove(long phoneId)
Removes the phone with the primary key from the database. |
static PasswordTracker |
PasswordTrackerUtil.remove(long passwordTrackerId)
Removes the password tracker with the primary key from the database. |
PasswordTracker |
PasswordTrackerPersistence.remove(long passwordTrackerId)
Removes the password tracker with the primary key from the database. |
static PasswordPolicy |
PasswordPolicyUtil.remove(long passwordPolicyId)
Removes the password policy with the primary key from the database. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.remove(long passwordPolicyRelId)
Removes the password policy rel with the primary key from the database. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.remove(long passwordPolicyRelId)
Removes the password policy rel with the primary key from the database. |
PasswordPolicy |
PasswordPolicyPersistence.remove(long passwordPolicyId)
Removes the password policy with the primary key from the database. |
static OrgLabor |
OrgLaborUtil.remove(long orgLaborId)
Removes the org labor with the primary key from the database. |
OrgLabor |
OrgLaborPersistence.remove(long orgLaborId)
Removes the org labor with the primary key from the database. |
static Organization |
OrganizationUtil.remove(long organizationId)
Removes the organization with the primary key from the database. |
Organization |
OrganizationPersistence.remove(long organizationId)
Removes the organization with the primary key from the database. |
static MembershipRequest |
MembershipRequestUtil.remove(long membershipRequestId)
Removes the membership request with the primary key from the database. |
MembershipRequest |
MembershipRequestPersistence.remove(long membershipRequestId)
Removes the membership request with the primary key from the database. |
static Lock |
LockUtil.remove(long lockId)
Removes the lock with the primary key from the database. |
Lock |
LockPersistence.remove(long lockId)
Removes the lock with the primary key from the database. |
static Layout |
LayoutUtil.remove(long plid)
Removes the layout with the primary key from the database. |
static LayoutSet |
LayoutSetUtil.remove(long layoutSetId)
Removes the layout set with the primary key from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.remove(long layoutSetPrototypeId)
Removes the layout set prototype with the primary key from the database. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.remove(long layoutSetPrototypeId)
Removes the layout set prototype with the primary key from the database. |
LayoutSet |
LayoutSetPersistence.remove(long layoutSetId)
Removes the layout set with the primary key from the database. |
static LayoutSetBranch |
LayoutSetBranchUtil.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
LayoutSetBranch |
LayoutSetBranchPersistence.remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
static LayoutRevision |
LayoutRevisionUtil.remove(long layoutRevisionId)
Removes the layout revision with the primary key from the database. |
LayoutRevision |
LayoutRevisionPersistence.remove(long layoutRevisionId)
Removes the layout revision with the primary key from the database. |
static LayoutPrototype |
LayoutPrototypeUtil.remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypePersistence.remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
Layout |
LayoutPersistence.remove(long plid)
Removes the layout with the primary key from the database. |
static LayoutBranch |
LayoutBranchUtil.remove(long LayoutBranchId)
Removes the layout branch with the primary key from the database. |
LayoutBranch |
LayoutBranchPersistence.remove(long LayoutBranchId)
Removes the layout branch with the primary key from the database. |
static Image |
ImageUtil.remove(long imageId)
Removes the image with the primary key from the database. |
Image |
ImagePersistence.remove(long imageId)
Removes the image with the primary key from the database. |
static Group |
GroupUtil.remove(long groupId)
Removes the group with the primary key from the database. |
Group |
GroupPersistence.remove(long groupId)
Removes the group with the primary key from the database. |
static EmailAddress |
EmailAddressUtil.remove(long emailAddressId)
Removes the email address with the primary key from the database. |
EmailAddress |
EmailAddressPersistence.remove(long emailAddressId)
Removes the email address with the primary key from the database. |
static Country |
CountryUtil.remove(long countryId)
Removes the country with the primary key from the database. |
Country |
CountryPersistence.remove(long countryId)
Removes the country with the primary key from the database. |
static Contact |
ContactUtil.remove(long contactId)
Removes the contact with the primary key from the database. |
Contact |
ContactPersistence.remove(long contactId)
Removes the contact with the primary key from the database. |
static Company |
CompanyUtil.remove(long companyId)
Removes the company with the primary key from the database. |
Company |
CompanyPersistence.remove(long companyId)
Removes the company with the primary key from the database. |
static ClusterGroup |
ClusterGroupUtil.remove(long clusterGroupId)
Removes the cluster group with the primary key from the database. |
ClusterGroup |
ClusterGroupPersistence.remove(long clusterGroupId)
Removes the cluster group with the primary key from the database. |
static ClassName |
ClassNameUtil.remove(long classNameId)
Removes the class name with the primary key from the database. |
ClassName |
ClassNamePersistence.remove(long classNameId)
Removes the class name with the primary key from the database. |
static BrowserTracker |
BrowserTrackerUtil.remove(long browserTrackerId)
Removes the browser tracker with the primary key from the database. |
BrowserTracker |
BrowserTrackerPersistence.remove(long browserTrackerId)
Removes the browser tracker with the primary key from the database. |
static Address |
AddressUtil.remove(long addressId)
Removes the address with the primary key from the database. |
Address |
AddressPersistence.remove(long addressId)
Removes the address with the primary key from the database. |
static Account |
AccountUtil.remove(long accountId)
Removes the account with the primary key from the database. |
Account |
AccountPersistence.remove(long accountId)
Removes the account with the primary key from the database. |
static OrgGroupRole |
OrgGroupRoleUtil.remove(OrgGroupRolePK orgGroupRolePK)
Removes the org group role with the primary key from the database. |
OrgGroupRole |
OrgGroupRolePersistence.remove(OrgGroupRolePK orgGroupRolePK)
Removes the org group role with the primary key from the database. |
T |
BasePersistence.remove(Serializable primaryKey)
Removes the model instance with the primary key from the database. |
T |
BasePersistence.remove(T model)
Removes the model instance from the database. |
static UserGroupGroupRole |
UserGroupGroupRoleUtil.remove(UserGroupGroupRolePK userGroupGroupRolePK)
Removes the user group group role with the primary key from the database. |
UserGroupGroupRole |
UserGroupGroupRolePersistence.remove(UserGroupGroupRolePK userGroupGroupRolePK)
Removes the user group group role with the primary key from the database. |
static UserGroupRole |
UserGroupRoleUtil.remove(UserGroupRolePK userGroupRolePK)
Removes the user group role with the primary key from the database. |
UserGroupRole |
UserGroupRolePersistence.remove(UserGroupRolePK userGroupRolePK)
Removes the user group role with the primary key from the database. |
static void |
WorkflowInstanceLinkUtil.removeAll()
Removes all the workflow instance links from the database. |
void |
WorkflowInstanceLinkPersistence.removeAll()
Removes all the workflow instance links from the database. |
static void |
WorkflowDefinitionLinkUtil.removeAll()
Removes all the workflow definition links from the database. |
void |
WorkflowDefinitionLinkPersistence.removeAll()
Removes all the workflow definition links from the database. |
static void |
WebsiteUtil.removeAll()
Removes all the websites from the database. |
void |
WebsitePersistence.removeAll()
Removes all the websites from the database. |
static void |
WebDAVPropsUtil.removeAll()
Removes all the web d a v propses from the database. |
void |
WebDAVPropsPersistence.removeAll()
Removes all the web d a v propses from the database. |
static void |
VirtualHostUtil.removeAll()
Removes all the virtual hosts from the database. |
void |
VirtualHostPersistence.removeAll()
Removes all the virtual hosts from the database. |
static void |
UserUtil.removeAll()
Removes all the users from the database. |
static void |
UserTrackerUtil.removeAll()
Removes all the user trackers from the database. |
void |
UserTrackerPersistence.removeAll()
Removes all the user trackers from the database. |
static void |
UserTrackerPathUtil.removeAll()
Removes all the user tracker paths from the database. |
void |
UserTrackerPathPersistence.removeAll()
Removes all the user tracker paths from the database. |
void |
UserPersistence.removeAll()
Removes all the users from the database. |
static void |
UserNotificationEventUtil.removeAll()
Removes all the user notification events from the database. |
void |
UserNotificationEventPersistence.removeAll()
Removes all the user notification events from the database. |
static void |
UserIdMapperUtil.removeAll()
Removes all the user ID mappers from the database. |
void |
UserIdMapperPersistence.removeAll()
Removes all the user ID mappers from the database. |
static void |
UserGroupUtil.removeAll()
Removes all the user groups from the database. |
static void |
UserGroupRoleUtil.removeAll()
Removes all the user group roles from the database. |
void |
UserGroupRolePersistence.removeAll()
Removes all the user group roles from the database. |
void |
UserGroupPersistence.removeAll()
Removes all the user groups from the database. |
static void |
UserGroupGroupRoleUtil.removeAll()
Removes all the user group group roles from the database. |
void |
UserGroupGroupRolePersistence.removeAll()
Removes all the user group group roles from the database. |
static void |
TicketUtil.removeAll()
Removes all the tickets from the database. |
void |
TicketPersistence.removeAll()
Removes all the tickets from the database. |
static void |
TeamUtil.removeAll()
Removes all the teams from the database. |
void |
TeamPersistence.removeAll()
Removes all the teams from the database. |
static void |
SubscriptionUtil.removeAll()
Removes all the subscriptions from the database. |
void |
SubscriptionPersistence.removeAll()
Removes all the subscriptions from the database. |
static void |
ShardUtil.removeAll()
Removes all the shards from the database. |
void |
ShardPersistence.removeAll()
Removes all the shards from the database. |
static void |
ServiceComponentUtil.removeAll()
Removes all the service components from the database. |
void |
ServiceComponentPersistence.removeAll()
Removes all the service components from the database. |
static void |
RoleUtil.removeAll()
Removes all the roles from the database. |
void |
RolePersistence.removeAll()
Removes all the roles from the database. |
static void |
ResourceTypePermissionUtil.removeAll()
Removes all the resource type permissions from the database. |
void |
ResourceTypePermissionPersistence.removeAll()
Removes all the resource type permissions from the database. |
static void |
ResourcePermissionUtil.removeAll()
Removes all the resource permissions from the database. |
void |
ResourcePermissionPersistence.removeAll()
Removes all the resource permissions from the database. |
static void |
ResourceBlockUtil.removeAll()
Removes all the resource blocks from the database. |
void |
ResourceBlockPersistence.removeAll()
Removes all the resource blocks from the database. |
static void |
ResourceBlockPermissionUtil.removeAll()
Removes all the resource block permissions from the database. |
void |
ResourceBlockPermissionPersistence.removeAll()
Removes all the resource block permissions from the database. |
static void |
ResourceActionUtil.removeAll()
Removes all the resource actions from the database. |
void |
ResourceActionPersistence.removeAll()
Removes all the resource actions from the database. |
static void |
RepositoryUtil.removeAll()
Removes all the repositories from the database. |
void |
RepositoryPersistence.removeAll()
Removes all the repositories from the database. |
static void |
RepositoryEntryUtil.removeAll()
Removes all the repository entries from the database. |
void |
RepositoryEntryPersistence.removeAll()
Removes all the repository entries from the database. |
static void |
ReleaseUtil.removeAll()
Removes all the releases from the database. |
void |
ReleasePersistence.removeAll()
Removes all the releases from the database. |
static void |
RegionUtil.removeAll()
Removes all the regions from the database. |
void |
RegionPersistence.removeAll()
Removes all the regions from the database. |
static void |
PortletUtil.removeAll()
Removes all the portlets from the database. |
static void |
PortletPreferencesUtil.removeAll()
Removes all the portlet preferenceses from the database. |
void |
PortletPreferencesPersistence.removeAll()
Removes all the portlet preferenceses from the database. |
void |
PortletPersistence.removeAll()
Removes all the portlets from the database. |
static void |
PortletItemUtil.removeAll()
Removes all the portlet items from the database. |
void |
PortletItemPersistence.removeAll()
Removes all the portlet items from the database. |
static void |
PortalPreferencesUtil.removeAll()
Removes all the portal preferenceses from the database. |
void |
PortalPreferencesPersistence.removeAll()
Removes all the portal preferenceses from the database. |
static void |
PluginSettingUtil.removeAll()
Removes all the plugin settings from the database. |
void |
PluginSettingPersistence.removeAll()
Removes all the plugin settings from the database. |
static void |
PhoneUtil.removeAll()
Removes all the phones from the database. |
void |
PhonePersistence.removeAll()
Removes all the phones from the database. |
static void |
PasswordTrackerUtil.removeAll()
Removes all the password trackers from the database. |
void |
PasswordTrackerPersistence.removeAll()
Removes all the password trackers from the database. |
static void |
PasswordPolicyUtil.removeAll()
Removes all the password policies from the database. |
static void |
PasswordPolicyRelUtil.removeAll()
Removes all the password policy rels from the database. |
void |
PasswordPolicyRelPersistence.removeAll()
Removes all the password policy rels from the database. |
void |
PasswordPolicyPersistence.removeAll()
Removes all the password policies from the database. |
static void |
OrgLaborUtil.removeAll()
Removes all the org labors from the database. |
void |
OrgLaborPersistence.removeAll()
Removes all the org labors from the database. |
static void |
OrgGroupRoleUtil.removeAll()
Removes all the org group roles from the database. |
void |
OrgGroupRolePersistence.removeAll()
Removes all the org group roles from the database. |
static void |
OrganizationUtil.removeAll()
Removes all the organizations from the database. |
void |
OrganizationPersistence.removeAll()
Removes all the organizations from the database. |
static void |
MembershipRequestUtil.removeAll()
Removes all the membership requests from the database. |
void |
MembershipRequestPersistence.removeAll()
Removes all the membership requests from the database. |
static void |
LockUtil.removeAll()
Removes all the locks from the database. |
void |
LockPersistence.removeAll()
Removes all the locks from the database. |
static void |
ListTypeUtil.removeAll()
Removes all the list types from the database. |
void |
ListTypePersistence.removeAll()
Removes all the list types from the database. |
static void |
LayoutUtil.removeAll()
Removes all the layouts from the database. |
static void |
LayoutSetUtil.removeAll()
Removes all the layout sets from the database. |
static void |
LayoutSetPrototypeUtil.removeAll()
Removes all the layout set prototypes from the database. |
void |
LayoutSetPrototypePersistence.removeAll()
Removes all the layout set prototypes from the database. |
void |
LayoutSetPersistence.removeAll()
Removes all the layout sets from the database. |
static void |
LayoutSetBranchUtil.removeAll()
Removes all the layout set branchs from the database. |
void |
LayoutSetBranchPersistence.removeAll()
Removes all the layout set branchs from the database. |
static void |
LayoutRevisionUtil.removeAll()
Removes all the layout revisions from the database. |
void |
LayoutRevisionPersistence.removeAll()
Removes all the layout revisions from the database. |
static void |
LayoutPrototypeUtil.removeAll()
Removes all the layout prototypes from the database. |
void |
LayoutPrototypePersistence.removeAll()
Removes all the layout prototypes from the database. |
void |
LayoutPersistence.removeAll()
Removes all the layouts from the database. |
static void |
LayoutBranchUtil.removeAll()
Removes all the layout branchs from the database. |
void |
LayoutBranchPersistence.removeAll()
Removes all the layout branchs from the database. |
static void |
ImageUtil.removeAll()
Removes all the images from the database. |
void |
ImagePersistence.removeAll()
Removes all the images from the database. |
static void |
GroupUtil.removeAll()
Removes all the groups from the database. |
void |
GroupPersistence.removeAll()
Removes all the groups from the database. |
static void |
EmailAddressUtil.removeAll()
Removes all the email addresses from the database. |
void |
EmailAddressPersistence.removeAll()
Removes all the email addresses from the database. |
static void |
CountryUtil.removeAll()
Removes all the countries from the database. |
void |
CountryPersistence.removeAll()
Removes all the countries from the database. |
static void |
ContactUtil.removeAll()
Removes all the contacts from the database. |
void |
ContactPersistence.removeAll()
Removes all the contacts from the database. |
static void |
CompanyUtil.removeAll()
Removes all the companies from the database. |
void |
CompanyPersistence.removeAll()
Removes all the companies from the database. |
static void |
ClusterGroupUtil.removeAll()
Removes all the cluster groups from the database. |
void |
ClusterGroupPersistence.removeAll()
Removes all the cluster groups from the database. |
static void |
ClassNameUtil.removeAll()
Removes all the class names from the database. |
void |
ClassNamePersistence.removeAll()
Removes all the class names from the database. |
static void |
BrowserTrackerUtil.removeAll()
Removes all the browser trackers from the database. |
void |
BrowserTrackerPersistence.removeAll()
Removes all the browser trackers from the database. |
static void |
AddressUtil.removeAll()
Removes all the addresses from the database. |
void |
AddressPersistence.removeAll()
Removes all the addresses from the database. |
static void |
AccountUtil.removeAll()
Removes all the accounts from the database. |
void |
AccountPersistence.removeAll()
Removes all the accounts from the database. |
static Country |
CountryUtil.removeByA2(String a2)
Removes the country where a2 = ? from the database. |
Country |
CountryPersistence.removeByA2(String a2)
Removes the country where a2 = ? from the database. |
static Country |
CountryUtil.removeByA3(String a3)
Removes the country where a3 = ? from the database. |
Country |
CountryPersistence.removeByA3(String a3)
Removes the country where a3 = ? from the database. |
static void |
ContactUtil.removeByAccountId(long accountId)
Removes all the contacts where accountId = ? from the database. |
void |
ContactPersistence.removeByAccountId(long accountId)
Removes all the contacts where accountId = ? from the database. |
static void |
RegionUtil.removeByActive(boolean active)
Removes all the regions where active = ? from the database. |
void |
RegionPersistence.removeByActive(boolean active)
Removes all the regions where active = ? from the database. |
static void |
CountryUtil.removeByActive(boolean active)
Removes all the countries where active = ? from the database. |
void |
CountryPersistence.removeByActive(boolean active)
Removes all the countries where active = ? from the database. |
static ServiceComponent |
ServiceComponentUtil.removeByBNS_BNU(String buildNamespace,
long buildNumber)
Removes the service component where buildNamespace = ? and buildNumber = ? from the database. |
ServiceComponent |
ServiceComponentPersistence.removeByBNS_BNU(String buildNamespace,
long buildNumber)
Removes the service component where buildNamespace = ? and buildNumber = ? from the database. |
static void |
ServiceComponentUtil.removeByBuildNamespace(String buildNamespace)
Removes all the service components where buildNamespace = ? from the database. |
void |
ServiceComponentPersistence.removeByBuildNamespace(String buildNamespace)
Removes all the service components where buildNamespace = ? from the database. |
static void |
RegionUtil.removeByC_A(long countryId,
boolean active)
Removes all the regions where countryId = ? and active = ? from the database. |
void |
RegionPersistence.removeByC_A(long countryId,
boolean active)
Removes all the regions where countryId = ? and active = ? from the database. |
static void |
LayoutSetPrototypeUtil.removeByC_A(long companyId,
boolean active)
Removes all the layout set prototypes where companyId = ? and active = ? from the database. |
void |
LayoutSetPrototypePersistence.removeByC_A(long companyId,
boolean active)
Removes all the layout set prototypes where companyId = ? and active = ? from the database. |
static void |
LayoutPrototypeUtil.removeByC_A(long companyId,
boolean active)
Removes all the layout prototypes where companyId = ? and active = ? from the database. |
void |
LayoutPrototypePersistence.removeByC_A(long companyId,
boolean active)
Removes all the layout prototypes where companyId = ? and active = ? from the database. |
static void |
AddressUtil.removeByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ? from the database. |
void |
AddressPersistence.removeByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ? from the database. |
static void |
WebsiteUtil.removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
void |
WebsitePersistence.removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
static void |
PhoneUtil.removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
void |
PhonePersistence.removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
static void |
EmailAddressUtil.removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
void |
EmailAddressPersistence.removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
static void |
AddressUtil.removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
void |
AddressPersistence.removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database. |
static void |
WebsiteUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the websites where companyId = ? and classNameId = ? and classPK = ? from the database. |
void |
WebsitePersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the websites where companyId = ? and classNameId = ? and classPK = ? from the database. |
static void |
SubscriptionUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the subscriptions where companyId = ? and classNameId = ? and classPK = ? from the database. |
void |
SubscriptionPersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the subscriptions where companyId = ? and classNameId = ? and classPK = ? from the database. |
static Role |
RoleUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database. |
Role |
RolePersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the role where companyId = ? and classNameId = ? and classPK = ? from the database. |
static void |
PhoneUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the phones where companyId = ? and classNameId = ? and classPK = ? from the database. |
void |
PhonePersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the phones where companyId = ? and classNameId = ? and classPK = ? from the database. |
static Group |
GroupUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database. |
Group |
GroupPersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database. |
static void |
EmailAddressUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the email addresses where companyId = ? and classNameId = ? and classPK = ? from the database. |
void |
EmailAddressPersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the email addresses where companyId = ? and classNameId = ? and classPK = ? from the database. |
static void |
AddressUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? from the database. |
void |
AddressPersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? from the database. |
static Group |
GroupUtil.removeByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name)
Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? from the database. |
Group |
GroupPersistence.removeByC_C_L_N(long companyId,
long classNameId,
long liveGroupId,
String name)
Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? from the database. |
static void |
WebsiteUtil.removeByC_C(long companyId,
long classNameId)
Removes all the websites where companyId = ? and classNameId = ? from the database. |
void |
WebsitePersistence.removeByC_C(long companyId,
long classNameId)
Removes all the websites where companyId = ? and classNameId = ? from the database. |
static WebDAVProps |
WebDAVPropsUtil.removeByC_C(long classNameId,
long classPK)
Removes the web d a v props where classNameId = ? and classPK = ? from the database. |
WebDAVProps |
WebDAVPropsPersistence.removeByC_C(long classNameId,
long classPK)
Removes the web d a v props where classNameId = ? and classPK = ? from the database. |
static Shard |
ShardUtil.removeByC_C(long classNameId,
long classPK)
Removes the shard where classNameId = ? and classPK = ? from the database. |
Shard |
ShardPersistence.removeByC_C(long classNameId,
long classPK)
Removes the shard where classNameId = ? and classPK = ? from the database. |
static void |
PhoneUtil.removeByC_C(long companyId,
long classNameId)
Removes all the phones where companyId = ? and classNameId = ? from the database. |
void |
PhonePersistence.removeByC_C(long companyId,
long classNameId)
Removes all the phones where companyId = ? and classNameId = ? from the database. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.removeByC_C(long classNameId,
long classPK)
Removes the password policy rel where classNameId = ? and classPK = ? from the database. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.removeByC_C(long classNameId,
long classPK)
Removes the password policy rel where classNameId = ? and classPK = ? from the database. |
static void |
EmailAddressUtil.removeByC_C(long companyId,
long classNameId)
Removes all the email addresses where companyId = ? and classNameId = ? from the database. |
void |
EmailAddressPersistence.removeByC_C(long companyId,
long classNameId)
Removes all the email addresses where companyId = ? and classNameId = ? from the database. |
static void |
ContactUtil.removeByC_C(long classNameId,
long classPK)
Removes all the contacts where classNameId = ? and classPK = ? from the database. |
void |
ContactPersistence.removeByC_C(long classNameId,
long classPK)
Removes all the contacts where classNameId = ? and classPK = ? from the database. |
static void |
AddressUtil.removeByC_C(long companyId,
long classNameId)
Removes all the addresses where companyId = ? and classNameId = ? from the database. |
void |
AddressPersistence.removeByC_C(long companyId,
long classNameId)
Removes all the addresses where companyId = ? and classNameId = ? from the database. |
static void |
UserUtil.removeByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Removes all the users where companyId = ? and createDate = ? and modifiedDate = ? from the database. |
void |
UserPersistence.removeByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate)
Removes all the users where companyId = ? and createDate = ? and modifiedDate = ? from the database. |
static void |
UserUtil.removeByC_CD(long companyId,
Date createDate)
Removes all the users where companyId = ? and createDate = ? from the database. |
void |
UserPersistence.removeByC_CD(long companyId,
Date createDate)
Removes all the users where companyId = ? and createDate = ? from the database. |
static PasswordPolicy |
PasswordPolicyUtil.removeByC_DP(long companyId,
boolean defaultPolicy)
Removes the password policy where companyId = ? and defaultPolicy = ? from the database. |
PasswordPolicy |
PasswordPolicyPersistence.removeByC_DP(long companyId,
boolean defaultPolicy)
Removes the password policy where companyId = ? and defaultPolicy = ? from the database. |
static User |
UserUtil.removeByC_DU(long companyId,
boolean defaultUser)
Removes the user where companyId = ? and defaultUser = ? from the database. |
User |
UserPersistence.removeByC_DU(long companyId,
boolean defaultUser)
Removes the user where companyId = ? and defaultUser = ? from the database. |
static User |
UserUtil.removeByC_EA(long companyId,
String emailAddress)
Removes the user where companyId = ? and emailAddress = ? from the database. |
User |
UserPersistence.removeByC_EA(long companyId,
String emailAddress)
Removes the user where companyId = ? and emailAddress = ? from the database. |
static Group |
GroupUtil.removeByC_F(long companyId,
String friendlyURL)
Removes the group where companyId = ? and friendlyURL = ? from the database. |
Group |
GroupPersistence.removeByC_F(long companyId,
String friendlyURL)
Removes the group where companyId = ? and friendlyURL = ? from the database. |
static User |
UserUtil.removeByC_FID(long companyId,
long facebookId)
Removes the user where companyId = ? and facebookId = ? from the database. |
User |
UserPersistence.removeByC_FID(long companyId,
long facebookId)
Removes the user where companyId = ? and facebookId = ? from the database. |
static ResourceBlock |
ResourceBlockUtil.removeByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash)
Removes the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? from the database. |
ResourceBlock |
ResourceBlockPersistence.removeByC_G_N_P(long companyId,
long groupId,
String name,
String permissionsHash)
Removes the resource block where companyId = ? and groupId = ? and name = ? and permissionsHash = ? from the database. |
static ResourceTypePermission |
ResourceTypePermissionUtil.removeByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Removes the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? from the database. |
ResourceTypePermission |
ResourceTypePermissionPersistence.removeByC_G_N_R(long companyId,
long groupId,
String name,
long roleId)
Removes the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? from the database. |
static void |
ResourceBlockUtil.removeByC_G_N(long companyId,
long groupId,
String name)
Removes all the resource blocks where companyId = ? and groupId = ? and name = ? from the database. |
void |
ResourceBlockPersistence.removeByC_G_N(long companyId,
long groupId,
String name)
Removes all the resource blocks where companyId = ? and groupId = ? and name = ? from the database. |
static PluginSetting |
PluginSettingUtil.removeByC_I_T(long companyId,
String pluginId,
String pluginType)
Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database. |
PluginSetting |
PluginSettingPersistence.removeByC_I_T(long companyId,
String pluginId,
String pluginType)
Removes the plugin setting where companyId = ? and pluginId = ? and pluginType = ? from the database. |
static Lock |
LockUtil.removeByC_K_O(String className,
String key,
String owner)
Removes the lock where className = ? and key = ? and owner = ? from the database. |
Lock |
LockPersistence.removeByC_K_O(String className,
String key,
String owner)
Removes the lock where className = ? and key = ? and owner = ? from the database. |
static Lock |
LockUtil.removeByC_K(String className,
String key)
Removes the lock where className = ? and key = ? from the database. |
Lock |
LockPersistence.removeByC_K(String className,
String key)
Removes the lock where className = ? and key = ? from the database. |
static Group |
GroupUtil.removeByC_L_N(long companyId,
long liveGroupId,
String name)
Removes the group where companyId = ? and liveGroupId = ? and name = ? from the database. |
Group |
GroupPersistence.removeByC_L_N(long companyId,
long liveGroupId,
String name)
Removes the group where companyId = ? and liveGroupId = ? and name = ? from the database. |
static VirtualHost |
VirtualHostUtil.removeByC_L(long companyId,
long layoutSetId)
Removes the virtual host where companyId = ? and layoutSetId = ? from the database. |
VirtualHost |
VirtualHostPersistence.removeByC_L(long companyId,
long layoutSetId)
Removes the virtual host where companyId = ? and layoutSetId = ? from the database. |
static void |
UserUtil.removeByC_MD(long companyId,
Date modifiedDate)
Removes all the users where companyId = ? and modifiedDate = ? from the database. |
void |
UserPersistence.removeByC_MD(long companyId,
Date modifiedDate)
Removes all the users where companyId = ? and modifiedDate = ? from the database. |
static void |
ResourcePermissionUtil.removeByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ? from the database. |
void |
ResourcePermissionPersistence.removeByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ? from the database. |
static void |
ResourcePermissionUtil.removeByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ? from the database. |
void |
ResourcePermissionPersistence.removeByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Removes all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ? from the database. |
static void |
ResourceTypePermissionUtil.removeByC_N_R(long companyId,
String name,
long roleId)
Removes all the resource type permissions where companyId = ? and name = ? and roleId = ? from the database. |
void |
ResourceTypePermissionPersistence.removeByC_N_R(long companyId,
String name,
long roleId)
Removes all the resource type permissions where companyId = ? and name = ? and roleId = ? from the database. |
static void |
ResourcePermissionUtil.removeByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ? from the database. |
void |
ResourcePermissionPersistence.removeByC_N_S_P_R_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long actionIds)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ? from the database. |
static ResourcePermission |
ResourcePermissionUtil.removeByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? from the database. |
ResourcePermission |
ResourcePermissionPersistence.removeByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? from the database. |
static void |
ResourcePermissionUtil.removeByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database. |
void |
ResourcePermissionPersistence.removeByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database. |
static void |
ResourcePermissionUtil.removeByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database. |
void |
ResourcePermissionPersistence.removeByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? from the database. |
static void |
ResourcePermissionUtil.removeByC_N_S(long companyId,
String name,
int scope)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database. |
void |
ResourcePermissionPersistence.removeByC_N_S(long companyId,
String name,
int scope)
Removes all the resource permissions where companyId = ? and name = ? and scope = ? from the database. |
static UserGroup |
UserGroupUtil.removeByC_N(long companyId,
String name)
Removes the user group where companyId = ? and name = ? from the database. |
UserGroup |
UserGroupPersistence.removeByC_N(long companyId,
String name)
Removes the user group where companyId = ? and name = ? from the database. |
static Role |
RoleUtil.removeByC_N(long companyId,
String name)
Removes the role where companyId = ? and name = ? from the database. |
Role |
RolePersistence.removeByC_N(long companyId,
String name)
Removes the role where companyId = ? and name = ? from the database. |
static void |
ResourceBlockUtil.removeByC_N(long companyId,
String name)
Removes all the resource blocks where companyId = ? and name = ? from the database. |
void |
ResourceBlockPersistence.removeByC_N(long companyId,
String name)
Removes all the resource blocks where companyId = ? and name = ? from the database. |
static PasswordPolicy |
PasswordPolicyUtil.removeByC_N(long companyId,
String name)
Removes the password policy where companyId = ? and name = ? from the database. |
PasswordPolicy |
PasswordPolicyPersistence.removeByC_N(long companyId,
String name)
Removes the password policy where companyId = ? and name = ? from the database. |
static Organization |
OrganizationUtil.removeByC_N(long companyId,
String name)
Removes the organization where companyId = ? and name = ? from the database. |
Organization |
OrganizationPersistence.removeByC_N(long companyId,
String name)
Removes the organization where companyId = ? and name = ? from the database. |
static Group |
GroupUtil.removeByC_N(long companyId,
String name)
Removes the group where companyId = ? and name = ? from the database. |
Group |
GroupPersistence.removeByC_N(long companyId,
String name)
Removes the group where companyId = ? and name = ? from the database. |
static User |
UserUtil.removeByC_O(long companyId,
String openId)
Removes the user where companyId = ? and openId = ? from the database. |
User |
UserPersistence.removeByC_O(long companyId,
String openId)
Removes the user where companyId = ? and openId = ? from the database. |
static void |
ResourcePermissionUtil.removeByC_P_R(long companyId,
String primKey,
long roleId)
Removes all the resource permissions where companyId = ? and primKey = ? and roleId = ? from the database. |
void |
ResourcePermissionPersistence.removeByC_P_R(long companyId,
String primKey,
long roleId)
Removes all the resource permissions where companyId = ? and primKey = ? and roleId = ? from the database. |
static void |
GroupUtil.removeByC_P_S(long companyId,
long parentGroupId,
boolean site)
Removes all the groups where companyId = ? and parentGroupId = ? and site = ? from the database. |
void |
GroupPersistence.removeByC_P_S(long companyId,
long parentGroupId,
boolean site)
Removes all the groups where companyId = ? and parentGroupId = ? and site = ? from the database. |
static void |
UserGroupUtil.removeByC_P(long companyId,
long parentUserGroupId)
Removes all the user groups where companyId = ? and parentUserGroupId = ? from the database. |
void |
UserGroupPersistence.removeByC_P(long companyId,
long parentUserGroupId)
Removes all the user groups where companyId = ? and parentUserGroupId = ? from the database. |
static void |
OrganizationUtil.removeByC_P(long companyId,
long parentOrganizationId)
Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database. |
void |
OrganizationPersistence.removeByC_P(long companyId,
long parentOrganizationId)
Removes all the organizations where companyId = ? and parentOrganizationId = ? from the database. |
static void |
GroupUtil.removeByC_P(long companyId,
long parentGroupId)
Removes all the groups where companyId = ? and parentGroupId = ? from the database. |
void |
GroupPersistence.removeByC_P(long companyId,
long parentGroupId)
Removes all the groups where companyId = ? and parentGroupId = ? from the database. |
static void |
ResourcePermissionUtil.removeByC_P(long companyId,
String primKey)
Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database. |
void |
ResourcePermissionPersistence.removeByC_P(long companyId,
String primKey)
Removes all the resource permissions where companyId = ? and primKey LIKE ? from the database. |
static Portlet |
PortletUtil.removeByC_P(long companyId,
String portletId)
Removes the portlet where companyId = ? and portletId = ? from the database. |
Portlet |
PortletPersistence.removeByC_P(long companyId,
String portletId)
Removes the portlet where companyId = ? and portletId = ? from the database. |
static Region |
RegionUtil.removeByC_R(long countryId,
String regionCode)
Removes the region where countryId = ? and regionCode = ? from the database. |
Region |
RegionPersistence.removeByC_R(long countryId,
String regionCode)
Removes the region where countryId = ? and regionCode = ? from the database. |
static void |
GroupUtil.removeByC_S(long companyId,
boolean site)
Removes all the groups where companyId = ? and site = ? from the database. |
void |
GroupPersistence.removeByC_S(long companyId,
boolean site)
Removes all the groups where companyId = ? and site = ? from the database. |
static void |
UserUtil.removeByC_S(long companyId,
int status)
Removes all the users where companyId = ? and status = ? from the database. |
void |
UserPersistence.removeByC_S(long companyId,
int status)
Removes all the users where companyId = ? and status = ? from the database. |
static User |
UserUtil.removeByC_SN(long companyId,
String screenName)
Removes the user where companyId = ? and screenName = ? from the database. |
User |
UserPersistence.removeByC_SN(long companyId,
String screenName)
Removes the user where companyId = ? and screenName = ? from the database. |
static Subscription |
SubscriptionUtil.removeByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database. |
Subscription |
SubscriptionPersistence.removeByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Removes the subscription where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database. |
static User |
UserUtil.removeByC_U(long companyId,
long userId)
Removes the user where companyId = ? and userId = ? from the database. |
User |
UserPersistence.removeByC_U(long companyId,
long userId)
Removes the user where companyId = ? and userId = ? from the database. |
static void |
WorkflowDefinitionLinkUtil.removeByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
Removes all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ? from the database. |
void |
WorkflowDefinitionLinkPersistence.removeByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion)
Removes all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ? from the database. |
static void |
WorkflowDefinitionLinkUtil.removeByCompanyId(long companyId)
Removes all the workflow definition links where companyId = ? from the database. |
void |
WorkflowDefinitionLinkPersistence.removeByCompanyId(long companyId)
Removes all the workflow definition links where companyId = ? from the database. |
static void |
WebsiteUtil.removeByCompanyId(long companyId)
Removes all the websites where companyId = ? from the database. |
void |
WebsitePersistence.removeByCompanyId(long companyId)
Removes all the websites where companyId = ? from the database. |
static void |
UserUtil.removeByCompanyId(long companyId)
Removes all the users where companyId = ? from the database. |
static void |
UserTrackerUtil.removeByCompanyId(long companyId)
Removes all the user trackers where companyId = ? from the database. |
void |
UserTrackerPersistence.removeByCompanyId(long companyId)
Removes all the user trackers where companyId = ? from the database. |
void |
UserPersistence.removeByCompanyId(long companyId)
Removes all the users where companyId = ? from the database. |
static void |
UserGroupUtil.removeByCompanyId(long companyId)
Removes all the user groups where companyId = ? from the database. |
void |
UserGroupPersistence.removeByCompanyId(long companyId)
Removes all the user groups where companyId = ? from the database. |
static void |
RoleUtil.removeByCompanyId(long companyId)
Removes all the roles where companyId = ? from the database. |
void |
RolePersistence.removeByCompanyId(long companyId)
Removes all the roles where companyId = ? from the database. |
static void |
PortletUtil.removeByCompanyId(long companyId)
Removes all the portlets where companyId = ? from the database. |
void |
PortletPersistence.removeByCompanyId(long companyId)
Removes all the portlets where companyId = ? from the database. |
static void |
PluginSettingUtil.removeByCompanyId(long companyId)
Removes all the plugin settings where companyId = ? from the database. |
void |
PluginSettingPersistence.removeByCompanyId(long companyId)
Removes all the plugin settings where companyId = ? from the database. |
static void |
PhoneUtil.removeByCompanyId(long companyId)
Removes all the phones where companyId = ? from the database. |
void |
PhonePersistence.removeByCompanyId(long companyId)
Removes all the phones where companyId = ? from the database. |
static void |
OrganizationUtil.removeByCompanyId(long companyId)
Removes all the organizations where companyId = ? from the database. |
void |
OrganizationPersistence.removeByCompanyId(long companyId)
Removes all the organizations where companyId = ? from the database. |
static void |
LayoutUtil.removeByCompanyId(long companyId)
Removes all the layouts where companyId = ? from the database. |
static void |
LayoutSetPrototypeUtil.removeByCompanyId(long companyId)
Removes all the layout set prototypes where companyId = ? from the database. |
void |
LayoutSetPrototypePersistence.removeByCompanyId(long companyId)
Removes all the layout set prototypes where companyId = ? from the database. |
static void |
LayoutPrototypeUtil.removeByCompanyId(long companyId)
Removes all the layout prototypes where companyId = ? from the database. |
void |
LayoutPrototypePersistence.removeByCompanyId(long companyId)
Removes all the layout prototypes where companyId = ? from the database. |
void |
LayoutPersistence.removeByCompanyId(long companyId)
Removes all the layouts where companyId = ? from the database. |
static void |
GroupUtil.removeByCompanyId(long companyId)
Removes all the groups where companyId = ? from the database. |
void |
GroupPersistence.removeByCompanyId(long companyId)
Removes all the groups where companyId = ? from the database. |
static void |
EmailAddressUtil.removeByCompanyId(long companyId)
Removes all the email addresses where companyId = ? from the database. |
void |
EmailAddressPersistence.removeByCompanyId(long companyId)
Removes all the email addresses where companyId = ? from the database. |
static void |
ContactUtil.removeByCompanyId(long companyId)
Removes all the contacts where companyId = ? from the database. |
void |
ContactPersistence.removeByCompanyId(long companyId)
Removes all the contacts where companyId = ? from the database. |
static void |
AddressUtil.removeByCompanyId(long companyId)
Removes all the addresses where companyId = ? from the database. |
void |
AddressPersistence.removeByCompanyId(long companyId)
Removes all the addresses where companyId = ? from the database. |
static User |
UserUtil.removeByContactId(long contactId)
Removes the user where contactId = ? from the database. |
User |
UserPersistence.removeByContactId(long contactId)
Removes the user where contactId = ? from the database. |
static void |
RegionUtil.removeByCountryId(long countryId)
Removes all the regions where countryId = ? from the database. |
void |
RegionPersistence.removeByCountryId(long countryId)
Removes all the regions where countryId = ? from the database. |
static void |
UserUtil.removeByEmailAddress(String emailAddress)
Removes all the users where emailAddress = ? from the database. |
void |
UserPersistence.removeByEmailAddress(String emailAddress)
Removes all the users where emailAddress = ? from the database. |
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.removeByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK)
Removes the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? from the database. |
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.removeByG_C_C_C_T(long groupId,
long companyId,
long classNameId,
long classPK,
long typePK)
Removes the workflow definition link where groupId = ? and companyId = ? and classNameId = ? and classPK = ? and typePK = ? from the database. |
static void |
WorkflowInstanceLinkUtil.removeByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Removes all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ? from the database. |
void |
WorkflowInstanceLinkPersistence.removeByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK)
Removes all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ? from the database. |
static void |
PortletItemUtil.removeByG_C(long groupId,
long classNameId)
Removes all the portlet items where groupId = ? and classNameId = ? from the database. |
void |
PortletItemPersistence.removeByG_C(long groupId,
long classNameId)
Removes all the portlet items where groupId = ? and classNameId = ? from the database. |
static PortletItem |
PortletItemUtil.removeByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Removes the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? from the database. |
PortletItem |
PortletItemPersistence.removeByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Removes the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? from the database. |
static Repository |
RepositoryUtil.removeByG_N_P(long groupId,
String name,
String portletId)
Removes the repository where groupId = ? and name = ? and portletId = ? from the database. |
Repository |
RepositoryPersistence.removeByG_N_P(long groupId,
String name,
String portletId)
Removes the repository where groupId = ? and name = ? and portletId = ? from the database. |
static Team |
TeamUtil.removeByG_N(long groupId,
String name)
Removes the team where groupId = ? and name = ? from the database. |
Team |
TeamPersistence.removeByG_N(long groupId,
String name)
Removes the team where groupId = ? and name = ? from the database. |
static void |
PortletItemUtil.removeByG_P_C(long groupId,
String portletId,
long classNameId)
Removes all the portlet items where groupId = ? and portletId = ? and classNameId = ? from the database. |
void |
PortletItemPersistence.removeByG_P_C(long groupId,
String portletId,
long classNameId)
Removes all the portlet items where groupId = ? and portletId = ? and classNameId = ? from the database. |
static Layout |
LayoutUtil.removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database. |
Layout |
LayoutPersistence.removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database. |
static Layout |
LayoutUtil.removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database. |
Layout |
LayoutPersistence.removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database. |
static LayoutSetBranch |
LayoutSetBranchUtil.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
LayoutSetBranch |
LayoutSetBranchPersistence.removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
static void |
LayoutUtil.removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database. |
void |
LayoutPersistence.removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database. |
static Layout |
LayoutUtil.removeByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database. |
Layout |
LayoutPersistence.removeByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database. |
static void |
LayoutUtil.removeByG_P_T(long groupId,
boolean privateLayout,
String type)
Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database. |
void |
LayoutPersistence.removeByG_P_T(long groupId,
boolean privateLayout,
String type)
Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database. |
static void |
LayoutUtil.removeByG_P(long groupId,
boolean privateLayout)
Removes all the layouts where groupId = ? and privateLayout = ? from the database. |
static LayoutSet |
LayoutSetUtil.removeByG_P(long groupId,
boolean privateLayout)
Removes the layout set where groupId = ? and privateLayout = ? from the database. |
LayoutSet |
LayoutSetPersistence.removeByG_P(long groupId,
boolean privateLayout)
Removes the layout set where groupId = ? and privateLayout = ? from the database. |
static void |
LayoutSetBranchUtil.removeByG_P(long groupId,
boolean privateLayout)
Removes all the layout set branchs where groupId = ? and privateLayout = ? from the database. |
void |
LayoutSetBranchPersistence.removeByG_P(long groupId,
boolean privateLayout)
Removes all the layout set branchs where groupId = ? and privateLayout = ? from the database. |
void |
LayoutPersistence.removeByG_P(long groupId,
boolean privateLayout)
Removes all the layouts where groupId = ? and privateLayout = ? from the database. |
static void |
UserGroupRoleUtil.removeByG_R(long groupId,
long roleId)
Removes all the user group roles where groupId = ? and roleId = ? from the database. |
void |
UserGroupRolePersistence.removeByG_R(long groupId,
long roleId)
Removes all the user group roles where groupId = ? and roleId = ? from the database. |
static void |
UserGroupGroupRoleUtil.removeByG_R(long groupId,
long roleId)
Removes all the user group group roles where groupId = ? and roleId = ? from the database. |
void |
UserGroupGroupRolePersistence.removeByG_R(long groupId,
long roleId)
Removes all the user group group roles where groupId = ? and roleId = ? from the database. |
static void |
MembershipRequestUtil.removeByG_S(long groupId,
int statusId)
Removes all the membership requests where groupId = ? and statusId = ? from the database. |
void |
MembershipRequestPersistence.removeByG_S(long groupId,
int statusId)
Removes all the membership requests where groupId = ? and statusId = ? from the database. |
static void |
MembershipRequestUtil.removeByG_U_S(long groupId,
long userId,
int statusId)
Removes all the membership requests where groupId = ? and userId = ? and statusId = ? from the database. |
void |
MembershipRequestPersistence.removeByG_U_S(long groupId,
long userId,
int statusId)
Removes all the membership requests where groupId = ? and userId = ? and statusId = ? from the database. |
static void |
UserGroupRoleUtil.removeByGroupId(long groupId)
Removes all the user group roles where groupId = ? from the database. |
void |
UserGroupRolePersistence.removeByGroupId(long groupId)
Removes all the user group roles where groupId = ? from the database. |
static void |
UserGroupGroupRoleUtil.removeByGroupId(long groupId)
Removes all the user group group roles where groupId = ? from the database. |
void |
UserGroupGroupRolePersistence.removeByGroupId(long groupId)
Removes all the user group group roles where groupId = ? from the database. |
static void |
TeamUtil.removeByGroupId(long groupId)
Removes all the teams where groupId = ? from the database. |
void |
TeamPersistence.removeByGroupId(long groupId)
Removes all the teams where groupId = ? from the database. |
static void |
RepositoryUtil.removeByGroupId(long groupId)
Removes all the repositories where groupId = ? from the database. |
void |
RepositoryPersistence.removeByGroupId(long groupId)
Removes all the repositories where groupId = ? from the database. |
static void |
OrgGroupRoleUtil.removeByGroupId(long groupId)
Removes all the org group roles where groupId = ? from the database. |
void |
OrgGroupRolePersistence.removeByGroupId(long groupId)
Removes all the org group roles where groupId = ? from the database. |
static void |
MembershipRequestUtil.removeByGroupId(long groupId)
Removes all the membership requests where groupId = ? from the database. |
void |
MembershipRequestPersistence.removeByGroupId(long groupId)
Removes all the membership requests where groupId = ? from the database. |
static void |
LayoutUtil.removeByGroupId(long groupId)
Removes all the layouts where groupId = ? from the database. |
static void |
LayoutSetUtil.removeByGroupId(long groupId)
Removes all the layout sets where groupId = ? from the database. |
void |
LayoutSetPersistence.removeByGroupId(long groupId)
Removes all the layout sets where groupId = ? from the database. |
static void |
LayoutSetBranchUtil.removeByGroupId(long groupId)
Removes all the layout set branchs where groupId = ? from the database. |
void |
LayoutSetBranchPersistence.removeByGroupId(long groupId)
Removes all the layout set branchs where groupId = ? from the database. |
void |
LayoutPersistence.removeByGroupId(long groupId)
Removes all the layouts where groupId = ? from the database. |
static void |
LayoutRevisionUtil.removeByH_P(boolean head,
long plid)
Removes all the layout revisions where head = ? and plid = ? from the database. |
void |
LayoutRevisionPersistence.removeByH_P(boolean head,
long plid)
Removes all the layout revisions where head = ? and plid = ? from the database. |
static VirtualHost |
VirtualHostUtil.removeByHostname(String hostname)
Removes the virtual host where hostname = ? from the database. |
VirtualHost |
VirtualHostPersistence.removeByHostname(String hostname)
Removes the virtual host where hostname = ? from the database. |
static Layout |
LayoutUtil.removeByIconImageId(long iconImageId)
Removes the layout where iconImageId = ? from the database. |
Layout |
LayoutPersistence.removeByIconImageId(long iconImageId)
Removes the layout where iconImageId = ? from the database. |
static Ticket |
TicketUtil.removeByKey(String key)
Removes the ticket where key = ? from the database. |
Ticket |
TicketPersistence.removeByKey(String key)
Removes the ticket where key = ? from the database. |
static LayoutRevision |
LayoutRevisionUtil.removeByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database. |
LayoutRevision |
LayoutRevisionPersistence.removeByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database. |
static void |
LayoutRevisionUtil.removeByL_H(long layoutSetBranchId,
boolean head)
Removes all the layout revisions where layoutSetBranchId = ? and head = ? from the database. |
void |
LayoutRevisionPersistence.removeByL_H(long layoutSetBranchId,
boolean head)
Removes all the layout revisions where layoutSetBranchId = ? and head = ? from the database. |
static void |
LayoutRevisionUtil.removeByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ? from the database. |
void |
LayoutRevisionPersistence.removeByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ? from the database. |
static LayoutBranch |
LayoutBranchUtil.removeByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and master = ? from the database. |
LayoutBranch |
LayoutBranchPersistence.removeByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and master = ? from the database. |
static LayoutBranch |
LayoutBranchUtil.removeByL_P_N(long layoutSetBranchId,
long plid,
String name)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database. |
LayoutBranch |
LayoutBranchPersistence.removeByL_P_N(long layoutSetBranchId,
long plid,
String name)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database. |
static void |
LayoutRevisionUtil.removeByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ? from the database. |
void |
LayoutRevisionPersistence.removeByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ? from the database. |
static void |
LayoutRevisionUtil.removeByL_P_S(long layoutSetBranchId,
long plid,
int status)
Removes all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ? from the database. |
void |
LayoutRevisionPersistence.removeByL_P_S(long layoutSetBranchId,
long plid,
int status)
Removes all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ? from the database. |
static void |
LayoutRevisionUtil.removeByL_P(long layoutSetBranchId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and plid = ? from the database. |
void |
LayoutRevisionPersistence.removeByL_P(long layoutSetBranchId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and plid = ? from the database. |
static void |
LayoutBranchUtil.removeByL_P(long layoutSetBranchId,
long plid)
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? from the database. |
void |
LayoutBranchPersistence.removeByL_P(long layoutSetBranchId,
long plid)
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? from the database. |
static void |
LayoutRevisionUtil.removeByL_S(long layoutSetBranchId,
int status)
Removes all the layout revisions where layoutSetBranchId = ? and status = ? from the database. |
void |
LayoutRevisionPersistence.removeByL_S(long layoutSetBranchId,
int status)
Removes all the layout revisions where layoutSetBranchId = ? and status = ? from the database. |
static void |
LayoutUtil.removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
Removes all the layouts where layoutPrototypeUuid = ? from the database. |
void |
LayoutPersistence.removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
Removes all the layouts where layoutPrototypeUuid = ? from the database. |
static void |
LayoutRevisionUtil.removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout revisions where layoutSetBranchId = ? from the database. |
void |
LayoutRevisionPersistence.removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout revisions where layoutSetBranchId = ? from the database. |
static void |
LayoutBranchUtil.removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout branchs where layoutSetBranchId = ? from the database. |
void |
LayoutBranchPersistence.removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout branchs where layoutSetBranchId = ? from the database. |
static void |
LayoutSetUtil.removeByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Removes all the layout sets where layoutSetPrototypeUuid = ? from the database. |
void |
LayoutSetPersistence.removeByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Removes all the layout sets where layoutSetPrototypeUuid = ? from the database. |
static Group |
GroupUtil.removeByLiveGroupId(long liveGroupId)
Removes the group where liveGroupId = ? from the database. |
Group |
GroupPersistence.removeByLiveGroupId(long liveGroupId)
Removes the group where liveGroupId = ? from the database. |
static void |
OrganizationUtil.removeByLocations(long companyId)
Removes all the organizations where companyId = ? from the database. |
void |
OrganizationPersistence.removeByLocations(long companyId)
Removes all the organizations where companyId = ? from the database. |
static Company |
CompanyUtil.removeByLogoId(long logoId)
Removes the company where logoId = ? from the database. |
Company |
CompanyPersistence.removeByLogoId(long logoId)
Removes the company where logoId = ? from the database. |
static void |
LockUtil.removeByLtExpirationDate(Date expirationDate)
Removes all the locks where expirationDate < ? from the database. |
void |
LockPersistence.removeByLtExpirationDate(Date expirationDate)
Removes all the locks where expirationDate < ? from the database. |
static void |
ImageUtil.removeByLtSize(int size)
Removes all the images where size < ? from the database. |
void |
ImagePersistence.removeByLtSize(int size)
Removes all the images where size < ? from the database. |
static Company |
CompanyUtil.removeByMx(String mx)
Removes the company where mx = ? from the database. |
Company |
CompanyPersistence.removeByMx(String mx)
Removes the company where mx = ? from the database. |
static ResourceAction |
ResourceActionUtil.removeByN_A(String name,
String actionId)
Removes the resource action where name = ? and actionId = ? from the database. |
ResourceAction |
ResourceActionPersistence.removeByN_A(String name,
String actionId)
Removes the resource action where name = ? and actionId = ? from the database. |
static Shard |
ShardUtil.removeByName(String name)
Removes the shard where name = ? from the database. |
Shard |
ShardPersistence.removeByName(String name)
Removes the shard where name = ? from the database. |
static void |
RoleUtil.removeByName(String name)
Removes all the roles where name = ? from the database. |
void |
RolePersistence.removeByName(String name)
Removes all the roles where name = ? from the database. |
static void |
ResourceActionUtil.removeByName(String name)
Removes all the resource actions where name = ? from the database. |
void |
ResourceActionPersistence.removeByName(String name)
Removes all the resource actions where name = ? from the database. |
static Country |
CountryUtil.removeByName(String name)
Removes the country where name = ? from the database. |
Country |
CountryPersistence.removeByName(String name)
Removes the country where name = ? from the database. |
static PortletPreferences |
PortletPreferencesUtil.removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Removes the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? from the database. |
PortletPreferences |
PortletPreferencesPersistence.removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
String portletId)
Removes the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? from the database. |
static void |
PortletPreferencesUtil.removeByO_O_P(long ownerId,
int ownerType,
long plid)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? from the database. |
void |
PortletPreferencesPersistence.removeByO_O_P(long ownerId,
int ownerType,
long plid)
Removes all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ? from the database. |
static PortalPreferences |
PortalPreferencesUtil.removeByO_O(long ownerId,
int ownerType)
Removes the portal preferences where ownerId = ? and ownerType = ? from the database. |
PortalPreferences |
PortalPreferencesPersistence.removeByO_O(long ownerId,
int ownerType)
Removes the portal preferences where ownerId = ? and ownerType = ? from the database. |
static void |
PortletPreferencesUtil.removeByO_P_P(int ownerType,
long plid,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ? from the database. |
void |
PortletPreferencesPersistence.removeByO_P_P(int ownerType,
long plid,
String portletId)
Removes all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ? from the database. |
static void |
OrgLaborUtil.removeByOrganizationId(long organizationId)
Removes all the org labors where organizationId = ? from the database. |
void |
OrgLaborPersistence.removeByOrganizationId(long organizationId)
Removes all the org labors where organizationId = ? from the database. |
static PasswordPolicyRel |
PasswordPolicyRelUtil.removeByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
Removes the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? from the database. |
PasswordPolicyRel |
PasswordPolicyRelPersistence.removeByP_C_C(long passwordPolicyId,
long classNameId,
long classPK)
Removes the password policy rel where passwordPolicyId = ? and classNameId = ? and classPK = ? from the database. |
static void |
LayoutRevisionUtil.removeByP_NotS(long plid,
int status)
Removes all the layout revisions where plid = ? and status ≠ ? from the database. |
void |
LayoutRevisionPersistence.removeByP_NotS(long plid,
int status)
Removes all the layout revisions where plid = ? and status ≠ ? from the database. |
static void |
PortletPreferencesUtil.removeByP_P(long plid,
String portletId)
Removes all the portlet preferenceses where plid = ? and portletId = ? from the database. |
void |
PortletPreferencesPersistence.removeByP_P(long plid,
String portletId)
Removes all the portlet preferenceses where plid = ? and portletId = ? from the database. |
static void |
PasswordPolicyRelUtil.removeByPasswordPolicyId(long passwordPolicyId)
Removes all the password policy rels where passwordPolicyId = ? from the database. |
void |
PasswordPolicyRelPersistence.removeByPasswordPolicyId(long passwordPolicyId)
Removes all the password policy rels where passwordPolicyId = ? from the database. |
static void |
PortletPreferencesUtil.removeByPlid(long plid)
Removes all the portlet preferenceses where plid = ? from the database. |
void |
PortletPreferencesPersistence.removeByPlid(long plid)
Removes all the portlet preferenceses where plid = ? from the database. |
static void |
LayoutRevisionUtil.removeByPlid(long plid)
Removes all the layout revisions where plid = ? from the database. |
void |
LayoutRevisionPersistence.removeByPlid(long plid)
Removes all the layout revisions where plid = ? from the database. |
static void |
PortletPreferencesUtil.removeByPortletId(String portletId)
Removes all the portlet preferenceses where portletId = ? from the database. |
void |
PortletPreferencesPersistence.removeByPortletId(String portletId)
Removes all the portlet preferenceses where portletId = ? from the database. |
static User |
UserUtil.removeByPortraitId(long portraitId)
Removes the user where portraitId = ? from the database. |
User |
UserPersistence.removeByPortraitId(long portraitId)
Removes the user where portraitId = ? from the database. |
static RepositoryEntry |
RepositoryEntryUtil.removeByR_M(long repositoryId,
String mappedId)
Removes the repository entry where repositoryId = ? and mappedId = ? from the database. |
RepositoryEntry |
RepositoryEntryPersistence.removeByR_M(long repositoryId,
String mappedId)
Removes the repository entry where repositoryId = ? and mappedId = ? from the database. |
static ResourceBlockPermission |
ResourceBlockPermissionUtil.removeByR_R(long resourceBlockId,
long roleId)
Removes the resource block permission where resourceBlockId = ? and roleId = ? from the database. |
ResourceBlockPermission |
ResourceBlockPermissionPersistence.removeByR_R(long resourceBlockId,
long roleId)
Removes the resource block permission where resourceBlockId = ? and roleId = ? from the database. |
static void |
RepositoryEntryUtil.removeByRepositoryId(long repositoryId)
Removes all the repository entries where repositoryId = ? from the database. |
void |
RepositoryEntryPersistence.removeByRepositoryId(long repositoryId)
Removes all the repository entries where repositoryId = ? from the database. |
static void |
ResourceBlockPermissionUtil.removeByResourceBlockId(long resourceBlockId)
Removes all the resource block permissions where resourceBlockId = ? from the database. |
void |
ResourceBlockPermissionPersistence.removeByResourceBlockId(long resourceBlockId)
Removes all the resource block permissions where resourceBlockId = ? from the database. |
static void |
UserGroupRoleUtil.removeByRoleId(long roleId)
Removes all the user group roles where roleId = ? from the database. |
void |
UserGroupRolePersistence.removeByRoleId(long roleId)
Removes all the user group roles where roleId = ? from the database. |
static void |
UserGroupGroupRoleUtil.removeByRoleId(long roleId)
Removes all the user group group roles where roleId = ? from the database. |
void |
UserGroupGroupRolePersistence.removeByRoleId(long roleId)
Removes all the user group group roles where roleId = ? from the database. |
static void |
ResourceTypePermissionUtil.removeByRoleId(long roleId)
Removes all the resource type permissions where roleId = ? from the database. |
void |
ResourceTypePermissionPersistence.removeByRoleId(long roleId)
Removes all the resource type permissions where roleId = ? from the database. |
static void |
ResourcePermissionUtil.removeByRoleId(long roleId)
Removes all the resource permissions where roleId = ? from the database. |
void |
ResourcePermissionPersistence.removeByRoleId(long roleId)
Removes all the resource permissions where roleId = ? from the database. |
static void |
OrgGroupRoleUtil.removeByRoleId(long roleId)
Removes all the org group roles where roleId = ? from the database. |
void |
OrgGroupRolePersistence.removeByRoleId(long roleId)
Removes all the org group roles where roleId = ? from the database. |
static void |
ResourcePermissionUtil.removeByScope(int scope)
Removes all the resource permissions where scope = ? from the database. |
void |
ResourcePermissionPersistence.removeByScope(int scope)
Removes all the resource permissions where scope = ? from the database. |
static Release |
ReleaseUtil.removeByServletContextName(String servletContextName)
Removes the release where servletContextName = ? from the database. |
Release |
ReleasePersistence.removeByServletContextName(String servletContextName)
Removes the release where servletContextName = ? from the database. |
static void |
UserTrackerUtil.removeBySessionId(String sessionId)
Removes all the user trackers where sessionId = ? from the database. |
void |
UserTrackerPersistence.removeBySessionId(String sessionId)
Removes all the user trackers where sessionId = ? from the database. |
static void |
LayoutUtil.removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database. |
void |
LayoutPersistence.removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database. |
static void |
RoleUtil.removeBySubtype(String subtype)
Removes all the roles where subtype = ? from the database. |
void |
RolePersistence.removeBySubtype(String subtype)
Removes all the roles where subtype = ? from the database. |
static void |
CompanyUtil.removeBySystem(boolean system)
Removes all the companies where system = ? from the database. |
void |
CompanyPersistence.removeBySystem(boolean system)
Removes all the companies where system = ? from the database. |
static void |
GroupUtil.removeByT_A(int type,
boolean active)
Removes all the groups where type = ? and active = ? from the database. |
void |
GroupPersistence.removeByT_A(int type,
boolean active)
Removes all the groups where type = ? and active = ? from the database. |
static UserIdMapper |
UserIdMapperUtil.removeByT_E(String type,
String externalUserId)
Removes the user ID mapper where type = ? and externalUserId = ? from the database. |
UserIdMapper |
UserIdMapperPersistence.removeByT_E(String type,
String externalUserId)
Removes the user ID mapper where type = ? and externalUserId = ? from the database. |
static void |
RoleUtil.removeByT_S(int type,
String subtype)
Removes all the roles where type = ? and subtype = ? from the database. |
void |
RolePersistence.removeByT_S(int type,
String subtype)
Removes all the roles where type = ? and subtype = ? from the database. |
static void |
ListTypeUtil.removeByType(String type)
Removes all the list types where type = ? from the database. |
void |
ListTypePersistence.removeByType(String type)
Removes all the list types where type = ? from the database. |
static void |
UserNotificationEventUtil.removeByU_A(long userId,
boolean archived)
Removes all the user notification events where userId = ? and archived = ? from the database. |
void |
UserNotificationEventPersistence.removeByU_A(long userId,
boolean archived)
Removes all the user notification events where userId = ? and archived = ? from the database. |
static void |
SubscriptionUtil.removeByU_C(long userId,
long classNameId)
Removes all the subscriptions where userId = ? and classNameId = ? from the database. |
void |
SubscriptionPersistence.removeByU_C(long userId,
long classNameId)
Removes all the subscriptions where userId = ? and classNameId = ? from the database. |
static void |
UserGroupRoleUtil.removeByU_G(long userId,
long groupId)
Removes all the user group roles where userId = ? and groupId = ? from the database. |
void |
UserGroupRolePersistence.removeByU_G(long userId,
long groupId)
Removes all the user group roles where userId = ? and groupId = ? from the database. |
static void |
UserGroupGroupRoleUtil.removeByU_G(long userGroupId,
long groupId)
Removes all the user group group roles where userGroupId = ? and groupId = ? from the database. |
void |
UserGroupGroupRolePersistence.removeByU_G(long userGroupId,
long groupId)
Removes all the user group group roles where userGroupId = ? and groupId = ? from the database. |
static UserIdMapper |
UserIdMapperUtil.removeByU_T(long userId,
String type)
Removes the user ID mapper where userId = ? and type = ? from the database. |
UserIdMapper |
UserIdMapperPersistence.removeByU_T(long userId,
String type)
Removes the user ID mapper where userId = ? and type = ? from the database. |
static void |
UserGroupGroupRoleUtil.removeByUserGroupId(long userGroupId)
Removes all the user group group roles where userGroupId = ? from the database. |
void |
UserGroupGroupRolePersistence.removeByUserGroupId(long userGroupId)
Removes all the user group group roles where userGroupId = ? from the database. |
static void |
WebsiteUtil.removeByUserId(long userId)
Removes all the websites where userId = ? from the database. |
void |
WebsitePersistence.removeByUserId(long userId)
Removes all the websites where userId = ? from the database. |
static void |
UserTrackerUtil.removeByUserId(long userId)
Removes all the user trackers where userId = ? from the database. |
void |
UserTrackerPersistence.removeByUserId(long userId)
Removes all the user trackers where userId = ? from the database. |
static void |
UserNotificationEventUtil.removeByUserId(long userId)
Removes all the user notification events where userId = ? from the database. |
void |
UserNotificationEventPersistence.removeByUserId(long userId)
Removes all the user notification events where userId = ? from the database. |
static void |
UserIdMapperUtil.removeByUserId(long userId)
Removes all the user ID mappers where userId = ? from the database. |
void |
UserIdMapperPersistence.removeByUserId(long userId)
Removes all the user ID mappers where userId = ? from the database. |
static void |
UserGroupRoleUtil.removeByUserId(long userId)
Removes all the user group roles where userId = ? from the database. |
void |
UserGroupRolePersistence.removeByUserId(long userId)
Removes all the user group roles where userId = ? from the database. |
static void |
SubscriptionUtil.removeByUserId(long userId)
Removes all the subscriptions where userId = ? from the database. |
void |
SubscriptionPersistence.removeByUserId(long userId)
Removes all the subscriptions where userId = ? from the database. |
static void |
PhoneUtil.removeByUserId(long userId)
Removes all the phones where userId = ? from the database. |
void |
PhonePersistence.removeByUserId(long userId)
Removes all the phones where userId = ? from the database. |
static void |
PasswordTrackerUtil.removeByUserId(long userId)
Removes all the password trackers where userId = ? from the database. |
void |
PasswordTrackerPersistence.removeByUserId(long userId)
Removes all the password trackers where userId = ? from the database. |
static void |
MembershipRequestUtil.removeByUserId(long userId)
Removes all the membership requests where userId = ? from the database. |
void |
MembershipRequestPersistence.removeByUserId(long userId)
Removes all the membership requests where userId = ? from the database. |
static void |
EmailAddressUtil.removeByUserId(long userId)
Removes all the email addresses where userId = ? from the database. |
void |
EmailAddressPersistence.removeByUserId(long userId)
Removes all the email addresses where userId = ? from the database. |
static BrowserTracker |
BrowserTrackerUtil.removeByUserId(long userId)
Removes the browser tracker where userId = ? from the database. |
BrowserTracker |
BrowserTrackerPersistence.removeByUserId(long userId)
Removes the browser tracker where userId = ? from the database. |
static void |
AddressUtil.removeByUserId(long userId)
Removes all the addresses where userId = ? from the database. |
void |
AddressPersistence.removeByUserId(long userId)
Removes all the addresses where userId = ? from the database. |
static void |
UserTrackerPathUtil.removeByUserTrackerId(long userTrackerId)
Removes all the user tracker paths where userTrackerId = ? from the database. |
void |
UserTrackerPathPersistence.removeByUserTrackerId(long userTrackerId)
Removes all the user tracker paths where userTrackerId = ? from the database. |
static void |
UserUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the users where uuid = ? and companyId = ? from the database. |
void |
UserPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the users where uuid = ? and companyId = ? from the database. |
static void |
UserNotificationEventUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the user notification events where uuid = ? and companyId = ? from the database. |
void |
UserNotificationEventPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the user notification events where uuid = ? and companyId = ? from the database. |
static void |
RepositoryUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the repositories where uuid = ? and companyId = ? from the database. |
void |
RepositoryPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the repositories where uuid = ? and companyId = ? from the database. |
static void |
LockUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the locks where uuid = ? and companyId = ? from the database. |
void |
LockPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the locks where uuid = ? and companyId = ? from the database. |
static void |
LayoutUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the layouts where uuid = ? and companyId = ? from the database. |
static void |
LayoutSetPrototypeUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the layout set prototypes where uuid = ? and companyId = ? from the database. |
void |
LayoutSetPrototypePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the layout set prototypes where uuid = ? and companyId = ? from the database. |
static void |
LayoutPrototypeUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the layout prototypes where uuid = ? and companyId = ? from the database. |
void |
LayoutPrototypePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the layout prototypes where uuid = ? and companyId = ? from the database. |
void |
LayoutPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the layouts where uuid = ? and companyId = ? from the database. |
static Repository |
RepositoryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the repository where uuid = ? and groupId = ? from the database. |
Repository |
RepositoryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the repository where uuid = ? and groupId = ? from the database. |
static RepositoryEntry |
RepositoryEntryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the repository entry where uuid = ? and groupId = ? from the database. |
RepositoryEntry |
RepositoryEntryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the repository entry where uuid = ? and groupId = ? from the database. |
static Layout |
LayoutUtil.removeByUUID_G(String uuid,
long groupId)
Removes the layout where uuid = ? and groupId = ? from the database. |
Layout |
LayoutPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the layout where uuid = ? and groupId = ? from the database. |
static void |
UserUtil.removeByUuid(String uuid)
Removes all the users where uuid = ? from the database. |
void |
UserPersistence.removeByUuid(String uuid)
Removes all the users where uuid = ? from the database. |
static void |
UserNotificationEventUtil.removeByUuid(String uuid)
Removes all the user notification events where uuid = ? from the database. |
void |
UserNotificationEventPersistence.removeByUuid(String uuid)
Removes all the user notification events where uuid = ? from the database. |
static void |
RepositoryUtil.removeByUuid(String uuid)
Removes all the repositories where uuid = ? from the database. |
void |
RepositoryPersistence.removeByUuid(String uuid)
Removes all the repositories where uuid = ? from the database. |
static void |
RepositoryEntryUtil.removeByUuid(String uuid)
Removes all the repository entries where uuid = ? from the database. |
void |
RepositoryEntryPersistence.removeByUuid(String uuid)
Removes all the repository entries where uuid = ? from the database. |
static void |
LockUtil.removeByUuid(String uuid)
Removes all the locks where uuid = ? from the database. |
void |
LockPersistence.removeByUuid(String uuid)
Removes all the locks where uuid = ? from the database. |
static void |
LayoutUtil.removeByUuid(String uuid)
Removes all the layouts where uuid = ? from the database. |
static void |
LayoutSetPrototypeUtil.removeByUuid(String uuid)
Removes all the layout set prototypes where uuid = ? from the database. |
void |
LayoutSetPrototypePersistence.removeByUuid(String uuid)
Removes all the layout set prototypes where uuid = ? from the database. |
static void |
LayoutPrototypeUtil.removeByUuid(String uuid)
Removes all the layout prototypes where uuid = ? from the database. |
void |
LayoutPrototypePersistence.removeByUuid(String uuid)
Removes all the layout prototypes where uuid = ? from the database. |
void |
LayoutPersistence.removeByUuid(String uuid)
Removes all the layouts where uuid = ? from the database. |
static ClassName |
ClassNameUtil.removeByValue(String value)
Removes the class name where value = ? from the database. |
ClassName |
ClassNamePersistence.removeByValue(String value)
Removes the class name where value = ? from the database. |
static Company |
CompanyUtil.removeByWebId(String webId)
Removes the company where webId = ? from the database. |
Company |
CompanyPersistence.removeByWebId(String webId)
Removes the company where webId = ? from the database. |
static void |
UserUtil.removeGroup(long pk,
Group group)
Removes the association between the user and the group. |
void |
UserPersistence.removeGroup(long pk,
Group group)
Removes the association between the user and the group. |
static void |
UserGroupUtil.removeGroup(long pk,
Group group)
Removes the association between the user group and the group. |
void |
UserGroupPersistence.removeGroup(long pk,
Group group)
Removes the association between the user group and the group. |
static void |
RoleUtil.removeGroup(long pk,
Group group)
Removes the association between the role and the group. |
void |
RolePersistence.removeGroup(long pk,
Group group)
Removes the association between the role and the group. |
static void |
OrganizationUtil.removeGroup(long pk,
Group group)
Removes the association between the organization and the group. |
void |
OrganizationPersistence.removeGroup(long pk,
Group group)
Removes the association between the organization and the group. |
static void |
UserUtil.removeGroup(long pk,
long groupPK)
Removes the association between the user and the group. |
void |
UserPersistence.removeGroup(long pk,
long groupPK)
Removes the association between the user and the group. |
static void |
UserGroupUtil.removeGroup(long pk,
long groupPK)
Removes the association between the user group and the group. |
void |
UserGroupPersistence.removeGroup(long pk,
long groupPK)
Removes the association between the user group and the group. |
static void |
RoleUtil.removeGroup(long pk,
long groupPK)
Removes the association between the role and the group. |
void |
RolePersistence.removeGroup(long pk,
long groupPK)
Removes the association between the role and the group. |
static void |
OrganizationUtil.removeGroup(long pk,
long groupPK)
Removes the association between the organization and the group. |
void |
OrganizationPersistence.removeGroup(long pk,
long groupPK)
Removes the association between the organization and the group. |
static void |
UserUtil.removeGroups(long pk,
List<Group> groups)
Removes the association between the user and the groups. |
void |
UserPersistence.removeGroups(long pk,
List<Group> groups)
Removes the association between the user and the groups. |
static void |
UserGroupUtil.removeGroups(long pk,
List<Group> groups)
Removes the association between the user group and the groups. |
void |
UserGroupPersistence.removeGroups(long pk,
List<Group> groups)
Removes the association between the user group and the groups. |
static void |
RoleUtil.removeGroups(long pk,
List<Group> groups)
Removes the association between the role and the groups. |
void |
RolePersistence.removeGroups(long pk,
List<Group> groups)
Removes the association between the role and the groups. |
static void |
OrganizationUtil.removeGroups(long pk,
List<Group> groups)
Removes the association between the organization and the groups. |
void |
OrganizationPersistence.removeGroups(long pk,
List<Group> groups)
Removes the association between the organization and the groups. |
static void |
UserUtil.removeGroups(long pk,
long[] groupPKs)
Removes the association between the user and the groups. |
void |
UserPersistence.removeGroups(long pk,
long[] groupPKs)
Removes the association between the user and the groups. |
static void |
UserGroupUtil.removeGroups(long pk,
long[] groupPKs)
Removes the association between the user group and the groups. |
void |
UserGroupPersistence.removeGroups(long pk,
long[] groupPKs)
Removes the association between the user group and the groups. |
static void |
RoleUtil.removeGroups(long pk,
long[] groupPKs)
Removes the association between the role and the groups. |
void |
RolePersistence.removeGroups(long pk,
long[] groupPKs)
Removes the association between the role and the groups. |
static void |
OrganizationUtil.removeGroups(long pk,
long[] groupPKs)
Removes the association between the organization and the groups. |
void |
OrganizationPersistence.removeGroups(long pk,
long[] groupPKs)
Removes the association between the organization and the groups. |
static void |
UserUtil.removeOrganization(long pk,
long organizationPK)
Removes the association between the user and the organization. |
void |
UserPersistence.removeOrganization(long pk,
long organizationPK)
Removes the association between the user and the organization. |
static void |
GroupUtil.removeOrganization(long pk,
long organizationPK)
Removes the association between the group and the organization. |
void |
GroupPersistence.removeOrganization(long pk,
long organizationPK)
Removes the association between the group and the organization. |
static void |
UserUtil.removeOrganization(long pk,
Organization organization)
Removes the association between the user and the organization. |
void |
UserPersistence.removeOrganization(long pk,
Organization organization)
Removes the association between the user and the organization. |
static void |
GroupUtil.removeOrganization(long pk,
Organization organization)
Removes the association between the group and the organization. |
void |
GroupPersistence.removeOrganization(long pk,
Organization organization)
Removes the association between the group and the organization. |
static void |
UserUtil.removeOrganizations(long pk,
List<Organization> organizations)
Removes the association between the user and the organizations. |
void |
UserPersistence.removeOrganizations(long pk,
List<Organization> organizations)
Removes the association between the user and the organizations. |
static void |
GroupUtil.removeOrganizations(long pk,
List<Organization> organizations)
Removes the association between the group and the organizations. |
void |
GroupPersistence.removeOrganizations(long pk,
List<Organization> organizations)
Removes the association between the group and the organizations. |
static void |
UserUtil.removeOrganizations(long pk,
long[] organizationPKs)
Removes the association between the user and the organizations. |
void |
UserPersistence.removeOrganizations(long pk,
long[] organizationPKs)
Removes the association between the user and the organizations. |
static void |
GroupUtil.removeOrganizations(long pk,
long[] organizationPKs)
Removes the association between the group and the organizations. |
void |
GroupPersistence.removeOrganizations(long pk,
long[] organizationPKs)
Removes the association between the group and the organizations. |
static void |
UserUtil.removeRole(long pk,
long rolePK)
Removes the association between the user and the role. |
void |
UserPersistence.removeRole(long pk,
long rolePK)
Removes the association between the user and the role. |
static void |
GroupUtil.removeRole(long pk,
long rolePK)
Removes the association between the group and the role. |
void |
GroupPersistence.removeRole(long pk,
long rolePK)
Removes the association between the group and the role. |
static void |
UserUtil.removeRole(long pk,
Role role)
Removes the association between the user and the role. |
void |
UserPersistence.removeRole(long pk,
Role role)
Removes the association between the user and the role. |
static void |
GroupUtil.removeRole(long pk,
Role role)
Removes the association between the group and the role. |
void |
GroupPersistence.removeRole(long pk,
Role role)
Removes the association between the group and the role. |
static void |
UserUtil.removeRoles(long pk,
List<Role> roles)
Removes the association between the user and the roles. |
void |
UserPersistence.removeRoles(long pk,
List<Role> roles)
Removes the association between the user and the roles. |
static void |
GroupUtil.removeRoles(long pk,
List<Role> roles)
Removes the association between the group and the roles. |
void |
GroupPersistence.removeRoles(long pk,
List<Role> roles)
Removes the association between the group and the roles. |
static void |
UserUtil.removeRoles(long pk,
long[] rolePKs)
Removes the association between the user and the roles. |
void |
UserPersistence.removeRoles(long pk,
long[] rolePKs)
Removes the association between the user and the roles. |
static void |
GroupUtil.removeRoles(long pk,
long[] rolePKs)
Removes the association between the group and the roles. |
void |
GroupPersistence.removeRoles(long pk,
long[] rolePKs)
Removes the association between the group and the roles. |
static void |
UserUtil.removeTeam(long pk,
long teamPK)
Removes the association between the user and the team. |
void |
UserPersistence.removeTeam(long pk,
long teamPK)
Removes the association between the user and the team. |
static void |
UserGroupUtil.removeTeam(long pk,
long teamPK)
Removes the association between the user group and the team. |
void |
UserGroupPersistence.removeTeam(long pk,
long teamPK)
Removes the association between the user group and the team. |
static void |
UserUtil.removeTeam(long pk,
Team team)
Removes the association between the user and the team. |
void |
UserPersistence.removeTeam(long pk,
Team team)
Removes the association between the user and the team. |
static void |
UserGroupUtil.removeTeam(long pk,
Team team)
Removes the association between the user group and the team. |
void |
UserGroupPersistence.removeTeam(long pk,
Team team)
Removes the association between the user group and the team. |
static void |
UserUtil.removeTeams(long pk,
List<Team> teams)
Removes the association between the user and the teams. |
void |
UserPersistence.removeTeams(long pk,
List<Team> teams)
Removes the association between the user and the teams. |
static void |
UserGroupUtil.removeTeams(long pk,
List<Team> teams)
Removes the association between the user group and the teams. |
void |
UserGroupPersistence.removeTeams(long pk,
List<Team> teams)
Removes the association between the user group and the teams. |
static void |
UserUtil.removeTeams(long pk,
long[] teamPKs)
Removes the association between the user and the teams. |
void |
UserPersistence.removeTeams(long pk,
long[] teamPKs)
Removes the association between the user and the teams. |
static void |
UserGroupUtil.removeTeams(long pk,
long[] teamPKs)
Removes the association between the user group and the teams. |
void |
UserGroupPersistence.removeTeams(long pk,
long[] teamPKs)
Removes the association between the user group and the teams. |
static void |
UserGroupUtil.removeUser(long pk,
long userPK)
Removes the association between the user group and the user. |
void |
UserGroupPersistence.removeUser(long pk,
long userPK)
Removes the association between the user group and the user. |
static void |
TeamUtil.removeUser(long pk,
long userPK)
Removes the association between the team and the user. |
void |
TeamPersistence.removeUser(long pk,
long userPK)
Removes the association between the team and the user. |
static void |
RoleUtil.removeUser(long pk,
long userPK)
Removes the association between the role and the user. |
void |
RolePersistence.removeUser(long pk,
long userPK)
Removes the association between the role and the user. |
static void |
OrganizationUtil.removeUser(long pk,
long userPK)
Removes the association between the organization and the user. |
void |
OrganizationPersistence.removeUser(long pk,
long userPK)
Removes the association between the organization and the user. |
static void |
GroupUtil.removeUser(long pk,
long userPK)
Removes the association between the group and the user. |
void |
GroupPersistence.removeUser(long pk,
long userPK)
Removes the association between the group and the user. |
static void |
UserGroupUtil.removeUser(long pk,
User user)
Removes the association between the user group and the user. |
void |
UserGroupPersistence.removeUser(long pk,
User user)
Removes the association between the user group and the user. |
static void |
TeamUtil.removeUser(long pk,
User user)
Removes the association between the team and the user. |
void |
TeamPersistence.removeUser(long pk,
User user)
Removes the association between the team and the user. |
static void |
RoleUtil.removeUser(long pk,
User user)
Removes the association between the role and the user. |
void |
RolePersistence.removeUser(long pk,
User user)
Removes the association between the role and the user. |
static void |
OrganizationUtil.removeUser(long pk,
User user)
Removes the association between the organization and the user. |
void |
OrganizationPersistence.removeUser(long pk,
User user)
Removes the association between the organization and the user. |
static void |
GroupUtil.removeUser(long pk,
User user)
Removes the association between the group and the user. |
void |
GroupPersistence.removeUser(long pk,
User user)
Removes the association between the group and the user. |
static void |
UserUtil.removeUserGroup(long pk,
long userGroupPK)
Removes the association between the user and the user group. |
void |
UserPersistence.removeUserGroup(long pk,
long userGroupPK)
Removes the association between the user and the user group. |
static void |
TeamUtil.removeUserGroup(long pk,
long userGroupPK)
Removes the association between the team and the user group. |
void |
TeamPersistence.removeUserGroup(long pk,
long userGroupPK)
Removes the association between the team and the user group. |
static void |
GroupUtil.removeUserGroup(long pk,
long userGroupPK)
Removes the association between the group and the user group. |
void |
GroupPersistence.removeUserGroup(long pk,
long userGroupPK)
Removes the association between the group and the user group. |
static void |
UserUtil.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the user and the user group. |
void |
UserPersistence.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the user and the user group. |
static void |
TeamUtil.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the team and the user group. |
void |
TeamPersistence.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the team and the user group. |
static void |
GroupUtil.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the group and the user group. |
void |
GroupPersistence.removeUserGroup(long pk,
UserGroup userGroup)
Removes the association between the group and the user group. |
static void |
UserUtil.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the user and the user groups. |
void |
UserPersistence.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the user and the user groups. |
static void |
TeamUtil.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the team and the user groups. |
void |
TeamPersistence.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the team and the user groups. |
static void |
GroupUtil.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the group and the user groups. |
void |
GroupPersistence.removeUserGroups(long pk,
List<UserGroup> userGroups)
Removes the association between the group and the user groups. |
static void |
UserUtil.removeUserGroups(long pk,
long[] userGroupPKs)
Removes the association between the user and the user groups. |
void |
UserPersistence.removeUserGroups(long pk,
long[] userGroupPKs)
Removes the association between the user and the user groups. |
static void |
TeamUtil.removeUserGroups(long pk,
long[] userGroupPKs)
Removes the association between the team and the user groups. |
void |
TeamPersistence.removeUserGroups(long pk,
long[] userGroupPKs)
Removes the association between the team and the user groups. |
static void |
GroupUtil.removeUserGroups(long pk,
long[] userGroupPKs)
Removes the association between the group and the user groups. |
void |
GroupPersistence.removeUserGroups(long pk,
long[] userGroupPKs)
Removes the association between the group and the user groups. |
static void |
UserGroupUtil.removeUsers(long pk,
List<User> users)
Removes the association between the user group and the users. |
void |
UserGroupPersistence.removeUsers(long pk,
List<User> users)
Removes the association between the user group and the users. |
static void |
TeamUtil.removeUsers(long pk,
List<User> users)
Removes the association between the team and the users. |
void |
TeamPersistence.removeUsers(long pk,
List<User> users)
Removes the association between the team and the users. |
static void |
RoleUtil.removeUsers(long pk,
List<User> users)
Removes the association between the role and the users. |
void |
RolePersistence.removeUsers(long pk,
List<User> users)
Removes the association between the role and the users. |
static void |
OrganizationUtil.removeUsers(long pk,
List<User> users)
Removes the association between the organization and the users. |
void |
OrganizationPersistence.removeUsers(long pk,
List<User> users)
Removes the association between the organization and the users. |
static void |
GroupUtil.removeUsers(long pk,
List<User> users)
Removes the association between the group and the users. |
void |
GroupPersistence.removeUsers(long pk,
List<User> users)
Removes the association between the group and the users. |
static void |
UserGroupUtil.removeUsers(long pk,
long[] userPKs)
Removes the association between the user group and the users. |
void |
UserGroupPersistence.removeUsers(long pk,
long[] userPKs)
Removes the association between the user group and the users. |
static void |
TeamUtil.removeUsers(long pk,
long[] userPKs)
Removes the association between the team and the users. |
void |
TeamPersistence.removeUsers(long pk,
long[] userPKs)
Removes the association between the team and the users. |
static void |
RoleUtil.removeUsers(long pk,
long[] userPKs)
Removes the association between the role and the users. |
void |
RolePersistence.removeUsers(long pk,
long[] userPKs)
Removes the association between the role and the users. |
static void |
OrganizationUtil.removeUsers(long pk,
long[] userPKs)
Removes the association between the organization and the users. |
void |
OrganizationPersistence.removeUsers(long pk,
long[] userPKs)
Removes the association between the organization and the users. |
static void |
GroupUtil.removeUsers(long pk,
long[] userPKs)
Removes the association between the group and the users. |
void |
GroupPersistence.removeUsers(long pk,
long[] userPKs)
Removes the association between the group and the users. |
static void |
UserUtil.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the user, removing and adding associations as necessary. |
static void |
UserGroupUtil.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the user group, removing and adding associations as necessary. |
void |
UserGroupPersistence.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the user group, removing and adding associations as necessary. |
static void |
RoleUtil.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the role, removing and adding associations as necessary. |
void |
RolePersistence.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the role, removing and adding associations as necessary. |
static void |
OrganizationUtil.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the organization, removing and adding associations as necessary. |
void |
OrganizationPersistence.setGroups(long pk,
List<Group> groups)
Sets the groups associated with the organization, removing and adding associations as necessary. |
static void |
UserUtil.setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the user, removing and adding associations as necessary. |
static void |
UserGroupUtil.setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the user group, removing and adding associations as necessary. |
void |
UserGroupPersistence.setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the user group, removing and adding associations as necessary. |
static void |
RoleUtil.setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the role, removing and adding associations as necessary. |
void |
RolePersistence.setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the role, removing and adding associations as necessary. |
static void |
OrganizationUtil.setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the organization, removing and adding associations as necessary. |
void |
OrganizationPersistence.setGroups(long pk,
long[] groupPKs)
Sets the groups associated with the organization, removing and adding associations as necessary. |
static void |
UserUtil.setOrganizations(long pk,
List<Organization> organizations)
Sets the organizations associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setOrganizations(long pk,
List<Organization> organizations)
Sets the organizations associated with the user, removing and adding associations as necessary. |
static void |
GroupUtil.setOrganizations(long pk,
List<Organization> organizations)
Sets the organizations associated with the group, removing and adding associations as necessary. |
void |
GroupPersistence.setOrganizations(long pk,
List<Organization> organizations)
Sets the organizations associated with the group, removing and adding associations as necessary. |
static void |
UserUtil.setOrganizations(long pk,
long[] organizationPKs)
Sets the organizations associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setOrganizations(long pk,
long[] organizationPKs)
Sets the organizations associated with the user, removing and adding associations as necessary. |
static void |
GroupUtil.setOrganizations(long pk,
long[] organizationPKs)
Sets the organizations associated with the group, removing and adding associations as necessary. |
void |
GroupPersistence.setOrganizations(long pk,
long[] organizationPKs)
Sets the organizations associated with the group, removing and adding associations as necessary. |
static void |
UserUtil.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the user, removing and adding associations as necessary. |
static void |
GroupUtil.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the group, removing and adding associations as necessary. |
void |
GroupPersistence.setRoles(long pk,
List<Role> roles)
Sets the roles associated with the group, removing and adding associations as necessary. |
static void |
UserUtil.setRoles(long pk,
long[] rolePKs)
Sets the roles associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setRoles(long pk,
long[] rolePKs)
Sets the roles associated with the user, removing and adding associations as necessary. |
static void |
GroupUtil.setRoles(long pk,
long[] rolePKs)
Sets the roles associated with the group, removing and adding associations as necessary. |
void |
GroupPersistence.setRoles(long pk,
long[] rolePKs)
Sets the roles associated with the group, removing and adding associations as necessary. |
static void |
UserUtil.setTeams(long pk,
List<Team> teams)
Sets the teams associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setTeams(long pk,
List<Team> teams)
Sets the teams associated with the user, removing and adding associations as necessary. |
static void |
UserGroupUtil.setTeams(long pk,
List<Team> teams)
Sets the teams associated with the user group, removing and adding associations as necessary. |
void |
UserGroupPersistence.setTeams(long pk,
List<Team> teams)
Sets the teams associated with the user group, removing and adding associations as necessary. |
static void |
UserUtil.setTeams(long pk,
long[] teamPKs)
Sets the teams associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setTeams(long pk,
long[] teamPKs)
Sets the teams associated with the user, removing and adding associations as necessary. |
static void |
UserGroupUtil.setTeams(long pk,
long[] teamPKs)
Sets the teams associated with the user group, removing and adding associations as necessary. |
void |
UserGroupPersistence.setTeams(long pk,
long[] teamPKs)
Sets the teams associated with the user group, removing and adding associations as necessary. |
static void |
UserUtil.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the user, removing and adding associations as necessary. |
static void |
TeamUtil.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the team, removing and adding associations as necessary. |
void |
TeamPersistence.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the team, removing and adding associations as necessary. |
static void |
GroupUtil.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the group, removing and adding associations as necessary. |
void |
GroupPersistence.setUserGroups(long pk,
List<UserGroup> userGroups)
Sets the user groups associated with the group, removing and adding associations as necessary. |
static void |
UserUtil.setUserGroups(long pk,
long[] userGroupPKs)
Sets the user groups associated with the user, removing and adding associations as necessary. |
void |
UserPersistence.setUserGroups(long pk,
long[] userGroupPKs)
Sets the user groups associated with the user, removing and adding associations as necessary. |
static void |
TeamUtil.setUserGroups(long pk,
long[] userGroupPKs)
Sets the user groups associated with the team, removing and adding associations as necessary. |
void |
TeamPersistence.setUserGroups(long pk,
long[] userGroupPKs)
Sets the user groups associated with the team, removing and adding associations as necessary. |
static void |
GroupUtil.setUserGroups(long pk,
long[] userGroupPKs)
Sets the user groups associated with the group, removing and adding associations as necessary. |
void |
GroupPersistence.setUserGroups(long pk,
long[] userGroupPKs)
Sets the user groups associated with the group, removing and adding associations as necessary. |
static void |
UserGroupUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the user group, removing and adding associations as necessary. |
void |
UserGroupPersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the user group, removing and adding associations as necessary. |
static void |
TeamUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the team, removing and adding associations as necessary. |
void |
TeamPersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the team, removing and adding associations as necessary. |
static void |
RoleUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the role, removing and adding associations as necessary. |
void |
RolePersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the role, removing and adding associations as necessary. |
static void |
OrganizationUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the organization, removing and adding associations as necessary. |
void |
OrganizationPersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the organization, removing and adding associations as necessary. |
static void |
GroupUtil.setUsers(long pk,
List<User> users)
Sets the users associated with the group, removing and adding associations as necessary. |
void |
GroupPersistence.setUsers(long pk,
List<User> users)
Sets the users associated with the group, removing and adding associations as necessary. |
static void |
UserGroupUtil.setUsers(long pk,
long[] userPKs)
Sets the users associated with the user group, removing and adding associations as necessary. |
void |
UserGroupPersistence.setUsers(long pk,
long[] userPKs)
Sets the users associated with the user group, removing and adding associations as necessary. |
static void |
TeamUtil.setUsers(long pk,
long[] userPKs)
Sets the users associated with the team, removing and adding associations as necessary. |
void |
TeamPersistence.setUsers(long pk,
long[] userPKs)
Sets the users associated with the team, removing and adding associations as necessary. |
static void |
RoleUtil.setUsers(long pk,
long[] userPKs)
Sets the users associated with the role, removing and adding associations as necessary. |
void |
RolePersistence.setUsers(long pk,
long[] userPKs)
Sets the users associated with the role, removing and adding associations as necessary. |
static void |
OrganizationUtil.setUsers(long pk,
long[] userPKs)
Sets the users associated with the organization, removing and adding associations as necessary. |
void |
OrganizationPersistence.setUsers(long pk,
long[] userPKs)
Sets the users associated with the organization, removing and adding associations as necessary. |
static void |
GroupUtil.setUsers(long pk,
long[] userPKs)
Sets the users associated with the group, removing and adding associations as necessary. |
void |
GroupPersistence.setUsers(long pk,
long[] userPKs)
Sets the users associated with the group, removing and adding associations as necessary. |
static Account |
AccountUtil.update(Account account)
|
static Account |
AccountUtil.update(Account account,
ServiceContext serviceContext)
|
static Address |
AddressUtil.update(Address address)
|
static Address |
AddressUtil.update(Address address,
ServiceContext serviceContext)
|
static BrowserTracker |
BrowserTrackerUtil.update(BrowserTracker browserTracker)
|
static BrowserTracker |
BrowserTrackerUtil.update(BrowserTracker browserTracker,
ServiceContext serviceContext)
|
static ClassName |
ClassNameUtil.update(ClassName className)
|
static ClassName |
ClassNameUtil.update(ClassName className,
ServiceContext serviceContext)
|
static ClusterGroup |
ClusterGroupUtil.update(ClusterGroup clusterGroup)
|
static ClusterGroup |
ClusterGroupUtil.update(ClusterGroup clusterGroup,
ServiceContext serviceContext)
|
static Company |
CompanyUtil.update(Company company)
|
static Company |
CompanyUtil.update(Company company,
ServiceContext serviceContext)
|
static Contact |
ContactUtil.update(Contact contact)
|
static Contact |
ContactUtil.update(Contact contact,
ServiceContext serviceContext)
|
static Country |
CountryUtil.update(Country country)
|
static Country |
CountryUtil.update(Country country,
ServiceContext serviceContext)
|
static EmailAddress |
EmailAddressUtil.update(EmailAddress emailAddress)
|
static EmailAddress |
EmailAddressUtil.update(EmailAddress emailAddress,
ServiceContext serviceContext)
|
static Group |
GroupUtil.update(Group group)
|
static Group |
GroupUtil.update(Group group,
ServiceContext serviceContext)
|
static Image |
ImageUtil.update(Image image)
|
static Image |
ImageUtil.update(Image image,
ServiceContext serviceContext)
|
static Layout |
LayoutUtil.update(Layout layout)
|
static LayoutBranch |
LayoutBranchUtil.update(LayoutBranch layoutBranch)
|
static LayoutBranch |
LayoutBranchUtil.update(LayoutBranch layoutBranch,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype)
|
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionUtil.update(LayoutRevision layoutRevision)
|
static LayoutRevision |
LayoutRevisionUtil.update(LayoutRevision layoutRevision,
ServiceContext serviceContext)
|
static Layout |
LayoutUtil.update(Layout layout,
ServiceContext serviceContext)
|
static LayoutSet |
LayoutSetUtil.update(LayoutSet layoutSet)
|
static LayoutSetBranch |
LayoutSetBranchUtil.update(LayoutSetBranch layoutSetBranch)
|
static LayoutSetBranch |
LayoutSetBranchUtil.update(LayoutSetBranch layoutSetBranch,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype,
ServiceContext serviceContext)
|
static LayoutSet |
LayoutSetUtil.update(LayoutSet layoutSet,
ServiceContext serviceContext)
|
static ListType |
ListTypeUtil.update(ListType listType)
|
static ListType |
ListTypeUtil.update(ListType listType,
ServiceContext serviceContext)
|
static Lock |
LockUtil.update(Lock lock)
|
static Lock |
LockUtil.update(Lock lock,
ServiceContext serviceContext)
|
static MembershipRequest |
MembershipRequestUtil.update(MembershipRequest membershipRequest)
|
static MembershipRequest |
MembershipRequestUtil.update(MembershipRequest membershipRequest,
ServiceContext serviceContext)
|
static Organization |
OrganizationUtil.update(Organization organization)
|
static Organization |
OrganizationUtil.update(Organization organization,
ServiceContext serviceContext)
|
static OrgGroupRole |
OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole)
|
static OrgGroupRole |
OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole,
ServiceContext serviceContext)
|
static OrgLabor |
OrgLaborUtil.update(OrgLabor orgLabor)
|
static OrgLabor |
OrgLaborUtil.update(OrgLabor orgLabor,
ServiceContext serviceContext)
|
static PasswordPolicy |
PasswordPolicyUtil.update(PasswordPolicy passwordPolicy)
|
static PasswordPolicyRel |
PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel)
|
static PasswordPolicyRel |
PasswordPolicyRelUtil.update(PasswordPolicyRel passwordPolicyRel,
ServiceContext serviceContext)
|
static PasswordPolicy |
PasswordPolicyUtil.update(PasswordPolicy passwordPolicy,
ServiceContext serviceContext)
|
static PasswordTracker |
PasswordTrackerUtil.update(PasswordTracker passwordTracker)
|
static PasswordTracker |
PasswordTrackerUtil.update(PasswordTracker passwordTracker,
ServiceContext serviceContext)
|
static Phone |
PhoneUtil.update(Phone phone)
|
static Phone |
PhoneUtil.update(Phone phone,
ServiceContext serviceContext)
|
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting)
|
static PluginSetting |
PluginSettingUtil.update(PluginSetting pluginSetting,
ServiceContext serviceContext)
|
static PortalPreferences |
PortalPreferencesUtil.update(PortalPreferences portalPreferences)
|
static PortalPreferences |
PortalPreferencesUtil.update(PortalPreferences portalPreferences,
ServiceContext serviceContext)
|
static Portlet |
PortletUtil.update(Portlet portlet)
|
static PortletItem |
PortletItemUtil.update(PortletItem portletItem)
|
static PortletItem |
PortletItemUtil.update(PortletItem portletItem,
ServiceContext serviceContext)
|
static PortletPreferences |
PortletPreferencesUtil.update(PortletPreferences portletPreferences)
|
static PortletPreferences |
PortletPreferencesUtil.update(PortletPreferences portletPreferences,
ServiceContext serviceContext)
|
static Portlet |
PortletUtil.update(Portlet portlet,
ServiceContext serviceContext)
|
static Region |
RegionUtil.update(Region region)
|
static Region |
RegionUtil.update(Region region,
ServiceContext serviceContext)
|
static Release |
ReleaseUtil.update(Release release)
|
static Release |
ReleaseUtil.update(Release release,
ServiceContext serviceContext)
|
static Repository |
RepositoryUtil.update(Repository repository)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry,
ServiceContext serviceContext)
|
static Repository |
RepositoryUtil.update(Repository repository,
ServiceContext serviceContext)
|
static ResourceAction |
ResourceActionUtil.update(ResourceAction resourceAction)
|
static ResourceAction |
ResourceActionUtil.update(ResourceAction resourceAction,
ServiceContext serviceContext)
|
static ResourceBlock |
ResourceBlockUtil.update(ResourceBlock resourceBlock)
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.update(ResourceBlockPermission resourceBlockPermission)
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.update(ResourceBlockPermission resourceBlockPermission,
ServiceContext serviceContext)
|
static ResourceBlock |
ResourceBlockUtil.update(ResourceBlock resourceBlock,
ServiceContext serviceContext)
|
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission)
|
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission,
ServiceContext serviceContext)
|
static ResourceTypePermission |
ResourceTypePermissionUtil.update(ResourceTypePermission resourceTypePermission)
|
static ResourceTypePermission |
ResourceTypePermissionUtil.update(ResourceTypePermission resourceTypePermission,
ServiceContext serviceContext)
|
static Role |
RoleUtil.update(Role role)
|
static Role |
RoleUtil.update(Role role,
ServiceContext serviceContext)
|
static ServiceComponent |
ServiceComponentUtil.update(ServiceComponent serviceComponent)
|
static ServiceComponent |
ServiceComponentUtil.update(ServiceComponent serviceComponent,
ServiceContext serviceContext)
|
static Shard |
ShardUtil.update(Shard shard)
|
static Shard |
ShardUtil.update(Shard shard,
ServiceContext serviceContext)
|
static Subscription |
SubscriptionUtil.update(Subscription subscription)
|
static Subscription |
SubscriptionUtil.update(Subscription subscription,
ServiceContext serviceContext)
|
T |
BasePersistence.update(T model)
Updates the model instance in the database or adds it if it does not yet exist. |
T |
BasePersistence.update(T model,
boolean merge)
Deprecated. BasePersistence.update(BaseModel)} |
T |
BasePersistence.update(T model,
boolean merge,
ServiceContext serviceContext)
Deprecated. BasePersistence.update(BaseModel, ServiceContext)} |
static Team |
TeamUtil.update(Team team)
|
static Team |
TeamUtil.update(Team team,
ServiceContext serviceContext)
|
static Ticket |
TicketUtil.update(Ticket ticket)
|
static Ticket |
TicketUtil.update(Ticket ticket,
ServiceContext serviceContext)
|
T |
BasePersistence.update(T model,
ServiceContext serviceContext)
Updates the model instance in the database or adds it if it does not yet exist, within a different service context. |
static User |
UserUtil.update(User user)
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup)
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole)
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole,
ServiceContext serviceContext)
|
static UserGroupRole |
UserGroupRoleUtil.update(UserGroupRole userGroupRole)
|
static UserGroupRole |
UserGroupRoleUtil.update(UserGroupRole userGroupRole,
ServiceContext serviceContext)
|
static UserGroup |
UserGroupUtil.update(UserGroup userGroup,
ServiceContext serviceContext)
|
static UserIdMapper |
UserIdMapperUtil.update(UserIdMapper userIdMapper)
|
static UserIdMapper |
UserIdMapperUtil.update(UserIdMapper userIdMapper,
ServiceContext serviceContext)
|
static UserNotificationEvent |
UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent)
|
static UserNotificationEvent |
UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
|
static User |
UserUtil.update(User user,
ServiceContext serviceContext)
|
static UserTracker |
UserTrackerUtil.update(UserTracker userTracker)
|
static UserTrackerPath |
UserTrackerPathUtil.update(UserTrackerPath userTrackerPath)
|
static UserTrackerPath |
UserTrackerPathUtil.update(UserTrackerPath userTrackerPath,
ServiceContext serviceContext)
|
static UserTracker |
UserTrackerUtil.update(UserTracker userTracker,
ServiceContext serviceContext)
|
static VirtualHost |
VirtualHostUtil.update(VirtualHost virtualHost)
|
static VirtualHost |
VirtualHostUtil.update(VirtualHost virtualHost,
ServiceContext serviceContext)
|
static WebDAVProps |
WebDAVPropsUtil.update(WebDAVProps webDAVProps)
|
static WebDAVProps |
WebDAVPropsUtil.update(WebDAVProps webDAVProps,
ServiceContext serviceContext)
|
static Website |
WebsiteUtil.update(Website website)
|
static Website |
WebsiteUtil.update(Website website,
ServiceContext serviceContext)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink,
ServiceContext serviceContext)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink,
ServiceContext serviceContext)
|
static Account |
AccountUtil.updateImpl(Account account)
|
Account |
AccountPersistence.updateImpl(Account account)
|
static Address |
AddressUtil.updateImpl(Address address)
|
Address |
AddressPersistence.updateImpl(Address address)
|
static BrowserTracker |
BrowserTrackerUtil.updateImpl(BrowserTracker browserTracker)
|
BrowserTracker |
BrowserTrackerPersistence.updateImpl(BrowserTracker browserTracker)
|
static ClassName |
ClassNameUtil.updateImpl(ClassName className)
|
ClassName |
ClassNamePersistence.updateImpl(ClassName className)
|
static ClusterGroup |
ClusterGroupUtil.updateImpl(ClusterGroup clusterGroup)
|
ClusterGroup |
ClusterGroupPersistence.updateImpl(ClusterGroup clusterGroup)
|
static Company |
CompanyUtil.updateImpl(Company company)
|
Company |
CompanyPersistence.updateImpl(Company company)
|
static Contact |
ContactUtil.updateImpl(Contact contact)
|
Contact |
ContactPersistence.updateImpl(Contact contact)
|
static Country |
CountryUtil.updateImpl(Country country)
|
Country |
CountryPersistence.updateImpl(Country country)
|
static EmailAddress |
EmailAddressUtil.updateImpl(EmailAddress emailAddress)
|
EmailAddress |
EmailAddressPersistence.updateImpl(EmailAddress emailAddress)
|
static Group |
GroupUtil.updateImpl(Group group)
|
Group |
GroupPersistence.updateImpl(Group group)
|
static Image |
ImageUtil.updateImpl(Image image)
|
Image |
ImagePersistence.updateImpl(Image image)
|
static Layout |
LayoutUtil.updateImpl(Layout layout)
|
Layout |
LayoutPersistence.updateImpl(Layout layout)
|
static LayoutBranch |
LayoutBranchUtil.updateImpl(LayoutBranch layoutBranch)
|
LayoutBranch |
LayoutBranchPersistence.updateImpl(LayoutBranch layoutBranch)
|
static LayoutPrototype |
LayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype)
|
static LayoutRevision |
LayoutRevisionUtil.updateImpl(LayoutRevision layoutRevision)
|
LayoutRevision |
LayoutRevisionPersistence.updateImpl(LayoutRevision layoutRevision)
|
static LayoutSet |
LayoutSetUtil.updateImpl(LayoutSet layoutSet)
|
LayoutSet |
LayoutSetPersistence.updateImpl(LayoutSet layoutSet)
|
static LayoutSetBranch |
LayoutSetBranchUtil.updateImpl(LayoutSetBranch layoutSetBranch)
|
LayoutSetBranch |
LayoutSetBranchPersistence.updateImpl(LayoutSetBranch layoutSetBranch)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.updateImpl(LayoutSetPrototype layoutSetPrototype)
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype)
|
static ListType |
ListTypeUtil.updateImpl(ListType listType)
|
ListType |
ListTypePersistence.updateImpl(ListType listType)
|
static Lock |
LockUtil.updateImpl(Lock lock)
|
Lock |
LockPersistence.updateImpl(Lock lock)
|
static MembershipRequest |
MembershipRequestUtil.updateImpl(MembershipRequest membershipRequest)
|
MembershipRequest |
MembershipRequestPersistence.updateImpl(MembershipRequest membershipRequest)
|
static Organization |
OrganizationUtil.updateImpl(Organization organization)
|
Organization |
OrganizationPersistence.updateImpl(Organization organization)
|
static OrgGroupRole |
OrgGroupRoleUtil.updateImpl(OrgGroupRole orgGroupRole)
|
OrgGroupRole |
OrgGroupRolePersistence.updateImpl(OrgGroupRole orgGroupRole)
|
static OrgLabor |
OrgLaborUtil.updateImpl(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborPersistence.updateImpl(OrgLabor orgLabor)
|
static PasswordPolicy |
PasswordPolicyUtil.updateImpl(PasswordPolicy passwordPolicy)
|
PasswordPolicy |
PasswordPolicyPersistence.updateImpl(PasswordPolicy passwordPolicy)
|
static PasswordPolicyRel |
PasswordPolicyRelUtil.updateImpl(PasswordPolicyRel passwordPolicyRel)
|
PasswordPolicyRel |
PasswordPolicyRelPersistence.updateImpl(PasswordPolicyRel passwordPolicyRel)
|
static PasswordTracker |
PasswordTrackerUtil.updateImpl(PasswordTracker passwordTracker)
|
PasswordTracker |
PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker)
|
static Phone |
PhoneUtil.updateImpl(Phone phone)
|
Phone |
PhonePersistence.updateImpl(Phone phone)
|
static PluginSetting |
PluginSettingUtil.updateImpl(PluginSetting pluginSetting)
|
PluginSetting |
PluginSettingPersistence.updateImpl(PluginSetting pluginSetting)
|
static PortalPreferences |
PortalPreferencesUtil.updateImpl(PortalPreferences portalPreferences)
|
PortalPreferences |
PortalPreferencesPersistence.updateImpl(PortalPreferences portalPreferences)
|
static Portlet |
PortletUtil.updateImpl(Portlet portlet)
|
Portlet |
PortletPersistence.updateImpl(Portlet portlet)
|
static PortletItem |
PortletItemUtil.updateImpl(PortletItem portletItem)
|
PortletItem |
PortletItemPersistence.updateImpl(PortletItem portletItem)
|
static PortletPreferences |
PortletPreferencesUtil.updateImpl(PortletPreferences portletPreferences)
|
PortletPreferences |
PortletPreferencesPersistence.updateImpl(PortletPreferences portletPreferences)
|
static Region |
RegionUtil.updateImpl(Region region)
|
Region |
RegionPersistence.updateImpl(Region region)
|
static Release |
ReleaseUtil.updateImpl(Release release)
|
Release |
ReleasePersistence.updateImpl(Release release)
|
static Repository |
RepositoryUtil.updateImpl(Repository repository)
|
Repository |
RepositoryPersistence.updateImpl(Repository repository)
|
static RepositoryEntry |
RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry)
|
RepositoryEntry |
RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry)
|
static ResourceAction |
ResourceActionUtil.updateImpl(ResourceAction resourceAction)
|
ResourceAction |
ResourceActionPersistence.updateImpl(ResourceAction resourceAction)
|
static ResourceBlock |
ResourceBlockUtil.updateImpl(ResourceBlock resourceBlock)
|
ResourceBlock |
ResourceBlockPersistence.updateImpl(ResourceBlock resourceBlock)
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.updateImpl(ResourceBlockPermission resourceBlockPermission)
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.updateImpl(ResourceBlockPermission resourceBlockPermission)
|
static ResourcePermission |
ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission)
|
ResourcePermission |
ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission)
|
static ResourceTypePermission |
ResourceTypePermissionUtil.updateImpl(ResourceTypePermission resourceTypePermission)
|
ResourceTypePermission |
ResourceTypePermissionPersistence.updateImpl(ResourceTypePermission resourceTypePermission)
|
static Role |
RoleUtil.updateImpl(Role role)
|
Role |
RolePersistence.updateImpl(Role role)
|
static ServiceComponent |
ServiceComponentUtil.updateImpl(ServiceComponent serviceComponent)
|
ServiceComponent |
ServiceComponentPersistence.updateImpl(ServiceComponent serviceComponent)
|
static Shard |
ShardUtil.updateImpl(Shard shard)
|
Shard |
ShardPersistence.updateImpl(Shard shard)
|
static Subscription |
SubscriptionUtil.updateImpl(Subscription subscription)
|
Subscription |
SubscriptionPersistence.updateImpl(Subscription subscription)
|
static Team |
TeamUtil.updateImpl(Team team)
|
Team |
TeamPersistence.updateImpl(Team team)
|
static Ticket |
TicketUtil.updateImpl(Ticket ticket)
|
Ticket |
TicketPersistence.updateImpl(Ticket ticket)
|
static User |
UserUtil.updateImpl(User user)
|
User |
UserPersistence.updateImpl(User user)
|
static UserGroup |
UserGroupUtil.updateImpl(UserGroup userGroup)
|
UserGroup |
UserGroupPersistence.updateImpl(UserGroup userGroup)
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.updateImpl(UserGroupGroupRole userGroupGroupRole)
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.updateImpl(UserGroupGroupRole userGroupGroupRole)
|
static UserGroupRole |
UserGroupRoleUtil.updateImpl(UserGroupRole userGroupRole)
|
UserGroupRole |
UserGroupRolePersistence.updateImpl(UserGroupRole userGroupRole)
|
static UserIdMapper |
UserIdMapperUtil.updateImpl(UserIdMapper userIdMapper)
|
UserIdMapper |
UserIdMapperPersistence.updateImpl(UserIdMapper userIdMapper)
|
static UserNotificationEvent |
UserNotificationEventUtil.updateImpl(UserNotificationEvent userNotificationEvent)
|
UserNotificationEvent |
UserNotificationEventPersistence.updateImpl(UserNotificationEvent userNotificationEvent)
|
static UserTracker |
UserTrackerUtil.updateImpl(UserTracker userTracker)
|
UserTracker |
UserTrackerPersistence.updateImpl(UserTracker userTracker)
|
static UserTrackerPath |
UserTrackerPathUtil.updateImpl(UserTrackerPath userTrackerPath)
|
UserTrackerPath |
UserTrackerPathPersistence.updateImpl(UserTrackerPath userTrackerPath)
|
static VirtualHost |
VirtualHostUtil.updateImpl(VirtualHost virtualHost)
|
VirtualHost |
VirtualHostPersistence.updateImpl(VirtualHost virtualHost)
|
static WebDAVProps |
WebDAVPropsUtil.updateImpl(WebDAVProps webDAVProps)
|
WebDAVProps |
WebDAVPropsPersistence.updateImpl(WebDAVProps webDAVProps)
|
static Website |
WebsiteUtil.updateImpl(Website website)
|
Website |
WebsitePersistence.updateImpl(Website website)
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.updateImpl(WorkflowDefinitionLink workflowDefinitionLink)
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.updateImpl(WorkflowDefinitionLink workflowDefinitionLink)
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.updateImpl(WorkflowInstanceLink workflowInstanceLink)
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.updateImpl(WorkflowInstanceLink workflowInstanceLink)
|
| Uses of SystemException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return SystemException | |
|---|---|
SystemException |
BasePersistenceImpl.processException(Exception e)
|
| Methods in com.liferay.portal.service.persistence.impl that throw SystemException | |
|---|---|
long |
BasePersistenceImpl.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
T |
BasePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
|
T |
BasePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
|
List |
BasePersistenceImpl.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
List |
BasePersistenceImpl.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
BasePersistenceImpl.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
void |
BasePersistenceImpl.flush()
|
T |
BasePersistenceImpl.remove(Serializable primaryKey)
|
T |
BasePersistenceImpl.remove(T model)
|
protected T |
BasePersistenceImpl.removeImpl(T model)
Removes the model instance from the database. |
T |
BasePersistenceImpl.update(T model)
|
T |
BasePersistenceImpl.update(T model,
boolean merge)
Deprecated. BasePersistenceImpl.update(BaseModel)} |
T |
BasePersistenceImpl.update(T model,
boolean merge,
ServiceContext serviceContext)
Deprecated. BasePersistenceImpl.update(BaseModel, ServiceContext)} |
T |
BasePersistenceImpl.update(T model,
ServiceContext serviceContext)
|
protected T |
BasePersistenceImpl.updateImpl(T model)
Updates the model instance in the database or adds it if it does not yet exist. |
protected T |
BasePersistenceImpl.updateImpl(T model,
boolean merge)
Deprecated. BasePersistenceImpl.updateImpl(BaseModel) |
| Uses of SystemException in com.liferay.portal.theme |
|---|
| Methods in com.liferay.portal.theme that throw SystemException | |
|---|---|
User |
ThemeDisplay.getDefaultUser()
|
long |
ThemeDisplay.getDefaultUserId()
|
String |
ThemeDisplay.getParentGroupName()
|
long |
ThemeDisplay.getScopeGroupIdOrLiveGroupId()
|
String |
ThemeDisplay.getScopeGroupName()
|
Layout |
ThemeDisplay.getScopeLayout()
|
boolean |
NavItem.isChildSelected()
|
void |
ThemeDisplay.setCompany(Company company)
|
void |
ThemeDisplay.setUser(User user)
|
| Uses of SystemException in com.liferay.portal.util |
|---|
| Methods in com.liferay.portal.util that throw SystemException | |
|---|---|
static void |
PortalUtil.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
|
void |
Portal.addPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
Adds the default resource permissions for the portlet to the page. |
static void |
PortalUtil.addPortletDefaultResource(long companyId,
Layout layout,
Portlet portlet)
|
void |
Portal.addPortletDefaultResource(long companyId,
Layout layout,
Portlet portlet)
|
static String |
PortalUtil.getActualURL(long groupId,
boolean privateLayout,
String mainPath,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
|
String |
Portal.getActualURL(long groupId,
boolean privateLayout,
String mainPath,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
|
static Locale[] |
PortalUtil.getAlternateLocales(javax.servlet.http.HttpServletRequest request)
|
Locale[] |
Portal.getAlternateLocales(javax.servlet.http.HttpServletRequest request)
Returns an array with the alternate locales, considering if the page is showing just a content and the translations of this content. |
static BaseModel<?> |
PortalUtil.getBaseModel(ResourcePermission resourcePermission)
|
BaseModel<?> |
Portal.getBaseModel(ResourcePermission resourcePermission)
Returns the base model instance for the resource permission. |
static BaseModel<?> |
PortalUtil.getBaseModel(String modelName,
String primKey)
|
BaseModel<?> |
Portal.getBaseModel(String modelName,
String primKey)
Returns the base model instance for the model name and primary key. |
static long |
PortalUtil.getBasicAuthUserId(javax.servlet.http.HttpServletRequest request)
|
long |
Portal.getBasicAuthUserId(javax.servlet.http.HttpServletRequest request)
Returns the user's ID from the HTTP authentication headers after validating their credentials. |
static long |
PortalUtil.getBasicAuthUserId(javax.servlet.http.HttpServletRequest request,
long companyId)
|
long |
Portal.getBasicAuthUserId(javax.servlet.http.HttpServletRequest request,
long companyId)
Returns the user's ID from the HTTP authentication headers after validation their credentials. |
static String |
PortalUtil.getCanonicalURL(String completeURL,
ThemeDisplay themeDisplay,
Layout layout)
|
String |
Portal.getCanonicalURL(String completeURL,
ThemeDisplay themeDisplay,
Layout layout)
Returns the canonical URL of the page, to distinguish it among its translations. |
static String |
PortalUtil.getCanonicalURL(String completeURL,
ThemeDisplay themeDisplay,
Layout layout,
boolean forceLayoutFriendlyURL)
|
String |
Portal.getCanonicalURL(String completeURL,
ThemeDisplay themeDisplay,
Layout layout,
boolean forceLayoutFriendlyURL)
Returns the canonical URL of the page, to distinguish it among its translations. |
static String |
PortalUtil.getCDNHost(javax.servlet.http.HttpServletRequest request)
|
String |
Portal.getCDNHost(javax.servlet.http.HttpServletRequest request)
|
static Company |
PortalUtil.getCompany(javax.servlet.http.HttpServletRequest request)
|
Company |
Portal.getCompany(javax.servlet.http.HttpServletRequest request)
|
static Company |
PortalUtil.getCompany(PortletRequest portletRequest)
|
Company |
Portal.getCompany(PortletRequest portletRequest)
|
static String |
PortalUtil.getControlPanelCategory(String portletId,
ThemeDisplay themeDisplay)
|
String |
Portal.getControlPanelCategory(String portletId,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getControlPanelFullURL(long scopeGroupId,
String ppid,
Map<String,String[]> params)
|
String |
Portal.getControlPanelFullURL(long scopeGroupId,
String ppid,
Map<String,String[]> params)
|
static long |
PortalUtil.getControlPanelPlid(long companyId)
|
long |
Portal.getControlPanelPlid(long companyId)
|
static long |
PortalUtil.getControlPanelPlid(PortletRequest portletRequest)
|
long |
Portal.getControlPanelPlid(PortletRequest portletRequest)
|
static Set<Portlet> |
PortalUtil.getControlPanelPortlets(long companyId,
String category)
|
Set<Portlet> |
Portal.getControlPanelPortlets(long companyId,
String category)
|
static List<Portlet> |
PortalUtil.getControlPanelPortlets(String category,
ThemeDisplay themeDisplay)
|
List<Portlet> |
Portal.getControlPanelPortlets(String category,
ThemeDisplay themeDisplay)
|
static long |
PortalUtil.getDigestAuthUserId(javax.servlet.http.HttpServletRequest request)
|
long |
Portal.getDigestAuthUserId(javax.servlet.http.HttpServletRequest request)
|
static String |
PortalUtil.getEmailFromAddress(PortletPreferences preferences,
long companyId,
String defaultValue)
|
String |
Portal.getEmailFromAddress(PortletPreferences preferences,
long companyId,
String defaultValue)
|
static String |
PortalUtil.getEmailFromName(PortletPreferences preferences,
long companyId,
String defaultValue)
|
String |
Portal.getEmailFromName(PortletPreferences preferences,
long companyId,
String defaultValue)
|
static Map<String,Serializable> |
PortalUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
PortletRequest portletRequest)
|
Map<String,Serializable> |
Portal.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
PortletRequest portletRequest)
|
static Map<String,Serializable> |
PortalUtil.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
UploadPortletRequest uploadPortletRequest)
|
Map<String,Serializable> |
Portal.getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
UploadPortletRequest uploadPortletRequest)
|
static Serializable |
PortalUtil.getExpandoValue(PortletRequest portletRequest,
String name,
int type,
String displayType)
|
Serializable |
Portal.getExpandoValue(PortletRequest portletRequest,
String name,
int type,
String displayType)
|
static Serializable |
PortalUtil.getExpandoValue(UploadPortletRequest uploadPortletRequest,
String name,
int type,
String displayType)
|
Serializable |
Portal.getExpandoValue(UploadPortletRequest uploadPortletRequest,
String name,
int type,
String displayType)
|
static String |
PortalUtil.getFacebookURL(Portlet portlet,
String facebookCanvasPageURL,
ThemeDisplay themeDisplay)
|
String |
Portal.getFacebookURL(Portlet portlet,
String facebookCanvasPageURL,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getGoogleGadgetURL(Portlet portlet,
ThemeDisplay themeDisplay)
|
String |
Portal.getGoogleGadgetURL(Portlet portlet,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getGroupFriendlyURL(Group group,
boolean privateLayoutSet,
ThemeDisplay themeDisplay)
|
String |
Portal.getGroupFriendlyURL(Group group,
boolean privateLayoutSet,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getGroupFriendlyURL(Group group,
boolean privateLayoutSet,
ThemeDisplay themeDisplay,
Locale locale)
|
String |
Portal.getGroupFriendlyURL(Group group,
boolean privateLayoutSet,
ThemeDisplay themeDisplay,
Locale locale)
|
static String |
PortalUtil.getHomeURL(javax.servlet.http.HttpServletRequest request)
|
String |
Portal.getHomeURL(javax.servlet.http.HttpServletRequest request)
|
static String |
PortalUtil.getJournalArticleActualURL(long groupId,
String mainPath,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
|
String |
Portal.getJournalArticleActualURL(long groupId,
String mainPath,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
|
static String |
PortalUtil.getLayoutActualURL(long groupId,
boolean privateLayout,
String mainPath,
String friendlyURL)
|
String |
Portal.getLayoutActualURL(long groupId,
boolean privateLayout,
String mainPath,
String friendlyURL)
|
static String |
PortalUtil.getLayoutActualURL(long groupId,
boolean privateLayout,
String mainPath,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
|
String |
Portal.getLayoutActualURL(long groupId,
boolean privateLayout,
String mainPath,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
|
static String |
PortalUtil.getLayoutFriendlyURL(Layout layout,
ThemeDisplay themeDisplay)
|
String |
Portal.getLayoutFriendlyURL(Layout layout,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getLayoutFriendlyURL(Layout layout,
ThemeDisplay themeDisplay,
Locale locale)
|
String |
Portal.getLayoutFriendlyURL(Layout layout,
ThemeDisplay themeDisplay,
Locale locale)
|
static String |
PortalUtil.getLayoutFullURL(Layout layout,
ThemeDisplay themeDisplay)
|
String |
Portal.getLayoutFullURL(Layout layout,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getLayoutFullURL(Layout layout,
ThemeDisplay themeDisplay,
boolean doAsUser)
|
String |
Portal.getLayoutFullURL(Layout layout,
ThemeDisplay themeDisplay,
boolean doAsUser)
|
static String |
PortalUtil.getLayoutFullURL(long groupId,
String portletId)
|
String |
Portal.getLayoutFullURL(long groupId,
String portletId)
|
static String |
PortalUtil.getLayoutFullURL(long groupId,
String portletId,
boolean secure)
|
String |
Portal.getLayoutFullURL(long groupId,
String portletId,
boolean secure)
|
static String |
PortalUtil.getLayoutFullURL(ThemeDisplay themeDisplay)
|
String |
Portal.getLayoutFullURL(ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay)
|
String |
Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getLayoutURL(Layout layout,
ThemeDisplay themeDisplay)
|
String |
Portal.getLayoutURL(Layout layout,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getLayoutURL(Layout layout,
ThemeDisplay themeDisplay,
boolean doAsUser)
|
String |
Portal.getLayoutURL(Layout layout,
ThemeDisplay themeDisplay,
boolean doAsUser)
|
static String |
PortalUtil.getLayoutURL(ThemeDisplay themeDisplay)
|
String |
Portal.getLayoutURL(ThemeDisplay themeDisplay)
|
static BaseModel<?> |
PortalUtil.getModel(ResourcePermission resourcePermission)
Deprecated. PortalUtil.getBaseModel(ResourcePermission) |
static BaseModel<?> |
PortalUtil.getModel(String modelName,
String primKey)
Deprecated. PortalUtil.getBaseModel(String, String) |
static String |
PortalUtil.getNetvibesURL(Portlet portlet,
ThemeDisplay themeDisplay)
|
String |
Portal.getNetvibesURL(Portlet portlet,
ThemeDisplay themeDisplay)
|
static long |
PortalUtil.getParentGroupId(long scopeGroupId)
|
long |
Portal.getParentGroupId(long scopeGroupId)
|
static long |
PortalUtil.getPlidFromPortletId(long groupId,
boolean privateLayout,
String portletId)
|
long |
Portal.getPlidFromPortletId(long groupId,
boolean privateLayout,
String portletId)
|
static long |
PortalUtil.getPlidFromPortletId(long groupId,
String portletId)
|
long |
Portal.getPlidFromPortletId(long groupId,
String portletId)
|
static String |
PortalUtil.getPortalURL(Layout layout,
ThemeDisplay themeDisplay)
|
String |
Portal.getPortalURL(Layout layout,
ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getPortalURL(ThemeDisplay themeDisplay)
|
String |
Portal.getPortalURL(ThemeDisplay themeDisplay)
|
static PortletConfig |
PortalUtil.getPortletConfig(long companyId,
String portletId,
javax.servlet.ServletContext servletContext)
|
PortletConfig |
Portal.getPortletConfig(long companyId,
String portletId,
javax.servlet.ServletContext servletContext)
|
static String |
PortalUtil.getPortletXmlFileName()
|
String |
Portal.getPortletXmlFileName()
|
static String |
PortalUtil.getRelativeHomeURL(javax.servlet.http.HttpServletRequest request)
|
String |
Portal.getRelativeHomeURL(javax.servlet.http.HttpServletRequest request)
|
static long |
PortalUtil.getScopeGroupId(javax.servlet.http.HttpServletRequest request)
|
long |
Portal.getScopeGroupId(javax.servlet.http.HttpServletRequest request)
|
static long |
PortalUtil.getScopeGroupId(javax.servlet.http.HttpServletRequest request,
String portletId)
|
long |
Portal.getScopeGroupId(javax.servlet.http.HttpServletRequest request,
String portletId)
|
static long |
PortalUtil.getScopeGroupId(javax.servlet.http.HttpServletRequest request,
String portletId,
boolean checkStagingGroup)
|
long |
Portal.getScopeGroupId(javax.servlet.http.HttpServletRequest request,
String portletId,
boolean checkStagingGroup)
|
static long |
PortalUtil.getScopeGroupId(PortletRequest portletRequest)
|
long |
Portal.getScopeGroupId(PortletRequest portletRequest)
|
static User |
PortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest request)
|
User |
Portal.getSelectedUser(javax.servlet.http.HttpServletRequest request)
|
static User |
PortalUtil.getSelectedUser(javax.servlet.http.HttpServletRequest request,
boolean checkPermission)
|
User |
Portal.getSelectedUser(javax.servlet.http.HttpServletRequest request,
boolean checkPermission)
|
static User |
PortalUtil.getSelectedUser(PortletRequest portletRequest)
|
User |
Portal.getSelectedUser(PortletRequest portletRequest)
|
static User |
PortalUtil.getSelectedUser(PortletRequest portletRequest,
boolean checkPermission)
|
User |
Portal.getSelectedUser(PortletRequest portletRequest,
boolean checkPermission)
|
static long[] |
PortalUtil.getSiteAndCompanyGroupIds(long groupId)
|
long[] |
Portal.getSiteAndCompanyGroupIds(long groupId)
|
static long[] |
PortalUtil.getSiteAndCompanyGroupIds(ThemeDisplay themeDisplay)
|
long[] |
Portal.getSiteAndCompanyGroupIds(ThemeDisplay themeDisplay)
|
static String |
PortalUtil.getSiteLoginURL(ThemeDisplay themeDisplay)
|
String |
Portal.getSiteLoginURL(ThemeDisplay themeDisplay)
Returns the URL of the login page for the current site if one is available. |
TreeView |
PortletLister.getTreeView()
|
static User |
PortalUtil.getUser(javax.servlet.http.HttpServletRequest request)
|
User |
Portal.getUser(javax.servlet.http.HttpServletRequest request)
|
static User |
PortalUtil.getUser(PortletRequest portletRequest)
|
User |
Portal.getUser(PortletRequest portletRequest)
|
static String |
PortalUtil.getUserEmailAddress(long userId)
|
String |
Portal.getUserEmailAddress(long userId)
|
static String |
PortalUtil.getUserValue(long userId,
String param,
String defaultValue)
|
String |
Portal.getUserValue(long userId,
String param,
String defaultValue)
|
static long |
PortalUtil.getValidUserId(long companyId,
long userId)
|
long |
Portal.getValidUserId(long companyId,
long userId)
|
static String |
PortalUtil.getVirtualLayoutActualURL(long groupId,
boolean privateLayout,
String mainPath,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
|
String |
Portal.getVirtualLayoutActualURL(long groupId,
boolean privateLayout,
String mainPath,
String friendlyURL,
Map<String,String[]> params,
Map<String,Object> requestContext)
|
static String |
PortalUtil.getWidgetURL(Portlet portlet,
ThemeDisplay themeDisplay)
|
String |
Portal.getWidgetURL(Portlet portlet,
ThemeDisplay themeDisplay)
|
static boolean |
PortalUtil.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
|
boolean |
Portal.isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
|
static boolean |
PortalUtil.isCDNDynamicResourcesEnabled(javax.servlet.http.HttpServletRequest request)
|
boolean |
Portal.isCDNDynamicResourcesEnabled(javax.servlet.http.HttpServletRequest request)
|
static boolean |
PortalUtil.isCompanyControlPanelPortlet(String portletId,
String category,
ThemeDisplay themeDisplay)
|
boolean |
Portal.isCompanyControlPanelPortlet(String portletId,
String category,
ThemeDisplay themeDisplay)
|
static boolean |
PortalUtil.isCompanyControlPanelPortlet(String portletId,
ThemeDisplay themeDisplay)
|
boolean |
Portal.isCompanyControlPanelPortlet(String portletId,
ThemeDisplay themeDisplay)
|
static boolean |
PortalUtil.isCompanyControlPanelVisible(ThemeDisplay themeDisplay)
|
boolean |
Portal.isCompanyControlPanelVisible(ThemeDisplay themeDisplay)
|
static boolean |
PortalUtil.isControlPanelPortlet(String portletId,
String category,
ThemeDisplay themeDisplay)
|
boolean |
Portal.isControlPanelPortlet(String portletId,
String category,
ThemeDisplay themeDisplay)
|
static boolean |
PortalUtil.isControlPanelPortlet(String portletId,
ThemeDisplay themeDisplay)
|
boolean |
Portal.isControlPanelPortlet(String portletId,
ThemeDisplay themeDisplay)
|
static boolean |
PortalUtil.isLayoutDescendant(Layout layout,
long layoutId)
|
boolean |
Portal.isLayoutDescendant(Layout layout,
long layoutId)
|
static boolean |
PortalUtil.isUpdateAvailable()
|
boolean |
Portal.isUpdateAvailable()
|
| Uses of SystemException in com.liferay.portlet |
|---|
| Methods in com.liferay.portlet that throw SystemException | |
|---|---|
static PortletPreferences |
PortletPreferencesFactoryUtil.fromDefaultXML(String xml)
|
PortletPreferences |
PortletPreferencesFactory.fromDefaultXML(String xml)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.fromXML(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
|
PortletPreferences |
PortletPreferencesFactory.fromXML(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
|
static PortalPreferences |
PortletPreferencesFactoryUtil.fromXML(long companyId,
long ownerId,
int ownerType,
String xml)
|
PortalPreferences |
PortletPreferencesFactory.fromXML(long companyId,
long ownerId,
int ownerType,
String xml)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getLayoutPortletSetup(Layout layout,
String portletId)
|
PortletPreferences |
PortletPreferencesFactory.getLayoutPortletSetup(Layout layout,
String portletId)
|
static PortalPreferences |
PortletPreferencesFactoryUtil.getPortalPreferences(javax.servlet.http.HttpServletRequest request)
|
PortalPreferences |
PortletPreferencesFactory.getPortalPreferences(javax.servlet.http.HttpServletRequest request)
|
static PortalPreferences |
PortletPreferencesFactoryUtil.getPortalPreferences(javax.servlet.http.HttpSession session,
long companyId,
long userId,
boolean signedIn)
|
PortalPreferences |
PortletPreferencesFactory.getPortalPreferences(javax.servlet.http.HttpSession session,
long companyId,
long userId,
boolean signedIn)
|
static PortalPreferences |
PortletPreferencesFactoryUtil.getPortalPreferences(long companyId,
long userId,
boolean signedIn)
|
PortalPreferences |
PortletPreferencesFactory.getPortalPreferences(long companyId,
long userId,
boolean signedIn)
|
static PortalPreferences |
PortletPreferencesFactoryUtil.getPortalPreferences(PortletRequest portletRequest)
|
PortalPreferences |
PortletPreferencesFactory.getPortalPreferences(PortletRequest portletRequest)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getPortletPreferences(javax.servlet.http.HttpServletRequest request,
String portletId)
|
PortletPreferences |
PortletPreferencesFactory.getPortletPreferences(javax.servlet.http.HttpServletRequest request,
String portletId)
|
static PortletPreferencesIds |
PortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request,
Layout selLayout,
String portletId)
|
PortletPreferencesIds |
PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request,
Layout selLayout,
String portletId)
|
static PortletPreferencesIds |
PortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request,
String portletId)
|
PortletPreferencesIds |
PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request,
String portletId)
|
static PortletPreferencesIds |
PortletPreferencesFactoryUtil.getPortletPreferencesIds(long scopeGroupId,
long userId,
Layout layout,
String portletId,
boolean modeEditGuest)
|
PortletPreferencesIds |
PortletPreferencesFactory.getPortletPreferencesIds(long scopeGroupId,
long userId,
Layout layout,
String portletId,
boolean modeEditGuest)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getPortletSetup(javax.servlet.http.HttpServletRequest request,
String portletId)
|
PortletPreferences |
PortletPreferencesFactory.getPortletSetup(javax.servlet.http.HttpServletRequest request,
String portletId)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getPortletSetup(javax.servlet.http.HttpServletRequest request,
String portletId,
String defaultPreferences)
|
PortletPreferences |
PortletPreferencesFactory.getPortletSetup(javax.servlet.http.HttpServletRequest request,
String portletId,
String defaultPreferences)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getPortletSetup(Layout layout,
String portletId,
String defaultPreferences)
|
PortletPreferences |
PortletPreferencesFactory.getPortletSetup(Layout layout,
String portletId,
String defaultPreferences)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getPortletSetup(long scopeGroupId,
Layout layout,
String portletId,
String defaultPreferences)
|
PortletPreferences |
PortletPreferencesFactory.getPortletSetup(long scopeGroupId,
Layout layout,
String portletId,
String defaultPreferences)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getPortletSetup(PortletRequest portletRequest)
|
PortletPreferences |
PortletPreferencesFactory.getPortletSetup(PortletRequest portletRequest)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getPortletSetup(PortletRequest portletRequest,
String portletId)
|
PortletPreferences |
PortletPreferencesFactory.getPortletSetup(PortletRequest portletRequest,
String portletId)
|
static Map<Long,PortletPreferences> |
PortletPreferencesFactoryUtil.getPortletSetupMap(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout)
|
Map<Long,PortletPreferences> |
PortletPreferencesFactory.getPortletSetupMap(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getStrictLayoutPortletSetup(Layout layout,
String portletId)
|
PortletPreferences |
PortletPreferencesFactory.getStrictLayoutPortletSetup(Layout layout,
String portletId)
|
static PortletPreferences |
PortletPreferencesFactoryUtil.getStrictPortletSetup(Layout layout,
String portletId)
|
PortletPreferences |
PortletPreferencesFactory.getStrictPortletSetup(Layout layout,
String portletId)
|
String |
UserAttributes.getValue(String name)
|
protected boolean |
BaseControlPanelEntry.hasAccessPermissionExplicitlyGranted(PermissionChecker permissionChecker,
Group group,
Portlet portlet)
|
| Uses of SystemException in com.liferay.portlet.announcements.model |
|---|
| Methods in com.liferay.portlet.announcements.model that throw SystemException | |
|---|---|
long |
AnnouncementsEntryWrapper.getGroupId()
|
long |
AnnouncementsEntry.getGroupId()
|
String |
AnnouncementsFlagWrapper.getUserUuid()
Returns the user uuid of this announcements flag. |
String |
AnnouncementsFlagModel.getUserUuid()
Returns the user uuid of this announcements flag. |
String |
AnnouncementsEntryWrapper.getUserUuid()
Returns the user uuid of this announcements entry. |
String |
AnnouncementsEntryModel.getUserUuid()
Returns the user uuid of this announcements entry. |
String |
AnnouncementsDeliveryWrapper.getUserUuid()
Returns the user uuid of this announcements delivery. |
String |
AnnouncementsDeliveryModel.getUserUuid()
Returns the user uuid of this announcements delivery. |
void |
AnnouncementsFlagWrapper.persist()
|
void |
AnnouncementsEntryWrapper.persist()
|
void |
AnnouncementsDeliveryWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.announcements.service |
|---|
| Methods in com.liferay.portlet.announcements.service that throw SystemException | |
|---|---|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database. |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Adds the announcements delivery to the database. |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Adds the announcements entry to the database. |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Adds the announcements entry to the database. |
AnnouncementsEntry |
AnnouncementsEntryLocalService.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Adds the announcements entry to the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Adds the announcements flag to the database. |
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.addEntry(long plid,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
|
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.addEntry(long plid,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
|
AnnouncementsEntry |
AnnouncementsEntryService.addEntry(long plid,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
|
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
|
void |
AnnouncementsFlagServiceWrapper.addFlag(long entryId,
int value)
|
static void |
AnnouncementsFlagServiceUtil.addFlag(long entryId,
int value)
|
void |
AnnouncementsFlagService.addFlag(long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.addFlag(long userId,
long entryId,
int value)
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.addFlag(long userId,
long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.addFlag(long userId,
long entryId,
int value)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.addUserDelivery(long userId,
String type)
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.addUserDelivery(long userId,
String type)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.addUserDelivery(long userId,
String type)
|
void |
AnnouncementsEntryLocalServiceWrapper.checkEntries()
|
static void |
AnnouncementsEntryLocalServiceUtil.checkEntries()
|
void |
AnnouncementsEntryLocalService.checkEntries()
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database. |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Deletes the announcements delivery from the database. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database. |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(long deliveryId)
Deletes the announcements delivery with the primary key from the database. |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Deletes the announcements entry from the database. |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Deletes the announcements entry from the database. |
AnnouncementsEntry |
AnnouncementsEntryLocalService.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Deletes the announcements entry from the database. |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database. |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database. |
AnnouncementsEntry |
AnnouncementsEntryLocalService.deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Deletes the announcements flag from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.deleteAnnouncementsFlag(long flagId)
Deletes the announcements flag with the primary key from the database. |
void |
AnnouncementsDeliveryLocalServiceWrapper.deleteDeliveries(long userId)
|
static void |
AnnouncementsDeliveryLocalServiceUtil.deleteDeliveries(long userId)
|
void |
AnnouncementsDeliveryLocalService.deleteDeliveries(long userId)
|
void |
AnnouncementsDeliveryLocalServiceWrapper.deleteDelivery(AnnouncementsDelivery delivery)
|
static void |
AnnouncementsDeliveryLocalServiceUtil.deleteDelivery(AnnouncementsDelivery delivery)
|
void |
AnnouncementsDeliveryLocalService.deleteDelivery(AnnouncementsDelivery delivery)
|
void |
AnnouncementsDeliveryLocalServiceWrapper.deleteDelivery(long deliveryId)
|
static void |
AnnouncementsDeliveryLocalServiceUtil.deleteDelivery(long deliveryId)
|
void |
AnnouncementsDeliveryLocalService.deleteDelivery(long deliveryId)
|
void |
AnnouncementsDeliveryLocalServiceWrapper.deleteDelivery(long userId,
String type)
|
static void |
AnnouncementsDeliveryLocalServiceUtil.deleteDelivery(long userId,
String type)
|
void |
AnnouncementsDeliveryLocalService.deleteDelivery(long userId,
String type)
|
void |
AnnouncementsEntryLocalServiceWrapper.deleteEntry(AnnouncementsEntry entry)
|
static void |
AnnouncementsEntryLocalServiceUtil.deleteEntry(AnnouncementsEntry entry)
|
void |
AnnouncementsEntryLocalService.deleteEntry(AnnouncementsEntry entry)
|
void |
AnnouncementsEntryServiceWrapper.deleteEntry(long entryId)
|
static void |
AnnouncementsEntryServiceUtil.deleteEntry(long entryId)
|
void |
AnnouncementsEntryService.deleteEntry(long entryId)
|
void |
AnnouncementsEntryLocalServiceWrapper.deleteEntry(long entryId)
|
static void |
AnnouncementsEntryLocalServiceUtil.deleteEntry(long entryId)
|
void |
AnnouncementsEntryLocalService.deleteEntry(long entryId)
|
void |
AnnouncementsFlagLocalServiceWrapper.deleteFlag(AnnouncementsFlag flag)
|
static void |
AnnouncementsFlagLocalServiceUtil.deleteFlag(AnnouncementsFlag flag)
|
void |
AnnouncementsFlagLocalService.deleteFlag(AnnouncementsFlag flag)
|
void |
AnnouncementsFlagServiceWrapper.deleteFlag(long flagId)
|
static void |
AnnouncementsFlagServiceUtil.deleteFlag(long flagId)
|
void |
AnnouncementsFlagService.deleteFlag(long flagId)
|
void |
AnnouncementsFlagLocalServiceWrapper.deleteFlag(long flagId)
|
static void |
AnnouncementsFlagLocalServiceUtil.deleteFlag(long flagId)
|
void |
AnnouncementsFlagLocalService.deleteFlag(long flagId)
|
void |
AnnouncementsFlagLocalServiceWrapper.deleteFlags(long entryId)
|
static void |
AnnouncementsFlagLocalServiceUtil.deleteFlags(long entryId)
|
void |
AnnouncementsFlagLocalService.deleteFlags(long entryId)
|
List |
AnnouncementsFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AnnouncementsFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AnnouncementsFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AnnouncementsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AnnouncementsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AnnouncementsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AnnouncementsDeliveryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AnnouncementsDeliveryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AnnouncementsDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AnnouncementsFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AnnouncementsFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AnnouncementsFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AnnouncementsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AnnouncementsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AnnouncementsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AnnouncementsDeliveryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AnnouncementsDeliveryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AnnouncementsDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AnnouncementsFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AnnouncementsFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AnnouncementsFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AnnouncementsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AnnouncementsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AnnouncementsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AnnouncementsDeliveryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AnnouncementsDeliveryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AnnouncementsDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
AnnouncementsFlagLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AnnouncementsFlagLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AnnouncementsFlagLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AnnouncementsEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AnnouncementsEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AnnouncementsEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AnnouncementsDeliveryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AnnouncementsDeliveryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AnnouncementsDeliveryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.fetchAnnouncementsDelivery(long deliveryId)
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.fetchAnnouncementsDelivery(long deliveryId)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.fetchAnnouncementsDelivery(long deliveryId)
|
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.fetchAnnouncementsEntry(long entryId)
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.fetchAnnouncementsEntry(long entryId)
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.fetchAnnouncementsEntry(long entryId)
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.fetchAnnouncementsFlag(long flagId)
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.fetchAnnouncementsFlag(long flagId)
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.fetchAnnouncementsFlag(long flagId)
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDeliveries(int start,
int end)
Returns a range of all the announcements deliveries. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDeliveries(int start,
int end)
Returns a range of all the announcements deliveries. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalService.getAnnouncementsDeliveries(int start,
int end)
Returns a range of all the announcements deliveries. |
int |
AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDeliveriesCount()
Returns the number of announcements deliveries. |
static int |
AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDeliveriesCount()
Returns the number of announcements deliveries. |
int |
AnnouncementsDeliveryLocalService.getAnnouncementsDeliveriesCount()
Returns the number of announcements deliveries. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key. |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getAnnouncementsDelivery(long deliveryId)
Returns the announcements delivery with the primary key. |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntries(int start,
int end)
Returns a range of all the announcements entries. |
static List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntries(int start,
int end)
Returns a range of all the announcements entries. |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getAnnouncementsEntries(int start,
int end)
Returns a range of all the announcements entries. |
int |
AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntriesCount()
Returns the number of announcements entries. |
static int |
AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntriesCount()
Returns the number of announcements entries. |
int |
AnnouncementsEntryLocalService.getAnnouncementsEntriesCount()
Returns the number of announcements entries. |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key. |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key. |
AnnouncementsEntry |
AnnouncementsEntryLocalService.getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId)
Returns the announcements flag with the primary key. |
List<AnnouncementsFlag> |
AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlags(int start,
int end)
Returns a range of all the announcements flags. |
static List<AnnouncementsFlag> |
AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlags(int start,
int end)
Returns a range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagLocalService.getAnnouncementsFlags(int start,
int end)
Returns a range of all the announcements flags. |
int |
AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlagsCount()
Returns the number of announcements flags. |
static int |
AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlagsCount()
Returns the number of announcements flags. |
int |
AnnouncementsFlagLocalService.getAnnouncementsFlagsCount()
Returns the number of announcements flags. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getDelivery(long deliveryId)
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getDelivery(long deliveryId)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getDelivery(long deliveryId)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue,
int start,
int end)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceUtil.getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceUtil.getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getEntries(long classNameId,
long classPK,
boolean alert,
int start,
int end)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceUtil.getEntries(long classNameId,
long classPK,
boolean alert,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long classNameId,
long classPK,
boolean alert,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getEntries(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceUtil.getEntries(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
int |
AnnouncementsEntryLocalServiceWrapper.getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue)
|
static int |
AnnouncementsEntryLocalServiceUtil.getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryLocalService.getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryLocalServiceWrapper.getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
static int |
AnnouncementsEntryLocalServiceUtil.getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryLocalService.getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryLocalServiceWrapper.getEntriesCount(long classNameId,
long classPK,
boolean alert)
|
static int |
AnnouncementsEntryLocalServiceUtil.getEntriesCount(long classNameId,
long classPK,
boolean alert)
|
int |
AnnouncementsEntryLocalService.getEntriesCount(long classNameId,
long classPK,
boolean alert)
|
int |
AnnouncementsEntryLocalServiceWrapper.getEntriesCount(long userId,
long classNameId,
long[] classPKs,
boolean alert,
int flagValue)
|
static int |
AnnouncementsEntryLocalServiceUtil.getEntriesCount(long userId,
long classNameId,
long[] classPKs,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryLocalService.getEntriesCount(long userId,
long classNameId,
long[] classPKs,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryLocalServiceWrapper.getEntriesCount(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
static int |
AnnouncementsEntryLocalServiceUtil.getEntriesCount(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryLocalService.getEntriesCount(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.getEntry(long entryId)
|
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.getEntry(long entryId)
|
AnnouncementsEntry |
AnnouncementsEntryService.getEntry(long entryId)
|
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.getEntry(long entryId)
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.getEntry(long entryId)
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.getEntry(long entryId)
|
AnnouncementsFlag |
AnnouncementsFlagServiceWrapper.getFlag(long entryId,
int value)
|
static AnnouncementsFlag |
AnnouncementsFlagServiceUtil.getFlag(long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagService.getFlag(long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.getFlag(long userId,
long entryId,
int value)
|
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.getFlag(long userId,
long entryId,
int value)
|
AnnouncementsFlag |
AnnouncementsFlagLocalService.getFlag(long userId,
long entryId,
int value)
|
PersistedModel |
AnnouncementsFlagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AnnouncementsFlagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AnnouncementsFlagLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AnnouncementsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AnnouncementsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AnnouncementsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AnnouncementsDeliveryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AnnouncementsDeliveryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AnnouncementsDeliveryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceWrapper.getUserDeliveries(long userId)
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalServiceUtil.getUserDeliveries(long userId)
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryLocalService.getUserDeliveries(long userId)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.getUserDelivery(long userId,
String type)
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.getUserDelivery(long userId,
String type)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.getUserDelivery(long userId,
String type)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getUserEntries(long userId,
int start,
int end)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceUtil.getUserEntries(long userId,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getUserEntries(long userId,
int start,
int end)
|
int |
AnnouncementsEntryLocalServiceWrapper.getUserEntriesCount(long userId)
|
static int |
AnnouncementsEntryLocalServiceUtil.getUserEntriesCount(long userId)
|
int |
AnnouncementsEntryLocalService.getUserEntriesCount(long userId)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist. |
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist. |
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
Updates the announcements delivery in the database or adds it if it does not yet exist. |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Updates the announcements entry in the database or adds it if it does not yet exist. |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Updates the announcements entry in the database or adds it if it does not yet exist. |
AnnouncementsEntry |
AnnouncementsEntryLocalService.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Updates the announcements entry in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
static AnnouncementsFlag |
AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsFlag |
AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
Updates the announcements flag in the database or adds it if it does not yet exist. |
AnnouncementsDelivery |
AnnouncementsDeliveryServiceWrapper.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
|
static AnnouncementsDelivery |
AnnouncementsDeliveryServiceUtil.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
|
AnnouncementsDelivery |
AnnouncementsDeliveryService.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceWrapper.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
|
static AnnouncementsDelivery |
AnnouncementsDeliveryLocalServiceUtil.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
|
AnnouncementsDelivery |
AnnouncementsDeliveryLocalService.updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
|
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.updateEntry(long userId,
long entryId,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority)
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.updateEntry(long userId,
long entryId,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority)
|
AnnouncementsEntry |
AnnouncementsEntryLocalService.updateEntry(long userId,
long entryId,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority)
|
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.updateEntry(long entryId,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority)
|
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.updateEntry(long entryId,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority)
|
AnnouncementsEntry |
AnnouncementsEntryService.updateEntry(long entryId,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority)
|
| Uses of SystemException in com.liferay.portlet.announcements.service.persistence |
|---|
| Methods in com.liferay.portlet.announcements.service.persistence that throw SystemException | |
|---|---|
static int |
AnnouncementsFlagUtil.countAll()
Returns the number of announcements flags. |
int |
AnnouncementsFlagPersistence.countAll()
Returns the number of announcements flags. |
static int |
AnnouncementsEntryUtil.countAll()
Returns the number of announcements entries. |
int |
AnnouncementsEntryPersistence.countAll()
Returns the number of announcements entries. |
static int |
AnnouncementsDeliveryUtil.countAll()
Returns the number of announcements deliveries. |
int |
AnnouncementsDeliveryPersistence.countAll()
Returns the number of announcements deliveries. |
static int |
AnnouncementsEntryUtil.countByC_C_A(long classNameId,
long classPK,
boolean alert)
Returns the number of announcements entries where classNameId = ? and classPK = ? and alert = ?. |
int |
AnnouncementsEntryPersistence.countByC_C_A(long classNameId,
long classPK,
boolean alert)
Returns the number of announcements entries where classNameId = ? and classPK = ? and alert = ?. |
static int |
AnnouncementsEntryUtil.countByC_C(long classNameId,
long classPK)
Returns the number of announcements entries where classNameId = ? and classPK = ?. |
int |
AnnouncementsEntryPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of announcements entries where classNameId = ? and classPK = ?. |
static int |
AnnouncementsFlagUtil.countByEntryId(long entryId)
Returns the number of announcements flags where entryId = ?. |
int |
AnnouncementsFlagPersistence.countByEntryId(long entryId)
Returns the number of announcements flags where entryId = ?. |
static int |
AnnouncementsEntryFinderUtil.countByScope(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryFinder.countByScope(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
static int |
AnnouncementsEntryFinderUtil.countByScopes(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
int |
AnnouncementsEntryFinder.countByScopes(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue)
|
static int |
AnnouncementsFlagUtil.countByU_E_V(long userId,
long entryId,
int value)
Returns the number of announcements flags where userId = ? and entryId = ? and value = ?. |
int |
AnnouncementsFlagPersistence.countByU_E_V(long userId,
long entryId,
int value)
Returns the number of announcements flags where userId = ? and entryId = ? and value = ?. |
static int |
AnnouncementsDeliveryUtil.countByU_T(long userId,
String type)
Returns the number of announcements deliveries where userId = ? and type = ?. |
int |
AnnouncementsDeliveryPersistence.countByU_T(long userId,
String type)
Returns the number of announcements deliveries where userId = ? and type = ?. |
static int |
AnnouncementsEntryUtil.countByUserId(long userId)
Returns the number of announcements entries where userId = ?. |
int |
AnnouncementsEntryPersistence.countByUserId(long userId)
Returns the number of announcements entries where userId = ?. |
static int |
AnnouncementsDeliveryUtil.countByUserId(long userId)
Returns the number of announcements deliveries where userId = ?. |
int |
AnnouncementsDeliveryPersistence.countByUserId(long userId)
Returns the number of announcements deliveries where userId = ?. |
static int |
AnnouncementsEntryUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of announcements entries where uuid = ? and companyId = ?. |
int |
AnnouncementsEntryPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of announcements entries where uuid = ? and companyId = ?. |
static int |
AnnouncementsEntryUtil.countByUuid(String uuid)
Returns the number of announcements entries where uuid = ?. |
int |
AnnouncementsEntryPersistence.countByUuid(String uuid)
Returns the number of announcements entries where uuid = ?. |
long |
AnnouncementsFlagUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AnnouncementsEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AnnouncementsDeliveryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or returns null if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or returns null if it could not be found. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByPrimaryKey(long entryId)
Returns the announcements entry with the primary key or returns null if it could not be found. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByPrimaryKey(long entryId)
Returns the announcements entry with the primary key or returns null if it could not be found. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or returns null if it could not be found. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or returns null if it could not be found. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByU_E_V(long userId,
long entryId,
int value,
boolean retrieveFromCache)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found, optionally using the finder cache. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByU_E_V(long userId,
long entryId,
int value,
boolean retrieveFromCache)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found, optionally using the finder cache. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByU_T(long userId,
String type)
Returns the announcements delivery where userId = ? and type = ? or returns null if it could not be found. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByU_T(long userId,
String type)
Returns the announcements delivery where userId = ? and type = ? or returns null if it could not be found. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByU_T(long userId,
String type,
boolean retrieveFromCache)
Returns the announcements delivery where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByU_T(long userId,
String type,
boolean retrieveFromCache)
Returns the announcements delivery where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?. |
static int |
AnnouncementsEntryUtil.filterCountByC_C_A(long classNameId,
long classPK,
boolean alert)
Returns the number of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
int |
AnnouncementsEntryPersistence.filterCountByC_C_A(long classNameId,
long classPK,
boolean alert)
Returns the number of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
static int |
AnnouncementsEntryUtil.filterCountByC_C(long classNameId,
long classPK)
Returns the number of announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
int |
AnnouncementsEntryPersistence.filterCountByC_C(long classNameId,
long classPK)
Returns the number of announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
static int |
AnnouncementsEntryUtil.filterCountByUserId(long userId)
Returns the number of announcements entries that the user has permission to view where userId = ?. |
int |
AnnouncementsEntryPersistence.filterCountByUserId(long userId)
Returns the number of announcements entries that the user has permission to view where userId = ?. |
static int |
AnnouncementsEntryUtil.filterCountByUuid_C(String uuid,
long companyId)
Returns the number of announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
int |
AnnouncementsEntryPersistence.filterCountByUuid_C(String uuid,
long companyId)
Returns the number of announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
static int |
AnnouncementsEntryUtil.filterCountByUuid(String uuid)
Returns the number of announcements entries that the user has permission to view where uuid = ?. |
int |
AnnouncementsEntryPersistence.filterCountByUuid(String uuid)
Returns the number of announcements entries that the user has permission to view where uuid = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert)
Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert)
Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C(long classNameId,
long classPK)
Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C(long classNameId,
long classPK)
Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUserId(long userId)
Returns all the announcements entries that the user has permission to view where userId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUserId(long userId)
Returns all the announcements entries that the user has permission to view where userId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUserId(long userId,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where userId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUserId(long userId,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where userId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid_C(String uuid,
long companyId)
Returns all the announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid_C(String uuid,
long companyId)
Returns all the announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid(String uuid)
Returns all the announcements entries that the user has permission to view where uuid = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid(String uuid)
Returns all the announcements entries that the user has permission to view where uuid = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where uuid = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where uuid = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findAll()
Returns all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findAll()
Returns all the announcements flags. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll()
Returns all the announcements entries. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll()
Returns all the announcements entries. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll()
Returns all the announcements deliveries. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll()
Returns all the announcements deliveries. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findAll(int start,
int end)
Returns a range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findAll(int start,
int end)
Returns a range of all the announcements flags. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll(int start,
int end)
Returns a range of all the announcements entries. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll(int start,
int end)
Returns a range of all the announcements entries. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end)
Returns a range of all the announcements deliveries. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end)
Returns a range of all the announcements deliveries. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements deliveries. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements deliveries. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_A(long classNameId,
long classPK,
boolean alert)
Returns all the announcements entries where classNameId = ? and classPK = ? and alert = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_A(long classNameId,
long classPK,
boolean alert)
Returns all the announcements entries where classNameId = ? and classPK = ? and alert = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end)
Returns a range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end)
Returns a range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C(long classNameId,
long classPK)
Returns all the announcements entries where classNameId = ? and classPK = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C(long classNameId,
long classPK)
Returns all the announcements entries where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the announcements entries where classNameId = ? and classPK = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the announcements entries where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryFinderUtil.findByDisplayDate(Date displayDateLT,
Date displayDateGT)
|
List<AnnouncementsEntry> |
AnnouncementsEntryFinder.findByDisplayDate(Date displayDateLT,
Date displayDateGT)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag[] |
AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator orderByComparator)
Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag[] |
AnnouncementsFlagPersistence.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator orderByComparator)
Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByEntryId(long entryId)
Returns all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findByEntryId(long entryId)
Returns all the announcements flags where entryId = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the announcements flags where entryId = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements flags where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByPrimaryKey(long flagId)
Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByPrimaryKey(long entryId)
Returns the announcements entry with the primary key or throws a NoSuchEntryException if it could not be found. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByPrimaryKey(long entryId)
Returns the announcements entry with the primary key or throws a NoSuchEntryException if it could not be found. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or throws a NoSuchDeliveryException if it could not be found. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or throws a NoSuchDeliveryException if it could not be found. |
static List<AnnouncementsEntry> |
AnnouncementsEntryFinderUtil.findByScope(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryFinder.findByScope(long userId,
long classNameId,
long[] classPKs,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryFinderUtil.findByScopes(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
List<AnnouncementsEntry> |
AnnouncementsEntryFinder.findByScopes(long userId,
LinkedHashMap<Long,long[]> scopes,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean alert,
int flagValue,
int start,
int end)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByU_E_V(long userId,
long entryId,
int value)
Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByU_T(long userId,
String type)
Returns the announcements delivery where userId = ? and type = ? or throws a NoSuchDeliveryException if it could not be found. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByU_T(long userId,
String type)
Returns the announcements delivery where userId = ? and type = ? or throws a NoSuchDeliveryException if it could not be found. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?. |
static AnnouncementsDelivery[] |
AnnouncementsDeliveryUtil.findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery[] |
AnnouncementsDeliveryPersistence.findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId)
Returns all the announcements entries where userId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId)
Returns all the announcements entries where userId = ?. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId)
Returns all the announcements deliveries where userId = ?. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId)
Returns all the announcements deliveries where userId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the announcements entries where userId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the announcements entries where userId = ?. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the announcements deliveries where userId = ?. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the announcements deliveries where userId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the announcements entries where uuid = ? and companyId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the announcements entries where uuid = ? and companyId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the announcements entries where uuid = ? and companyId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the announcements entries where uuid = ? and companyId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid)
Returns all the announcements entries where uuid = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid)
Returns all the announcements entries where uuid = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the announcements entries where uuid = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the announcements entries where uuid = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.remove(long flagId)
Removes the announcements flag with the primary key from the database. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.remove(long flagId)
Removes the announcements flag with the primary key from the database. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.remove(long entryId)
Removes the announcements entry with the primary key from the database. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.remove(long entryId)
Removes the announcements entry with the primary key from the database. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.remove(long deliveryId)
Removes the announcements delivery with the primary key from the database. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.remove(long deliveryId)
Removes the announcements delivery with the primary key from the database. |
static void |
AnnouncementsFlagUtil.removeAll()
Removes all the announcements flags from the database. |
void |
AnnouncementsFlagPersistence.removeAll()
Removes all the announcements flags from the database. |
static void |
AnnouncementsEntryUtil.removeAll()
Removes all the announcements entries from the database. |
void |
AnnouncementsEntryPersistence.removeAll()
Removes all the announcements entries from the database. |
static void |
AnnouncementsDeliveryUtil.removeAll()
Removes all the announcements deliveries from the database. |
void |
AnnouncementsDeliveryPersistence.removeAll()
Removes all the announcements deliveries from the database. |
static void |
AnnouncementsEntryUtil.removeByC_C_A(long classNameId,
long classPK,
boolean alert)
Removes all the announcements entries where classNameId = ? and classPK = ? and alert = ? from the database. |
void |
AnnouncementsEntryPersistence.removeByC_C_A(long classNameId,
long classPK,
boolean alert)
Removes all the announcements entries where classNameId = ? and classPK = ? and alert = ? from the database. |
static void |
AnnouncementsEntryUtil.removeByC_C(long classNameId,
long classPK)
Removes all the announcements entries where classNameId = ? and classPK = ? from the database. |
void |
AnnouncementsEntryPersistence.removeByC_C(long classNameId,
long classPK)
Removes all the announcements entries where classNameId = ? and classPK = ? from the database. |
static void |
AnnouncementsFlagUtil.removeByEntryId(long entryId)
Removes all the announcements flags where entryId = ? from the database. |
void |
AnnouncementsFlagPersistence.removeByEntryId(long entryId)
Removes all the announcements flags where entryId = ? from the database. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.removeByU_E_V(long userId,
long entryId,
int value)
Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.removeByU_E_V(long userId,
long entryId,
int value)
Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.removeByU_T(long userId,
String type)
Removes the announcements delivery where userId = ? and type = ? from the database. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.removeByU_T(long userId,
String type)
Removes the announcements delivery where userId = ? and type = ? from the database. |
static void |
AnnouncementsEntryUtil.removeByUserId(long userId)
Removes all the announcements entries where userId = ? from the database. |
void |
AnnouncementsEntryPersistence.removeByUserId(long userId)
Removes all the announcements entries where userId = ? from the database. |
static void |
AnnouncementsDeliveryUtil.removeByUserId(long userId)
Removes all the announcements deliveries where userId = ? from the database. |
void |
AnnouncementsDeliveryPersistence.removeByUserId(long userId)
Removes all the announcements deliveries where userId = ? from the database. |
static void |
AnnouncementsEntryUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the announcements entries where uuid = ? and companyId = ? from the database. |
void |
AnnouncementsEntryPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the announcements entries where uuid = ? and companyId = ? from the database. |
static void |
AnnouncementsEntryUtil.removeByUuid(String uuid)
Removes all the announcements entries where uuid = ? from the database. |
void |
AnnouncementsEntryPersistence.removeByUuid(String uuid)
Removes all the announcements entries where uuid = ? from the database. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery)
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery,
ServiceContext serviceContext)
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry)
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry,
ServiceContext serviceContext)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag,
ServiceContext serviceContext)
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.updateImpl(AnnouncementsDelivery announcementsDelivery)
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.updateImpl(AnnouncementsDelivery announcementsDelivery)
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.updateImpl(AnnouncementsEntry announcementsEntry)
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.updateImpl(AnnouncementsEntry announcementsEntry)
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.updateImpl(AnnouncementsFlag announcementsFlag)
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.updateImpl(AnnouncementsFlag announcementsFlag)
|
| Uses of SystemException in com.liferay.portlet.asset.model |
|---|
| Methods in com.liferay.portlet.asset.model that throw SystemException | |
|---|---|
List<AssetCategory> |
AssetCategoryWrapper.getAncestors()
|
List<AssetCategory> |
AssetCategory.getAncestors()
|
AssetEntry |
BaseAssetRendererFactory.getAssetEntry(long assetEntryId)
|
AssetEntry |
AssetRendererFactory.getAssetEntry(long assetEntryId)
|
AssetEntry |
BaseAssetRendererFactory.getAssetEntry(String className,
long classPK)
|
AssetEntry |
AssetRendererFactory.getAssetEntry(String classNameId,
long classPK)
|
AssetRenderer |
BaseAssetRendererFactory.getAssetRenderer(long classPK)
|
AssetRenderer |
AssetRendererFactory.getAssetRenderer(long classPK)
|
AssetRenderer |
AssetRendererFactory.getAssetRenderer(long classPK,
int type)
|
AssetRenderer |
BaseAssetRendererFactory.getAssetRenderer(long groupId,
String urlTitle)
|
AssetRenderer |
AssetRendererFactory.getAssetRenderer(long groupId,
String urlTitle)
|
List<AssetCategory> |
AssetVocabularyWrapper.getCategories()
|
List<AssetCategory> |
AssetVocabulary.getCategories()
|
List<AssetCategory> |
AssetEntryWrapper.getCategories()
|
List<AssetCategory> |
AssetEntry.getCategories()
|
long[] |
AssetEntryWrapper.getCategoryIds()
|
long[] |
AssetEntry.getCategoryIds()
|
protected long |
BaseAssetRenderer.getControlPanelPlid(LiferayPortletRequest liferayPortletRequest)
|
protected long |
BaseAssetRendererFactory.getControlPanelPlid(ThemeDisplay themeDisplay)
|
protected long |
BaseAssetRenderer.getControlPanelPlid(ThemeDisplay themeDisplay)
|
String[] |
AssetEntryWrapper.getTagNames()
|
String[] |
AssetEntry.getTagNames()
|
List<AssetTag> |
AssetEntryWrapper.getTags()
|
List<AssetTag> |
AssetEntry.getTags()
|
PortletURL |
BaseAssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse)
|
PortletURL |
AssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse)
|
String |
AssetVocabularyWrapper.getUserUuid()
Returns the user uuid of this asset vocabulary. |
String |
AssetVocabularyModel.getUserUuid()
Returns the user uuid of this asset vocabulary. |
String |
AssetTagWrapper.getUserUuid()
Returns the user uuid of this asset tag. |
String |
AssetTagPropertyWrapper.getUserUuid()
Returns the user uuid of this asset tag property. |
String |
AssetTagPropertyModel.getUserUuid()
Returns the user uuid of this asset tag property. |
String |
AssetTagModel.getUserUuid()
Returns the user uuid of this asset tag. |
String |
AssetLinkWrapper.getUserUuid()
Returns the user uuid of this asset link. |
String |
AssetLinkModel.getUserUuid()
Returns the user uuid of this asset link. |
String |
AssetEntryWrapper.getUserUuid()
Returns the user uuid of this asset entry. |
String |
AssetEntryModel.getUserUuid()
Returns the user uuid of this asset entry. |
String |
AssetCategoryWrapper.getUserUuid()
Returns the user uuid of this asset category. |
String |
AssetCategoryPropertyWrapper.getUserUuid()
Returns the user uuid of this asset category property. |
String |
AssetCategoryPropertyModel.getUserUuid()
Returns the user uuid of this asset category property. |
String |
AssetCategoryModel.getUserUuid()
Returns the user uuid of this asset category. |
boolean |
BaseAssetRenderer.hasEditPermission(PermissionChecker permissionChecker)
|
boolean |
AssetRenderer.hasEditPermission(PermissionChecker permissionChecker)
|
boolean |
BaseAssetRenderer.hasViewPermission(PermissionChecker permissionChecker)
|
boolean |
AssetRenderer.hasViewPermission(PermissionChecker permissionChecker)
|
void |
AssetVocabularyWrapper.persist()
|
void |
AssetTagWrapper.persist()
|
void |
AssetTagStatsWrapper.persist()
|
void |
AssetTagPropertyWrapper.persist()
|
void |
AssetLinkWrapper.persist()
|
void |
AssetEntryWrapper.persist()
|
void |
AssetCategoryWrapper.persist()
|
void |
AssetCategoryPropertyWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.asset.service |
|---|
| Methods in com.liferay.portlet.asset.service that throw SystemException | |
|---|---|
AssetCategory |
AssetCategoryLocalServiceWrapper.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
static AssetCategory |
AssetCategoryLocalServiceUtil.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
AssetCategory |
AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
Adds the asset category to the database. |
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Adds the asset category property to the database. |
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Adds the asset category property to the database. |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Adds the asset category property to the database. |
AssetEntry |
AssetEntryLocalServiceWrapper.addAssetEntry(AssetEntry assetEntry)
Adds the asset entry to the database. |
static AssetEntry |
AssetEntryLocalServiceUtil.addAssetEntry(AssetEntry assetEntry)
Adds the asset entry to the database. |
AssetEntry |
AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
Adds the asset entry to the database. |
AssetLink |
AssetLinkLocalServiceWrapper.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
static AssetLink |
AssetLinkLocalServiceUtil.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
AssetLink |
AssetLinkLocalService.addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
AssetTag |
AssetTagLocalServiceWrapper.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
static AssetTag |
AssetTagLocalServiceUtil.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTag |
AssetTagLocalService.addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.addAssetTagProperty(AssetTagProperty assetTagProperty)
Adds the asset tag property to the database. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.addAssetTagProperty(AssetTagProperty assetTagProperty)
Adds the asset tag property to the database. |
AssetTagProperty |
AssetTagPropertyLocalService.addAssetTagProperty(AssetTagProperty assetTagProperty)
Adds the asset tag property to the database. |
AssetTagStats |
AssetTagStatsLocalServiceWrapper.addAssetTagStats(AssetTagStats assetTagStats)
Adds the asset tag stats to the database. |
static AssetTagStats |
AssetTagStatsLocalServiceUtil.addAssetTagStats(AssetTagStats assetTagStats)
Adds the asset tag stats to the database. |
AssetTagStats |
AssetTagStatsLocalService.addAssetTagStats(AssetTagStats assetTagStats)
Adds the asset tag stats to the database. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addAssetVocabulary(AssetVocabulary assetVocabulary)
Adds the asset vocabulary to the database. |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addAssetVocabulary(AssetVocabulary assetVocabulary)
Adds the asset vocabulary to the database. |
AssetVocabulary |
AssetVocabularyLocalService.addAssetVocabulary(AssetVocabulary assetVocabulary)
Adds the asset vocabulary to the database. |
AssetCategory |
AssetCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.addCategory(long userId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryServiceWrapper.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.addCategoryProperty(long userId,
long categoryId,
String key,
String value)
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.addCategoryProperty(long userId,
long categoryId,
String key,
String value)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.addCategoryProperty(long userId,
long categoryId,
String key,
String value)
|
AssetCategoryProperty |
AssetCategoryPropertyServiceWrapper.addCategoryProperty(long entryId,
String key,
String value)
|
static AssetCategoryProperty |
AssetCategoryPropertyServiceUtil.addCategoryProperty(long entryId,
String key,
String value)
|
AssetCategoryProperty |
AssetCategoryPropertyService.addCategoryProperty(long entryId,
String key,
String value)
|
void |
AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
AssetCategoryLocalService.addCategoryResources(AssetCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
void |
AssetCategoryLocalService.addCategoryResources(AssetCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
AssetLink |
AssetLinkLocalServiceWrapper.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
Adds a new asset link. |
static AssetLink |
AssetLinkLocalServiceUtil.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
Adds a new asset link. |
AssetLink |
AssetLinkLocalService.addLink(long userId,
long entryId1,
long entryId2,
int type,
int weight)
Adds a new asset link. |
AssetTag |
AssetTagLocalServiceWrapper.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagLocalServiceUtil.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalService.addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceWrapper.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceUtil.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagService.addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.addTagProperty(long userId,
long tagId,
String key,
String value)
Adds an asset tag property. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.addTagProperty(long userId,
long tagId,
String key,
String value)
Adds an asset tag property. |
AssetTagProperty |
AssetTagPropertyLocalService.addTagProperty(long userId,
long tagId,
String key,
String value)
Adds an asset tag property. |
AssetTagProperty |
AssetTagPropertyServiceWrapper.addTagProperty(long tagId,
String key,
String value)
Adds an asset tag property. |
static AssetTagProperty |
AssetTagPropertyServiceUtil.addTagProperty(long tagId,
String key,
String value)
Adds an asset tag property. |
AssetTagProperty |
AssetTagPropertyService.addTagProperty(long tagId,
String key,
String value)
Adds an asset tag property. |
void |
AssetTagLocalServiceWrapper.addTagResources(AssetTag tag,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
AssetTagLocalServiceUtil.addTagResources(AssetTag tag,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
AssetTagLocalService.addTagResources(AssetTag tag,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
AssetTagLocalServiceWrapper.addTagResources(AssetTag tag,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
AssetTagLocalServiceUtil.addTagResources(AssetTag tag,
String[] groupPermissions,
String[] guestPermissions)
|
void |
AssetTagLocalService.addTagResources(AssetTag tag,
String[] groupPermissions,
String[] guestPermissions)
|
AssetTagStats |
AssetTagStatsLocalServiceWrapper.addTagStats(long tagId,
long classNameId)
Adds an asset tag statistics instance. |
static AssetTagStats |
AssetTagStatsLocalServiceUtil.addTagStats(long tagId,
long classNameId)
Adds an asset tag statistics instance. |
AssetTagStats |
AssetTagStatsLocalService.addTagStats(long tagId,
long classNameId)
Adds an asset tag statistics instance. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.addVocabulary(long userId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.addVocabulary(long userId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalService.addVocabulary(long userId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
AssetVocabulary |
AssetVocabularyService.addVocabulary(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
AssetVocabulary |
AssetVocabularyServiceWrapper.addVocabulary(String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyServiceUtil.addVocabulary(String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyService.addVocabulary(String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
void |
AssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
AssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
AssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
AssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
AssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary,
String[] groupPermissions,
String[] guestPermissions)
|
void |
AssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary,
String[] groupPermissions,
String[] guestPermissions)
|
void |
AssetTagLocalServiceWrapper.checkTags(long userId,
long groupId,
String[] names)
|
static void |
AssetTagLocalServiceUtil.checkTags(long userId,
long groupId,
String[] names)
|
void |
AssetTagLocalService.checkTags(long userId,
long groupId,
String[] names)
|
AssetTag |
AssetTagLocalServiceWrapper.decrementAssetCount(long tagId,
long classNameId)
|
static AssetTag |
AssetTagLocalServiceUtil.decrementAssetCount(long tagId,
long classNameId)
|
AssetTag |
AssetTagLocalService.decrementAssetCount(long tagId,
long classNameId)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.deleteAssetCategory(AssetCategory assetCategory)
Deletes the asset category from the database. |
static AssetCategory |
AssetCategoryLocalServiceUtil.deleteAssetCategory(AssetCategory assetCategory)
Deletes the asset category from the database. |
AssetCategory |
AssetCategoryLocalService.deleteAssetCategory(AssetCategory assetCategory)
Deletes the asset category from the database. |
AssetCategory |
AssetCategoryLocalServiceWrapper.deleteAssetCategory(long categoryId)
Deletes the asset category with the primary key from the database. |
static AssetCategory |
AssetCategoryLocalServiceUtil.deleteAssetCategory(long categoryId)
Deletes the asset category with the primary key from the database. |
AssetCategory |
AssetCategoryLocalService.deleteAssetCategory(long categoryId)
Deletes the asset category with the primary key from the database. |
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Deletes the asset category property from the database. |
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Deletes the asset category property from the database. |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Deletes the asset category property from the database. |
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.deleteAssetCategoryProperty(long categoryPropertyId)
Deletes the asset category property with the primary key from the database. |
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.deleteAssetCategoryProperty(long categoryPropertyId)
Deletes the asset category property with the primary key from the database. |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.deleteAssetCategoryProperty(long categoryPropertyId)
Deletes the asset category property with the primary key from the database. |
AssetEntry |
AssetEntryLocalServiceWrapper.deleteAssetEntry(AssetEntry assetEntry)
Deletes the asset entry from the database. |
static AssetEntry |
AssetEntryLocalServiceUtil.deleteAssetEntry(AssetEntry assetEntry)
Deletes the asset entry from the database. |
AssetEntry |
AssetEntryLocalService.deleteAssetEntry(AssetEntry assetEntry)
Deletes the asset entry from the database. |
AssetEntry |
AssetEntryLocalServiceWrapper.deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database. |
static AssetEntry |
AssetEntryLocalServiceUtil.deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database. |
AssetEntry |
AssetEntryLocalService.deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database. |
AssetLink |
AssetLinkLocalServiceWrapper.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
static AssetLink |
AssetLinkLocalServiceUtil.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
AssetLink |
AssetLinkLocalService.deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
AssetLink |
AssetLinkLocalServiceWrapper.deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database. |
static AssetLink |
AssetLinkLocalServiceUtil.deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database. |
AssetLink |
AssetLinkLocalService.deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database. |
AssetTag |
AssetTagLocalServiceWrapper.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
static AssetTag |
AssetTagLocalServiceUtil.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
AssetTagLocalService.deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
AssetTag |
AssetTagLocalServiceWrapper.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database. |
static AssetTag |
AssetTagLocalServiceUtil.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database. |
AssetTag |
AssetTagLocalService.deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database. |
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
Deletes the asset tag property from the database. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
Deletes the asset tag property from the database. |
AssetTagProperty |
AssetTagPropertyLocalService.deleteAssetTagProperty(AssetTagProperty assetTagProperty)
Deletes the asset tag property from the database. |
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.deleteAssetTagProperty(long tagPropertyId)
Deletes the asset tag property with the primary key from the database. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.deleteAssetTagProperty(long tagPropertyId)
Deletes the asset tag property with the primary key from the database. |
AssetTagProperty |
AssetTagPropertyLocalService.deleteAssetTagProperty(long tagPropertyId)
Deletes the asset tag property with the primary key from the database. |
AssetTagStats |
AssetTagStatsLocalServiceWrapper.deleteAssetTagStats(AssetTagStats assetTagStats)
Deletes the asset tag stats from the database. |
static AssetTagStats |
AssetTagStatsLocalServiceUtil.deleteAssetTagStats(AssetTagStats assetTagStats)
Deletes the asset tag stats from the database. |
AssetTagStats |
AssetTagStatsLocalService.deleteAssetTagStats(AssetTagStats assetTagStats)
Deletes the asset tag stats from the database. |
AssetTagStats |
AssetTagStatsLocalServiceWrapper.deleteAssetTagStats(long tagStatsId)
Deletes the asset tag stats with the primary key from the database. |
static AssetTagStats |
AssetTagStatsLocalServiceUtil.deleteAssetTagStats(long tagStatsId)
Deletes the asset tag stats with the primary key from the database. |
AssetTagStats |
AssetTagStatsLocalService.deleteAssetTagStats(long tagStatsId)
Deletes the asset tag stats with the primary key from the database. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
Deletes the asset vocabulary from the database. |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
Deletes the asset vocabulary from the database. |
AssetVocabulary |
AssetVocabularyLocalService.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
Deletes the asset vocabulary from the database. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.deleteAssetVocabulary(long vocabularyId)
Deletes the asset vocabulary with the primary key from the database. |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.deleteAssetVocabulary(long vocabularyId)
Deletes the asset vocabulary with the primary key from the database. |
AssetVocabulary |
AssetVocabularyLocalService.deleteAssetVocabulary(long vocabularyId)
Deletes the asset vocabulary with the primary key from the database. |
void |
AssetCategoryServiceWrapper.deleteCategories(long[] categoryIds)
|
static void |
AssetCategoryServiceUtil.deleteCategories(long[] categoryIds)
|
void |
AssetCategoryService.deleteCategories(long[] categoryIds)
|
void |
AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category)
|
static void |
AssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category)
|
void |
AssetCategoryLocalService.deleteCategory(AssetCategory category)
|
void |
AssetCategoryServiceWrapper.deleteCategory(long categoryId)
|
static void |
AssetCategoryServiceUtil.deleteCategory(long categoryId)
|
void |
AssetCategoryService.deleteCategory(long categoryId)
|
void |
AssetCategoryLocalServiceWrapper.deleteCategory(long categoryId)
|
static void |
AssetCategoryLocalServiceUtil.deleteCategory(long categoryId)
|
void |
AssetCategoryLocalService.deleteCategory(long categoryId)
|
void |
AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperties(long entryId)
|
static void |
AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperties(long entryId)
|
void |
AssetCategoryPropertyLocalService.deleteCategoryProperties(long entryId)
|
void |
AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
|
static void |
AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
|
void |
AssetCategoryPropertyLocalService.deleteCategoryProperty(AssetCategoryProperty categoryProperty)
|
void |
AssetCategoryPropertyServiceWrapper.deleteCategoryProperty(long categoryPropertyId)
|
static void |
AssetCategoryPropertyServiceUtil.deleteCategoryProperty(long categoryPropertyId)
|
void |
AssetCategoryPropertyService.deleteCategoryProperty(long categoryPropertyId)
|
void |
AssetCategoryPropertyLocalServiceWrapper.deleteCategoryProperty(long categoryPropertyId)
|
static void |
AssetCategoryPropertyLocalServiceUtil.deleteCategoryProperty(long categoryPropertyId)
|
void |
AssetCategoryPropertyLocalService.deleteCategoryProperty(long categoryPropertyId)
|
void |
AssetEntryLocalServiceWrapper.deleteEntry(AssetEntry entry)
|
static void |
AssetEntryLocalServiceUtil.deleteEntry(AssetEntry entry)
|
void |
AssetEntryLocalService.deleteEntry(AssetEntry entry)
|
void |
AssetEntryLocalServiceWrapper.deleteEntry(long entryId)
|
static void |
AssetEntryLocalServiceUtil.deleteEntry(long entryId)
|
void |
AssetEntryLocalService.deleteEntry(long entryId)
|
void |
AssetEntryLocalServiceWrapper.deleteEntry(String className,
long classPK)
|
static void |
AssetEntryLocalServiceUtil.deleteEntry(String className,
long classPK)
|
void |
AssetEntryLocalService.deleteEntry(String className,
long classPK)
|
void |
AssetLinkLocalServiceWrapper.deleteLink(AssetLink link)
Deletes the asset link. |
static void |
AssetLinkLocalServiceUtil.deleteLink(AssetLink link)
Deletes the asset link. |
void |
AssetLinkLocalService.deleteLink(AssetLink link)
Deletes the asset link. |
void |
AssetLinkLocalServiceWrapper.deleteLink(long linkId)
Deletes the asset link. |
static void |
AssetLinkLocalServiceUtil.deleteLink(long linkId)
Deletes the asset link. |
void |
AssetLinkLocalService.deleteLink(long linkId)
Deletes the asset link. |
void |
AssetLinkLocalServiceWrapper.deleteLinks(long entryId)
Deletes all links associated with the asset entry. |
static void |
AssetLinkLocalServiceUtil.deleteLinks(long entryId)
Deletes all links associated with the asset entry. |
void |
AssetLinkLocalService.deleteLinks(long entryId)
Deletes all links associated with the asset entry. |
void |
AssetLinkLocalServiceWrapper.deleteLinks(long entryId1,
long entryId2)
Delete all links that associate the two asset entries. |
static void |
AssetLinkLocalServiceUtil.deleteLinks(long entryId1,
long entryId2)
Delete all links that associate the two asset entries. |
void |
AssetLinkLocalService.deleteLinks(long entryId1,
long entryId2)
Delete all links that associate the two asset entries. |
void |
AssetTagLocalServiceWrapper.deleteTag(AssetTag tag)
|
static void |
AssetTagLocalServiceUtil.deleteTag(AssetTag tag)
|
void |
AssetTagLocalService.deleteTag(AssetTag tag)
|
void |
AssetTagServiceWrapper.deleteTag(long tagId)
|
static void |
AssetTagServiceUtil.deleteTag(long tagId)
|
void |
AssetTagService.deleteTag(long tagId)
|
void |
AssetTagLocalServiceWrapper.deleteTag(long tagId)
|
static void |
AssetTagLocalServiceUtil.deleteTag(long tagId)
|
void |
AssetTagLocalService.deleteTag(long tagId)
|
void |
AssetTagPropertyLocalServiceWrapper.deleteTagProperties(long tagId)
Deletes the asset tag property with the specified tag ID. |
static void |
AssetTagPropertyLocalServiceUtil.deleteTagProperties(long tagId)
Deletes the asset tag property with the specified tag ID. |
void |
AssetTagPropertyLocalService.deleteTagProperties(long tagId)
Deletes the asset tag property with the specified tag ID. |
void |
AssetTagPropertyLocalServiceWrapper.deleteTagProperty(AssetTagProperty tagProperty)
Deletes the asset tag property instance. |
static void |
AssetTagPropertyLocalServiceUtil.deleteTagProperty(AssetTagProperty tagProperty)
Deletes the asset tag property instance. |
void |
AssetTagPropertyLocalService.deleteTagProperty(AssetTagProperty tagProperty)
Deletes the asset tag property instance. |
void |
AssetTagPropertyServiceWrapper.deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID. |
static void |
AssetTagPropertyServiceUtil.deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID. |
void |
AssetTagPropertyService.deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID. |
void |
AssetTagPropertyLocalServiceWrapper.deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID. |
static void |
AssetTagPropertyLocalServiceUtil.deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID. |
void |
AssetTagPropertyLocalService.deleteTagProperty(long tagPropertyId)
Deletes the asset tag property with the specified ID. |
void |
AssetTagServiceWrapper.deleteTags(long[] tagIds)
|
static void |
AssetTagServiceUtil.deleteTags(long[] tagIds)
|
void |
AssetTagService.deleteTags(long[] tagIds)
|
void |
AssetTagStatsLocalServiceWrapper.deleteTagStats(AssetTagStats tagStats)
Deletes the asset tag statistics instance. |
static void |
AssetTagStatsLocalServiceUtil.deleteTagStats(AssetTagStats tagStats)
Deletes the asset tag statistics instance. |
void |
AssetTagStatsLocalService.deleteTagStats(AssetTagStats tagStats)
Deletes the asset tag statistics instance. |
void |
AssetTagStatsLocalServiceWrapper.deleteTagStats(long tagStatsId)
Deletes the asset tag statistics instance matching the tag statistics ID. |
static void |
AssetTagStatsLocalServiceUtil.deleteTagStats(long tagStatsId)
Deletes the asset tag statistics instance matching the tag statistics ID. |
void |
AssetTagStatsLocalService.deleteTagStats(long tagStatsId)
Deletes the asset tag statistics instance matching the tag statistics ID. |
void |
AssetTagStatsLocalServiceWrapper.deleteTagStatsByClassNameId(long classNameId)
Deletes all asset tag statistics instances associated with the asset entry matching the class name ID. |
static void |
AssetTagStatsLocalServiceUtil.deleteTagStatsByClassNameId(long classNameId)
Deletes all asset tag statistics instances associated with the asset entry matching the class name ID. |
void |
AssetTagStatsLocalService.deleteTagStatsByClassNameId(long classNameId)
Deletes all asset tag statistics instances associated with the asset entry matching the class name ID. |
void |
AssetTagStatsLocalServiceWrapper.deleteTagStatsByTagId(long tagId)
Deletes all asset tag statistics instances associated with the tag. |
static void |
AssetTagStatsLocalServiceUtil.deleteTagStatsByTagId(long tagId)
Deletes all asset tag statistics instances associated with the tag. |
void |
AssetTagStatsLocalService.deleteTagStatsByTagId(long tagId)
Deletes all asset tag statistics instances associated with the tag. |
void |
AssetVocabularyLocalServiceWrapper.deleteVocabularies(long groupId)
|
static void |
AssetVocabularyLocalServiceUtil.deleteVocabularies(long groupId)
|
void |
AssetVocabularyLocalService.deleteVocabularies(long groupId)
|
void |
AssetVocabularyServiceWrapper.deleteVocabularies(long[] vocabularyIds)
|
static void |
AssetVocabularyServiceUtil.deleteVocabularies(long[] vocabularyIds)
|
void |
AssetVocabularyService.deleteVocabularies(long[] vocabularyIds)
|
void |
AssetVocabularyLocalServiceWrapper.deleteVocabulary(AssetVocabulary vocabulary)
|
static void |
AssetVocabularyLocalServiceUtil.deleteVocabulary(AssetVocabulary vocabulary)
|
void |
AssetVocabularyLocalService.deleteVocabulary(AssetVocabulary vocabulary)
|
void |
AssetVocabularyServiceWrapper.deleteVocabulary(long vocabularyId)
|
static void |
AssetVocabularyServiceUtil.deleteVocabulary(long vocabularyId)
|
void |
AssetVocabularyService.deleteVocabulary(long vocabularyId)
|
void |
AssetVocabularyLocalServiceWrapper.deleteVocabulary(long vocabularyId)
|
static void |
AssetVocabularyLocalServiceUtil.deleteVocabulary(long vocabularyId)
|
void |
AssetVocabularyLocalService.deleteVocabulary(long vocabularyId)
|
void |
AssetCategoryLocalServiceWrapper.deleteVocabularyCategories(long vocabularyId)
|
static void |
AssetCategoryLocalServiceUtil.deleteVocabularyCategories(long vocabularyId)
|
void |
AssetCategoryLocalService.deleteVocabularyCategories(long vocabularyId)
|
List |
AssetVocabularyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AssetVocabularyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetVocabularyLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetTagStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AssetTagStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetTagStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetTagPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AssetTagPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetTagPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetTagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AssetTagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetTagLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AssetLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AssetEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetCategoryPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AssetCategoryPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetCategoryPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
AssetCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
AssetVocabularyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AssetVocabularyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetVocabularyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetTagStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AssetTagStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetTagStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetTagPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AssetTagPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetTagPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetTagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AssetTagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetTagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AssetLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AssetEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetCategoryPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AssetCategoryPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetCategoryPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
AssetCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
AssetVocabularyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AssetVocabularyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetVocabularyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetTagStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AssetTagStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetTagStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetTagPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AssetTagPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetTagPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetTagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AssetTagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetTagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AssetLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AssetEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetCategoryPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AssetCategoryPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetCategoryPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
AssetCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
AssetCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
AssetVocabularyLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AssetVocabularyLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetVocabularyLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetTagStatsLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AssetTagStatsLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetTagStatsLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetTagPropertyLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AssetTagPropertyLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetTagPropertyLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetTagLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AssetTagLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetTagLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetLinkLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AssetLinkLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetLinkLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AssetEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetCategoryPropertyLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AssetCategoryPropertyLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetCategoryPropertyLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetCategoryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
AssetCategoryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
AssetCategoryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
AssetCategory |
AssetCategoryLocalServiceWrapper.fetchAssetCategory(long categoryId)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.fetchAssetCategory(long categoryId)
|
AssetCategory |
AssetCategoryLocalService.fetchAssetCategory(long categoryId)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.fetchAssetCategoryProperty(long categoryPropertyId)
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.fetchAssetCategoryProperty(long categoryPropertyId)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.fetchAssetCategoryProperty(long categoryPropertyId)
|
AssetEntry |
AssetEntryLocalServiceWrapper.fetchAssetEntry(long entryId)
|
static AssetEntry |
AssetEntryLocalServiceUtil.fetchAssetEntry(long entryId)
|
AssetEntry |
AssetEntryLocalService.fetchAssetEntry(long entryId)
|
AssetLink |
AssetLinkLocalServiceWrapper.fetchAssetLink(long linkId)
|
static AssetLink |
AssetLinkLocalServiceUtil.fetchAssetLink(long linkId)
|
AssetLink |
AssetLinkLocalService.fetchAssetLink(long linkId)
|
AssetTag |
AssetTagLocalServiceWrapper.fetchAssetTag(long tagId)
|
static AssetTag |
AssetTagLocalServiceUtil.fetchAssetTag(long tagId)
|
AssetTag |
AssetTagLocalService.fetchAssetTag(long tagId)
|
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.fetchAssetTagProperty(long tagPropertyId)
|
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.fetchAssetTagProperty(long tagPropertyId)
|
AssetTagProperty |
AssetTagPropertyLocalService.fetchAssetTagProperty(long tagPropertyId)
|
AssetTagStats |
AssetTagStatsLocalServiceWrapper.fetchAssetTagStats(long tagStatsId)
|
static AssetTagStats |
AssetTagStatsLocalServiceUtil.fetchAssetTagStats(long tagStatsId)
|
AssetTagStats |
AssetTagStatsLocalService.fetchAssetTagStats(long tagStatsId)
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.fetchAssetVocabulary(long vocabularyId)
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.fetchAssetVocabulary(long vocabularyId)
|
AssetVocabulary |
AssetVocabularyLocalService.fetchAssetVocabulary(long vocabularyId)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.fetchCategory(long categoryId)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.fetchCategory(long categoryId)
|
AssetCategory |
AssetCategoryLocalService.fetchCategory(long categoryId)
|
AssetEntry |
AssetEntryLocalServiceWrapper.fetchEntry(long entryId)
|
static AssetEntry |
AssetEntryLocalServiceUtil.fetchEntry(long entryId)
|
AssetEntry |
AssetEntryLocalService.fetchEntry(long entryId)
|
AssetEntry |
AssetEntryLocalServiceWrapper.fetchEntry(String className,
long classPK)
|
static AssetEntry |
AssetEntryLocalServiceUtil.fetchEntry(String className,
long classPK)
|
AssetEntry |
AssetEntryLocalService.fetchEntry(String className,
long classPK)
|
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getAncestorEntries(long entryId)
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getAncestorEntries(long entryId)
|
List<AssetEntry> |
AssetEntryLocalService.getAncestorEntries(long entryId)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getAssetCategories(int start,
int end)
Returns a range of all the asset categories. |
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getAssetCategories(int start,
int end)
Returns a range of all the asset categories. |
List<AssetCategory> |
AssetCategoryLocalService.getAssetCategories(int start,
int end)
Returns a range of all the asset categories. |
int |
AssetCategoryLocalServiceWrapper.getAssetCategoriesCount()
Returns the number of asset categories. |
static int |
AssetCategoryLocalServiceUtil.getAssetCategoriesCount()
Returns the number of asset categories. |
int |
AssetCategoryLocalService.getAssetCategoriesCount()
Returns the number of asset categories. |
AssetCategory |
AssetCategoryLocalServiceWrapper.getAssetCategory(long categoryId)
Returns the asset category with the primary key. |
static AssetCategory |
AssetCategoryLocalServiceUtil.getAssetCategory(long categoryId)
Returns the asset category with the primary key. |
AssetCategory |
AssetCategoryLocalService.getAssetCategory(long categoryId)
Returns the asset category with the primary key. |
AssetCategory |
AssetCategoryLocalServiceWrapper.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category with the UUID in the group. |
static AssetCategory |
AssetCategoryLocalServiceUtil.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category with the UUID in the group. |
AssetCategory |
AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the asset category with the UUID in the group. |
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperties(int start,
int end)
Returns a range of all the asset category properties. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperties(int start,
int end)
Returns a range of all the asset category properties. |
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalService.getAssetCategoryProperties(int start,
int end)
Returns a range of all the asset category properties. |
int |
AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryPropertiesCount()
Returns the number of asset category properties. |
static int |
AssetCategoryPropertyLocalServiceUtil.getAssetCategoryPropertiesCount()
Returns the number of asset category properties. |
int |
AssetCategoryPropertyLocalService.getAssetCategoryPropertiesCount()
Returns the number of asset category properties. |
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.getAssetCategoryProperty(long categoryPropertyId)
Returns the asset category property with the primary key. |
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.getAssetCategoryProperty(long categoryPropertyId)
Returns the asset category property with the primary key. |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getAssetCategoryProperty(long categoryPropertyId)
Returns the asset category property with the primary key. |
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getAssetEntries(int start,
int end)
Returns a range of all the asset entries. |
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getAssetEntries(int start,
int end)
Returns a range of all the asset entries. |
List<AssetEntry> |
AssetEntryLocalService.getAssetEntries(int start,
int end)
Returns a range of all the asset entries. |
int |
AssetEntryLocalServiceWrapper.getAssetEntriesCount()
Returns the number of asset entries. |
static int |
AssetEntryLocalServiceUtil.getAssetEntriesCount()
Returns the number of asset entries. |
int |
AssetEntryLocalService.getAssetEntriesCount()
Returns the number of asset entries. |
AssetEntry |
AssetEntryLocalServiceWrapper.getAssetEntry(long entryId)
Returns the asset entry with the primary key. |
static AssetEntry |
AssetEntryLocalServiceUtil.getAssetEntry(long entryId)
Returns the asset entry with the primary key. |
AssetEntry |
AssetEntryLocalService.getAssetEntry(long entryId)
Returns the asset entry with the primary key. |
AssetLink |
AssetLinkLocalServiceWrapper.getAssetLink(long linkId)
Returns the asset link with the primary key. |
static AssetLink |
AssetLinkLocalServiceUtil.getAssetLink(long linkId)
Returns the asset link with the primary key. |
AssetLink |
AssetLinkLocalService.getAssetLink(long linkId)
Returns the asset link with the primary key. |
List<AssetLink> |
AssetLinkLocalServiceWrapper.getAssetLinks(int start,
int end)
Returns a range of all the asset links. |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getAssetLinks(int start,
int end)
Returns a range of all the asset links. |
List<AssetLink> |
AssetLinkLocalService.getAssetLinks(int start,
int end)
Returns a range of all the asset links. |
int |
AssetLinkLocalServiceWrapper.getAssetLinksCount()
Returns the number of asset links. |
static int |
AssetLinkLocalServiceUtil.getAssetLinksCount()
Returns the number of asset links. |
int |
AssetLinkLocalService.getAssetLinksCount()
Returns the number of asset links. |
AssetTag |
AssetTagLocalServiceWrapper.getAssetTag(long tagId)
Returns the asset tag with the primary key. |
static AssetTag |
AssetTagLocalServiceUtil.getAssetTag(long tagId)
Returns the asset tag with the primary key. |
AssetTag |
AssetTagLocalService.getAssetTag(long tagId)
Returns the asset tag with the primary key. |
List<AssetTagProperty> |
AssetTagPropertyLocalServiceWrapper.getAssetTagProperties(int start,
int end)
Returns a range of all the asset tag properties. |
static List<AssetTagProperty> |
AssetTagPropertyLocalServiceUtil.getAssetTagProperties(int start,
int end)
Returns a range of all the asset tag properties. |
List<AssetTagProperty> |
AssetTagPropertyLocalService.getAssetTagProperties(int start,
int end)
Returns a range of all the asset tag properties. |
int |
AssetTagPropertyLocalServiceWrapper.getAssetTagPropertiesCount()
Returns the number of asset tag properties. |
static int |
AssetTagPropertyLocalServiceUtil.getAssetTagPropertiesCount()
Returns the number of asset tag properties. |
int |
AssetTagPropertyLocalService.getAssetTagPropertiesCount()
Returns the number of asset tag properties. |
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.getAssetTagProperty(long tagPropertyId)
Returns the asset tag property with the primary key. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.getAssetTagProperty(long tagPropertyId)
Returns the asset tag property with the primary key. |
AssetTagProperty |
AssetTagPropertyLocalService.getAssetTagProperty(long tagPropertyId)
Returns the asset tag property with the primary key. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetTags(int start,
int end)
Returns a range of all the asset tags. |
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetTags(int start,
int end)
Returns a range of all the asset tags. |
List<AssetTag> |
AssetTagLocalService.getAssetTags(int start,
int end)
Returns a range of all the asset tags. |
int |
AssetTagLocalServiceWrapper.getAssetTagsCount()
Returns the number of asset tags. |
static int |
AssetTagLocalServiceUtil.getAssetTagsCount()
Returns the number of asset tags. |
int |
AssetTagLocalService.getAssetTagsCount()
Returns the number of asset tags. |
AssetTagStats |
AssetTagStatsLocalServiceWrapper.getAssetTagStats(long tagStatsId)
Returns the asset tag stats with the primary key. |
static AssetTagStats |
AssetTagStatsLocalServiceUtil.getAssetTagStats(long tagStatsId)
Returns the asset tag stats with the primary key. |
AssetTagStats |
AssetTagStatsLocalService.getAssetTagStats(long tagStatsId)
Returns the asset tag stats with the primary key. |
List<AssetTagStats> |
AssetTagStatsLocalServiceWrapper.getAssetTagStatses(int start,
int end)
Returns a range of all the asset tag statses. |
static List<AssetTagStats> |
AssetTagStatsLocalServiceUtil.getAssetTagStatses(int start,
int end)
Returns a range of all the asset tag statses. |
List<AssetTagStats> |
AssetTagStatsLocalService.getAssetTagStatses(int start,
int end)
Returns a range of all the asset tag statses. |
int |
AssetTagStatsLocalServiceWrapper.getAssetTagStatsesCount()
Returns the number of asset tag statses. |
static int |
AssetTagStatsLocalServiceUtil.getAssetTagStatsesCount()
Returns the number of asset tag statses. |
int |
AssetTagStatsLocalService.getAssetTagStatsesCount()
Returns the number of asset tag statses. |
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getAssetVocabularies(int start,
int end)
Returns a range of all the asset vocabularies. |
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getAssetVocabularies(int start,
int end)
Returns a range of all the asset vocabularies. |
List<AssetVocabulary> |
AssetVocabularyLocalService.getAssetVocabularies(int start,
int end)
Returns a range of all the asset vocabularies. |
int |
AssetVocabularyLocalServiceWrapper.getAssetVocabulariesCount()
Returns the number of asset vocabularies. |
static int |
AssetVocabularyLocalServiceUtil.getAssetVocabulariesCount()
Returns the number of asset vocabularies. |
int |
AssetVocabularyLocalService.getAssetVocabulariesCount()
Returns the number of asset vocabularies. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key. |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key. |
AssetVocabulary |
AssetVocabularyLocalService.getAssetVocabulary(long vocabularyId)
Returns the asset vocabulary with the primary key. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary with the UUID in the group. |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary with the UUID in the group. |
AssetVocabulary |
AssetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
Returns the asset vocabulary with the UUID in the group. |
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getCategories()
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getCategories()
|
List<AssetCategory> |
AssetCategoryLocalService.getCategories()
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getCategories(long classNameId,
long classPK)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getCategories(long classNameId,
long classPK)
|
List<AssetCategory> |
AssetCategoryLocalService.getCategories(long classNameId,
long classPK)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getCategories(String className,
long classPK)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getCategories(String className,
long classPK)
|
List<AssetCategory> |
AssetCategoryService.getCategories(String className,
long classPK)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getCategories(String className,
long classPK)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getCategories(String className,
long classPK)
|
List<AssetCategory> |
AssetCategoryLocalService.getCategories(String className,
long classPK)
|
AssetCategory |
AssetCategoryServiceWrapper.getCategory(long categoryId)
|
static AssetCategory |
AssetCategoryServiceUtil.getCategory(long categoryId)
|
AssetCategory |
AssetCategoryService.getCategory(long categoryId)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.getCategory(long categoryId)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.getCategory(long categoryId)
|
AssetCategory |
AssetCategoryLocalService.getCategory(long categoryId)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.getCategory(String uuid,
long groupId)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.getCategory(String uuid,
long groupId)
|
AssetCategory |
AssetCategoryLocalService.getCategory(String uuid,
long groupId)
|
long[] |
AssetCategoryLocalServiceWrapper.getCategoryIds(String className,
long classPK)
|
static long[] |
AssetCategoryLocalServiceUtil.getCategoryIds(String className,
long classPK)
|
long[] |
AssetCategoryLocalService.getCategoryIds(String className,
long classPK)
|
String[] |
AssetCategoryLocalServiceWrapper.getCategoryNames()
|
static String[] |
AssetCategoryLocalServiceUtil.getCategoryNames()
|
String[] |
AssetCategoryLocalService.getCategoryNames()
|
String[] |
AssetCategoryLocalServiceWrapper.getCategoryNames(long classNameId,
long classPK)
|
static String[] |
AssetCategoryLocalServiceUtil.getCategoryNames(long classNameId,
long classPK)
|
String[] |
AssetCategoryLocalService.getCategoryNames(long classNameId,
long classPK)
|
String[] |
AssetCategoryLocalServiceWrapper.getCategoryNames(String className,
long classPK)
|
static String[] |
AssetCategoryLocalServiceUtil.getCategoryNames(String className,
long classPK)
|
String[] |
AssetCategoryLocalService.getCategoryNames(String className,
long classPK)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalServiceWrapper.getCategoryProperties()
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyLocalServiceUtil.getCategoryProperties()
|
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalService.getCategoryProperties()
|
List<AssetCategoryProperty> |
AssetCategoryPropertyServiceWrapper.getCategoryProperties(long entryId)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyServiceUtil.getCategoryProperties(long entryId)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyService.getCategoryProperties(long entryId)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalServiceWrapper.getCategoryProperties(long entryId)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyLocalServiceUtil.getCategoryProperties(long entryId)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalService.getCategoryProperties(long entryId)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryPropertyId)
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryPropertyId)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getCategoryProperty(long categoryPropertyId)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.getCategoryProperty(long categoryId,
String key)
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.getCategoryProperty(long categoryId,
String key)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.getCategoryProperty(long categoryId,
String key)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyServiceWrapper.getCategoryPropertyValues(long companyId,
String key)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyServiceUtil.getCategoryPropertyValues(long companyId,
String key)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyService.getCategoryPropertyValues(long companyId,
String key)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalServiceWrapper.getCategoryPropertyValues(long groupId,
String key)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyLocalServiceUtil.getCategoryPropertyValues(long groupId,
String key)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyLocalService.getCategoryPropertyValues(long groupId,
String key)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getChildCategories(long parentCategoryId)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
AssetCategoryLocalService.getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
int |
AssetCategoryLocalServiceWrapper.getChildCategoriesCount(long parentCategoryId)
|
static int |
AssetCategoryLocalServiceUtil.getChildCategoriesCount(long parentCategoryId)
|
int |
AssetCategoryLocalService.getChildCategoriesCount(long parentCategoryId)
|
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getChildEntries(long entryId)
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getChildEntries(long entryId)
|
List<AssetEntry> |
AssetEntryLocalService.getChildEntries(long entryId)
|
List<AssetEntry> |
AssetEntryServiceWrapper.getCompanyEntries(long companyId,
int start,
int end)
|
static List<AssetEntry> |
AssetEntryServiceUtil.getCompanyEntries(long companyId,
int start,
int end)
|
List<AssetEntry> |
AssetEntryService.getCompanyEntries(long companyId,
int start,
int end)
|
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getCompanyEntries(long companyId,
int start,
int end)
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getCompanyEntries(long companyId,
int start,
int end)
|
List<AssetEntry> |
AssetEntryLocalService.getCompanyEntries(long companyId,
int start,
int end)
|
int |
AssetEntryServiceWrapper.getCompanyEntriesCount(long companyId)
|
static int |
AssetEntryServiceUtil.getCompanyEntriesCount(long companyId)
|
int |
AssetEntryService.getCompanyEntriesCount(long companyId)
|
int |
AssetEntryLocalServiceWrapper.getCompanyEntriesCount(long companyId)
|
static int |
AssetEntryLocalServiceUtil.getCompanyEntriesCount(long companyId)
|
int |
AssetEntryLocalService.getCompanyEntriesCount(long companyId)
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getCompanyVocabularies(long companyId)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getCompanyVocabularies(long companyId)
|
List<AssetVocabulary> |
AssetVocabularyService.getCompanyVocabularies(long companyId)
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getCompanyVocabularies(long companyId)
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getCompanyVocabularies(long companyId)
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getCompanyVocabularies(long companyId)
|
List<AssetLink> |
AssetLinkLocalServiceWrapper.getDirectLinks(long entryId)
Returns all the asset links whose first entry ID is the given entry ID. |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getDirectLinks(long entryId)
Returns all the asset links whose first entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalService.getDirectLinks(long entryId)
Returns all the asset links whose first entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalServiceWrapper.getDirectLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose first entry ID is the given entry ID. |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getDirectLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose first entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalService.getDirectLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose first entry ID is the given entry ID. |
List<AssetEntry> |
AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery)
|
static List<AssetEntry> |
AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryService.getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getEntries(AssetEntryQuery entryQuery)
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryLocalService.getEntries(AssetEntryQuery entryQuery)
|
int |
AssetEntryServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery)
|
static int |
AssetEntryServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
|
int |
AssetEntryService.getEntriesCount(AssetEntryQuery entryQuery)
|
int |
AssetEntryLocalServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery)
|
static int |
AssetEntryLocalServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
|
int |
AssetEntryLocalService.getEntriesCount(AssetEntryQuery entryQuery)
|
AssetEntry |
AssetEntryServiceWrapper.getEntry(long entryId)
|
static AssetEntry |
AssetEntryServiceUtil.getEntry(long entryId)
|
AssetEntry |
AssetEntryService.getEntry(long entryId)
|
AssetEntry |
AssetEntryLocalServiceWrapper.getEntry(long entryId)
|
static AssetEntry |
AssetEntryLocalServiceUtil.getEntry(long entryId)
|
AssetEntry |
AssetEntryLocalService.getEntry(long entryId)
|
AssetEntry |
AssetEntryLocalServiceWrapper.getEntry(long groupId,
String classUuid)
|
static AssetEntry |
AssetEntryLocalServiceUtil.getEntry(long groupId,
String classUuid)
|
AssetEntry |
AssetEntryLocalService.getEntry(long groupId,
String classUuid)
|
AssetEntry |
AssetEntryLocalServiceWrapper.getEntry(String className,
long classPK)
|
static AssetEntry |
AssetEntryLocalServiceUtil.getEntry(String className,
long classPK)
|
AssetEntry |
AssetEntryLocalService.getEntry(String className,
long classPK)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getEntryCategories(long entryId)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getEntryCategories(long entryId)
|
List<AssetCategory> |
AssetCategoryLocalService.getEntryCategories(long entryId)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getEntryTags(long entryId)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getEntryTags(long entryId)
|
List<AssetTag> |
AssetTagLocalService.getEntryTags(long entryId)
|
List<AssetTag> |
AssetTagServiceWrapper.getGroupsTags(long[] groupIds)
|
static List<AssetTag> |
AssetTagServiceUtil.getGroupsTags(long[] groupIds)
|
List<AssetTag> |
AssetTagService.getGroupsTags(long[] groupIds)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getGroupsTags(long[] groupIds)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getGroupsTags(long[] groupIds)
|
List<AssetTag> |
AssetTagLocalService.getGroupsTags(long[] groupIds)
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupsVocabularies(long[] groupIds)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupsVocabularies(long[] groupIds)
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupsVocabularies(long[] groupIds)
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupsVocabularies(long[] groupIds)
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupsVocabularies(long[] groupIds)
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds)
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupsVocabularies(long[] groupIds,
String className)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupsVocabularies(long[] groupIds,
String className)
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupsVocabularies(long[] groupIds,
String className)
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupsVocabularies(long[] groupIds,
String className)
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupsVocabularies(long[] groupIds,
String className)
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds,
String className)
|
List<AssetTag> |
AssetTagServiceWrapper.getGroupTags(long groupId)
|
static List<AssetTag> |
AssetTagServiceUtil.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagService.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getGroupTags(long groupId)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalService.getGroupTags(long groupId)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getGroupTags(long groupId,
int start,
int end)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getGroupTags(long groupId,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalService.getGroupTags(long groupId,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceWrapper.getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<AssetTag> |
AssetTagService.getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
|
int |
AssetTagServiceWrapper.getGroupTagsCount(long groupId)
|
static int |
AssetTagServiceUtil.getGroupTagsCount(long groupId)
|
int |
AssetTagService.getGroupTagsCount(long groupId)
|
int |
AssetTagLocalServiceWrapper.getGroupTagsCount(long groupId)
|
static int |
AssetTagLocalServiceUtil.getGroupTagsCount(long groupId)
|
int |
AssetTagLocalService.getGroupTagsCount(long groupId)
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId)
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId)
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId)
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId)
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId)
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
int |
AssetVocabularyServiceWrapper.getGroupVocabulariesCount(long groupId)
|
static int |
AssetVocabularyServiceUtil.getGroupVocabulariesCount(long groupId)
|
int |
AssetVocabularyService.getGroupVocabulariesCount(long groupId)
|
int |
AssetVocabularyServiceWrapper.getGroupVocabulariesCount(long groupId,
String name)
|
static int |
AssetVocabularyServiceUtil.getGroupVocabulariesCount(long groupId,
String name)
|
int |
AssetVocabularyService.getGroupVocabulariesCount(long groupId,
String name)
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getGroupVocabulary(long groupId,
String name)
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getGroupVocabulary(long groupId,
String name)
|
AssetVocabulary |
AssetVocabularyLocalService.getGroupVocabulary(long groupId,
String name)
|
JSONObject |
AssetTagServiceWrapper.getJSONGroupTags(long groupId,
String name,
int start,
int end)
|
static JSONObject |
AssetTagServiceUtil.getJSONGroupTags(long groupId,
String name,
int start,
int end)
|
JSONObject |
AssetTagService.getJSONGroupTags(long groupId,
String name,
int start,
int end)
|
JSONObject |
AssetVocabularyServiceWrapper.getJSONGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
static JSONObject |
AssetVocabularyServiceUtil.getJSONGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
JSONObject |
AssetVocabularyService.getJSONGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
JSONArray |
AssetCategoryServiceWrapper.getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
|
static JSONArray |
AssetCategoryServiceUtil.getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
|
JSONArray |
AssetCategoryService.getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
|
JSONObject |
AssetCategoryServiceWrapper.getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static JSONObject |
AssetCategoryServiceUtil.getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
JSONObject |
AssetCategoryService.getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
JSONObject |
AssetCategoryServiceWrapper.getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static JSONObject |
AssetCategoryServiceUtil.getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
JSONObject |
AssetCategoryService.getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetLink> |
AssetLinkLocalServiceWrapper.getLinks(long entryId)
Returns all the asset links whose first or second entry ID is the given entry ID. |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getLinks(long entryId)
Returns all the asset links whose first or second entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalService.getLinks(long entryId)
Returns all the asset links whose first or second entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalServiceWrapper.getLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose first or second entry ID is the given entry ID. |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose first or second entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalService.getLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose first or second entry ID is the given entry ID. |
AssetEntry |
AssetEntryLocalServiceWrapper.getNextEntry(long entryId)
|
static AssetEntry |
AssetEntryLocalServiceUtil.getNextEntry(long entryId)
|
AssetEntry |
AssetEntryLocalService.getNextEntry(long entryId)
|
AssetEntry |
AssetEntryLocalServiceWrapper.getParentEntry(long entryId)
|
static AssetEntry |
AssetEntryLocalServiceUtil.getParentEntry(long entryId)
|
AssetEntry |
AssetEntryLocalService.getParentEntry(long entryId)
|
PersistedModel |
AssetVocabularyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AssetVocabularyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetVocabularyLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetTagStatsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AssetTagStatsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetTagStatsLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetTagPropertyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AssetTagPropertyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetTagPropertyLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetTagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AssetTagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetTagLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AssetLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AssetEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetCategoryPropertyLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AssetCategoryPropertyLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetCategoryPropertyLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
AssetCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
AssetCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
AssetEntry |
AssetEntryLocalServiceWrapper.getPreviousEntry(long entryId)
|
static AssetEntry |
AssetEntryLocalServiceUtil.getPreviousEntry(long entryId)
|
AssetEntry |
AssetEntryLocalService.getPreviousEntry(long entryId)
|
List<AssetLink> |
AssetLinkLocalServiceWrapper.getReverseLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose second entry ID is the given entry ID. |
static List<AssetLink> |
AssetLinkLocalServiceUtil.getReverseLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose second entry ID is the given entry ID. |
List<AssetLink> |
AssetLinkLocalService.getReverseLinks(long entryId,
int typeId)
Returns all the asset links of the given link type whose second entry ID is the given entry ID. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
|
List<AssetTag> |
AssetTagLocalService.getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
|
List<AssetTag> |
AssetTagLocalService.getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
|
AssetTag |
AssetTagServiceWrapper.getTag(long tagId)
|
static AssetTag |
AssetTagServiceUtil.getTag(long tagId)
|
AssetTag |
AssetTagService.getTag(long tagId)
|
AssetTag |
AssetTagLocalServiceWrapper.getTag(long tagId)
|
static AssetTag |
AssetTagLocalServiceUtil.getTag(long tagId)
|
AssetTag |
AssetTagLocalService.getTag(long tagId)
|
AssetTag |
AssetTagLocalServiceWrapper.getTag(long groupId,
String name)
|
static AssetTag |
AssetTagLocalServiceUtil.getTag(long groupId,
String name)
|
AssetTag |
AssetTagLocalService.getTag(long groupId,
String name)
|
long[] |
AssetTagLocalServiceWrapper.getTagIds(long[] groupIds,
String name)
|
static long[] |
AssetTagLocalServiceUtil.getTagIds(long[] groupIds,
String name)
|
long[] |
AssetTagLocalService.getTagIds(long[] groupIds,
String name)
|
long[] |
AssetTagLocalServiceWrapper.getTagIds(long[] groupIds,
String[] names)
|
static long[] |
AssetTagLocalServiceUtil.getTagIds(long[] groupIds,
String[] names)
|
long[] |
AssetTagLocalService.getTagIds(long[] groupIds,
String[] names)
|
long[] |
AssetTagLocalServiceWrapper.getTagIds(long groupId,
String[] names)
|
static long[] |
AssetTagLocalServiceUtil.getTagIds(long groupId,
String[] names)
|
long[] |
AssetTagLocalService.getTagIds(long groupId,
String[] names)
|
String[] |
AssetTagLocalServiceWrapper.getTagNames()
|
static String[] |
AssetTagLocalServiceUtil.getTagNames()
|
String[] |
AssetTagLocalService.getTagNames()
|
String[] |
AssetTagLocalServiceWrapper.getTagNames(long classNameId,
long classPK)
|
static String[] |
AssetTagLocalServiceUtil.getTagNames(long classNameId,
long classPK)
|
String[] |
AssetTagLocalService.getTagNames(long classNameId,
long classPK)
|
String[] |
AssetTagLocalServiceWrapper.getTagNames(String className,
long classPK)
|
static String[] |
AssetTagLocalServiceUtil.getTagNames(String className,
long classPK)
|
String[] |
AssetTagLocalService.getTagNames(String className,
long classPK)
|
List<AssetTagProperty> |
AssetTagPropertyLocalServiceWrapper.getTagProperties()
Returns all the asset tag property instances. |
static List<AssetTagProperty> |
AssetTagPropertyLocalServiceUtil.getTagProperties()
Returns all the asset tag property instances. |
List<AssetTagProperty> |
AssetTagPropertyLocalService.getTagProperties()
Returns all the asset tag property instances. |
List<AssetTagProperty> |
AssetTagPropertyServiceWrapper.getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID. |
static List<AssetTagProperty> |
AssetTagPropertyServiceUtil.getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID. |
List<AssetTagProperty> |
AssetTagPropertyService.getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID. |
List<AssetTagProperty> |
AssetTagPropertyLocalServiceWrapper.getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID. |
static List<AssetTagProperty> |
AssetTagPropertyLocalServiceUtil.getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID. |
List<AssetTagProperty> |
AssetTagPropertyLocalService.getTagProperties(long tagId)
Returns all the asset tag property instances with the specified tag ID. |
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.getTagProperty(long tagPropertyId)
Returns the asset tag property with the specified ID. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.getTagProperty(long tagPropertyId)
Returns the asset tag property with the specified ID. |
AssetTagProperty |
AssetTagPropertyLocalService.getTagProperty(long tagPropertyId)
Returns the asset tag property with the specified ID. |
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.getTagProperty(long tagId,
String key)
Returns the asset tag property with the specified tag ID and key. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.getTagProperty(long tagId,
String key)
Returns the asset tag property with the specified tag ID and key. |
AssetTagProperty |
AssetTagPropertyLocalService.getTagProperty(long tagId,
String key)
Returns the asset tag property with the specified tag ID and key. |
String[] |
AssetTagPropertyLocalServiceWrapper.getTagPropertyKeys(long groupId)
Returns asset tag property keys with the specified group |
static String[] |
AssetTagPropertyLocalServiceUtil.getTagPropertyKeys(long groupId)
Returns asset tag property keys with the specified group |
String[] |
AssetTagPropertyLocalService.getTagPropertyKeys(long groupId)
Returns asset tag property keys with the specified group |
List<AssetTagProperty> |
AssetTagPropertyServiceWrapper.getTagPropertyValues(long companyId,
String key)
Returns asset tag properties with the specified group and key. |
static List<AssetTagProperty> |
AssetTagPropertyServiceUtil.getTagPropertyValues(long companyId,
String key)
Returns asset tag properties with the specified group and key. |
List<AssetTagProperty> |
AssetTagPropertyService.getTagPropertyValues(long companyId,
String key)
Returns asset tag properties with the specified group and key. |
List<AssetTagProperty> |
AssetTagPropertyLocalServiceWrapper.getTagPropertyValues(long groupId,
String key)
Returns asset tag properties with the specified group and key. |
static List<AssetTagProperty> |
AssetTagPropertyLocalServiceUtil.getTagPropertyValues(long groupId,
String key)
Returns asset tag properties with the specified group and key. |
List<AssetTagProperty> |
AssetTagPropertyLocalService.getTagPropertyValues(long groupId,
String key)
Returns asset tag properties with the specified group and key. |
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags()
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags()
|
List<AssetTag> |
AssetTagLocalService.getTags()
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(long classNameId,
long classPK)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(long classNameId,
long classPK)
|
List<AssetTag> |
AssetTagLocalService.getTags(long classNameId,
long classPK)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalService.getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(long groupId,
long classNameId,
String name,
int start,
int end)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(long groupId,
long classNameId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalService.getTags(long groupId,
long classNameId,
String name,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(String className,
long classPK)
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagService.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getTags(String className,
long classPK)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getTags(String className,
long classPK)
|
List<AssetTag> |
AssetTagLocalService.getTags(String className,
long classPK)
|
int |
AssetTagServiceWrapper.getTagsCount(long groupId,
long classNameId,
String name)
|
static int |
AssetTagServiceUtil.getTagsCount(long groupId,
long classNameId,
String name)
|
int |
AssetTagService.getTagsCount(long groupId,
long classNameId,
String name)
|
int |
AssetTagServiceWrapper.getTagsCount(long groupId,
String name)
|
static int |
AssetTagServiceUtil.getTagsCount(long groupId,
String name)
|
int |
AssetTagService.getTagsCount(long groupId,
String name)
|
int |
AssetTagServiceWrapper.getTagsCount(long groupId,
String name,
String[] tagProperties)
|
static int |
AssetTagServiceUtil.getTagsCount(long groupId,
String name,
String[] tagProperties)
|
int |
AssetTagService.getTagsCount(long groupId,
String name,
String[] tagProperties)
|
int |
AssetTagLocalServiceWrapper.getTagsSize(long groupId,
long classNameId,
String name)
|
static int |
AssetTagLocalServiceUtil.getTagsSize(long groupId,
long classNameId,
String name)
|
int |
AssetTagLocalService.getTagsSize(long groupId,
long classNameId,
String name)
|
List<AssetTagStats> |
AssetTagStatsLocalServiceWrapper.getTagStats(long classNameId,
int start,
int end)
Returns a range of all the asset tag statistics instances associated with the asset entry matching the class name ID. |
static List<AssetTagStats> |
AssetTagStatsLocalServiceUtil.getTagStats(long classNameId,
int start,
int end)
Returns a range of all the asset tag statistics instances associated with the asset entry matching the class name ID. |
List<AssetTagStats> |
AssetTagStatsLocalService.getTagStats(long classNameId,
int start,
int end)
Returns a range of all the asset tag statistics instances associated with the asset entry matching the class name ID. |
AssetTagStats |
AssetTagStatsLocalServiceWrapper.getTagStats(long tagId,
long classNameId)
Returns the asset tag statistics instance with the tag and asset entry matching the class name ID |
static AssetTagStats |
AssetTagStatsLocalServiceUtil.getTagStats(long tagId,
long classNameId)
Returns the asset tag statistics instance with the tag and asset entry matching the class name ID |
AssetTagStats |
AssetTagStatsLocalService.getTagStats(long tagId,
long classNameId)
Returns the asset tag statistics instance with the tag and asset entry matching the class name ID |
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getTopViewedEntries(String[] className,
boolean asc,
int start,
int end)
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getTopViewedEntries(String[] className,
boolean asc,
int start,
int end)
|
List<AssetEntry> |
AssetEntryLocalService.getTopViewedEntries(String[] className,
boolean asc,
int start,
int end)
|
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getTopViewedEntries(String className,
boolean asc,
int start,
int end)
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getTopViewedEntries(String className,
boolean asc,
int start,
int end)
|
List<AssetEntry> |
AssetEntryLocalService.getTopViewedEntries(String className,
boolean asc,
int start,
int end)
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getVocabularies(long[] vocabularyIds)
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getVocabularies(long[] vocabularyIds)
|
List<AssetVocabulary> |
AssetVocabularyService.getVocabularies(long[] vocabularyIds)
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getVocabularies(long[] vocabularyIds)
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getVocabularies(long[] vocabularyIds)
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getVocabularies(long[] vocabularyIds)
|
AssetVocabulary |
AssetVocabularyServiceWrapper.getVocabulary(long vocabularyId)
|
static AssetVocabulary |
AssetVocabularyServiceUtil.getVocabulary(long vocabularyId)
|
AssetVocabulary |
AssetVocabularyService.getVocabulary(long vocabularyId)
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.getVocabulary(long vocabularyId)
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.getVocabulary(long vocabularyId)
|
AssetVocabulary |
AssetVocabularyLocalService.getVocabulary(long vocabularyId)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
int |
AssetCategoryLocalServiceWrapper.getVocabularyCategoriesCount(long vocabularyId)
|
static int |
AssetCategoryLocalServiceUtil.getVocabularyCategoriesCount(long vocabularyId)
|
int |
AssetCategoryLocalService.getVocabularyCategoriesCount(long vocabularyId)
|
int |
AssetCategoryServiceWrapper.getVocabularyCategoriesCount(long groupId,
long vocabularyId)
|
static int |
AssetCategoryServiceUtil.getVocabularyCategoriesCount(long groupId,
long vocabularyId)
|
int |
AssetCategoryService.getVocabularyCategoriesCount(long groupId,
long vocabularyId)
|
int |
AssetCategoryServiceWrapper.getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
|
static int |
AssetCategoryServiceUtil.getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
|
int |
AssetCategoryService.getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
boolean |
AssetTagLocalServiceWrapper.hasTag(long groupId,
String name)
|
static boolean |
AssetTagLocalServiceUtil.hasTag(long groupId,
String name)
|
boolean |
AssetTagLocalService.hasTag(long groupId,
String name)
|
AssetTag |
AssetTagLocalServiceWrapper.incrementAssetCount(long tagId,
long classNameId)
|
static AssetTag |
AssetTagLocalServiceUtil.incrementAssetCount(long tagId,
long classNameId)
|
AssetTag |
AssetTagLocalService.incrementAssetCount(long tagId,
long classNameId)
|
AssetEntry |
AssetEntryLocalServiceWrapper.incrementViewCounter(long userId,
String className,
long classPK,
int increment)
|
static AssetEntry |
AssetEntryLocalServiceUtil.incrementViewCounter(long userId,
String className,
long classPK,
int increment)
|
AssetEntry |
AssetEntryLocalService.incrementViewCounter(long userId,
String className,
long classPK,
int increment)
|
AssetEntry |
AssetEntryServiceWrapper.incrementViewCounter(String className,
long classPK)
|
static AssetEntry |
AssetEntryServiceUtil.incrementViewCounter(String className,
long classPK)
|
AssetEntry |
AssetEntryService.incrementViewCounter(String className,
long classPK)
|
void |
AssetCategoryLocalServiceWrapper.mergeCategories(long fromCategoryId,
long toCategoryId)
|
static void |
AssetCategoryLocalServiceUtil.mergeCategories(long fromCategoryId,
long toCategoryId)
|
void |
AssetCategoryLocalService.mergeCategories(long fromCategoryId,
long toCategoryId)
|
void |
AssetTagServiceWrapper.mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
|
static void |
AssetTagServiceUtil.mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
|
void |
AssetTagService.mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
|
void |
AssetTagServiceWrapper.mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
static void |
AssetTagServiceUtil.mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
void |
AssetTagService.mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
void |
AssetTagLocalServiceWrapper.mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
static void |
AssetTagLocalServiceUtil.mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
void |
AssetTagLocalService.mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
AssetCategory |
AssetCategoryServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
void |
AssetCategoryLocalServiceWrapper.rebuildTree(long groupId,
boolean force)
|
static void |
AssetCategoryLocalServiceUtil.rebuildTree(long groupId,
boolean force)
|
void |
AssetCategoryLocalService.rebuildTree(long groupId,
boolean force)
|
Hits |
AssetEntryLocalServiceWrapper.search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int start,
int end)
Deprecated. AssetEntryLocalServiceWrapper.search(long, long[], long, String, String, int, int,
int) |
static Hits |
AssetEntryLocalServiceUtil.search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int start,
int end)
Deprecated. AssetEntryLocalServiceUtil.search(long, long[], long, String, String, int, int,
int) |
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int start,
int end)
Deprecated. AssetEntryLocalService.search(long, long[], long, String, String, int, int,
int) |
Hits |
AssetEntryLocalServiceWrapper.search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int status,
int start,
int end)
|
static Hits |
AssetEntryLocalServiceUtil.search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int status,
int start,
int end)
|
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
String keywords,
int status,
int start,
int end)
|
Hits |
AssetEntryLocalServiceWrapper.search(long companyId,
long[] groupIds,
long userId,
String className,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
boolean andSearch,
int start,
int end)
Deprecated. AssetEntryLocalServiceWrapper.search(long, long[], long, String, String, String,
String, String, String, int, boolean, int, int) |
static Hits |
AssetEntryLocalServiceUtil.search(long companyId,
long[] groupIds,
long userId,
String className,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
boolean andSearch,
int start,
int end)
Deprecated. AssetEntryLocalServiceUtil.search(long, long[], long, String, String, String,
String, String, String, int, boolean, int, int) |
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
boolean andSearch,
int start,
int end)
Deprecated. AssetEntryLocalService.search(long, long[], long, String, String, String,
String, String, String, int, boolean, int, int) |
Hits |
AssetEntryLocalServiceWrapper.search(long companyId,
long[] groupIds,
long userId,
String className,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
int status,
boolean andSearch,
int start,
int end)
|
static Hits |
AssetEntryLocalServiceUtil.search(long companyId,
long[] groupIds,
long userId,
String className,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
int status,
boolean andSearch,
int start,
int end)
|
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
long userId,
String className,
String userName,
String title,
String description,
String assetCategoryIds,
String assetTagNames,
int status,
boolean andSearch,
int start,
int end)
|
Hits |
AssetEntryLocalServiceWrapper.search(long companyId,
long[] groupIds,
String className,
String keywords,
int start,
int end)
Deprecated. AssetEntryLocalServiceWrapper.search(long, long[], long, String, String, int, int,
int) |
static Hits |
AssetEntryLocalServiceUtil.search(long companyId,
long[] groupIds,
String className,
String keywords,
int start,
int end)
Deprecated. AssetEntryLocalServiceUtil.search(long, long[], long, String, String, int, int,
int) |
Hits |
AssetEntryLocalService.search(long companyId,
long[] groupIds,
String className,
String keywords,
int start,
int end)
Deprecated. AssetEntryLocalService.search(long, long[], long, String, String, int, int,
int) |
List<AssetCategory> |
AssetCategoryServiceWrapper.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryServiceUtil.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryService.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
JSONArray |
AssetTagServiceWrapper.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
static JSONArray |
AssetTagServiceUtil.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
JSONArray |
AssetTagService.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalServiceWrapper.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
static List<AssetTag> |
AssetTagLocalServiceUtil.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
List<AssetTag> |
AssetTagLocalService.search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
JSONArray |
AssetCategoryServiceWrapper.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
static JSONArray |
AssetCategoryServiceUtil.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
JSONArray |
AssetCategoryService.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
List<AssetCategory> |
AssetCategoryLocalService.search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
AssetCategory |
AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
static AssetCategory |
AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
Updates the asset category in the database or adds it if it does not yet exist. |
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Updates the asset category property in the database or adds it if it does not yet exist. |
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Updates the asset category property in the database or adds it if it does not yet exist. |
AssetCategoryProperty |
AssetCategoryPropertyLocalService.updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Updates the asset category property in the database or adds it if it does not yet exist. |
AssetEntry |
AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist. |
static AssetEntry |
AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist. |
AssetEntry |
AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist. |
AssetLink |
AssetLinkLocalServiceWrapper.updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist. |
static AssetLink |
AssetLinkLocalServiceUtil.updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist. |
AssetLink |
AssetLinkLocalService.updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist. |
AssetTag |
AssetTagLocalServiceWrapper.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. |
static AssetTag |
AssetTagLocalServiceUtil.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. |
AssetTag |
AssetTagLocalService.updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. |
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.updateAssetTagProperty(AssetTagProperty assetTagProperty)
Updates the asset tag property in the database or adds it if it does not yet exist. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.updateAssetTagProperty(AssetTagProperty assetTagProperty)
Updates the asset tag property in the database or adds it if it does not yet exist. |
AssetTagProperty |
AssetTagPropertyLocalService.updateAssetTagProperty(AssetTagProperty assetTagProperty)
Updates the asset tag property in the database or adds it if it does not yet exist. |
AssetTagStats |
AssetTagStatsLocalServiceWrapper.updateAssetTagStats(AssetTagStats assetTagStats)
Updates the asset tag stats in the database or adds it if it does not yet exist. |
static AssetTagStats |
AssetTagStatsLocalServiceUtil.updateAssetTagStats(AssetTagStats assetTagStats)
Updates the asset tag stats in the database or adds it if it does not yet exist. |
AssetTagStats |
AssetTagStatsLocalService.updateAssetTagStats(AssetTagStats assetTagStats)
Updates the asset tag stats in the database or adds it if it does not yet exist. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateAssetVocabulary(AssetVocabulary assetVocabulary)
Updates the asset vocabulary in the database or adds it if it does not yet exist. |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateAssetVocabulary(AssetVocabulary assetVocabulary)
Updates the asset vocabulary in the database or adds it if it does not yet exist. |
AssetVocabulary |
AssetVocabularyLocalService.updateAssetVocabulary(AssetVocabulary assetVocabulary)
Updates the asset vocabulary in the database or adds it if it does not yet exist. |
AssetCategory |
AssetCategoryLocalServiceWrapper.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryLocalServiceUtil.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryLocalService.updateCategory(long userId,
long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
AssetCategoryService.updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategoryProperty |
AssetCategoryPropertyServiceWrapper.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
static AssetCategoryProperty |
AssetCategoryPropertyServiceUtil.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
AssetCategoryProperty |
AssetCategoryPropertyService.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalServiceWrapper.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
static AssetCategoryProperty |
AssetCategoryPropertyLocalServiceUtil.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
AssetCategoryProperty |
AssetCategoryPropertyLocalService.updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
AssetEntry |
AssetEntryServiceWrapper.updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
|
static AssetEntry |
AssetEntryServiceUtil.updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
|
AssetEntry |
AssetEntryService.updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
|
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
|
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
|
AssetEntry |
AssetEntryLocalService.updateEntry(long userId,
long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
|
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames)
|
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames)
|
AssetEntry |
AssetEntryLocalService.updateEntry(long userId,
long groupId,
String className,
long classPK,
long[] categoryIds,
String[] tagNames)
|
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryLocalServiceWrapper.updateEntry(long, long, String, long, String, long,
long[], String[], boolean, Date, Date, Date, String, String,
String, String, String, String, int, int, Integer, boolean) |
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryLocalServiceUtil.updateEntry(long, long, String, long, String, long,
long[], String[], boolean, Date, Date, Date, String, String,
String, String, String, String, int, int, Integer, boolean) |
AssetEntry |
AssetEntryLocalService.updateEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryLocalService.updateEntry(long, long, String, long, String, long,
long[], String[], boolean, Date, Date, Date, String, String,
String, String, String, String, int, int, Integer, boolean) |
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryLocalServiceWrapper.updateEntry(long, long, Date, Date, String, long,
String, long, long[], String[], boolean, Date, Date, Date,
String, String, String, String, String, String, int, int,
Integer, boolean) |
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryLocalServiceUtil.updateEntry(long, long, Date, Date, String, long,
String, long, long[], String[], boolean, Date, Date, Date,
String, String, String, String, String, String, int, int,
Integer, boolean) |
AssetEntry |
AssetEntryLocalService.updateEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryLocalService.updateEntry(long, long, Date, Date, String, long,
String, long, long[], String[], boolean, Date, Date, Date,
String, String, String, String, String, String, int, int,
Integer, boolean) |
AssetEntry |
AssetEntryServiceWrapper.updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryServiceWrapper.updateEntry(long, String, long, String, long, long[],
String[], boolean, Date, Date, Date, String, String, String,
String, String, String, int, int, Integer, boolean) |
static AssetEntry |
AssetEntryServiceUtil.updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryServiceUtil.updateEntry(long, String, long, String, long, long[],
String[], boolean, Date, Date, Date, String, String, String,
String, String, String, int, int, Integer, boolean) |
AssetEntry |
AssetEntryService.updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. AssetEntryService.updateEntry(long, String, long, String, long, long[],
String[], boolean, Date, Date, Date, String, String, String,
String, String, String, int, int, Integer, boolean) |
AssetEntry |
AssetEntryServiceWrapper.updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. #updateEntry(long, Date, Date. String, long, String,
long, long[], String[], boolean, Date, Date, Date, String,
String, String, String, String, String, int, int, Integer,
boolean) |
static AssetEntry |
AssetEntryServiceUtil.updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. #updateEntry(long, Date, Date. String, long, String,
long, long[], String[], boolean, Date, Date, Date, String,
String, String, String, String, String, int, int, Integer,
boolean) |
AssetEntry |
AssetEntryService.updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
Deprecated. #updateEntry(long, Date, Date. String, long, String,
long, long[], String[], boolean, Date, Date, Date, String,
String, String, String, String, String, int, int, Integer,
boolean) |
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(String className,
long classPK,
Date publishDate,
boolean visible)
|
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(String className,
long classPK,
Date publishDate,
boolean visible)
|
AssetEntry |
AssetEntryLocalService.updateEntry(String className,
long classPK,
Date publishDate,
boolean visible)
|
AssetEntry |
AssetEntryLocalServiceWrapper.updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean visible)
|
static AssetEntry |
AssetEntryLocalServiceUtil.updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean visible)
|
AssetEntry |
AssetEntryLocalService.updateEntry(String className,
long classPK,
Date publishDate,
Date expirationDate,
boolean visible)
|
void |
AssetLinkLocalServiceWrapper.updateLinks(long userId,
long entryId,
long[] linkEntryIds,
int typeId)
Updates all links of the asset entry, replacing them with links associating the asset entry with the asset entries of the given link entry IDs. |
static void |
AssetLinkLocalServiceUtil.updateLinks(long userId,
long entryId,
long[] linkEntryIds,
int typeId)
Updates all links of the asset entry, replacing them with links associating the asset entry with the asset entries of the given link entry IDs. |
void |
AssetLinkLocalService.updateLinks(long userId,
long entryId,
long[] linkEntryIds,
int typeId)
Updates all links of the asset entry, replacing them with links associating the asset entry with the asset entries of the given link entry IDs. |
AssetTag |
AssetTagLocalServiceWrapper.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagLocalServiceUtil.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagLocalService.updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagServiceWrapper.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagServiceUtil.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTag |
AssetTagService.updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
AssetTagProperty |
AssetTagPropertyServiceWrapper.updateTagProperty(long tagPropertyId,
String key,
String value)
Updates the asset tag property. |
static AssetTagProperty |
AssetTagPropertyServiceUtil.updateTagProperty(long tagPropertyId,
String key,
String value)
Updates the asset tag property. |
AssetTagProperty |
AssetTagPropertyService.updateTagProperty(long tagPropertyId,
String key,
String value)
Updates the asset tag property. |
AssetTagProperty |
AssetTagPropertyLocalServiceWrapper.updateTagProperty(long tagPropertyId,
String key,
String value)
Updates the asset tag property. |
static AssetTagProperty |
AssetTagPropertyLocalServiceUtil.updateTagProperty(long tagPropertyId,
String key,
String value)
Updates the asset tag property. |
AssetTagProperty |
AssetTagPropertyLocalService.updateTagProperty(long tagPropertyId,
String key,
String value)
Updates the asset tag property. |
AssetTagStats |
AssetTagStatsLocalServiceWrapper.updateTagStats(long tagId,
long classNameId)
Updates the asset tag statistics instance. |
static AssetTagStats |
AssetTagStatsLocalServiceUtil.updateTagStats(long tagId,
long classNameId)
Updates the asset tag statistics instance. |
AssetTagStats |
AssetTagStatsLocalService.updateTagStats(long tagId,
long classNameId)
Updates the asset tag statistics instance. |
AssetEntry |
AssetEntryLocalServiceWrapper.updateVisible(String className,
long classPK,
boolean visible)
|
static AssetEntry |
AssetEntryLocalServiceUtil.updateVisible(String className,
long classPK,
boolean visible)
|
AssetEntry |
AssetEntryLocalService.updateVisible(String className,
long classPK,
boolean visible)
|
AssetVocabulary |
AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
static AssetVocabulary |
AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
AssetVocabulary |
AssetVocabularyService.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
AssetVocabulary |
AssetVocabularyLocalService.updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
Deprecated. |
AssetVocabulary |
AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyService.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
AssetVocabulary |
AssetVocabularyLocalService.updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
void |
AssetEntryLocalServiceWrapper.validate(long groupId,
String className,
long[] categoryIds,
String[] tagNames)
|
static void |
AssetEntryLocalServiceUtil.validate(long groupId,
String className,
long[] categoryIds,
String[] tagNames)
|
void |
AssetEntryLocalService.validate(long groupId,
String className,
long[] categoryIds,
String[] tagNames)
|
| Uses of SystemException in com.liferay.portlet.asset.service.persistence |
|---|
| Methods in com.liferay.portlet.asset.service.persistence that throw SystemException | |
|---|---|
static void |
AssetEntryUtil.addAssetCategories(long pk,
List<AssetCategory> assetCategories)
Adds an association between the asset entry and the asset categories. |
void |
AssetEntryPersistence.addAssetCategories(long pk,
List<AssetCategory> assetCategories)
Adds an association between the asset entry and the asset categories. |
static void |
AssetEntryUtil.addAssetCategories(long pk,
long[] assetCategoryPKs)
Adds an association between the asset entry and the asset categories. |
void |
AssetEntryPersistence.addAssetCategories(long pk,
long[] assetCategoryPKs)
Adds an association between the asset entry and the asset categories. |
static void |
AssetEntryUtil.addAssetCategory(long pk,
AssetCategory assetCategory)
Adds an association between the asset entry and the asset category. |
void |
AssetEntryPersistence.addAssetCategory(long pk,
AssetCategory assetCategory)
Adds an association between the asset entry and the asset category. |
static void |
AssetEntryUtil.addAssetCategory(long pk,
long assetCategoryPK)
Adds an association between the asset entry and the asset category. |
void |
AssetEntryPersistence.addAssetCategory(long pk,
long assetCategoryPK)
Adds an association between the asset entry and the asset category. |
static void |
AssetTagUtil.addAssetEntries(long pk,
List<AssetEntry> assetEntries)
Adds an association between the asset tag and the asset entries. |
void |
AssetTagPersistence.addAssetEntries(long pk,
List<AssetEntry> assetEntries)
Adds an association between the asset tag and the asset entries. |
static void |
AssetCategoryUtil.addAssetEntries(long pk,
List<AssetEntry> assetEntries)
Adds an association between the asset category and the asset entries. |
void |
AssetCategoryPersistence.addAssetEntries(long pk,
List<AssetEntry> assetEntries)
Adds an association between the asset category and the asset entries. |
static void |
AssetTagUtil.addAssetEntries(long pk,
long[] assetEntryPKs)
Adds an association between the asset tag and the asset entries. |
void |
AssetTagPersistence.addAssetEntries(long pk,
long[] assetEntryPKs)
Adds an association between the asset tag and the asset entries. |
static void |
AssetCategoryUtil.addAssetEntries(long pk,
long[] assetEntryPKs)
Adds an association between the asset category and the asset entries. |
void |
AssetCategoryPersistence.addAssetEntries(long pk,
long[] assetEntryPKs)
Adds an association between the asset category and the asset entries. |
static void |
AssetTagUtil.addAssetEntry(long pk,
AssetEntry assetEntry)
Adds an association between the asset tag and the asset entry. |
void |
AssetTagPersistence.addAssetEntry(long pk,
AssetEntry assetEntry)
Adds an association between the asset tag and the asset entry. |
static void |
AssetCategoryUtil.addAssetEntry(long pk,
AssetEntry assetEntry)
Adds an association between the asset category and the asset entry. |
void |
AssetCategoryPersistence.addAssetEntry(long pk,
AssetEntry assetEntry)
Adds an association between the asset category and the asset entry. |
static void |
AssetTagUtil.addAssetEntry(long pk,
long assetEntryPK)
Adds an association between the asset tag and the asset entry. |
void |
AssetTagPersistence.addAssetEntry(long pk,
long assetEntryPK)
Adds an association between the asset tag and the asset entry. |
static void |
AssetCategoryUtil.addAssetEntry(long pk,
long assetEntryPK)
Adds an association between the asset category and the asset entry. |
void |
AssetCategoryPersistence.addAssetEntry(long pk,
long assetEntryPK)
Adds an association between the asset category and the asset entry. |
static void |
AssetEntryUtil.addAssetTag(long pk,
AssetTag assetTag)
Adds an association between the asset entry and the asset tag. |
void |
AssetEntryPersistence.addAssetTag(long pk,
AssetTag assetTag)
Adds an association between the asset entry and the asset tag. |
static void |
AssetEntryUtil.addAssetTag(long pk,
long assetTagPK)
Adds an association between the asset entry and the asset tag. |
void |
AssetEntryPersistence.addAssetTag(long pk,
long assetTagPK)
Adds an association between the asset entry and the asset tag. |
static void |
AssetEntryUtil.addAssetTags(long pk,
List<AssetTag> assetTags)
Adds an association between the asset entry and the asset tags. |
void |
AssetEntryPersistence.addAssetTags(long pk,
List<AssetTag> assetTags)
Adds an association between the asset entry and the asset tags. |
static void |
AssetEntryUtil.addAssetTags(long pk,
long[] assetTagPKs)
Adds an association between the asset entry and the asset tags. |
void |
AssetEntryPersistence.addAssetTags(long pk,
long[] assetTagPKs)
Adds an association between the asset entry and the asset tags. |
static void |
AssetEntryUtil.clearAssetCategories(long pk)
Clears all associations between the asset entry and its asset categories. |
void |
AssetEntryPersistence.clearAssetCategories(long pk)
Clears all associations between the asset entry and its asset categories. |
static void |
AssetTagUtil.clearAssetEntries(long pk)
Clears all associations between the asset tag and its asset entries. |
void |
AssetTagPersistence.clearAssetEntries(long pk)
Clears all associations between the asset tag and its asset entries. |
static void |
AssetCategoryUtil.clearAssetEntries(long pk)
Clears all associations between the asset category and its asset entries. |
void |
AssetCategoryPersistence.clearAssetEntries(long pk)
Clears all associations between the asset category and its asset entries. |
static void |
AssetEntryUtil.clearAssetTags(long pk)
Clears all associations between the asset entry and its asset tags. |
void |
AssetEntryPersistence.clearAssetTags(long pk)
Clears all associations between the asset entry and its asset tags. |
static boolean |
AssetEntryUtil.containsAssetCategories(long pk)
Returns true if the asset entry has any asset categories associated with it. |
boolean |
AssetEntryPersistence.containsAssetCategories(long pk)
Returns true if the asset entry has any asset categories associated with it. |
static boolean |
AssetEntryUtil.containsAssetCategory(long pk,
long assetCategoryPK)
Returns true if the asset category is associated with the asset entry. |
boolean |
AssetEntryPersistence.containsAssetCategory(long pk,
long assetCategoryPK)
Returns true if the asset category is associated with the asset entry. |
static boolean |
AssetTagUtil.containsAssetEntries(long pk)
Returns true if the asset tag has any asset entries associated with it. |
boolean |
AssetTagPersistence.containsAssetEntries(long pk)
Returns true if the asset tag has any asset entries associated with it. |
static boolean |
AssetCategoryUtil.containsAssetEntries(long pk)
Returns true if the asset category has any asset entries associated with it. |
boolean |
AssetCategoryPersistence.containsAssetEntries(long pk)
Returns true if the asset category has any asset entries associated with it. |
static boolean |
AssetTagUtil.containsAssetEntry(long pk,
long assetEntryPK)
Returns true if the asset entry is associated with the asset tag. |
boolean |
AssetTagPersistence.containsAssetEntry(long pk,
long assetEntryPK)
Returns true if the asset entry is associated with the asset tag. |
static boolean |
AssetCategoryUtil.containsAssetEntry(long pk,
long assetEntryPK)
Returns true if the asset entry is associated with the asset category. |
boolean |
AssetCategoryPersistence.containsAssetEntry(long pk,
long assetEntryPK)
Returns true if the asset entry is associated with the asset category. |
static boolean |
AssetEntryUtil.containsAssetTag(long pk,
long assetTagPK)
Returns true if the asset tag is associated with the asset entry. |
boolean |
AssetEntryPersistence.containsAssetTag(long pk,
long assetTagPK)
Returns true if the asset tag is associated with the asset entry. |
static boolean |
AssetEntryUtil.containsAssetTags(long pk)
Returns true if the asset entry has any asset tags associated with it. |
boolean |
AssetEntryPersistence.containsAssetTags(long pk)
Returns true if the asset entry has any asset tags associated with it. |
static int |
AssetVocabularyUtil.countAll()
Returns the number of asset vocabularies. |
int |
AssetVocabularyPersistence.countAll()
Returns the number of asset vocabularies. |
static int |
AssetTagUtil.countAll()
Returns the number of asset tags. |
static int |
AssetTagStatsUtil.countAll()
Returns the number of asset tag statses. |
int |
AssetTagStatsPersistence.countAll()
Returns the number of asset tag statses. |
static int |
AssetTagPropertyUtil.countAll()
Returns the number of asset tag properties. |
int |
AssetTagPropertyPersistence.countAll()
Returns the number of asset tag properties. |
int |
AssetTagPersistence.countAll()
Returns the number of asset tags. |
static int |
AssetLinkUtil.countAll()
Returns the number of asset links. |
int |
AssetLinkPersistence.countAll()
Returns the number of asset links. |
static int |
AssetEntryUtil.countAll()
Returns the number of asset entries. |
int |
AssetEntryPersistence.countAll()
Returns the number of asset entries. |
static int |
AssetCategoryUtil.countAll()
Returns the number of asset categories. |
static int |
AssetCategoryPropertyUtil.countAll()
Returns the number of asset category properties. |
int |
AssetCategoryPropertyPersistence.countAll()
Returns the number of asset category properties. |
int |
AssetCategoryPersistence.countAll()
Returns the number of asset categories. |
static int |
AssetEntryUtil.countByC_C(long classNameId,
long classPK)
Returns the number of asset entries where classNameId = ? and classPK = ?. |
int |
AssetEntryPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of asset entries where classNameId = ? and classPK = ?. |
static int |
AssetTagPropertyUtil.countByC_K(long companyId,
String key)
Returns the number of asset tag properties where companyId = ? and key = ?. |
int |
AssetTagPropertyPersistence.countByC_K(long companyId,
String key)
Returns the number of asset tag properties where companyId = ? and key = ?. |
static int |
AssetCategoryPropertyUtil.countByC_K(long companyId,
String key)
Returns the number of asset category properties where companyId = ? and key = ?. |
int |
AssetCategoryPropertyPersistence.countByC_K(long companyId,
String key)
Returns the number of asset category properties where companyId = ? and key = ?. |
static int |
AssetCategoryPropertyUtil.countByCA_K(long categoryId,
String key)
Returns the number of asset category properties where categoryId = ? and key = ?. |
int |
AssetCategoryPropertyPersistence.countByCA_K(long categoryId,
String key)
Returns the number of asset category properties where categoryId = ? and key = ?. |
static int |
AssetCategoryPropertyUtil.countByCategoryId(long categoryId)
Returns the number of asset category properties where categoryId = ?. |
int |
AssetCategoryPropertyPersistence.countByCategoryId(long categoryId)
Returns the number of asset category properties where categoryId = ?. |
static int |
AssetTagStatsUtil.countByClassNameId(long classNameId)
Returns the number of asset tag statses where classNameId = ?. |
int |
AssetTagStatsPersistence.countByClassNameId(long classNameId)
Returns the number of asset tag statses where classNameId = ?. |
static int |
AssetVocabularyUtil.countByCompanyId(long companyId)
Returns the number of asset vocabularies where companyId = ?. |
int |
AssetVocabularyPersistence.countByCompanyId(long companyId)
Returns the number of asset vocabularies where companyId = ?. |
static int |
AssetTagPropertyUtil.countByCompanyId(long companyId)
Returns the number of asset tag properties where companyId = ?. |
int |
AssetTagPropertyPersistence.countByCompanyId(long companyId)
Returns the number of asset tag properties where companyId = ?. |
static int |
AssetEntryUtil.countByCompanyId(long companyId)
Returns the number of asset entries where companyId = ?. |
int |
AssetEntryPersistence.countByCompanyId(long companyId)
Returns the number of asset entries where companyId = ?. |
static int |
AssetCategoryPropertyUtil.countByCompanyId(long companyId)
Returns the number of asset category properties where companyId = ?. |
int |
AssetCategoryPropertyPersistence.countByCompanyId(long companyId)
Returns the number of asset category properties where companyId = ?. |
static int |
AssetLinkUtil.countByE_E_T(long entryId1,
long entryId2,
int type)
Returns the number of asset links where entryId1 = ? and entryId2 = ? and type = ?. |
int |
AssetLinkPersistence.countByE_E_T(long entryId1,
long entryId2,
int type)
Returns the number of asset links where entryId1 = ? and entryId2 = ? and type = ?. |
static int |
AssetLinkUtil.countByE_E(long entryId1,
long entryId2)
Returns the number of asset links where entryId1 = ? and entryId2 = ?. |
int |
AssetLinkPersistence.countByE_E(long entryId1,
long entryId2)
Returns the number of asset links where entryId1 = ? and entryId2 = ?. |
static int |
AssetLinkUtil.countByE1_T(long entryId1,
int type)
Returns the number of asset links where entryId1 = ? and type = ?. |
int |
AssetLinkPersistence.countByE1_T(long entryId1,
int type)
Returns the number of asset links where entryId1 = ? and type = ?. |
static int |
AssetLinkUtil.countByE1(long entryId1)
Returns the number of asset links where entryId1 = ?. |
int |
AssetLinkPersistence.countByE1(long entryId1)
Returns the number of asset links where entryId1 = ?. |
static int |
AssetLinkUtil.countByE2_T(long entryId2,
int type)
Returns the number of asset links where entryId2 = ? and type = ?. |
int |
AssetLinkPersistence.countByE2_T(long entryId2,
int type)
Returns the number of asset links where entryId2 = ? and type = ?. |
static int |
AssetLinkUtil.countByE2(long entryId2)
Returns the number of asset links where entryId2 = ?. |
int |
AssetLinkPersistence.countByE2(long entryId2)
Returns the number of asset links where entryId2 = ?. |
static int |
AssetEntryUtil.countByExpirationDate(Date expirationDate)
Returns the number of asset entries where expirationDate = ?. |
int |
AssetEntryPersistence.countByExpirationDate(Date expirationDate)
Returns the number of asset entries where expirationDate = ?. |
static int |
AssetTagFinderUtil.countByG_C_N(long groupId,
long classNameId,
String name)
|
int |
AssetTagFinder.countByG_C_N(long groupId,
long classNameId,
String name)
|
static int |
AssetCategoryFinderUtil.countByG_C_N(long groupId,
long classNameId,
String name)
|
int |
AssetCategoryFinder.countByG_C_N(long groupId,
long classNameId,
String name)
|
static int |
AssetEntryUtil.countByG_CU(long groupId,
String classUuid)
Returns the number of asset entries where groupId = ? and classUuid = ?. |
int |
AssetEntryPersistence.countByG_CU(long groupId,
String classUuid)
Returns the number of asset entries where groupId = ? and classUuid = ?. |
static int |
AssetTagPropertyFinderUtil.countByG_K(long groupId,
String key)
|
int |
AssetTagPropertyFinder.countByG_K(long groupId,
String key)
|
static int |
AssetCategoryPropertyFinderUtil.countByG_K(long groupId,
String key)
|
int |
AssetCategoryPropertyFinder.countByG_K(long groupId,
String key)
|
static int |
AssetTagFinderUtil.countByG_N_P(long groupId,
String name,
String[] tagProperties)
|
int |
AssetTagFinder.countByG_N_P(long groupId,
String name,
String[] tagProperties)
|
static int |
AssetCategoryFinderUtil.countByG_N_P(long groupId,
String name,
String[] categoryProperties)
|
int |
AssetCategoryFinder.countByG_N_P(long groupId,
String name,
String[] categoryProperties)
|
static int |
AssetCategoryFinderUtil.countByG_N_V(long groupId,
String name,
long vocabularyId)
|
int |
AssetCategoryFinder.countByG_N_V(long groupId,
String name,
long vocabularyId)
|
static int |
AssetVocabularyUtil.countByG_N(long groupId,
String name)
Returns the number of asset vocabularies where groupId = ? and name = ?. |
int |
AssetVocabularyPersistence.countByG_N(long groupId,
String name)
Returns the number of asset vocabularies where groupId = ? and name = ?. |
static int |
AssetVocabularyFinderUtil.countByG_N(long groupId,
String name)
|
int |
AssetVocabularyFinder.countByG_N(long groupId,
String name)
|
static int |
AssetTagUtil.countByG_N(long groupId,
String name)
Returns the number of asset tags where groupId = ? and name = ?. |
int |
AssetTagPersistence.countByG_N(long groupId,
String name)
Returns the number of asset tags where groupId = ? and name = ?. |
static int |
AssetCategoryUtil.countByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
int |
AssetCategoryPersistence.countByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static int |
AssetCategoryUtil.countByG_V(long groupId,
long vocabularyId)
Returns the number of asset categories where groupId = ? and vocabularyId = ?. |
int |
AssetCategoryPersistence.countByG_V(long groupId,
long vocabularyId)
Returns the number of asset categories where groupId = ? and vocabularyId = ?. |
static int |
AssetVocabularyUtil.countByGroupId(long groupId)
Returns the number of asset vocabularies where groupId = ?. |
int |
AssetVocabularyPersistence.countByGroupId(long groupId)
Returns the number of asset vocabularies where groupId = ?. |
static int |
AssetTagUtil.countByGroupId(long groupId)
Returns the number of asset tags where groupId = ?. |
static int |
AssetTagPropertyKeyFinderUtil.countByGroupId(long groupId)
|
int |
AssetTagPropertyKeyFinder.countByGroupId(long groupId)
|
int |
AssetTagPersistence.countByGroupId(long groupId)
Returns the number of asset tags where groupId = ?. |
static int |
AssetCategoryUtil.countByGroupId(long groupId)
Returns the number of asset categories where groupId = ?. |
int |
AssetCategoryPersistence.countByGroupId(long groupId)
Returns the number of asset categories where groupId = ?. |
static int |
AssetEntryUtil.countByLayoutUuid(String layoutUuid)
Returns the number of asset entries where layoutUuid = ?. |
int |
AssetEntryPersistence.countByLayoutUuid(String layoutUuid)
Returns the number of asset entries where layoutUuid = ?. |
static int |
AssetCategoryUtil.countByN_V(String name,
long vocabularyId)
Returns the number of asset categories where name = ? and vocabularyId = ?. |
int |
AssetCategoryPersistence.countByN_V(String name,
long vocabularyId)
Returns the number of asset categories where name = ? and vocabularyId = ?. |
static int |
AssetCategoryUtil.countByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories where parentCategoryId = ? and name = ? and vocabularyId = ?. |
int |
AssetCategoryPersistence.countByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories where parentCategoryId = ? and name = ? and vocabularyId = ?. |
static int |
AssetCategoryUtil.countByP_N(long parentCategoryId,
String name)
Returns the number of asset categories where parentCategoryId = ? and name = ?. |
int |
AssetCategoryPersistence.countByP_N(long parentCategoryId,
String name)
Returns the number of asset categories where parentCategoryId = ? and name = ?. |
static int |
AssetCategoryUtil.countByP_V(long parentCategoryId,
long vocabularyId)
Returns the number of asset categories where parentCategoryId = ? and vocabularyId = ?. |
int |
AssetCategoryPersistence.countByP_V(long parentCategoryId,
long vocabularyId)
Returns the number of asset categories where parentCategoryId = ? and vocabularyId = ?. |
static int |
AssetCategoryUtil.countByParentCategoryId(long parentCategoryId)
Returns the number of asset categories where parentCategoryId = ?. |
int |
AssetCategoryPersistence.countByParentCategoryId(long parentCategoryId)
Returns the number of asset categories where parentCategoryId = ?. |
static int |
AssetEntryUtil.countByPublishDate(Date publishDate)
Returns the number of asset entries where publishDate = ?. |
int |
AssetEntryPersistence.countByPublishDate(Date publishDate)
Returns the number of asset entries where publishDate = ?. |
static int |
AssetTagStatsUtil.countByT_C(long tagId,
long classNameId)
Returns the number of asset tag statses where tagId = ? and classNameId = ?. |
int |
AssetTagStatsPersistence.countByT_C(long tagId,
long classNameId)
Returns the number of asset tag statses where tagId = ? and classNameId = ?. |
static int |
AssetTagPropertyUtil.countByT_K(long tagId,
String key)
Returns the number of asset tag properties where tagId = ? and key = ?. |
int |
AssetTagPropertyPersistence.countByT_K(long tagId,
String key)
Returns the number of asset tag properties where tagId = ? and key = ?. |
static int |
AssetTagStatsUtil.countByTagId(long tagId)
Returns the number of asset tag statses where tagId = ?. |
int |
AssetTagStatsPersistence.countByTagId(long tagId)
Returns the number of asset tag statses where tagId = ?. |
static int |
AssetTagPropertyUtil.countByTagId(long tagId)
Returns the number of asset tag properties where tagId = ?. |
int |
AssetTagPropertyPersistence.countByTagId(long tagId)
Returns the number of asset tag properties where tagId = ?. |
static int |
AssetVocabularyUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of asset vocabularies where uuid = ? and companyId = ?. |
int |
AssetVocabularyPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of asset vocabularies where uuid = ? and companyId = ?. |
static int |
AssetCategoryUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of asset categories where uuid = ? and companyId = ?. |
int |
AssetCategoryPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of asset categories where uuid = ? and companyId = ?. |
static int |
AssetVocabularyUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of asset vocabularies where uuid = ? and groupId = ?. |
int |
AssetVocabularyPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of asset vocabularies where uuid = ? and groupId = ?. |
static int |
AssetCategoryUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of asset categories where uuid = ? and groupId = ?. |
int |
AssetCategoryPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of asset categories where uuid = ? and groupId = ?. |
static int |
AssetVocabularyUtil.countByUuid(String uuid)
Returns the number of asset vocabularies where uuid = ?. |
int |
AssetVocabularyPersistence.countByUuid(String uuid)
Returns the number of asset vocabularies where uuid = ?. |
static int |
AssetCategoryUtil.countByUuid(String uuid)
Returns the number of asset categories where uuid = ?. |
int |
AssetCategoryPersistence.countByUuid(String uuid)
Returns the number of asset categories where uuid = ?. |
static int |
AssetEntryUtil.countByVisible(boolean visible)
Returns the number of asset entries where visible = ?. |
int |
AssetEntryPersistence.countByVisible(boolean visible)
Returns the number of asset entries where visible = ?. |
static int |
AssetCategoryUtil.countByVocabularyId(long vocabularyId)
Returns the number of asset categories where vocabularyId = ?. |
int |
AssetCategoryPersistence.countByVocabularyId(long vocabularyId)
Returns the number of asset categories where vocabularyId = ?. |
static int |
AssetEntryFinderUtil.countEntries(AssetEntryQuery entryQuery)
|
int |
AssetEntryFinder.countEntries(AssetEntryQuery entryQuery)
|
long |
AssetVocabularyUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AssetTagUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AssetTagStatsUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AssetTagPropertyUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AssetLinkUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AssetEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AssetCategoryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
AssetCategoryPropertyUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static AssetEntry |
AssetEntryUtil.fetchByC_C(long classNameId,
long classPK)
Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found. |
AssetEntry |
AssetEntryPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found. |
static AssetEntry |
AssetEntryUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
AssetEntry |
AssetEntryPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByC_K_First(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByC_K_First(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByC_K_First(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByC_K_First(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where companyId = ? and key = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByC_K_Last(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByC_K_Last(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByC_K_Last(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByC_K_Last(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCA_K(long categoryId,
String key)
Returns the asset category property where categoryId = ? and key = ? or returns null if it could not be found. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCA_K(long categoryId,
String key)
Returns the asset category property where categoryId = ? and key = ? or returns null if it could not be found. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCA_K(long categoryId,
String key,
boolean retrieveFromCache)
Returns the asset category property where categoryId = ? and key = ? or returns null if it could not be found, optionally using the finder cache. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCA_K(long categoryId,
String key,
boolean retrieveFromCache)
Returns the asset category property where categoryId = ? and key = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCategoryId_First(long categoryId,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCategoryId_First(long categoryId,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where categoryId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCategoryId_Last(long categoryId,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCategoryId_Last(long categoryId,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where categoryId = ?. |
static AssetTagStats |
AssetTagStatsUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first asset tag stats in the ordered set where classNameId = ?. |
AssetTagStats |
AssetTagStatsPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first asset tag stats in the ordered set where classNameId = ?. |
static AssetTagStats |
AssetTagStatsUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last asset tag stats in the ordered set where classNameId = ?. |
AssetTagStats |
AssetTagStatsPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last asset tag stats in the ordered set where classNameId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ?. |
static AssetEntry |
AssetEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where companyId = ?. |
AssetEntry |
AssetEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where companyId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ?. |
static AssetEntry |
AssetEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where companyId = ?. |
AssetEntry |
AssetEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where companyId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where companyId = ?. |
static AssetLink |
AssetLinkUtil.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE_E_T(long entryId1,
long entryId2,
int type)
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found. |
AssetLink |
AssetLinkPersistence.fetchByE_E_T(long entryId1,
long entryId2,
int type)
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found. |
static AssetLink |
AssetLinkUtil.fetchByE_E_T(long entryId1,
long entryId2,
int type,
boolean retrieveFromCache)
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
AssetLink |
AssetLinkPersistence.fetchByE_E_T(long entryId1,
long entryId2,
int type,
boolean retrieveFromCache)
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetLink |
AssetLinkUtil.fetchByE1_First(long entryId1,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_First(long entryId1,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_Last(long entryId1,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_Last(long entryId1,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_First(long entryId2,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_First(long entryId2,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_Last(long entryId2,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_Last(long entryId2,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetEntry |
AssetEntryUtil.fetchByExpirationDate_First(Date expirationDate,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?. |
AssetEntry |
AssetEntryPersistence.fetchByExpirationDate_First(Date expirationDate,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?. |
static AssetEntry |
AssetEntryUtil.fetchByExpirationDate_Last(Date expirationDate,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where expirationDate = ?. |
AssetEntry |
AssetEntryPersistence.fetchByExpirationDate_Last(Date expirationDate,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where expirationDate = ?. |
static AssetEntry |
AssetEntryUtil.fetchByG_CU(long groupId,
String classUuid)
Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found. |
AssetEntry |
AssetEntryPersistence.fetchByG_CU(long groupId,
String classUuid)
Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found. |
static AssetEntry |
AssetEntryUtil.fetchByG_CU(long groupId,
String classUuid,
boolean retrieveFromCache)
Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found, optionally using the finder cache. |
AssetEntry |
AssetEntryPersistence.fetchByG_CU(long groupId,
String classUuid,
boolean retrieveFromCache)
Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByG_N(long groupId,
String name)
Returns the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByG_N(long groupId,
String name)
Returns the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found. |
static AssetTag |
AssetTagUtil.fetchByG_N(long groupId,
String name)
Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found. |
AssetTag |
AssetTagPersistence.fetchByG_N(long groupId,
String name)
Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetTag |
AssetTagUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
AssetTag |
AssetTagPersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetCategory |
AssetCategoryUtil.fetchByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
static AssetEntry |
AssetEntryUtil.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?. |
AssetEntry |
AssetEntryPersistence.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?. |
static AssetEntry |
AssetEntryUtil.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?. |
AssetEntry |
AssetEntryPersistence.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found. |
AssetCategory |
AssetCategoryPersistence.fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found. |
static AssetCategory |
AssetCategoryUtil.fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId,
boolean retrieveFromCache)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetCategory |
AssetCategoryPersistence.fetchByP_N_V(long parentCategoryId,
String name,
long vocabularyId,
boolean retrieveFromCache)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetCategory |
AssetCategoryUtil.fetchByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByPrimaryKey(long vocabularyId)
Returns the asset vocabulary with the primary key or returns null if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByPrimaryKey(long vocabularyId)
Returns the asset vocabulary with the primary key or returns null if it could not be found. |
static AssetTag |
AssetTagUtil.fetchByPrimaryKey(long tagId)
Returns the asset tag with the primary key or returns null if it could not be found. |
static AssetTagStats |
AssetTagStatsUtil.fetchByPrimaryKey(long tagStatsId)
Returns the asset tag stats with the primary key or returns null if it could not be found. |
AssetTagStats |
AssetTagStatsPersistence.fetchByPrimaryKey(long tagStatsId)
Returns the asset tag stats with the primary key or returns null if it could not be found. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByPrimaryKey(long tagPropertyId)
Returns the asset tag property with the primary key or returns null if it could not be found. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByPrimaryKey(long tagPropertyId)
Returns the asset tag property with the primary key or returns null if it could not be found. |
AssetTag |
AssetTagPersistence.fetchByPrimaryKey(long tagId)
Returns the asset tag with the primary key or returns null if it could not be found. |
static AssetLink |
AssetLinkUtil.fetchByPrimaryKey(long linkId)
Returns the asset link with the primary key or returns null if it could not be found. |
AssetLink |
AssetLinkPersistence.fetchByPrimaryKey(long linkId)
Returns the asset link with the primary key or returns null if it could not be found. |
static AssetEntry |
AssetEntryUtil.fetchByPrimaryKey(long entryId)
Returns the asset entry with the primary key or returns null if it could not be found. |
AssetEntry |
AssetEntryPersistence.fetchByPrimaryKey(long entryId)
Returns the asset entry with the primary key or returns null if it could not be found. |
static AssetCategory |
AssetCategoryUtil.fetchByPrimaryKey(long categoryId)
Returns the asset category with the primary key or returns null if it could not be found. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByPrimaryKey(long categoryPropertyId)
Returns the asset category property with the primary key or returns null if it could not be found. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByPrimaryKey(long categoryPropertyId)
Returns the asset category property with the primary key or returns null if it could not be found. |
AssetCategory |
AssetCategoryPersistence.fetchByPrimaryKey(long categoryId)
Returns the asset category with the primary key or returns null if it could not be found. |
static AssetEntry |
AssetEntryUtil.fetchByPublishDate_First(Date publishDate,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?. |
AssetEntry |
AssetEntryPersistence.fetchByPublishDate_First(Date publishDate,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?. |
static AssetEntry |
AssetEntryUtil.fetchByPublishDate_Last(Date publishDate,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?. |
AssetEntry |
AssetEntryPersistence.fetchByPublishDate_Last(Date publishDate,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?. |
static AssetTagStats |
AssetTagStatsUtil.fetchByT_C(long tagId,
long classNameId)
Returns the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found. |
AssetTagStats |
AssetTagStatsPersistence.fetchByT_C(long tagId,
long classNameId)
Returns the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found. |
static AssetTagStats |
AssetTagStatsUtil.fetchByT_C(long tagId,
long classNameId,
boolean retrieveFromCache)
Returns the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetTagStats |
AssetTagStatsPersistence.fetchByT_C(long tagId,
long classNameId,
boolean retrieveFromCache)
Returns the asset tag stats where tagId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByT_K(long tagId,
String key)
Returns the asset tag property where tagId = ? and key = ? or returns null if it could not be found. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByT_K(long tagId,
String key)
Returns the asset tag property where tagId = ? and key = ? or returns null if it could not be found. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByT_K(long tagId,
String key,
boolean retrieveFromCache)
Returns the asset tag property where tagId = ? and key = ? or returns null if it could not be found, optionally using the finder cache. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByT_K(long tagId,
String key,
boolean retrieveFromCache)
Returns the asset tag property where tagId = ? and key = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetTagStats |
AssetTagStatsUtil.fetchByTagId_First(long tagId,
OrderByComparator orderByComparator)
Returns the first asset tag stats in the ordered set where tagId = ?. |
AssetTagStats |
AssetTagStatsPersistence.fetchByTagId_First(long tagId,
OrderByComparator orderByComparator)
Returns the first asset tag stats in the ordered set where tagId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByTagId_First(long tagId,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where tagId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByTagId_First(long tagId,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where tagId = ?. |
static AssetTagStats |
AssetTagStatsUtil.fetchByTagId_Last(long tagId,
OrderByComparator orderByComparator)
Returns the last asset tag stats in the ordered set where tagId = ?. |
AssetTagStats |
AssetTagStatsPersistence.fetchByTagId_Last(long tagId,
OrderByComparator orderByComparator)
Returns the last asset tag stats in the ordered set where tagId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByTagId_Last(long tagId,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where tagId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByTagId_Last(long tagId,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where tagId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found. |
static AssetCategory |
AssetCategoryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the asset category where uuid = ? and groupId = ? or returns null if it could not be found. |
AssetCategory |
AssetCategoryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the asset category where uuid = ? and groupId = ? or returns null if it could not be found. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetCategory |
AssetCategoryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the asset category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
AssetCategory |
AssetCategoryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the asset category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
static AssetEntry |
AssetEntryUtil.fetchByVisible_First(boolean visible,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where visible = ?. |
AssetEntry |
AssetEntryPersistence.fetchByVisible_First(boolean visible,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where visible = ?. |
static AssetEntry |
AssetEntryUtil.fetchByVisible_Last(boolean visible,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where visible = ?. |
AssetEntry |
AssetEntryPersistence.fetchByVisible_Last(boolean visible,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where visible = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
static int |
AssetTagFinderUtil.filterCountByG_C_N(long groupId,
long classNameId,
String name)
|
int |
AssetTagFinder.filterCountByG_C_N(long groupId,
long classNameId,
String name)
|
static int |
AssetTagFinderUtil.filterCountByG_N_P(long groupId,
String name,
String[] tagProperties)
|
int |
AssetTagFinder.filterCountByG_N_P(long groupId,
String name,
String[] tagProperties)
|
static int |
AssetCategoryFinderUtil.filterCountByG_N_V(long groupId,
String name,
long vocabularyId)
|
int |
AssetCategoryFinder.filterCountByG_N_V(long groupId,
String name,
long vocabularyId)
|
static int |
AssetVocabularyFinderUtil.filterCountByG_N(long groupId,
String name)
|
int |
AssetVocabularyFinder.filterCountByG_N(long groupId,
String name)
|
static int |
AssetTagFinderUtil.filterCountByG_N(long groupId,
String name)
|
int |
AssetTagFinder.filterCountByG_N(long groupId,
String name)
|
static int |
AssetCategoryUtil.filterCountByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
int |
AssetCategoryPersistence.filterCountByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns the number of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static int |
AssetCategoryUtil.filterCountByG_V(long groupId,
long vocabularyId)
Returns the number of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
int |
AssetCategoryPersistence.filterCountByG_V(long groupId,
long vocabularyId)
Returns the number of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
static int |
AssetVocabularyUtil.filterCountByGroupId(long groupId)
Returns the number of asset vocabularies that the user has permission to view where groupId = ?. |
int |
AssetVocabularyPersistence.filterCountByGroupId(long groupId)
Returns the number of asset vocabularies that the user has permission to view where groupId = ?. |
static int |
AssetTagUtil.filterCountByGroupId(long groupId)
Returns the number of asset tags that the user has permission to view where groupId = ?. |
int |
AssetTagPersistence.filterCountByGroupId(long groupId)
Returns the number of asset tags that the user has permission to view where groupId = ?. |
static int |
AssetCategoryUtil.filterCountByGroupId(long groupId)
Returns the number of asset categories that the user has permission to view where groupId = ?. |
int |
AssetCategoryPersistence.filterCountByGroupId(long groupId)
Returns the number of asset categories that the user has permission to view where groupId = ?. |
static List<AssetTag> |
AssetTagFinderUtil.filterFindByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetTag> |
AssetTagFinder.filterFindByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
|
static List<AssetTag> |
AssetTagFinderUtil.filterFindByG_N_P(long groupId,
String name,
String[] tagProperties,
int start,
int end,
OrderByComparator obc)
|
List<AssetTag> |
AssetTagFinder.filterFindByG_N_P(long groupId,
String name,
String[] tagProperties,
int start,
int end,
OrderByComparator obc)
|
static List<AssetCategory> |
AssetCategoryFinderUtil.filterFindByG_N_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryFinder.filterFindByG_N_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static AssetTag |
AssetTagFinderUtil.filterFindByG_N(long groupId,
String name)
|
AssetTag |
AssetTagFinder.filterFindByG_N(long groupId,
String name)
|
static List<AssetVocabulary> |
AssetVocabularyFinderUtil.filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetVocabulary> |
AssetVocabularyFinder.filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_V(long groupId,
long vocabularyId)
Returns all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_V(long groupId,
long vocabularyId)
Returns all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_V(long groupId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_V(long groupId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.filterFindByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.filterFindByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?. |
static AssetTag[] |
AssetTagUtil.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?. |
AssetTag[] |
AssetTagPersistence.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.filterFindByGroupId(long groupId)
Returns all the asset vocabularies that the user has permission to view where groupId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.filterFindByGroupId(long groupId)
Returns all the asset vocabularies that the user has permission to view where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long groupId)
Returns all the asset tags that the user has permission to view where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long groupId)
Returns all the asset tags that the user has permission to view where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByGroupId(long groupId)
Returns all the asset categories that the user has permission to view where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByGroupId(long groupId)
Returns all the asset categories that the user has permission to view where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset vocabularies that the user has permission to view where groupId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset vocabularies that the user has permission to view where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset categories that the user has permission to view where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findAll()
Returns all the asset vocabularies. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findAll()
Returns all the asset vocabularies. |
static List<AssetTag> |
AssetTagUtil.findAll()
Returns all the asset tags. |
static List<AssetTagStats> |
AssetTagStatsUtil.findAll()
Returns all the asset tag statses. |
List<AssetTagStats> |
AssetTagStatsPersistence.findAll()
Returns all the asset tag statses. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findAll()
Returns all the asset tag properties. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findAll()
Returns all the asset tag properties. |
List<AssetTag> |
AssetTagPersistence.findAll()
Returns all the asset tags. |
static List<AssetLink> |
AssetLinkUtil.findAll()
Returns all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll()
Returns all the asset links. |
static List<AssetEntry> |
AssetEntryUtil.findAll()
Returns all the asset entries. |
List<AssetEntry> |
AssetEntryPersistence.findAll()
Returns all the asset entries. |
static List<AssetCategory> |
AssetCategoryUtil.findAll()
Returns all the asset categories. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findAll()
Returns all the asset category properties. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findAll()
Returns all the asset category properties. |
List<AssetCategory> |
AssetCategoryPersistence.findAll()
Returns all the asset categories. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findAll(int start,
int end)
Returns a range of all the asset vocabularies. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findAll(int start,
int end)
Returns a range of all the asset vocabularies. |
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end)
Returns a range of all the asset tags. |
static List<AssetTagStats> |
AssetTagStatsUtil.findAll(int start,
int end)
Returns a range of all the asset tag statses. |
List<AssetTagStats> |
AssetTagStatsPersistence.findAll(int start,
int end)
Returns a range of all the asset tag statses. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findAll(int start,
int end)
Returns a range of all the asset tag properties. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findAll(int start,
int end)
Returns a range of all the asset tag properties. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end)
Returns a range of all the asset tags. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end)
Returns a range of all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end)
Returns a range of all the asset links. |
static List<AssetEntry> |
AssetEntryUtil.findAll(int start,
int end)
Returns a range of all the asset entries. |
List<AssetEntry> |
AssetEntryPersistence.findAll(int start,
int end)
Returns a range of all the asset entries. |
static List<AssetCategory> |
AssetCategoryUtil.findAll(int start,
int end)
Returns a range of all the asset categories. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findAll(int start,
int end)
Returns a range of all the asset category properties. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findAll(int start,
int end)
Returns a range of all the asset category properties. |
List<AssetCategory> |
AssetCategoryPersistence.findAll(int start,
int end)
Returns a range of all the asset categories. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies. |
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags. |
static List<AssetTagStats> |
AssetTagStatsUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag statses. |
List<AssetTagStats> |
AssetTagStatsPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag statses. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag properties. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag properties. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links. |
static List<AssetEntry> |
AssetEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries. |
List<AssetEntry> |
AssetEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries. |
static List<AssetCategory> |
AssetCategoryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset category properties. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset category properties. |
List<AssetCategory> |
AssetCategoryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories. |
static List<AssetTag> |
AssetTagFinderUtil.findByC_C(long classNameId,
long classPK)
|
List<AssetTag> |
AssetTagFinder.findByC_C(long classNameId,
long classPK)
|
static AssetEntry |
AssetEntryUtil.findByC_C(long classNameId,
long classPK)
Returns the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found. |
AssetEntry |
AssetEntryPersistence.findByC_C(long classNameId,
long classPK)
Returns the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found. |
static List<AssetCategory> |
AssetCategoryFinderUtil.findByC_C(long classNameId,
long classPK)
|
List<AssetCategory> |
AssetCategoryFinder.findByC_C(long classNameId,
long classPK)
|
static AssetTagProperty |
AssetTagPropertyUtil.findByC_K_First(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByC_K_First(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByC_K_First(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByC_K_First(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where companyId = ? and key = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByC_K_Last(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByC_K_Last(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByC_K_Last(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByC_K_Last(long companyId,
String key,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where companyId = ? and key = ?. |
static AssetTagProperty[] |
AssetTagPropertyUtil.findByC_K_PrevAndNext(long tagPropertyId,
long companyId,
String key,
OrderByComparator orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty[] |
AssetTagPropertyPersistence.findByC_K_PrevAndNext(long tagPropertyId,
long companyId,
String key,
OrderByComparator orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
String key,
OrderByComparator orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
String key,
OrderByComparator orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByC_K(long companyId,
String key)
Returns all the asset tag properties where companyId = ? and key = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByC_K(long companyId,
String key)
Returns all the asset tag properties where companyId = ? and key = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByC_K(long companyId,
String key)
Returns all the asset category properties where companyId = ? and key = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByC_K(long companyId,
String key)
Returns all the asset category properties where companyId = ? and key = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByC_K(long companyId,
String key,
int start,
int end)
Returns a range of all the asset tag properties where companyId = ? and key = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByC_K(long companyId,
String key,
int start,
int end)
Returns a range of all the asset tag properties where companyId = ? and key = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByC_K(long companyId,
String key,
int start,
int end)
Returns a range of all the asset category properties where companyId = ? and key = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByC_K(long companyId,
String key,
int start,
int end)
Returns a range of all the asset category properties where companyId = ? and key = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag properties where companyId = ? and key = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag properties where companyId = ? and key = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset category properties where companyId = ? and key = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset category properties where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCA_K(long categoryId,
String key)
Returns the asset category property where categoryId = ? and key = ? or throws a NoSuchCategoryPropertyException if it could not be found. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCA_K(long categoryId,
String key)
Returns the asset category property where categoryId = ? and key = ? or throws a NoSuchCategoryPropertyException if it could not be found. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where categoryId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCategoryId_Last(long categoryId,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCategoryId_Last(long categoryId,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where categoryId = ?. |
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
OrderByComparator orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
OrderByComparator orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where categoryId = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCategoryId(long categoryId)
Returns all the asset category properties where categoryId = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCategoryId(long categoryId)
Returns all the asset category properties where categoryId = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCategoryId(long categoryId,
int start,
int end)
Returns a range of all the asset category properties where categoryId = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCategoryId(long categoryId,
int start,
int end)
Returns a range of all the asset category properties where categoryId = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset category properties where categoryId = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset category properties where categoryId = ?. |
static AssetTagStats |
AssetTagStatsUtil.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first asset tag stats in the ordered set where classNameId = ?. |
AssetTagStats |
AssetTagStatsPersistence.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first asset tag stats in the ordered set where classNameId = ?. |
static AssetTagStats |
AssetTagStatsUtil.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last asset tag stats in the ordered set where classNameId = ?. |
AssetTagStats |
AssetTagStatsPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last asset tag stats in the ordered set where classNameId = ?. |
static AssetTagStats[] |
AssetTagStatsUtil.findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
OrderByComparator orderByComparator)
Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?. |
AssetTagStats[] |
AssetTagStatsPersistence.findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
OrderByComparator orderByComparator)
Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?. |
static List<AssetTagStats> |
AssetTagStatsUtil.findByClassNameId(long classNameId)
Returns all the asset tag statses where classNameId = ?. |
List<AssetTagStats> |
AssetTagStatsPersistence.findByClassNameId(long classNameId)
Returns all the asset tag statses where classNameId = ?. |
static List<AssetTagStats> |
AssetTagStatsUtil.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the asset tag statses where classNameId = ?. |
List<AssetTagStats> |
AssetTagStatsPersistence.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the asset tag statses where classNameId = ?. |
static List<AssetTagStats> |
AssetTagStatsUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag statses where classNameId = ?. |
List<AssetTagStats> |
AssetTagStatsPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag statses where classNameId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ?. |
static AssetEntry |
AssetEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where companyId = ?. |
AssetEntry |
AssetEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where companyId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first asset category property in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ?. |
static AssetEntry |
AssetEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where companyId = ?. |
AssetEntry |
AssetEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where companyId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last asset category property in the ordered set where companyId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?. |
static AssetTagProperty[] |
AssetTagPropertyUtil.findByCompanyId_PrevAndNext(long tagPropertyId,
long companyId,
OrderByComparator orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?. |
AssetTagProperty[] |
AssetTagPropertyPersistence.findByCompanyId_PrevAndNext(long tagPropertyId,
long companyId,
OrderByComparator orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?. |
static AssetEntry[] |
AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?. |
AssetEntry[] |
AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?. |
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
OrderByComparator orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
OrderByComparator orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByCompanyId(long companyId)
Returns all the asset vocabularies where companyId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByCompanyId(long companyId)
Returns all the asset vocabularies where companyId = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByCompanyId(long companyId)
Returns all the asset tag properties where companyId = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByCompanyId(long companyId)
Returns all the asset tag properties where companyId = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByCompanyId(long companyId)
Returns all the asset entries where companyId = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByCompanyId(long companyId)
Returns all the asset entries where companyId = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCompanyId(long companyId)
Returns all the asset category properties where companyId = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCompanyId(long companyId)
Returns all the asset category properties where companyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the asset vocabularies where companyId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the asset vocabularies where companyId = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the asset tag properties where companyId = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the asset tag properties where companyId = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the asset entries where companyId = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the asset entries where companyId = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the asset category properties where companyId = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the asset category properties where companyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies where companyId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies where companyId = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag properties where companyId = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag properties where companyId = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where companyId = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where companyId = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset category properties where companyId = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset category properties where companyId = ?. |
static AssetLink |
AssetLinkUtil.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE_E_T(long entryId1,
long entryId2,
int type)
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or throws a NoSuchLinkException if it could not be found. |
AssetLink |
AssetLinkPersistence.findByE_E_T(long entryId1,
long entryId2,
int type)
Returns the asset link where entryId1 = ? and entryId2 = ? and type = ? or throws a NoSuchLinkException if it could not be found. |
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2)
Returns all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2)
Returns all the asset links where entryId1 = ? and entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId1 = ? and entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_First(long entryId1,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_First(long entryId1,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_Last(long entryId1,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_Last(long entryId1,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_T_First(long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE1_T_First(long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE1_T_Last(long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE1_T_Last(long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink[] |
AssetLinkUtil.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkFinderUtil.findByE1_T_V(long entryId1,
int type,
boolean visible)
|
List<AssetLink> |
AssetLinkFinder.findByE1_T_V(long entryId1,
int type,
boolean visible)
|
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type)
Returns all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type)
Returns all the asset links where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type,
int start,
int end)
Returns a range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type,
int start,
int end)
Returns a range of all the asset links where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkFinderUtil.findByE1_V(long entryId1,
boolean visible)
|
List<AssetLink> |
AssetLinkFinder.findByE1_V(long entryId1,
boolean visible)
|
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1)
Returns all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1)
Returns all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end)
Returns a range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end)
Returns a range of all the asset links where entryId1 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_First(long entryId2,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_First(long entryId2,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_Last(long entryId2,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_Last(long entryId2,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_T_First(long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE2_T_First(long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE2_T_Last(long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE2_T_Last(long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink[] |
AssetLinkUtil.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type)
Returns all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type)
Returns all the asset links where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type,
int start,
int end)
Returns a range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type,
int start,
int end)
Returns a range of all the asset links where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2)
Returns all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2)
Returns all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end)
Returns a range of all the asset links where entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
static List<AssetTag> |
AssetTagFinderUtil.findByEntryId(long entryId)
|
List<AssetTag> |
AssetTagFinder.findByEntryId(long entryId)
|
static List<AssetCategory> |
AssetCategoryFinderUtil.findByEntryId(long entryId)
|
List<AssetCategory> |
AssetCategoryFinder.findByEntryId(long entryId)
|
static AssetEntry |
AssetEntryUtil.findByExpirationDate_First(Date expirationDate,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?. |
AssetEntry |
AssetEntryPersistence.findByExpirationDate_First(Date expirationDate,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?. |
static AssetEntry |
AssetEntryUtil.findByExpirationDate_Last(Date expirationDate,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where expirationDate = ?. |
AssetEntry |
AssetEntryPersistence.findByExpirationDate_Last(Date expirationDate,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where expirationDate = ?. |
static AssetEntry[] |
AssetEntryUtil.findByExpirationDate_PrevAndNext(long entryId,
Date expirationDate,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?. |
AssetEntry[] |
AssetEntryPersistence.findByExpirationDate_PrevAndNext(long entryId,
Date expirationDate,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByExpirationDate(Date expirationDate)
Returns all the asset entries where expirationDate = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByExpirationDate(Date expirationDate)
Returns all the asset entries where expirationDate = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByExpirationDate(Date expirationDate,
int start,
int end)
Returns a range of all the asset entries where expirationDate = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByExpirationDate(Date expirationDate,
int start,
int end)
Returns a range of all the asset entries where expirationDate = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where expirationDate = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where expirationDate = ?. |
static List<AssetTag> |
AssetTagFinderUtil.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetTag> |
AssetTagFinder.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
|
static AssetEntry |
AssetEntryUtil.findByG_CU(long groupId,
String classUuid)
Returns the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found. |
AssetEntry |
AssetEntryPersistence.findByG_CU(long groupId,
String classUuid)
Returns the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found. |
static List<AssetTagProperty> |
AssetTagPropertyFinderUtil.findByG_K(long groupId,
String key)
|
List<AssetTagProperty> |
AssetTagPropertyFinder.findByG_K(long groupId,
String key)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyFinderUtil.findByG_K(long groupId,
String key)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyFinder.findByG_K(long groupId,
String key)
|
static List<AssetTagProperty> |
AssetTagPropertyFinderUtil.findByG_K(long groupId,
String key,
int start,
int end)
|
List<AssetTagProperty> |
AssetTagPropertyFinder.findByG_K(long groupId,
String key,
int start,
int end)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyFinderUtil.findByG_K(long groupId,
String key,
int start,
int end)
|
List<AssetCategoryProperty> |
AssetCategoryPropertyFinder.findByG_K(long groupId,
String key,
int start,
int end)
|
static List<Long> |
AssetCategoryFinderUtil.findByG_L(Long parentCategoryId)
|
List<Long> |
AssetCategoryFinder.findByG_L(Long parentCategoryId)
|
static List<AssetCategory> |
AssetCategoryFinderUtil.findByG_N_P(long groupId,
String name,
String[] categoryProperties)
|
List<AssetCategory> |
AssetCategoryFinder.findByG_N_P(long groupId,
String name,
String[] categoryProperties)
|
static List<AssetCategory> |
AssetCategoryFinderUtil.findByG_N_P(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
List<AssetCategory> |
AssetCategoryFinder.findByG_N_P(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
static List<AssetTag> |
AssetTagFinderUtil.findByG_N_P(long groupId,
String name,
String[] tagProperties,
int start,
int end,
OrderByComparator obc)
|
List<AssetTag> |
AssetTagFinder.findByG_N_P(long groupId,
String name,
String[] tagProperties,
int start,
int end,
OrderByComparator obc)
|
static List<AssetTag> |
AssetTagFinderUtil.findByG_N_S_E(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
List<AssetTag> |
AssetTagFinder.findByG_N_S_E(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
static List<AssetCategory> |
AssetCategoryFinderUtil.findByG_N_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
AssetCategoryFinder.findByG_N_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
static AssetVocabulary |
AssetVocabularyUtil.findByG_N(long groupId,
String name)
Returns the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.findByG_N(long groupId,
String name)
Returns the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found. |
static AssetTag |
AssetTagUtil.findByG_N(long groupId,
String name)
Returns the asset tag where groupId = ? and name = ? or throws a NoSuchTagException if it could not be found. |
AssetTag |
AssetTagPersistence.findByG_N(long groupId,
String name)
Returns the asset tag where groupId = ? and name = ? or throws a NoSuchTagException if it could not be found. |
static AssetTag |
AssetTagFinderUtil.findByG_N(long groupId,
String name)
|
AssetTag |
AssetTagFinder.findByG_N(long groupId,
String name)
|
static AssetCategory |
AssetCategoryFinderUtil.findByG_N(long groupId,
String name)
|
AssetCategory |
AssetCategoryFinder.findByG_N(long groupId,
String name)
|
static List<AssetVocabulary> |
AssetVocabularyFinderUtil.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetVocabulary> |
AssetVocabularyFinder.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator obc)
|
static AssetCategory |
AssetCategoryUtil.findByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Returns all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_V_First(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_V(long groupId,
long vocabularyId)
Returns all the asset categories where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_V(long groupId,
long vocabularyId)
Returns all the asset categories where groupId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_V(long groupId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_V(long groupId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where groupId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?. |
static AssetTag[] |
AssetTagUtil.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
AssetTag[] |
AssetTagPersistence.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByGroupId(long groupId)
Returns all the asset vocabularies where groupId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByGroupId(long groupId)
Returns all the asset vocabularies where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId)
Returns all the asset tags where groupId = ?. |
static String[] |
AssetTagPropertyKeyFinderUtil.findByGroupId(long groupId)
|
String[] |
AssetTagPropertyKeyFinder.findByGroupId(long groupId)
|
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId)
Returns all the asset tags where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByGroupId(long groupId)
Returns all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByGroupId(long groupId)
Returns all the asset categories where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset vocabularies where groupId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset vocabularies where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset tags where groupId = ?. |
static String[] |
AssetTagPropertyKeyFinderUtil.findByGroupId(long groupId,
int start,
int end)
|
String[] |
AssetTagPropertyKeyFinder.findByGroupId(long groupId,
int start,
int end)
|
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset tags where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset categories where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies where groupId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where groupId = ?. |
static AssetEntry |
AssetEntryUtil.findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?. |
AssetEntry |
AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?. |
static AssetEntry |
AssetEntryUtil.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?. |
AssetEntry |
AssetEntryPersistence.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?. |
static AssetEntry[] |
AssetEntryUtil.findByLayoutUuid_PrevAndNext(long entryId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?. |
AssetEntry[] |
AssetEntryPersistence.findByLayoutUuid_PrevAndNext(long entryId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByLayoutUuid(String layoutUuid)
Returns all the asset entries where layoutUuid = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByLayoutUuid(String layoutUuid)
Returns all the asset entries where layoutUuid = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the asset entries where layoutUuid = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the asset entries where layoutUuid = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where layoutUuid = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where layoutUuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByN_V_First(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByN_V(String name,
long vocabularyId)
Returns all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByN_V(String name,
long vocabularyId)
Returns all the asset categories where name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByN_V(String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByN_V(String name,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByN_V(String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByN_V(String name,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Returns the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_N(long parentCategoryId,
String name)
Returns all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_N(long parentCategoryId,
String name)
Returns all the asset categories where parentCategoryId = ? and name = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_N(long parentCategoryId,
String name,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_N(long parentCategoryId,
String name,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ? and name = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_N(long parentCategoryId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_N(long parentCategoryId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_V(long parentCategoryId,
long vocabularyId)
Returns all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_V(long parentCategoryId,
long vocabularyId)
Returns all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory |
AssetCategoryUtil.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByParentCategoryId(long parentCategoryId)
Returns all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId)
Returns all the asset categories where parentCategoryId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByParentCategoryId(long parentCategoryId,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId,
int start,
int end)
Returns a range of all the asset categories where parentCategoryId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByParentCategoryId(long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByPrimaryKey(long vocabularyId)
Returns the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.findByPrimaryKey(long vocabularyId)
Returns the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found. |
static AssetTag |
AssetTagUtil.findByPrimaryKey(long tagId)
Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
static AssetTagStats |
AssetTagStatsUtil.findByPrimaryKey(long tagStatsId)
Returns the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found. |
AssetTagStats |
AssetTagStatsPersistence.findByPrimaryKey(long tagStatsId)
Returns the asset tag stats with the primary key or throws a NoSuchTagStatsException if it could not be found. |
static AssetTagProperty |
AssetTagPropertyUtil.findByPrimaryKey(long tagPropertyId)
Returns the asset tag property with the primary key or throws a NoSuchTagPropertyException if it could not be found. |
AssetTagProperty |
AssetTagPropertyPersistence.findByPrimaryKey(long tagPropertyId)
Returns the asset tag property with the primary key or throws a NoSuchTagPropertyException if it could not be found. |
AssetTag |
AssetTagPersistence.findByPrimaryKey(long tagId)
Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
static AssetLink |
AssetLinkUtil.findByPrimaryKey(long linkId)
Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found. |
AssetLink |
AssetLinkPersistence.findByPrimaryKey(long linkId)
Returns the asset link with the primary key or throws a NoSuchLinkException if it could not be found. |
static AssetEntry |
AssetEntryUtil.findByPrimaryKey(long entryId)
Returns the asset entry with the primary key or throws a NoSuchEntryException if it could not be found. |
AssetEntry |
AssetEntryPersistence.findByPrimaryKey(long entryId)
Returns the asset entry with the primary key or throws a NoSuchEntryException if it could not be found. |
static AssetCategory |
AssetCategoryUtil.findByPrimaryKey(long categoryId)
Returns the asset category with the primary key or throws a NoSuchCategoryException if it could not be found. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByPrimaryKey(long categoryPropertyId)
Returns the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByPrimaryKey(long categoryPropertyId)
Returns the asset category property with the primary key or throws a NoSuchCategoryPropertyException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByPrimaryKey(long categoryId)
Returns the asset category with the primary key or throws a NoSuchCategoryException if it could not be found. |
static AssetEntry |
AssetEntryUtil.findByPublishDate_First(Date publishDate,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?. |
AssetEntry |
AssetEntryPersistence.findByPublishDate_First(Date publishDate,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?. |
static AssetEntry |
AssetEntryUtil.findByPublishDate_Last(Date publishDate,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?. |
AssetEntry |
AssetEntryPersistence.findByPublishDate_Last(Date publishDate,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?. |
static AssetEntry[] |
AssetEntryUtil.findByPublishDate_PrevAndNext(long entryId,
Date publishDate,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?. |
AssetEntry[] |
AssetEntryPersistence.findByPublishDate_PrevAndNext(long entryId,
Date publishDate,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByPublishDate(Date publishDate)
Returns all the asset entries where publishDate = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByPublishDate(Date publishDate)
Returns all the asset entries where publishDate = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByPublishDate(Date publishDate,
int start,
int end)
Returns a range of all the asset entries where publishDate = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByPublishDate(Date publishDate,
int start,
int end)
Returns a range of all the asset entries where publishDate = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByPublishDate(Date publishDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where publishDate = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByPublishDate(Date publishDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where publishDate = ?. |
static AssetTagStats |
AssetTagStatsUtil.findByT_C(long tagId,
long classNameId)
Returns the asset tag stats where tagId = ? and classNameId = ? or throws a NoSuchTagStatsException if it could not be found. |
AssetTagStats |
AssetTagStatsPersistence.findByT_C(long tagId,
long classNameId)
Returns the asset tag stats where tagId = ? and classNameId = ? or throws a NoSuchTagStatsException if it could not be found. |
static AssetTagProperty |
AssetTagPropertyUtil.findByT_K(long tagId,
String key)
Returns the asset tag property where tagId = ? and key = ? or throws a NoSuchTagPropertyException if it could not be found. |
AssetTagProperty |
AssetTagPropertyPersistence.findByT_K(long tagId,
String key)
Returns the asset tag property where tagId = ? and key = ? or throws a NoSuchTagPropertyException if it could not be found. |
static AssetTagStats |
AssetTagStatsUtil.findByTagId_First(long tagId,
OrderByComparator orderByComparator)
Returns the first asset tag stats in the ordered set where tagId = ?. |
AssetTagStats |
AssetTagStatsPersistence.findByTagId_First(long tagId,
OrderByComparator orderByComparator)
Returns the first asset tag stats in the ordered set where tagId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByTagId_First(long tagId,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where tagId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByTagId_First(long tagId,
OrderByComparator orderByComparator)
Returns the first asset tag property in the ordered set where tagId = ?. |
static AssetTagStats |
AssetTagStatsUtil.findByTagId_Last(long tagId,
OrderByComparator orderByComparator)
Returns the last asset tag stats in the ordered set where tagId = ?. |
AssetTagStats |
AssetTagStatsPersistence.findByTagId_Last(long tagId,
OrderByComparator orderByComparator)
Returns the last asset tag stats in the ordered set where tagId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByTagId_Last(long tagId,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where tagId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByTagId_Last(long tagId,
OrderByComparator orderByComparator)
Returns the last asset tag property in the ordered set where tagId = ?. |
static AssetTagStats[] |
AssetTagStatsUtil.findByTagId_PrevAndNext(long tagStatsId,
long tagId,
OrderByComparator orderByComparator)
Returns the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?. |
AssetTagStats[] |
AssetTagStatsPersistence.findByTagId_PrevAndNext(long tagStatsId,
long tagId,
OrderByComparator orderByComparator)
Returns the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?. |
static AssetTagProperty[] |
AssetTagPropertyUtil.findByTagId_PrevAndNext(long tagPropertyId,
long tagId,
OrderByComparator orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?. |
AssetTagProperty[] |
AssetTagPropertyPersistence.findByTagId_PrevAndNext(long tagPropertyId,
long tagId,
OrderByComparator orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?. |
static List<AssetTagStats> |
AssetTagStatsUtil.findByTagId(long tagId)
Returns all the asset tag statses where tagId = ?. |
List<AssetTagStats> |
AssetTagStatsPersistence.findByTagId(long tagId)
Returns all the asset tag statses where tagId = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByTagId(long tagId)
Returns all the asset tag properties where tagId = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByTagId(long tagId)
Returns all the asset tag properties where tagId = ?. |
static List<AssetTagStats> |
AssetTagStatsUtil.findByTagId(long tagId,
int start,
int end)
Returns a range of all the asset tag statses where tagId = ?. |
List<AssetTagStats> |
AssetTagStatsPersistence.findByTagId(long tagId,
int start,
int end)
Returns a range of all the asset tag statses where tagId = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByTagId(long tagId,
int start,
int end)
Returns a range of all the asset tag properties where tagId = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByTagId(long tagId,
int start,
int end)
Returns a range of all the asset tag properties where tagId = ?. |
static List<AssetTagStats> |
AssetTagStatsUtil.findByTagId(long tagId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag statses where tagId = ?. |
List<AssetTagStats> |
AssetTagStatsPersistence.findByTagId(long tagId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag statses where tagId = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByTagId(long tagId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag properties where tagId = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByTagId(long tagId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tag properties where tagId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByUuid_C_PrevAndNext(long vocabularyId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByUuid_C_PrevAndNext(long vocabularyId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByUuid_C(String uuid,
long companyId)
Returns all the asset vocabularies where uuid = ? and companyId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the asset vocabularies where uuid = ? and companyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the asset categories where uuid = ? and companyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the asset categories where uuid = ? and companyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the asset vocabularies where uuid = ? and companyId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the asset vocabularies where uuid = ? and companyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the asset categories where uuid = ? and companyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the asset categories where uuid = ? and companyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where uuid = ? and companyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where uuid = ? and companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUUID_G(String uuid,
long groupId)
Returns the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found. |
AssetVocabulary |
AssetVocabularyPersistence.findByUUID_G(String uuid,
long groupId)
Returns the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found. |
static AssetCategory |
AssetCategoryUtil.findByUUID_G(String uuid,
long groupId)
Returns the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
AssetCategory |
AssetCategoryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByUuid(String uuid)
Returns all the asset vocabularies where uuid = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByUuid(String uuid)
Returns all the asset vocabularies where uuid = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid(String uuid)
Returns all the asset categories where uuid = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid(String uuid)
Returns all the asset categories where uuid = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the asset vocabularies where uuid = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the asset vocabularies where uuid = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the asset categories where uuid = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the asset categories where uuid = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies where uuid = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset vocabularies where uuid = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where uuid = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where uuid = ?. |
static AssetEntry |
AssetEntryUtil.findByVisible_First(boolean visible,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where visible = ?. |
AssetEntry |
AssetEntryPersistence.findByVisible_First(boolean visible,
OrderByComparator orderByComparator)
Returns the first asset entry in the ordered set where visible = ?. |
static AssetEntry |
AssetEntryUtil.findByVisible_Last(boolean visible,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where visible = ?. |
AssetEntry |
AssetEntryPersistence.findByVisible_Last(boolean visible,
OrderByComparator orderByComparator)
Returns the last asset entry in the ordered set where visible = ?. |
static AssetEntry[] |
AssetEntryUtil.findByVisible_PrevAndNext(long entryId,
boolean visible,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where visible = ?. |
AssetEntry[] |
AssetEntryPersistence.findByVisible_PrevAndNext(long entryId,
boolean visible,
OrderByComparator orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where visible = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByVisible(boolean visible)
Returns all the asset entries where visible = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByVisible(boolean visible)
Returns all the asset entries where visible = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByVisible(boolean visible,
int start,
int end)
Returns a range of all the asset entries where visible = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByVisible(boolean visible,
int start,
int end)
Returns a range of all the asset entries where visible = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByVisible(boolean visible,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where visible = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByVisible(boolean visible,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries where visible = ?. |
static AssetCategory |
AssetCategoryUtil.findByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByVocabularyId_First(long vocabularyId,
OrderByComparator orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByVocabularyId_Last(long vocabularyId,
OrderByComparator orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByVocabularyId(long vocabularyId)
Returns all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByVocabularyId(long vocabularyId)
Returns all the asset categories where vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByVocabularyId(long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByVocabularyId(long vocabularyId,
int start,
int end)
Returns a range of all the asset categories where vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByVocabularyId(long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByVocabularyId(long vocabularyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories where vocabularyId = ?. |
static List<AssetEntry> |
AssetEntryFinderUtil.findEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryFinder.findEntries(AssetEntryQuery entryQuery)
|
static List<AssetVocabulary> |
AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetTag> |
AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetTagStats> |
AssetTagStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetTagProperty> |
AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetLink> |
AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetEntry> |
AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetCategory> |
AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<AssetVocabulary> |
AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetTag> |
AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetTagStats> |
AssetTagStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetTagProperty> |
AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetLink> |
AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetEntry> |
AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetCategory> |
AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<AssetVocabulary> |
AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetTag> |
AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetTagStats> |
AssetTagStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetTagProperty> |
AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetLink> |
AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetEntry> |
AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetCategory> |
AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<AssetCategory> |
AssetEntryUtil.getAssetCategories(long pk)
Returns all the asset categories associated with the asset entry. |
List<AssetCategory> |
AssetEntryPersistence.getAssetCategories(long pk)
Returns all the asset categories associated with the asset entry. |
static List<AssetCategory> |
AssetEntryUtil.getAssetCategories(long pk,
int start,
int end)
Returns a range of all the asset categories associated with the asset entry. |
List<AssetCategory> |
AssetEntryPersistence.getAssetCategories(long pk,
int start,
int end)
Returns a range of all the asset categories associated with the asset entry. |
static List<AssetCategory> |
AssetEntryUtil.getAssetCategories(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories associated with the asset entry. |
List<AssetCategory> |
AssetEntryPersistence.getAssetCategories(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset categories associated with the asset entry. |
static int |
AssetEntryUtil.getAssetCategoriesSize(long pk)
Returns the number of asset categories associated with the asset entry. |
int |
AssetEntryPersistence.getAssetCategoriesSize(long pk)
Returns the number of asset categories associated with the asset entry. |
static List<AssetEntry> |
AssetTagUtil.getAssetEntries(long pk)
Returns all the asset entries associated with the asset tag. |
List<AssetEntry> |
AssetTagPersistence.getAssetEntries(long pk)
Returns all the asset entries associated with the asset tag. |
static List<AssetEntry> |
AssetCategoryUtil.getAssetEntries(long pk)
Returns all the asset entries associated with the asset category. |
List<AssetEntry> |
AssetCategoryPersistence.getAssetEntries(long pk)
Returns all the asset entries associated with the asset category. |
static List<AssetEntry> |
AssetTagUtil.getAssetEntries(long pk,
int start,
int end)
Returns a range of all the asset entries associated with the asset tag. |
List<AssetEntry> |
AssetTagPersistence.getAssetEntries(long pk,
int start,
int end)
Returns a range of all the asset entries associated with the asset tag. |
static List<AssetEntry> |
AssetCategoryUtil.getAssetEntries(long pk,
int start,
int end)
Returns a range of all the asset entries associated with the asset category. |
List<AssetEntry> |
AssetCategoryPersistence.getAssetEntries(long pk,
int start,
int end)
Returns a range of all the asset entries associated with the asset category. |
static List<AssetEntry> |
AssetTagUtil.getAssetEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries associated with the asset tag. |
List<AssetEntry> |
AssetTagPersistence.getAssetEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries associated with the asset tag. |
static List<AssetEntry> |
AssetCategoryUtil.getAssetEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries associated with the asset category. |
List<AssetEntry> |
AssetCategoryPersistence.getAssetEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries associated with the asset category. |
static int |
AssetTagUtil.getAssetEntriesSize(long pk)
Returns the number of asset entries associated with the asset tag. |
int |
AssetTagPersistence.getAssetEntriesSize(long pk)
Returns the number of asset entries associated with the asset tag. |
static int |
AssetCategoryUtil.getAssetEntriesSize(long pk)
Returns the number of asset entries associated with the asset category. |
int |
AssetCategoryPersistence.getAssetEntriesSize(long pk)
Returns the number of asset entries associated with the asset category. |
static List<AssetTag> |
AssetEntryUtil.getAssetTags(long pk)
Returns all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistence.getAssetTags(long pk)
Returns all the asset tags associated with the asset entry. |
static List<AssetTag> |
AssetEntryUtil.getAssetTags(long pk,
int start,
int end)
Returns a range of all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistence.getAssetTags(long pk,
int start,
int end)
Returns a range of all the asset tags associated with the asset entry. |
static List<AssetTag> |
AssetEntryUtil.getAssetTags(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags associated with the asset entry. |
List<AssetTag> |
AssetEntryPersistence.getAssetTags(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags associated with the asset entry. |
static int |
AssetEntryUtil.getAssetTagsSize(long pk)
Returns the number of asset tags associated with the asset entry. |
int |
AssetEntryPersistence.getAssetTagsSize(long pk)
Returns the number of asset tags associated with the asset entry. |
static void |
AssetCategoryUtil.rebuildTree(long groupId,
boolean force)
Rebuilds the asset categories tree for the scope using the modified pre-order tree traversal algorithm. |
void |
AssetCategoryPersistence.rebuildTree(long groupId,
boolean force)
Rebuilds the asset categories tree for the scope using the modified pre-order tree traversal algorithm. |
static AssetVocabulary |
AssetVocabularyUtil.remove(long vocabularyId)
Removes the asset vocabulary with the primary key from the database. |
AssetVocabulary |
AssetVocabularyPersistence.remove(long vocabularyId)
Removes the asset vocabulary with the primary key from the database. |
static AssetTag |
AssetTagUtil.remove(long tagId)
Removes the asset tag with the primary key from the database. |
static AssetTagStats |
AssetTagStatsUtil.remove(long tagStatsId)
Removes the asset tag stats with the primary key from the database. |
AssetTagStats |
AssetTagStatsPersistence.remove(long tagStatsId)
Removes the asset tag stats with the primary key from the database. |
static AssetTagProperty |
AssetTagPropertyUtil.remove(long tagPropertyId)
Removes the asset tag property with the primary key from the database. |
AssetTagProperty |
AssetTagPropertyPersistence.remove(long tagPropertyId)
Removes the asset tag property with the primary key from the database. |
AssetTag |
AssetTagPersistence.remove(long tagId)
Removes the asset tag with the primary key from the database. |
static AssetLink |
AssetLinkUtil.remove(long linkId)
Removes the asset link with the primary key from the database. |
AssetLink |
AssetLinkPersistence.remove(long linkId)
Removes the asset link with the primary key from the database. |
static AssetEntry |
AssetEntryUtil.remove(long entryId)
Removes the asset entry with the primary key from the database. |
AssetEntry |
AssetEntryPersistence.remove(long entryId)
Removes the asset entry with the primary key from the database. |
static AssetCategory |
AssetCategoryUtil.remove(long categoryId)
Removes the asset category with the primary key from the database. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.remove(long categoryPropertyId)
Removes the asset category property with the primary key from the database. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.remove(long categoryPropertyId)
Removes the asset category property with the primary key from the database. |
AssetCategory |
AssetCategoryPersistence.remove(long categoryId)
Removes the asset category with the primary key from the database. |
static void |
AssetVocabularyUtil.removeAll()
Removes all the asset vocabularies from the database. |
void |
AssetVocabularyPersistence.removeAll()
Removes all the asset vocabularies from the database. |
static void |
AssetTagUtil.removeAll()
Removes all the asset tags from the database. |
static void |
AssetTagStatsUtil.removeAll()
Removes all the asset tag statses from the database. |
void |
AssetTagStatsPersistence.removeAll()
Removes all the asset tag statses from the database. |
static void |
AssetTagPropertyUtil.removeAll()
Removes all the asset tag properties from the database. |
void |
AssetTagPropertyPersistence.removeAll()
Removes all the asset tag properties from the database. |
void |
AssetTagPersistence.removeAll()
Removes all the asset tags from the database. |
static void |
AssetLinkUtil.removeAll()
Removes all the asset links from the database. |
void |
AssetLinkPersistence.removeAll()
Removes all the asset links from the database. |
static void |
AssetEntryUtil.removeAll()
Removes all the asset entries from the database. |
void |
AssetEntryPersistence.removeAll()
Removes all the asset entries from the database. |
static void |
AssetCategoryUtil.removeAll()
Removes all the asset categories from the database. |
static void |
AssetCategoryPropertyUtil.removeAll()
Removes all the asset category properties from the database. |
void |
AssetCategoryPropertyPersistence.removeAll()
Removes all the asset category properties from the database. |
void |
AssetCategoryPersistence.removeAll()
Removes all the asset categories from the database. |
static void |
AssetEntryUtil.removeAssetCategories(long pk,
List<AssetCategory> assetCategories)
Removes the association between the asset entry and the asset categories. |
void |
AssetEntryPersistence.removeAssetCategories(long pk,
List<AssetCategory> assetCategories)
Removes the association between the asset entry and the asset categories. |
static void |
AssetEntryUtil.removeAssetCategories(long pk,
long[] assetCategoryPKs)
Removes the association between the asset entry and the asset categories. |
void |
AssetEntryPersistence.removeAssetCategories(long pk,
long[] assetCategoryPKs)
Removes the association between the asset entry and the asset categories. |
static void |
AssetEntryUtil.removeAssetCategory(long pk,
AssetCategory assetCategory)
Removes the association between the asset entry and the asset category. |
void |
AssetEntryPersistence.removeAssetCategory(long pk,
AssetCategory assetCategory)
Removes the association between the asset entry and the asset category. |
static void |
AssetEntryUtil.removeAssetCategory(long pk,
long assetCategoryPK)
Removes the association between the asset entry and the asset category. |
void |
AssetEntryPersistence.removeAssetCategory(long pk,
long assetCategoryPK)
Removes the association between the asset entry and the asset category. |
static void |
AssetTagUtil.removeAssetEntries(long pk,
List<AssetEntry> assetEntries)
Removes the association between the asset tag and the asset entries. |
void |
AssetTagPersistence.removeAssetEntries(long pk,
List<AssetEntry> assetEntries)
Removes the association between the asset tag and the asset entries. |
static void |
AssetCategoryUtil.removeAssetEntries(long pk,
List<AssetEntry> assetEntries)
Removes the association between the asset category and the asset entries. |
void |
AssetCategoryPersistence.removeAssetEntries(long pk,
List<AssetEntry> assetEntries)
Removes the association between the asset category and the asset entries. |
static void |
AssetTagUtil.removeAssetEntries(long pk,
long[] assetEntryPKs)
Removes the association between the asset tag and the asset entries. |
void |
AssetTagPersistence.removeAssetEntries(long pk,
long[] assetEntryPKs)
Removes the association between the asset tag and the asset entries. |
static void |
AssetCategoryUtil.removeAssetEntries(long pk,
long[] assetEntryPKs)
Removes the association between the asset category and the asset entries. |
void |
AssetCategoryPersistence.removeAssetEntries(long pk,
long[] assetEntryPKs)
Removes the association between the asset category and the asset entries. |
static void |
AssetTagUtil.removeAssetEntry(long pk,
AssetEntry assetEntry)
Removes the association between the asset tag and the asset entry. |
void |
AssetTagPersistence.removeAssetEntry(long pk,
AssetEntry assetEntry)
Removes the association between the asset tag and the asset entry. |
static void |
AssetCategoryUtil.removeAssetEntry(long pk,
AssetEntry assetEntry)
Removes the association between the asset category and the asset entry. |
void |
AssetCategoryPersistence.removeAssetEntry(long pk,
AssetEntry assetEntry)
Removes the association between the asset category and the asset entry. |
static void |
AssetTagUtil.removeAssetEntry(long pk,
long assetEntryPK)
Removes the association between the asset tag and the asset entry. |
void |
AssetTagPersistence.removeAssetEntry(long pk,
long assetEntryPK)
Removes the association between the asset tag and the asset entry. |
static void |
AssetCategoryUtil.removeAssetEntry(long pk,
long assetEntryPK)
Removes the association between the asset category and the asset entry. |
void |
AssetCategoryPersistence.removeAssetEntry(long pk,
long assetEntryPK)
Removes the association between the asset category and the asset entry. |
static void |
AssetEntryUtil.removeAssetTag(long pk,
AssetTag assetTag)
Removes the association between the asset entry and the asset tag. |
void |
AssetEntryPersistence.removeAssetTag(long pk,
AssetTag assetTag)
Removes the association between the asset entry and the asset tag. |
static void |
AssetEntryUtil.removeAssetTag(long pk,
long assetTagPK)
Removes the association between the asset entry and the asset tag. |
void |
AssetEntryPersistence.removeAssetTag(long pk,
long assetTagPK)
Removes the association between the asset entry and the asset tag. |
static void |
AssetEntryUtil.removeAssetTags(long pk,
List<AssetTag> assetTags)
Removes the association between the asset entry and the asset tags. |
void |
AssetEntryPersistence.removeAssetTags(long pk,
List<AssetTag> assetTags)
Removes the association between the asset entry and the asset tags. |
static void |
AssetEntryUtil.removeAssetTags(long pk,
long[] assetTagPKs)
Removes the association between the asset entry and the asset tags. |
void |
AssetEntryPersistence.removeAssetTags(long pk,
long[] assetTagPKs)
Removes the association between the asset entry and the asset tags. |
static AssetEntry |
AssetEntryUtil.removeByC_C(long classNameId,
long classPK)
Removes the asset entry where classNameId = ? and classPK = ? from the database. |
AssetEntry |
AssetEntryPersistence.removeByC_C(long classNameId,
long classPK)
Removes the asset entry where classNameId = ? and classPK = ? from the database. |
static void |
AssetTagPropertyUtil.removeByC_K(long companyId,
String key)
Removes all the asset tag properties where companyId = ? and key = ? from the database. |
void |
AssetTagPropertyPersistence.removeByC_K(long companyId,
String key)
Removes all the asset tag properties where companyId = ? and key = ? from the database. |
static void |
AssetCategoryPropertyUtil.removeByC_K(long companyId,
String key)
Removes all the asset category properties where companyId = ? and key = ? from the database. |
void |
AssetCategoryPropertyPersistence.removeByC_K(long companyId,
String key)
Removes all the asset category properties where companyId = ? and key = ? from the database. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.removeByCA_K(long categoryId,
String key)
Removes the asset category property where categoryId = ? and key = ? from the database. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.removeByCA_K(long categoryId,
String key)
Removes the asset category property where categoryId = ? and key = ? from the database. |
static void |
AssetCategoryPropertyUtil.removeByCategoryId(long categoryId)
Removes all the asset category properties where categoryId = ? from the database. |
void |
AssetCategoryPropertyPersistence.removeByCategoryId(long categoryId)
Removes all the asset category properties where categoryId = ? from the database. |
static void |
AssetTagStatsUtil.removeByClassNameId(long classNameId)
Removes all the asset tag statses where classNameId = ? from the database. |
void |
AssetTagStatsPersistence.removeByClassNameId(long classNameId)
Removes all the asset tag statses where classNameId = ? from the database. |
static void |
AssetVocabularyUtil.removeByCompanyId(long companyId)
Removes all the asset vocabularies where companyId = ? from the database. |
void |
AssetVocabularyPersistence.removeByCompanyId(long companyId)
Removes all the asset vocabularies where companyId = ? from the database. |
static void |
AssetTagPropertyUtil.removeByCompanyId(long companyId)
Removes all the asset tag properties where companyId = ? from the database. |
void |
AssetTagPropertyPersistence.removeByCompanyId(long companyId)
Removes all the asset tag properties where companyId = ? from the database. |
static void |
AssetEntryUtil.removeByCompanyId(long companyId)
Removes all the asset entries where companyId = ? from the database. |
void |
AssetEntryPersistence.removeByCompanyId(long companyId)
Removes all the asset entries where companyId = ? from the database. |
static void |
AssetCategoryPropertyUtil.removeByCompanyId(long companyId)
Removes all the asset category properties where companyId = ? from the database. |
void |
AssetCategoryPropertyPersistence.removeByCompanyId(long companyId)
Removes all the asset category properties where companyId = ? from the database. |
static AssetLink |
AssetLinkUtil.removeByE_E_T(long entryId1,
long entryId2,
int type)
Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database. |
AssetLink |
AssetLinkPersistence.removeByE_E_T(long entryId1,
long entryId2,
int type)
Removes the asset link where entryId1 = ? and entryId2 = ? and type = ? from the database. |
static void |
AssetLinkUtil.removeByE_E(long entryId1,
long entryId2)
Removes all the asset links where entryId1 = ? and entryId2 = ? from the database. |
void |
AssetLinkPersistence.removeByE_E(long entryId1,
long entryId2)
Removes all the asset links where entryId1 = ? and entryId2 = ? from the database. |
static void |
AssetLinkUtil.removeByE1_T(long entryId1,
int type)
Removes all the asset links where entryId1 = ? and type = ? from the database. |
void |
AssetLinkPersistence.removeByE1_T(long entryId1,
int type)
Removes all the asset links where entryId1 = ? and type = ? from the database. |
static void |
AssetLinkUtil.removeByE1(long entryId1)
Removes all the asset links where entryId1 = ? from the database. |
void |
AssetLinkPersistence.removeByE1(long entryId1)
Removes all the asset links where entryId1 = ? from the database. |
static void |
AssetLinkUtil.removeByE2_T(long entryId2,
int type)
Removes all the asset links where entryId2 = ? and type = ? from the database. |
void |
AssetLinkPersistence.removeByE2_T(long entryId2,
int type)
Removes all the asset links where entryId2 = ? and type = ? from the database. |
static void |
AssetLinkUtil.removeByE2(long entryId2)
Removes all the asset links where entryId2 = ? from the database. |
void |
AssetLinkPersistence.removeByE2(long entryId2)
Removes all the asset links where entryId2 = ? from the database. |
static void |
AssetEntryUtil.removeByExpirationDate(Date expirationDate)
Removes all the asset entries where expirationDate = ? from the database. |
void |
AssetEntryPersistence.removeByExpirationDate(Date expirationDate)
Removes all the asset entries where expirationDate = ? from the database. |
static AssetEntry |
AssetEntryUtil.removeByG_CU(long groupId,
String classUuid)
Removes the asset entry where groupId = ? and classUuid = ? from the database. |
AssetEntry |
AssetEntryPersistence.removeByG_CU(long groupId,
String classUuid)
Removes the asset entry where groupId = ? and classUuid = ? from the database. |
static AssetVocabulary |
AssetVocabularyUtil.removeByG_N(long groupId,
String name)
Removes the asset vocabulary where groupId = ? and name = ? from the database. |
AssetVocabulary |
AssetVocabularyPersistence.removeByG_N(long groupId,
String name)
Removes the asset vocabulary where groupId = ? and name = ? from the database. |
static AssetTag |
AssetTagUtil.removeByG_N(long groupId,
String name)
Removes the asset tag where groupId = ? and name = ? from the database. |
AssetTag |
AssetTagPersistence.removeByG_N(long groupId,
String name)
Removes the asset tag where groupId = ? and name = ? from the database. |
static void |
AssetCategoryUtil.removeByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Removes all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
void |
AssetCategoryPersistence.removeByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId)
Removes all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
static void |
AssetCategoryUtil.removeByG_V(long groupId,
long vocabularyId)
Removes all the asset categories where groupId = ? and vocabularyId = ? from the database. |
void |
AssetCategoryPersistence.removeByG_V(long groupId,
long vocabularyId)
Removes all the asset categories where groupId = ? and vocabularyId = ? from the database. |
static void |
AssetVocabularyUtil.removeByGroupId(long groupId)
Removes all the asset vocabularies where groupId = ? from the database. |
void |
AssetVocabularyPersistence.removeByGroupId(long groupId)
Removes all the asset vocabularies where groupId = ? from the database. |
static void |
AssetTagUtil.removeByGroupId(long groupId)
Removes all the asset tags where groupId = ? from the database. |
void |
AssetTagPersistence.removeByGroupId(long groupId)
Removes all the asset tags where groupId = ? from the database. |
static void |
AssetCategoryUtil.removeByGroupId(long groupId)
Removes all the asset categories where groupId = ? from the database. |
void |
AssetCategoryPersistence.removeByGroupId(long groupId)
Removes all the asset categories where groupId = ? from the database. |
static void |
AssetEntryUtil.removeByLayoutUuid(String layoutUuid)
Removes all the asset entries where layoutUuid = ? from the database. |
void |
AssetEntryPersistence.removeByLayoutUuid(String layoutUuid)
Removes all the asset entries where layoutUuid = ? from the database. |
static void |
AssetCategoryUtil.removeByN_V(String name,
long vocabularyId)
Removes all the asset categories where name = ? and vocabularyId = ? from the database. |
void |
AssetCategoryPersistence.removeByN_V(String name,
long vocabularyId)
Removes all the asset categories where name = ? and vocabularyId = ? from the database. |
static AssetCategory |
AssetCategoryUtil.removeByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Removes the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
AssetCategory |
AssetCategoryPersistence.removeByP_N_V(long parentCategoryId,
String name,
long vocabularyId)
Removes the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? from the database. |
static void |
AssetCategoryUtil.removeByP_N(long parentCategoryId,
String name)
Removes all the asset categories where parentCategoryId = ? and name = ? from the database. |
void |
AssetCategoryPersistence.removeByP_N(long parentCategoryId,
String name)
Removes all the asset categories where parentCategoryId = ? and name = ? from the database. |
static void |
AssetCategoryUtil.removeByP_V(long parentCategoryId,
long vocabularyId)
Removes all the asset categories where parentCategoryId = ? and vocabularyId = ? from the database. |
void |
AssetCategoryPersistence.removeByP_V(long parentCategoryId,
long vocabularyId)
Removes all the asset categories where parentCategoryId = ? and vocabularyId = ? from the database. |
static void |
AssetCategoryUtil.removeByParentCategoryId(long parentCategoryId)
Removes all the asset categories where parentCategoryId = ? from the database. |
void |
AssetCategoryPersistence.removeByParentCategoryId(long parentCategoryId)
Removes all the asset categories where parentCategoryId = ? from the database. |
static void |
AssetEntryUtil.removeByPublishDate(Date publishDate)
Removes all the asset entries where publishDate = ? from the database. |
void |
AssetEntryPersistence.removeByPublishDate(Date publishDate)
Removes all the asset entries where publishDate = ? from the database. |
static AssetTagStats |
AssetTagStatsUtil.removeByT_C(long tagId,
long classNameId)
Removes the asset tag stats where tagId = ? and classNameId = ? from the database. |
AssetTagStats |
AssetTagStatsPersistence.removeByT_C(long tagId,
long classNameId)
Removes the asset tag stats where tagId = ? and classNameId = ? from the database. |
static AssetTagProperty |
AssetTagPropertyUtil.removeByT_K(long tagId,
String key)
Removes the asset tag property where tagId = ? and key = ? from the database. |
AssetTagProperty |
AssetTagPropertyPersistence.removeByT_K(long tagId,
String key)
Removes the asset tag property where tagId = ? and key = ? from the database. |
static void |
AssetTagStatsUtil.removeByTagId(long tagId)
Removes all the asset tag statses where tagId = ? from the database. |
void |
AssetTagStatsPersistence.removeByTagId(long tagId)
Removes all the asset tag statses where tagId = ? from the database. |
static void |
AssetTagPropertyUtil.removeByTagId(long tagId)
Removes all the asset tag properties where tagId = ? from the database. |
void |
AssetTagPropertyPersistence.removeByTagId(long tagId)
Removes all the asset tag properties where tagId = ? from the database. |
static void |
AssetVocabularyUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the asset vocabularies where uuid = ? and companyId = ? from the database. |
void |
AssetVocabularyPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the asset vocabularies where uuid = ? and companyId = ? from the database. |
static void |
AssetCategoryUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the asset categories where uuid = ? and companyId = ? from the database. |
void |
AssetCategoryPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the asset categories where uuid = ? and companyId = ? from the database. |
static AssetVocabulary |
AssetVocabularyUtil.removeByUUID_G(String uuid,
long groupId)
Removes the asset vocabulary where uuid = ? and groupId = ? from the database. |
AssetVocabulary |
AssetVocabularyPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the asset vocabulary where uuid = ? and groupId = ? from the database. |
static AssetCategory |
AssetCategoryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the asset category where uuid = ? and groupId = ? from the database. |
AssetCategory |
AssetCategoryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the asset category where uuid = ? and groupId = ? from the database. |
static void |
AssetVocabularyUtil.removeByUuid(String uuid)
Removes all the asset vocabularies where uuid = ? from the database. |
void |
AssetVocabularyPersistence.removeByUuid(String uuid)
Removes all the asset vocabularies where uuid = ? from the database. |
static void |
AssetCategoryUtil.removeByUuid(String uuid)
Removes all the asset categories where uuid = ? from the database. |
void |
AssetCategoryPersistence.removeByUuid(String uuid)
Removes all the asset categories where uuid = ? from the database. |
static void |
AssetEntryUtil.removeByVisible(boolean visible)
Removes all the asset entries where visible = ? from the database. |
void |
AssetEntryPersistence.removeByVisible(boolean visible)
Removes all the asset entries where visible = ? from the database. |
static void |
AssetCategoryUtil.removeByVocabularyId(long vocabularyId)
Removes all the asset categories where vocabularyId = ? from the database. |
void |
AssetCategoryPersistence.removeByVocabularyId(long vocabularyId)
Removes all the asset categories where vocabularyId = ? from the database. |
static void |
AssetEntryUtil.setAssetCategories(long pk,
List<AssetCategory> assetCategories)
Sets the asset categories associated with the asset entry, removing and adding associations as necessary. |
void |
AssetEntryPersistence.setAssetCategories(long pk,
List<AssetCategory> assetCategories)
Sets the asset categories associated with the asset entry, removing and adding associations as necessary. |
static void |
AssetEntryUtil.setAssetCategories(long pk,
long[] assetCategoryPKs)
Sets the asset categories associated with the asset entry, removing and adding associations as necessary. |
void |
AssetEntryPersistence.setAssetCategories(long pk,
long[] assetCategoryPKs)
Sets the asset categories associated with the asset entry, removing and adding associations as necessary. |
static void |
AssetTagUtil.setAssetEntries(long pk,
List<AssetEntry> assetEntries)
Sets the asset entries associated with the asset tag, removing and adding associations as necessary. |
void |
AssetTagPersistence.setAssetEntries(long pk,
List<AssetEntry> assetEntries)
Sets the asset entries associated with the asset tag, removing and adding associations as necessary. |
static void |
AssetCategoryUtil.setAssetEntries(long pk,
List<AssetEntry> assetEntries)
Sets the asset entries associated with the asset category, removing and adding associations as necessary. |
void |
AssetCategoryPersistence.setAssetEntries(long pk,
List<AssetEntry> assetEntries)
Sets the asset entries associated with the asset category, removing and adding associations as necessary. |
static void |
AssetTagUtil.setAssetEntries(long pk,
long[] assetEntryPKs)
Sets the asset entries associated with the asset tag, removing and adding associations as necessary. |
void |
AssetTagPersistence.setAssetEntries(long pk,
long[] assetEntryPKs)
Sets the asset entries associated with the asset tag, removing and adding associations as necessary. |
static void |
AssetCategoryUtil.setAssetEntries(long pk,
long[] assetEntryPKs)
Sets the asset entries associated with the asset category, removing and adding associations as necessary. |
void |
AssetCategoryPersistence.setAssetEntries(long pk,
long[] assetEntryPKs)
Sets the asset entries associated with the asset category, removing and adding associations as necessary. |
static void |
AssetEntryUtil.setAssetTags(long pk,
List<AssetTag> assetTags)
Sets the asset tags associated with the asset entry, removing and adding associations as necessary. |
void |
AssetEntryPersistence.setAssetTags(long pk,
List<AssetTag> assetTags)
Sets the asset tags associated with the asset entry, removing and adding associations as necessary. |
static void |
AssetEntryUtil.setAssetTags(long pk,
long[] assetTagPKs)
Sets the asset tags associated with the asset entry, removing and adding associations as necessary. |
void |
AssetEntryPersistence.setAssetTags(long pk,
long[] assetTagPKs)
Sets the asset tags associated with the asset entry, removing and adding associations as necessary. |
static AssetCategory |
AssetCategoryUtil.update(AssetCategory assetCategory)
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty)
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.update(AssetCategoryProperty assetCategoryProperty,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryUtil.update(AssetCategory assetCategory,
ServiceContext serviceContext)
|
static AssetEntry |
AssetEntryUtil.update(AssetEntry assetEntry)
|
static AssetEntry |
AssetEntryUtil.update(AssetEntry assetEntry,
ServiceContext serviceContext)
|
static AssetLink |
AssetLinkUtil.update(AssetLink assetLink)
|
static AssetLink |
AssetLinkUtil.update(AssetLink assetLink,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag)
|
static AssetTagProperty |
AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty)
|
static AssetTagProperty |
AssetTagPropertyUtil.update(AssetTagProperty assetTagProperty,
ServiceContext serviceContext)
|
static AssetTag |
AssetTagUtil.update(AssetTag assetTag,
ServiceContext serviceContext)
|
static AssetTagStats |
AssetTagStatsUtil.update(AssetTagStats assetTagStats)
|
static AssetTagStats |
AssetTagStatsUtil.update(AssetTagStats assetTagStats,
ServiceContext serviceContext)
|
static AssetVocabulary |
AssetVocabularyUtil.update(AssetVocabulary assetVocabulary)
|
static AssetVocabulary |
AssetVocabularyUtil.update(AssetVocabulary assetVocabulary,
ServiceContext serviceContext)
|
static AssetCategory |
AssetCategoryUtil.updateImpl(AssetCategory assetCategory)
|
AssetCategory |
AssetCategoryPersistence.updateImpl(AssetCategory assetCategory)
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.updateImpl(AssetCategoryProperty assetCategoryProperty)
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.updateImpl(AssetCategoryProperty assetCategoryProperty)
|
static AssetEntry |
AssetEntryUtil.updateImpl(AssetEntry assetEntry)
|
AssetEntry |
AssetEntryPersistence.updateImpl(AssetEntry assetEntry)
|
static AssetLink |
AssetLinkUtil.updateImpl(AssetLink assetLink)
|
AssetLink |
AssetLinkPersistence.updateImpl(AssetLink assetLink)
|
static AssetTag |
AssetTagUtil.updateImpl(AssetTag assetTag)
|
AssetTag |
AssetTagPersistence.updateImpl(AssetTag assetTag)
|
static AssetTagProperty |
AssetTagPropertyUtil.updateImpl(AssetTagProperty assetTagProperty)
|
AssetTagProperty |
AssetTagPropertyPersistence.updateImpl(AssetTagProperty assetTagProperty)
|
static AssetTagStats |
AssetTagStatsUtil.updateImpl(AssetTagStats assetTagStats)
|
AssetTagStats |
AssetTagStatsPersistence.updateImpl(AssetTagStats assetTagStats)
|
static AssetVocabulary |
AssetVocabularyUtil.updateImpl(AssetVocabulary assetVocabulary)
|
AssetVocabulary |
AssetVocabularyPersistence.updateImpl(AssetVocabulary assetVocabulary)
|
| Constructors in com.liferay.portlet.asset.service.persistence that throw SystemException | |
|---|---|
AssetCategoryActionableDynamicQuery()
|
|
AssetCategoryPropertyActionableDynamicQuery()
|
|
AssetEntryActionableDynamicQuery()
|
|
AssetEntryQuery(long[] classNameIds,
SearchContainer<?> searchContainer)
|
|
AssetEntryQuery(String className,
SearchContainer<?> searchContainer)
|
|
AssetLinkActionableDynamicQuery()
|
|
AssetTagActionableDynamicQuery()
|
|
AssetTagPropertyActionableDynamicQuery()
|
|
AssetTagStatsActionableDynamicQuery()
|
|
AssetVocabularyActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.portlet.blogs.model |
|---|
| Methods in com.liferay.portlet.blogs.model that throw SystemException | |
|---|---|
String |
BlogsEntryWrapper.getSmallImageType()
|
String |
BlogsEntry.getSmallImageType()
|
String |
BlogsStatsUserWrapper.getStatsUserUuid()
Returns the stats user uuid of this blogs stats user. |
String |
BlogsStatsUserModel.getStatsUserUuid()
Returns the stats user uuid of this blogs stats user. |
String |
BlogsEntryWrapper.getStatusByUserUuid()
Returns the status by user uuid of this blogs entry. |
String |
BlogsEntryModel.getStatusByUserUuid()
Returns the status by user uuid of this blogs entry. |
String |
BlogsStatsUserWrapper.getUserUuid()
Returns the user uuid of this blogs stats user. |
String |
BlogsStatsUserModel.getUserUuid()
Returns the user uuid of this blogs stats user. |
String |
BlogsEntryWrapper.getUserUuid()
Returns the user uuid of this blogs entry. |
String |
BlogsEntryModel.getUserUuid()
Returns the user uuid of this blogs entry. |
void |
BlogsStatsUserWrapper.persist()
|
void |
BlogsEntryWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.blogs.service |
|---|
| Methods in com.liferay.portlet.blogs.service that throw SystemException | |
|---|---|
BlogsEntry |
BlogsEntryLocalServiceWrapper.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
BlogsEntry |
BlogsEntryLocalService.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.addEntry(long userId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.addEntry(long userId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalService.addEntry(long userId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryServiceWrapper.addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryServiceUtil.addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryService.addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
void |
BlogsEntryLocalServiceWrapper.addEntryResources(BlogsEntry entry,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
BlogsEntryLocalService.addEntryResources(BlogsEntry entry,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
BlogsEntryLocalServiceWrapper.addEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalService.addEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalServiceWrapper.addEntryResources(long entryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
BlogsEntryLocalServiceUtil.addEntryResources(long entryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
BlogsEntryLocalService.addEntryResources(long entryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
BlogsEntryLocalServiceWrapper.addEntryResources(long entryId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
BlogsEntryLocalServiceUtil.addEntryResources(long entryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalService.addEntryResources(long entryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalServiceWrapper.checkEntries()
|
static void |
BlogsEntryLocalServiceUtil.checkEntries()
|
void |
BlogsEntryLocalService.checkEntries()
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
BlogsEntry |
BlogsEntryLocalService.deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.deleteBlogsEntry(long entryId)
Deletes the blogs entry with the primary key from the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.deleteBlogsEntry(long entryId)
Deletes the blogs entry with the primary key from the database. |
BlogsEntry |
BlogsEntryLocalService.deleteBlogsEntry(long entryId)
Deletes the blogs entry with the primary key from the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(long statsUserId)
Deletes the blogs stats user with the primary key from the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(long statsUserId)
Deletes the blogs stats user with the primary key from the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.deleteBlogsStatsUser(long statsUserId)
Deletes the blogs stats user with the primary key from the database. |
void |
BlogsEntryLocalServiceWrapper.deleteEntries(long groupId)
|
static void |
BlogsEntryLocalServiceUtil.deleteEntries(long groupId)
|
void |
BlogsEntryLocalService.deleteEntries(long groupId)
|
void |
BlogsEntryLocalServiceWrapper.deleteEntry(BlogsEntry entry)
|
static void |
BlogsEntryLocalServiceUtil.deleteEntry(BlogsEntry entry)
|
void |
BlogsEntryLocalService.deleteEntry(BlogsEntry entry)
|
void |
BlogsEntryServiceWrapper.deleteEntry(long entryId)
|
static void |
BlogsEntryServiceUtil.deleteEntry(long entryId)
|
void |
BlogsEntryService.deleteEntry(long entryId)
|
void |
BlogsEntryLocalServiceWrapper.deleteEntry(long entryId)
|
static void |
BlogsEntryLocalServiceUtil.deleteEntry(long entryId)
|
void |
BlogsEntryLocalService.deleteEntry(long entryId)
|
void |
BlogsStatsUserLocalServiceWrapper.deleteStatsUser(BlogsStatsUser statsUsers)
|
static void |
BlogsStatsUserLocalServiceUtil.deleteStatsUser(BlogsStatsUser statsUsers)
|
void |
BlogsStatsUserLocalService.deleteStatsUser(BlogsStatsUser statsUsers)
|
void |
BlogsStatsUserLocalServiceWrapper.deleteStatsUser(long statsUserId)
|
static void |
BlogsStatsUserLocalServiceUtil.deleteStatsUser(long statsUserId)
|
void |
BlogsStatsUserLocalService.deleteStatsUser(long statsUserId)
|
void |
BlogsStatsUserLocalServiceWrapper.deleteStatsUserByGroupId(long groupId)
|
static void |
BlogsStatsUserLocalServiceUtil.deleteStatsUserByGroupId(long groupId)
|
void |
BlogsStatsUserLocalService.deleteStatsUserByGroupId(long groupId)
|
void |
BlogsStatsUserLocalServiceWrapper.deleteStatsUserByUserId(long userId)
|
static void |
BlogsStatsUserLocalServiceUtil.deleteStatsUserByUserId(long userId)
|
void |
BlogsStatsUserLocalService.deleteStatsUserByUserId(long userId)
|
List |
BlogsStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
BlogsStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BlogsStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BlogsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
BlogsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BlogsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BlogsStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
BlogsStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BlogsStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BlogsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
BlogsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BlogsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BlogsStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
BlogsStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
BlogsStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
BlogsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
BlogsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
BlogsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
BlogsStatsUserLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
BlogsStatsUserLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
BlogsStatsUserLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
BlogsEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
BlogsEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
BlogsEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.fetchBlogsEntry(long entryId)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.fetchBlogsEntry(long entryId)
|
BlogsEntry |
BlogsEntryLocalService.fetchBlogsEntry(long entryId)
|
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.fetchBlogsStatsUser(long statsUserId)
|
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.fetchBlogsStatsUser(long statsUserId)
|
BlogsStatsUser |
BlogsStatsUserLocalService.fetchBlogsStatsUser(long statsUserId)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getBlogsEntries(int start,
int end)
Returns a range of all the blogs entries. |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getBlogsEntries(int start,
int end)
Returns a range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryLocalService.getBlogsEntries(int start,
int end)
Returns a range of all the blogs entries. |
int |
BlogsEntryLocalServiceWrapper.getBlogsEntriesCount()
Returns the number of blogs entries. |
static int |
BlogsEntryLocalServiceUtil.getBlogsEntriesCount()
Returns the number of blogs entries. |
int |
BlogsEntryLocalService.getBlogsEntriesCount()
Returns the number of blogs entries. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.getBlogsEntry(long entryId)
Returns the blogs entry with the primary key. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.getBlogsEntry(long entryId)
Returns the blogs entry with the primary key. |
BlogsEntry |
BlogsEntryLocalService.getBlogsEntry(long entryId)
Returns the blogs entry with the primary key. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the blogs entry with the UUID in the group. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the blogs entry with the UUID in the group. |
BlogsEntry |
BlogsEntryLocalService.getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the blogs entry with the UUID in the group. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.getBlogsStatsUser(long statsUserId)
Returns the blogs stats user with the primary key. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.getBlogsStatsUser(long statsUserId)
Returns the blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserLocalService.getBlogsStatsUser(long statsUserId)
Returns the blogs stats user with the primary key. |
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getBlogsStatsUsers(int start,
int end)
Returns a range of all the blogs stats users. |
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getBlogsStatsUsers(int start,
int end)
Returns a range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getBlogsStatsUsers(int start,
int end)
Returns a range of all the blogs stats users. |
int |
BlogsStatsUserLocalServiceWrapper.getBlogsStatsUsersCount()
Returns the number of blogs stats users. |
static int |
BlogsStatsUserLocalServiceUtil.getBlogsStatsUsersCount()
Returns the number of blogs stats users. |
int |
BlogsStatsUserLocalService.getBlogsStatsUsersCount()
Returns the number of blogs stats users. |
List<BlogsEntry> |
BlogsEntryServiceWrapper.getCompanyEntries(long companyId,
Date displayDate,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getCompanyEntries(long companyId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getCompanyEntries(long companyId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceWrapper.getCompanyEntries(long, Date, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceUtil.getCompanyEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalService.getCompanyEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceWrapper.getCompanyEntries(long, Date, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceUtil.getCompanyEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalService.getCompanyEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryLocalService.getCompanyEntries(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryLocalServiceWrapper.getCompanyEntriesCount(long companyId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalServiceWrapper.getCompanyEntriesCount(long, Date, QueryDefinition) |
static int |
BlogsEntryLocalServiceUtil.getCompanyEntriesCount(long companyId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalServiceUtil.getCompanyEntriesCount(long, Date, QueryDefinition) |
int |
BlogsEntryLocalService.getCompanyEntriesCount(long companyId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalService.getCompanyEntriesCount(long, Date, QueryDefinition) |
int |
BlogsEntryLocalServiceWrapper.getCompanyEntriesCount(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
|
static int |
BlogsEntryLocalServiceUtil.getCompanyEntriesCount(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryLocalService.getCompanyEntriesCount(long companyId,
Date displayDate,
QueryDefinition queryDefinition)
|
String |
BlogsEntryServiceWrapper.getCompanyEntriesRSS(long companyId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static String |
BlogsEntryServiceUtil.getCompanyEntriesRSS(long companyId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
BlogsEntryService.getCompanyEntriesRSS(long companyId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
|
int |
BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsersCount(long companyId)
|
static int |
BlogsStatsUserLocalServiceUtil.getCompanyStatsUsersCount(long companyId)
|
int |
BlogsStatsUserLocalService.getCompanyStatsUsersCount(long companyId)
|
BlogsEntry[] |
BlogsEntryLocalServiceWrapper.getEntriesPrevAndNext(long entryId)
|
static BlogsEntry[] |
BlogsEntryLocalServiceUtil.getEntriesPrevAndNext(long entryId)
|
BlogsEntry[] |
BlogsEntryLocalService.getEntriesPrevAndNext(long entryId)
|
BlogsEntry |
BlogsEntryServiceWrapper.getEntry(long entryId)
|
static BlogsEntry |
BlogsEntryServiceUtil.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryService.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.getEntry(long entryId)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryLocalService.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryServiceWrapper.getEntry(long groupId,
String urlTitle)
|
static BlogsEntry |
BlogsEntryServiceUtil.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryService.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.getEntry(long groupId,
String urlTitle)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryLocalService.getEntry(long groupId,
String urlTitle)
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getGroupEntries(long groupId,
Date displayDate,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getGroupEntries(long groupId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupEntries(long, Date, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceUtil.getGroupEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalService.getGroupEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupEntries(long, Date, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceUtil.getGroupEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalService.getGroupEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getGroupEntries(long groupId,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getGroupEntries(long groupId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getGroupEntries(long groupId,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getGroupEntries(long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupEntries(long, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceUtil.getGroupEntries(long, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalService.getGroupEntries(long, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupEntries(long, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceUtil.getGroupEntries(long, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalService.getGroupEntries(long, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
QueryDefinition queryDefinition)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
QueryDefinition queryDefinition)
|
int |
BlogsEntryServiceWrapper.getGroupEntriesCount(long groupId,
Date displayDate,
int status)
|
static int |
BlogsEntryServiceUtil.getGroupEntriesCount(long groupId,
Date displayDate,
int status)
|
int |
BlogsEntryService.getGroupEntriesCount(long groupId,
Date displayDate,
int status)
|
int |
BlogsEntryLocalServiceWrapper.getGroupEntriesCount(long groupId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupEntriesCount(long, Date, QueryDefinition) |
static int |
BlogsEntryLocalServiceUtil.getGroupEntriesCount(long groupId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalServiceUtil.getGroupEntriesCount(long, Date, QueryDefinition) |
int |
BlogsEntryLocalService.getGroupEntriesCount(long groupId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalService.getGroupEntriesCount(long, Date, QueryDefinition) |
int |
BlogsEntryLocalServiceWrapper.getGroupEntriesCount(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
static int |
BlogsEntryLocalServiceUtil.getGroupEntriesCount(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryLocalService.getGroupEntriesCount(long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryServiceWrapper.getGroupEntriesCount(long groupId,
int status)
|
static int |
BlogsEntryServiceUtil.getGroupEntriesCount(long groupId,
int status)
|
int |
BlogsEntryService.getGroupEntriesCount(long groupId,
int status)
|
int |
BlogsEntryLocalServiceWrapper.getGroupEntriesCount(long groupId,
int status)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupEntriesCount(long, QueryDefinition) |
static int |
BlogsEntryLocalServiceUtil.getGroupEntriesCount(long groupId,
int status)
Deprecated. BlogsEntryLocalServiceUtil.getGroupEntriesCount(long, QueryDefinition) |
int |
BlogsEntryLocalService.getGroupEntriesCount(long groupId,
int status)
Deprecated. BlogsEntryLocalService.getGroupEntriesCount(long, QueryDefinition) |
int |
BlogsEntryLocalServiceWrapper.getGroupEntriesCount(long groupId,
QueryDefinition queryDefinition)
|
static int |
BlogsEntryLocalServiceUtil.getGroupEntriesCount(long groupId,
QueryDefinition queryDefinition)
|
int |
BlogsEntryLocalService.getGroupEntriesCount(long groupId,
QueryDefinition queryDefinition)
|
String |
BlogsEntryServiceWrapper.getGroupEntriesRSS(long groupId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static String |
BlogsEntryServiceUtil.getGroupEntriesRSS(long groupId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
BlogsEntryService.getGroupEntriesRSS(long groupId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupsEntries(long, long, Date, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceUtil.getGroupsEntries(long, long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalService.getGroupsEntries(long, long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupsEntries(long companyId,
long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
|
int |
BlogsStatsUserLocalServiceWrapper.getGroupStatsUsersCount(long groupId)
|
static int |
BlogsStatsUserLocalServiceUtil.getGroupStatsUsersCount(long groupId)
|
int |
BlogsStatsUserLocalService.getGroupStatsUsersCount(long groupId)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupUserEntries(long, long, Date,
QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceUtil.getGroupUserEntries(long, long, Date,
QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalService.getGroupUserEntries(long, long, Date,
QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupUserEntries(long, long, Date,
QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceUtil.getGroupUserEntries(long, long, Date,
QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalService.getGroupUserEntries(long, long, Date,
QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryLocalServiceWrapper.getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalServiceWrapper.getGroupUserEntriesCount(long, long, Date,
QueryDefinition) |
static int |
BlogsEntryLocalServiceUtil.getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalServiceUtil.getGroupUserEntriesCount(long, long, Date,
QueryDefinition) |
int |
BlogsEntryLocalService.getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalService.getGroupUserEntriesCount(long, long, Date,
QueryDefinition) |
int |
BlogsEntryLocalServiceWrapper.getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
|
static int |
BlogsEntryLocalServiceUtil.getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryLocalService.getGroupUserEntriesCount(long groupId,
long userId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getNoAssetEntries()
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getNoAssetEntries()
|
List<BlogsEntry> |
BlogsEntryLocalService.getNoAssetEntries()
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceWrapper.getOrganizationEntries(long, Date, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalServiceUtil.getOrganizationEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end)
Deprecated. BlogsEntryLocalService.getOrganizationEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceWrapper.getOrganizationEntries(long, Date, QueryDefinition) |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalServiceUtil.getOrganizationEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalService.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator obc)
Deprecated. BlogsEntryLocalService.getOrganizationEntries(long, Date, QueryDefinition) |
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryLocalService.getOrganizationEntries(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryLocalServiceWrapper.getOrganizationEntriesCount(long organizationId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalServiceWrapper.getOrganizationEntriesCount(long, Date,
QueryDefinition) |
static int |
BlogsEntryLocalServiceUtil.getOrganizationEntriesCount(long organizationId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalServiceUtil.getOrganizationEntriesCount(long, Date,
QueryDefinition) |
int |
BlogsEntryLocalService.getOrganizationEntriesCount(long organizationId,
Date displayDate,
int status)
Deprecated. BlogsEntryLocalService.getOrganizationEntriesCount(long, Date,
QueryDefinition) |
int |
BlogsEntryLocalServiceWrapper.getOrganizationEntriesCount(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
static int |
BlogsEntryLocalServiceUtil.getOrganizationEntriesCount(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryLocalService.getOrganizationEntriesCount(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
String |
BlogsEntryServiceWrapper.getOrganizationEntriesRSS(long organizationId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static String |
BlogsEntryServiceUtil.getOrganizationEntriesRSS(long organizationId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
BlogsEntryService.getOrganizationEntriesRSS(long organizationId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
|
int |
BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsersCount(long organizationId)
|
static int |
BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsersCount(long organizationId)
|
int |
BlogsStatsUserLocalService.getOrganizationStatsUsersCount(long organizationId)
|
PersistedModel |
BlogsStatsUserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
BlogsStatsUserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
BlogsStatsUserLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
BlogsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
BlogsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
BlogsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.getStatsUser(long groupId,
long userId)
|
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.getStatsUser(long groupId,
long userId)
|
BlogsStatsUser |
BlogsStatsUserLocalService.getStatsUser(long groupId,
long userId)
|
void |
BlogsEntryLocalServiceWrapper.moveEntriesToTrash(long groupId,
long userId)
|
static void |
BlogsEntryLocalServiceUtil.moveEntriesToTrash(long groupId,
long userId)
|
void |
BlogsEntryLocalService.moveEntriesToTrash(long groupId,
long userId)
|
void |
BlogsEntryServiceWrapper.moveEntryToTrash(long entryId)
|
static void |
BlogsEntryServiceUtil.moveEntryToTrash(long entryId)
|
void |
BlogsEntryService.moveEntryToTrash(long entryId)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.moveEntryToTrash(long userId,
BlogsEntry entry)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.moveEntryToTrash(long userId,
BlogsEntry entry)
|
BlogsEntry |
BlogsEntryLocalService.moveEntryToTrash(long userId,
BlogsEntry entry)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.moveEntryToTrash(long userId,
long entryId)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.moveEntryToTrash(long userId,
long entryId)
|
BlogsEntry |
BlogsEntryLocalService.moveEntryToTrash(long userId,
long entryId)
|
void |
BlogsEntryServiceWrapper.restoreEntryFromTrash(long entryId)
|
static void |
BlogsEntryServiceUtil.restoreEntryFromTrash(long entryId)
|
void |
BlogsEntryService.restoreEntryFromTrash(long entryId)
|
void |
BlogsEntryLocalServiceWrapper.restoreEntryFromTrash(long userId,
long entryId)
|
static void |
BlogsEntryLocalServiceUtil.restoreEntryFromTrash(long userId,
long entryId)
|
void |
BlogsEntryLocalService.restoreEntryFromTrash(long userId,
long entryId)
|
void |
BlogsEntryServiceWrapper.subscribe(long groupId)
|
static void |
BlogsEntryServiceUtil.subscribe(long groupId)
|
void |
BlogsEntryService.subscribe(long groupId)
|
void |
BlogsEntryLocalServiceWrapper.subscribe(long userId,
long groupId)
|
static void |
BlogsEntryLocalServiceUtil.subscribe(long userId,
long groupId)
|
void |
BlogsEntryLocalService.subscribe(long userId,
long groupId)
|
void |
BlogsEntryServiceWrapper.unsubscribe(long groupId)
|
static void |
BlogsEntryServiceUtil.unsubscribe(long groupId)
|
void |
BlogsEntryService.unsubscribe(long groupId)
|
void |
BlogsEntryLocalServiceWrapper.unsubscribe(long userId,
long groupId)
|
static void |
BlogsEntryLocalServiceUtil.unsubscribe(long userId,
long groupId)
|
void |
BlogsEntryLocalService.unsubscribe(long userId,
long groupId)
|
void |
BlogsEntryLocalServiceWrapper.updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
BlogsEntryLocalServiceUtil.updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
BlogsEntryLocalService.updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database or adds it if it does not yet exist. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database or adds it if it does not yet exist. |
BlogsEntry |
BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database or adds it if it does not yet exist. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database or adds it if it does not yet exist. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database or adds it if it does not yet exist. |
BlogsStatsUser |
BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database or adds it if it does not yet exist. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateEntry(long userId,
long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateEntry(long userId,
long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalService.updateEntry(long userId,
long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryServiceWrapper.updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryServiceUtil.updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryService.updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
void |
BlogsEntryLocalServiceWrapper.updateEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
BlogsEntryLocalServiceUtil.updateEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalService.updateEntryResources(BlogsEntry entry,
String[] groupPermissions,
String[] guestPermissions)
|
void |
BlogsStatsUserLocalServiceWrapper.updateStatsUser(long groupId,
long userId)
|
static void |
BlogsStatsUserLocalServiceUtil.updateStatsUser(long groupId,
long userId)
|
void |
BlogsStatsUserLocalService.updateStatsUser(long groupId,
long userId)
|
void |
BlogsStatsUserLocalServiceWrapper.updateStatsUser(long groupId,
long userId,
Date displayDate)
|
static void |
BlogsStatsUserLocalServiceUtil.updateStatsUser(long groupId,
long userId,
Date displayDate)
|
void |
BlogsStatsUserLocalService.updateStatsUser(long groupId,
long userId,
Date displayDate)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalService.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
|
| Uses of SystemException in com.liferay.portlet.blogs.service.persistence |
|---|
| Methods in com.liferay.portlet.blogs.service.persistence that throw SystemException | |
|---|---|
static int |
BlogsStatsUserUtil.countAll()
Returns the number of blogs stats users. |
int |
BlogsStatsUserPersistence.countAll()
Returns the number of blogs stats users. |
static int |
BlogsEntryUtil.countAll()
Returns the number of blogs entries. |
int |
BlogsEntryPersistence.countAll()
Returns the number of blogs entries. |
static int |
BlogsEntryUtil.countByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Returns the number of blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
int |
BlogsEntryPersistence.countByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Returns the number of blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
static int |
BlogsEntryUtil.countByC_LtD_S(long companyId,
Date displayDate,
int status)
Returns the number of blogs entries where companyId = ? and displayDate < ? and status = ?. |
int |
BlogsEntryPersistence.countByC_LtD_S(long companyId,
Date displayDate,
int status)
Returns the number of blogs entries where companyId = ? and displayDate < ? and status = ?. |
static int |
BlogsEntryUtil.countByC_LtD(long companyId,
Date displayDate)
Returns the number of blogs entries where companyId = ? and displayDate < ?. |
int |
BlogsEntryPersistence.countByC_LtD(long companyId,
Date displayDate)
Returns the number of blogs entries where companyId = ? and displayDate < ?. |
static int |
BlogsStatsUserUtil.countByC_NotE(long companyId,
int entryCount)
Returns the number of blogs stats users where companyId = ? and entryCount ≠ ?. |
int |
BlogsStatsUserPersistence.countByC_NotE(long companyId,
int entryCount)
Returns the number of blogs stats users where companyId = ? and entryCount ≠ ?. |
static int |
BlogsEntryUtil.countByC_NotS(long companyId,
int status)
Returns the number of blogs entries where companyId = ? and status ≠ ?. |
int |
BlogsEntryPersistence.countByC_NotS(long companyId,
int status)
Returns the number of blogs entries where companyId = ? and status ≠ ?. |
static int |
BlogsEntryUtil.countByC_S(long companyId,
int status)
Returns the number of blogs entries where companyId = ? and status = ?. |
int |
BlogsEntryPersistence.countByC_S(long companyId,
int status)
Returns the number of blogs entries where companyId = ? and status = ?. |
static int |
BlogsEntryUtil.countByC_U_NotS(long companyId,
long userId,
int status)
Returns the number of blogs entries where companyId = ? and userId = ? and status ≠ ?. |
int |
BlogsEntryPersistence.countByC_U_NotS(long companyId,
long userId,
int status)
Returns the number of blogs entries where companyId = ? and userId = ? and status ≠ ?. |
static int |
BlogsEntryUtil.countByC_U_S(long companyId,
long userId,
int status)
Returns the number of blogs entries where companyId = ? and userId = ? and status = ?. |
int |
BlogsEntryPersistence.countByC_U_S(long companyId,
long userId,
int status)
Returns the number of blogs entries where companyId = ? and userId = ? and status = ?. |
static int |
BlogsEntryUtil.countByC_U(long companyId,
long userId)
Returns the number of blogs entries where companyId = ? and userId = ?. |
int |
BlogsEntryPersistence.countByC_U(long companyId,
long userId)
Returns the number of blogs entries where companyId = ? and userId = ?. |
static int |
BlogsEntryUtil.countByCompanyId(long companyId)
Returns the number of blogs entries where companyId = ?. |
int |
BlogsEntryPersistence.countByCompanyId(long companyId)
Returns the number of blogs entries where companyId = ?. |
static int |
BlogsEntryUtil.countByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
int |
BlogsEntryPersistence.countByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
static int |
BlogsEntryUtil.countByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and displayDate < ? and status = ?. |
int |
BlogsEntryPersistence.countByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and displayDate < ? and status = ?. |
static int |
BlogsEntryUtil.countByG_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and displayDate < ?. |
int |
BlogsEntryPersistence.countByG_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and displayDate < ?. |
static int |
BlogsStatsUserUtil.countByG_NotE(long groupId,
int entryCount)
Returns the number of blogs stats users where groupId = ? and entryCount ≠ ?. |
int |
BlogsStatsUserPersistence.countByG_NotE(long groupId,
int entryCount)
Returns the number of blogs stats users where groupId = ? and entryCount ≠ ?. |
static int |
BlogsEntryUtil.countByG_NotS(long groupId,
int status)
Returns the number of blogs entries where groupId = ? and status ≠ ?. |
int |
BlogsEntryPersistence.countByG_NotS(long groupId,
int status)
Returns the number of blogs entries where groupId = ? and status ≠ ?. |
static int |
BlogsEntryUtil.countByG_S(long groupId,
int status)
Returns the number of blogs entries where groupId = ? and status = ?. |
int |
BlogsEntryPersistence.countByG_S(long groupId,
int status)
Returns the number of blogs entries where groupId = ? and status = ?. |
static int |
BlogsEntryUtil.countByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
int |
BlogsEntryPersistence.countByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static int |
BlogsEntryUtil.countByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
int |
BlogsEntryPersistence.countByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static int |
BlogsEntryUtil.countByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ?. |
int |
BlogsEntryPersistence.countByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static int |
BlogsEntryUtil.countByG_U_NotS(long groupId,
long userId,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and status ≠ ?. |
int |
BlogsEntryPersistence.countByG_U_NotS(long groupId,
long userId,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and status ≠ ?. |
static int |
BlogsEntryUtil.countByG_U_S(long groupId,
long userId,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and status = ?. |
int |
BlogsEntryPersistence.countByG_U_S(long groupId,
long userId,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and status = ?. |
static int |
BlogsStatsUserUtil.countByG_U(long groupId,
long userId)
Returns the number of blogs stats users where groupId = ? and userId = ?. |
int |
BlogsStatsUserPersistence.countByG_U(long groupId,
long userId)
Returns the number of blogs stats users where groupId = ? and userId = ?. |
static int |
BlogsEntryUtil.countByG_UT(long groupId,
String urlTitle)
Returns the number of blogs entries where groupId = ? and urlTitle = ?. |
int |
BlogsEntryPersistence.countByG_UT(long groupId,
String urlTitle)
Returns the number of blogs entries where groupId = ? and urlTitle = ?. |
static int |
BlogsStatsUserUtil.countByGroupId(long groupId)
Returns the number of blogs stats users where groupId = ?. |
int |
BlogsStatsUserPersistence.countByGroupId(long groupId)
Returns the number of blogs stats users where groupId = ?. |
static int |
BlogsEntryUtil.countByGroupId(long groupId)
Returns the number of blogs entries where groupId = ?. |
int |
BlogsEntryPersistence.countByGroupId(long groupId)
Returns the number of blogs entries where groupId = ?. |
static int |
BlogsEntryUtil.countByLtD_S(Date displayDate,
int status)
Returns the number of blogs entries where displayDate < ? and status = ?. |
int |
BlogsEntryPersistence.countByLtD_S(Date displayDate,
int status)
Returns the number of blogs entries where displayDate < ? and status = ?. |
static int |
BlogsStatsUserFinderUtil.countByOrganizationId(long organizationId)
|
int |
BlogsStatsUserFinder.countByOrganizationId(long organizationId)
|
static int |
BlogsEntryFinderUtil.countByOrganizationId(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryFinder.countByOrganizationId(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
static int |
BlogsStatsUserFinderUtil.countByOrganizationIds(List<Long> organizationIds)
|
int |
BlogsStatsUserFinder.countByOrganizationIds(List<Long> organizationIds)
|
static int |
BlogsEntryFinderUtil.countByOrganizationIds(List<Long> organizationIds,
Date displayDate,
QueryDefinition queryDefinition)
|
int |
BlogsEntryFinder.countByOrganizationIds(List<Long> organizationIds,
Date displayDate,
QueryDefinition queryDefinition)
|
static int |
BlogsStatsUserUtil.countByU_L(long userId,
Date lastPostDate)
Returns the number of blogs stats users where userId = ? and lastPostDate = ?. |
int |
BlogsStatsUserPersistence.countByU_L(long userId,
Date lastPostDate)
Returns the number of blogs stats users where userId = ? and lastPostDate = ?. |
static int |
BlogsStatsUserUtil.countByUserId(long userId)
Returns the number of blogs stats users where userId = ?. |
int |
BlogsStatsUserPersistence.countByUserId(long userId)
Returns the number of blogs stats users where userId = ?. |
static int |
BlogsEntryUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of blogs entries where uuid = ? and companyId = ?. |
int |
BlogsEntryPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of blogs entries where uuid = ? and companyId = ?. |
static int |
BlogsEntryUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of blogs entries where uuid = ? and groupId = ?. |
int |
BlogsEntryPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of blogs entries where uuid = ? and groupId = ?. |
static int |
BlogsEntryUtil.countByUuid(String uuid)
Returns the number of blogs entries where uuid = ?. |
int |
BlogsEntryPersistence.countByUuid(String uuid)
Returns the number of blogs entries where uuid = ?. |
long |
BlogsStatsUserUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
BlogsEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByG_U(long groupId,
long userId)
Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByG_U(long groupId,
long userId)
Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Returns the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_UT(long groupId,
String urlTitle,
boolean retrieveFromCache)
Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_UT(long groupId,
String urlTitle,
boolean retrieveFromCache)
Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByPrimaryKey(long statsUserId)
Returns the blogs stats user with the primary key or returns null if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByPrimaryKey(long statsUserId)
Returns the blogs stats user with the primary key or returns null if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.fetchByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.fetchByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or returns null if it could not be found. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsEntry |
BlogsEntryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static BlogsEntry |
BlogsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
static int |
BlogsEntryUtil.filterCountByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
int |
BlogsEntryPersistence.filterCountByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
static int |
BlogsEntryUtil.filterCountByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
int |
BlogsEntryPersistence.filterCountByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
static int |
BlogsEntryUtil.filterCountByG_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
int |
BlogsEntryPersistence.filterCountByG_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
static int |
BlogsEntryUtil.filterCountByG_NotS(long groupId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
int |
BlogsEntryPersistence.filterCountByG_NotS(long groupId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
static int |
BlogsEntryUtil.filterCountByG_S(long groupId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and status = ?. |
int |
BlogsEntryPersistence.filterCountByG_S(long groupId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and status = ?. |
static int |
BlogsEntryUtil.filterCountByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
int |
BlogsEntryPersistence.filterCountByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static int |
BlogsEntryUtil.filterCountByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
int |
BlogsEntryPersistence.filterCountByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static int |
BlogsEntryUtil.filterCountByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
int |
BlogsEntryPersistence.filterCountByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
static int |
BlogsEntryUtil.filterCountByG_U_NotS(long groupId,
long userId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
int |
BlogsEntryPersistence.filterCountByG_U_NotS(long groupId,
long userId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static int |
BlogsEntryUtil.filterCountByG_U_S(long groupId,
long userId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
int |
BlogsEntryPersistence.filterCountByG_U_S(long groupId,
long userId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static int |
BlogsEntryUtil.filterCountByGroupId(long groupId)
Returns the number of blogs entries that the user has permission to view where groupId = ?. |
int |
BlogsEntryPersistence.filterCountByGroupId(long groupId)
Returns the number of blogs entries that the user has permission to view where groupId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD(long groupId,
Date displayDate)
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD(long groupId,
Date displayDate)
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_NotS(long groupId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_NotS(long groupId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_S(long groupId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_S(long groupId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_NotS(long groupId,
long userId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_NotS(long groupId,
long userId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByGroupId(long groupId)
Returns all the blogs entries that the user has permission to view where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByGroupId(long groupId)
Returns all the blogs entries that the user has permission to view where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the blogs entries that the user has permission to view where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll()
Returns all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll()
Returns all the blogs stats users. |
static List<BlogsEntry> |
BlogsEntryUtil.findAll()
Returns all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistence.findAll()
Returns all the blogs entries. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll(int start,
int end)
Returns a range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end)
Returns a range of all the blogs stats users. |
static List<BlogsEntry> |
BlogsEntryUtil.findAll(int start,
int end)
Returns a range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistence.findAll(int start,
int end)
Returns a range of all the blogs entries. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users. |
static List<BlogsEntry> |
BlogsEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Returns all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Returns all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_S(long companyId,
Date displayDate,
int status)
Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_S(long companyId,
Date displayDate,
int status)
Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD(long companyId,
Date displayDate)
Returns all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD(long companyId,
Date displayDate)
Returns all the blogs entries where companyId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByC_NotE(long companyId,
int entryCount)
Returns all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByC_NotE(long companyId,
int entryCount)
Returns all the blogs stats users where companyId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByC_NotE(long companyId,
int entryCount,
int start,
int end)
Returns a range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByC_NotE(long companyId,
int entryCount,
int start,
int end)
Returns a range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_NotS(long companyId,
int status)
Returns all the blogs entries where companyId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_NotS(long companyId,
int status)
Returns all the blogs entries where companyId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_S(long companyId,
int status)
Returns all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_S(long companyId,
int status)
Returns all the blogs entries where companyId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_NotS(long companyId,
long userId,
int status)
Returns all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_NotS(long companyId,
long userId,
int status)
Returns all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_S(long companyId,
long userId,
int status)
Returns all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_S(long companyId,
long userId,
int status)
Returns all the blogs entries where companyId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U(long companyId,
long userId)
Returns all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U(long companyId,
long userId)
Returns all the blogs entries where companyId = ? and userId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U(long companyId,
long userId,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U(long companyId,
long userId,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and userId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByCompanyId(long companyId)
Returns all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByCompanyId(long companyId)
Returns all the blogs entries where companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the blogs entries where companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD(long groupId,
Date displayDate)
Returns all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD(long groupId,
Date displayDate)
Returns all the blogs entries where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByG_NotE(long groupId,
int entryCount)
Returns all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByG_NotE(long groupId,
int entryCount)
Returns all the blogs stats users where groupId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByG_NotE(long groupId,
int entryCount,
int start,
int end)
Returns a range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByG_NotE(long groupId,
int entryCount,
int start,
int end)
Returns a range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_NotS_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_NotS_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_NotS_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_NotS_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_NotS(long groupId,
int status)
Returns all the blogs entries where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_NotS(long groupId,
int status)
Returns all the blogs entries where groupId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_S(long groupId,
int status)
Returns all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_S(long groupId,
int status)
Returns all the blogs entries where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_NotS(long groupId,
long userId,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_NotS(long groupId,
long userId,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_S(long groupId,
long userId,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_S(long groupId,
long userId,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_U(long groupId,
long userId)
Returns the blogs stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByG_U(long groupId,
long userId)
Returns the blogs stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByGroupId(long groupId)
Returns all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId)
Returns all the blogs stats users where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByGroupId(long groupId)
Returns all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByGroupId(long groupId)
Returns all the blogs entries where groupId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the blogs stats users where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the blogs entries where groupId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryFinderUtil.findByGroupIds(long companyId,
long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryFinder.findByGroupIds(long companyId,
long groupId,
Date displayDate,
QueryDefinition queryDefinition)
|
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByGroupIds(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByGroupIds(long companyId,
long groupId,
int start,
int end)
|
static BlogsEntry |
BlogsEntryUtil.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByLtD_S(Date displayDate,
int status)
Returns all the blogs entries where displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByLtD_S(Date displayDate,
int status)
Returns all the blogs entries where displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByLtD_S(Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByLtD_S(Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryFinderUtil.findByNoAssets()
|
List<BlogsEntry> |
BlogsEntryFinder.findByNoAssets()
|
static List<BlogsEntry> |
BlogsEntryFinderUtil.findByOrganizationId(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryFinder.findByOrganizationId(long organizationId,
Date displayDate,
QueryDefinition queryDefinition)
|
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsEntry> |
BlogsEntryFinderUtil.findByOrganizationIds(List<Long> organizationIds,
Date displayDate,
QueryDefinition queryDefinition)
|
List<BlogsEntry> |
BlogsEntryFinder.findByOrganizationIds(List<Long> organizationIds,
Date displayDate,
QueryDefinition queryDefinition)
|
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator obc)
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByPrimaryKey(long statsUserId)
Returns the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByPrimaryKey(long statsUserId)
Returns the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByU_L(long userId,
Date lastPostDate)
Returns all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByU_L(long userId,
Date lastPostDate)
Returns all the blogs stats users where userId = ? and lastPostDate = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByU_L(long userId,
Date lastPostDate,
int start,
int end)
Returns a range of all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByU_L(long userId,
Date lastPostDate,
int start,
int end)
Returns a range of all the blogs stats users where userId = ? and lastPostDate = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByUserId(long userId)
Returns all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId)
Returns all the blogs stats users where userId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the blogs stats users where userId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the blogs entries where uuid = ? and companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the blogs entries where uuid = ? and companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the blogs entries where uuid = ? and companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the blogs entries where uuid = ? and companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid(String uuid)
Returns all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid(String uuid)
Returns all the blogs entries where uuid = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the blogs entries where uuid = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<BlogsEntry> |
BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<BlogsEntry> |
BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static BlogsStatsUser |
BlogsStatsUserUtil.remove(long statsUserId)
Removes the blogs stats user with the primary key from the database. |
BlogsStatsUser |
BlogsStatsUserPersistence.remove(long statsUserId)
Removes the blogs stats user with the primary key from the database. |
static BlogsEntry |
BlogsEntryUtil.remove(long entryId)
Removes the blogs entry with the primary key from the database. |
BlogsEntry |
BlogsEntryPersistence.remove(long entryId)
Removes the blogs entry with the primary key from the database. |
static void |
BlogsStatsUserUtil.removeAll()
Removes all the blogs stats users from the database. |
void |
BlogsStatsUserPersistence.removeAll()
Removes all the blogs stats users from the database. |
static void |
BlogsEntryUtil.removeAll()
Removes all the blogs entries from the database. |
void |
BlogsEntryPersistence.removeAll()
Removes all the blogs entries from the database. |
static void |
BlogsEntryUtil.removeByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Removes all the blogs entries where companyId = ? and displayDate < ? and status ≠ ? from the database. |
void |
BlogsEntryPersistence.removeByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Removes all the blogs entries where companyId = ? and displayDate < ? and status ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByC_LtD_S(long companyId,
Date displayDate,
int status)
Removes all the blogs entries where companyId = ? and displayDate < ? and status = ? from the database. |
void |
BlogsEntryPersistence.removeByC_LtD_S(long companyId,
Date displayDate,
int status)
Removes all the blogs entries where companyId = ? and displayDate < ? and status = ? from the database. |
static void |
BlogsEntryUtil.removeByC_LtD(long companyId,
Date displayDate)
Removes all the blogs entries where companyId = ? and displayDate < ? from the database. |
void |
BlogsEntryPersistence.removeByC_LtD(long companyId,
Date displayDate)
Removes all the blogs entries where companyId = ? and displayDate < ? from the database. |
static void |
BlogsStatsUserUtil.removeByC_NotE(long companyId,
int entryCount)
Removes all the blogs stats users where companyId = ? and entryCount ≠ ? from the database. |
void |
BlogsStatsUserPersistence.removeByC_NotE(long companyId,
int entryCount)
Removes all the blogs stats users where companyId = ? and entryCount ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByC_NotS(long companyId,
int status)
Removes all the blogs entries where companyId = ? and status ≠ ? from the database. |
void |
BlogsEntryPersistence.removeByC_NotS(long companyId,
int status)
Removes all the blogs entries where companyId = ? and status ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByC_S(long companyId,
int status)
Removes all the blogs entries where companyId = ? and status = ? from the database. |
void |
BlogsEntryPersistence.removeByC_S(long companyId,
int status)
Removes all the blogs entries where companyId = ? and status = ? from the database. |
static void |
BlogsEntryUtil.removeByC_U_NotS(long companyId,
long userId,
int status)
Removes all the blogs entries where companyId = ? and userId = ? and status ≠ ? from the database. |
void |
BlogsEntryPersistence.removeByC_U_NotS(long companyId,
long userId,
int status)
Removes all the blogs entries where companyId = ? and userId = ? and status ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByC_U_S(long companyId,
long userId,
int status)
Removes all the blogs entries where companyId = ? and userId = ? and status = ? from the database. |
void |
BlogsEntryPersistence.removeByC_U_S(long companyId,
long userId,
int status)
Removes all the blogs entries where companyId = ? and userId = ? and status = ? from the database. |
static void |
BlogsEntryUtil.removeByC_U(long companyId,
long userId)
Removes all the blogs entries where companyId = ? and userId = ? from the database. |
void |
BlogsEntryPersistence.removeByC_U(long companyId,
long userId)
Removes all the blogs entries where companyId = ? and userId = ? from the database. |
static void |
BlogsEntryUtil.removeByCompanyId(long companyId)
Removes all the blogs entries where companyId = ? from the database. |
void |
BlogsEntryPersistence.removeByCompanyId(long companyId)
Removes all the blogs entries where companyId = ? from the database. |
static void |
BlogsEntryUtil.removeByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and displayDate < ? and status ≠ ? from the database. |
void |
BlogsEntryPersistence.removeByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and displayDate < ? and status ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByG_LtD_S(long groupId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and displayDate < ? and status = ? from the database. |
void |
BlogsEntryPersistence.removeByG_LtD_S(long groupId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and displayDate < ? and status = ? from the database. |
static void |
BlogsEntryUtil.removeByG_LtD(long groupId,
Date displayDate)
Removes all the blogs entries where groupId = ? and displayDate < ? from the database. |
void |
BlogsEntryPersistence.removeByG_LtD(long groupId,
Date displayDate)
Removes all the blogs entries where groupId = ? and displayDate < ? from the database. |
static void |
BlogsStatsUserUtil.removeByG_NotE(long groupId,
int entryCount)
Removes all the blogs stats users where groupId = ? and entryCount ≠ ? from the database. |
void |
BlogsStatsUserPersistence.removeByG_NotE(long groupId,
int entryCount)
Removes all the blogs stats users where groupId = ? and entryCount ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByG_NotS(long groupId,
int status)
Removes all the blogs entries where groupId = ? and status ≠ ? from the database. |
void |
BlogsEntryPersistence.removeByG_NotS(long groupId,
int status)
Removes all the blogs entries where groupId = ? and status ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByG_S(long groupId,
int status)
Removes all the blogs entries where groupId = ? and status = ? from the database. |
void |
BlogsEntryPersistence.removeByG_S(long groupId,
int status)
Removes all the blogs entries where groupId = ? and status = ? from the database. |
static void |
BlogsEntryUtil.removeByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ? from the database. |
void |
BlogsEntryPersistence.removeByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ? from the database. |
void |
BlogsEntryPersistence.removeByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ? from the database. |
static void |
BlogsEntryUtil.removeByG_U_LtD(long groupId,
long userId,
Date displayDate)
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? from the database. |
void |
BlogsEntryPersistence.removeByG_U_LtD(long groupId,
long userId,
Date displayDate)
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? from the database. |
static void |
BlogsEntryUtil.removeByG_U_NotS(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status ≠ ? from the database. |
void |
BlogsEntryPersistence.removeByG_U_NotS(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status ≠ ? from the database. |
static void |
BlogsEntryUtil.removeByG_U_S(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status = ? from the database. |
void |
BlogsEntryPersistence.removeByG_U_S(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status = ? from the database. |
static BlogsStatsUser |
BlogsStatsUserUtil.removeByG_U(long groupId,
long userId)
Removes the blogs stats user where groupId = ? and userId = ? from the database. |
BlogsStatsUser |
BlogsStatsUserPersistence.removeByG_U(long groupId,
long userId)
Removes the blogs stats user where groupId = ? and userId = ? from the database. |
static BlogsEntry |
BlogsEntryUtil.removeByG_UT(long groupId,
String urlTitle)
Removes the blogs entry where groupId = ? and urlTitle = ? from the database. |
BlogsEntry |
BlogsEntryPersistence.removeByG_UT(long groupId,
String urlTitle)
Removes the blogs entry where groupId = ? and urlTitle = ? from the database. |
static void |
BlogsStatsUserUtil.removeByGroupId(long groupId)
Removes all the blogs stats users where groupId = ? from the database. |
void |
BlogsStatsUserPersistence.removeByGroupId(long groupId)
Removes all the blogs stats users where groupId = ? from the database. |
static void |
BlogsEntryUtil.removeByGroupId(long groupId)
Removes all the blogs entries where groupId = ? from the database. |
void |
BlogsEntryPersistence.removeByGroupId(long groupId)
Removes all the blogs entries where groupId = ? from the database. |
static void |
BlogsEntryUtil.removeByLtD_S(Date displayDate,
int status)
Removes all the blogs entries where displayDate < ? and status = ? from the database. |
void |
BlogsEntryPersistence.removeByLtD_S(Date displayDate,
int status)
Removes all the blogs entries where displayDate < ? and status = ? from the database. |
static void |
BlogsStatsUserUtil.removeByU_L(long userId,
Date lastPostDate)
Removes all the blogs stats users where userId = ? and lastPostDate = ? from the database. |
void |
BlogsStatsUserPersistence.removeByU_L(long userId,
Date lastPostDate)
Removes all the blogs stats users where userId = ? and lastPostDate = ? from the database. |
static void |
BlogsStatsUserUtil.removeByUserId(long userId)
Removes all the blogs stats users where userId = ? from the database. |
void |
BlogsStatsUserPersistence.removeByUserId(long userId)
Removes all the blogs stats users where userId = ? from the database. |
static void |
BlogsEntryUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the blogs entries where uuid = ? and companyId = ? from the database. |
void |
BlogsEntryPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the blogs entries where uuid = ? and companyId = ? from the database. |
static BlogsEntry |
BlogsEntryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the blogs entry where uuid = ? and groupId = ? from the database. |
BlogsEntry |
BlogsEntryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the blogs entry where uuid = ? and groupId = ? from the database. |
static void |
BlogsEntryUtil.removeByUuid(String uuid)
Removes all the blogs entries where uuid = ? from the database. |
void |
BlogsEntryPersistence.removeByUuid(String uuid)
Removes all the blogs entries where uuid = ? from the database. |
static BlogsEntry |
BlogsEntryUtil.update(BlogsEntry blogsEntry)
|
static BlogsEntry |
BlogsEntryUtil.update(BlogsEntry blogsEntry,
ServiceContext serviceContext)
|
static BlogsStatsUser |
BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser)
|
static BlogsStatsUser |
BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryUtil.updateImpl(BlogsEntry blogsEntry)
|
BlogsEntry |
BlogsEntryPersistence.updateImpl(BlogsEntry blogsEntry)
|
static BlogsStatsUser |
BlogsStatsUserUtil.updateImpl(BlogsStatsUser blogsStatsUser)
|
BlogsStatsUser |
BlogsStatsUserPersistence.updateImpl(BlogsStatsUser blogsStatsUser)
|
| Constructors in com.liferay.portlet.blogs.service.persistence that throw SystemException | |
|---|---|
BlogsEntryActionableDynamicQuery()
|
|
BlogsStatsUserActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.portlet.bookmarks.model |
|---|
| Methods in com.liferay.portlet.bookmarks.model that throw SystemException | |
|---|---|
List<BookmarksFolder> |
BookmarksFolderWrapper.getAncestors()
|
List<BookmarksFolder> |
BookmarksFolder.getAncestors()
|
BookmarksFolder |
BookmarksFolderWrapper.getParentFolder()
|
BookmarksFolder |
BookmarksFolder.getParentFolder()
|
String |
BookmarksFolderWrapper.getUserUuid()
Returns the user uuid of this bookmarks folder. |
String |
BookmarksFolderModel.getUserUuid()
Returns the user uuid of this bookmarks folder. |
String |
BookmarksEntryWrapper.getUserUuid()
Returns the user uuid of this bookmarks entry. |
String |
BookmarksEntryModel.getUserUuid()
Returns the user uuid of this bookmarks entry. |
void |
BookmarksFolderWrapper.persist()
|
void |
BookmarksEntryWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.bookmarks.service |
|---|
| Methods in com.liferay.portlet.bookmarks.service that throw SystemException | |
|---|---|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
BookmarksEntry |
BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalService.addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryService.addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalService.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderServiceWrapper.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderService.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
BookmarksEntryLocalService.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(long entryId)
Deletes the bookmarks entry with the primary key from the database. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(long entryId)
Deletes the bookmarks entry with the primary key from the database. |
BookmarksEntry |
BookmarksEntryLocalService.deleteBookmarksEntry(long entryId)
Deletes the bookmarks entry with the primary key from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(long folderId)
Deletes the bookmarks folder with the primary key from the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(long folderId)
Deletes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderLocalService.deleteBookmarksFolder(long folderId)
Deletes the bookmarks folder with the primary key from the database. |
void |
BookmarksEntryLocalServiceWrapper.deleteEntries(long groupId,
long folderId)
|
static void |
BookmarksEntryLocalServiceUtil.deleteEntries(long groupId,
long folderId)
|
void |
BookmarksEntryLocalService.deleteEntries(long groupId,
long folderId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteEntry(BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalService.deleteEntry(BookmarksEntry entry)
|
void |
BookmarksEntryServiceWrapper.deleteEntry(long entryId)
|
static void |
BookmarksEntryServiceUtil.deleteEntry(long entryId)
|
void |
BookmarksEntryService.deleteEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.deleteEntry(long entryId)
|
void |
BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
|
static void |
BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
|
void |
BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
|
void |
BookmarksFolderServiceWrapper.deleteFolder(long folderId)
|
static void |
BookmarksFolderServiceUtil.deleteFolder(long folderId)
|
void |
BookmarksFolderService.deleteFolder(long folderId)
|
void |
BookmarksFolderLocalServiceWrapper.deleteFolder(long folderId)
|
static void |
BookmarksFolderLocalServiceUtil.deleteFolder(long folderId)
|
void |
BookmarksFolderLocalService.deleteFolder(long folderId)
|
void |
BookmarksFolderLocalServiceWrapper.deleteFolders(long groupId)
|
static void |
BookmarksFolderLocalServiceUtil.deleteFolders(long groupId)
|
void |
BookmarksFolderLocalService.deleteFolders(long groupId)
|
List |
BookmarksFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
BookmarksFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BookmarksFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BookmarksEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
BookmarksEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BookmarksEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
BookmarksFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
BookmarksFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BookmarksFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BookmarksEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
BookmarksEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BookmarksEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
BookmarksFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
BookmarksFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
BookmarksFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
BookmarksEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
BookmarksEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
BookmarksEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
BookmarksFolderLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
BookmarksFolderLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
BookmarksFolderLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
BookmarksEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
BookmarksEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
BookmarksEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.fetchBookmarksEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.fetchBookmarksEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.fetchBookmarksEntry(long entryId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.fetchBookmarksFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.fetchBookmarksFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.fetchBookmarksFolder(long folderId)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getBookmarksEntries(int start,
int end)
Returns a range of all the bookmarks entries. |
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getBookmarksEntries(int start,
int end)
Returns a range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryLocalService.getBookmarksEntries(int start,
int end)
Returns a range of all the bookmarks entries. |
int |
BookmarksEntryLocalServiceWrapper.getBookmarksEntriesCount()
Returns the number of bookmarks entries. |
static int |
BookmarksEntryLocalServiceUtil.getBookmarksEntriesCount()
Returns the number of bookmarks entries. |
int |
BookmarksEntryLocalService.getBookmarksEntriesCount()
Returns the number of bookmarks entries. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.getBookmarksEntry(long entryId)
Returns the bookmarks entry with the primary key. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.getBookmarksEntry(long entryId)
Returns the bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryLocalService.getBookmarksEntry(long entryId)
Returns the bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry with the UUID in the group. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry with the UUID in the group. |
BookmarksEntry |
BookmarksEntryLocalService.getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry with the UUID in the group. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalService.getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder with the UUID in the group. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder with the UUID in the group. |
BookmarksFolder |
BookmarksFolderLocalService.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder with the UUID in the group. |
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getBookmarksFolders(int start,
int end)
Returns a range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getBookmarksFolders(int start,
int end)
Returns a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderLocalService.getBookmarksFolders(int start,
int end)
Returns a range of all the bookmarks folders. |
int |
BookmarksFolderLocalServiceWrapper.getBookmarksFoldersCount()
Returns the number of bookmarks folders. |
static int |
BookmarksFolderLocalServiceUtil.getBookmarksFoldersCount()
Returns the number of bookmarks folders. |
int |
BookmarksFolderLocalService.getBookmarksFoldersCount()
Returns the number of bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
int |
BookmarksFolderLocalServiceWrapper.getCompanyFoldersCount(long companyId)
|
static int |
BookmarksFolderLocalServiceUtil.getCompanyFoldersCount(long companyId)
|
int |
BookmarksFolderLocalService.getCompanyFoldersCount(long companyId)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryService.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryService.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
BookmarksEntryServiceWrapper.getEntriesCount(long groupId,
long folderId)
|
static int |
BookmarksEntryServiceUtil.getEntriesCount(long groupId,
long folderId)
|
int |
BookmarksEntryService.getEntriesCount(long groupId,
long folderId)
|
int |
BookmarksEntryLocalServiceWrapper.getEntriesCount(long groupId,
long folderId)
|
static int |
BookmarksEntryLocalServiceUtil.getEntriesCount(long groupId,
long folderId)
|
int |
BookmarksEntryLocalService.getEntriesCount(long groupId,
long folderId)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.getEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryService.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.getEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.getEntry(long entryId)
|
BookmarksFolder |
BookmarksFolderServiceWrapper.getFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderService.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.getFolder(long folderId)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
int |
BookmarksFolderServiceWrapper.getFoldersCount(long groupId,
long parentFolderId)
|
static int |
BookmarksFolderServiceUtil.getFoldersCount(long groupId,
long parentFolderId)
|
int |
BookmarksFolderService.getFoldersCount(long groupId,
long parentFolderId)
|
int |
BookmarksFolderLocalServiceWrapper.getFoldersCount(long groupId,
long parentFolderId)
|
static int |
BookmarksFolderLocalServiceUtil.getFoldersCount(long groupId,
long parentFolderId)
|
int |
BookmarksFolderLocalService.getFoldersCount(long groupId,
long parentFolderId)
|
int |
BookmarksEntryServiceWrapper.getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
static int |
BookmarksEntryServiceUtil.getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
int |
BookmarksEntryService.getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
int |
BookmarksEntryLocalServiceWrapper.getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
static int |
BookmarksEntryLocalServiceUtil.getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
int |
BookmarksEntryLocalService.getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getGroupEntries(long groupId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryService.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getGroupEntries(long groupId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryService.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
int |
BookmarksEntryServiceWrapper.getGroupEntriesCount(long groupId)
|
static int |
BookmarksEntryServiceUtil.getGroupEntriesCount(long groupId)
|
int |
BookmarksEntryService.getGroupEntriesCount(long groupId)
|
int |
BookmarksEntryLocalServiceWrapper.getGroupEntriesCount(long groupId)
|
static int |
BookmarksEntryLocalServiceUtil.getGroupEntriesCount(long groupId)
|
int |
BookmarksEntryLocalService.getGroupEntriesCount(long groupId)
|
int |
BookmarksEntryServiceWrapper.getGroupEntriesCount(long groupId,
long userId)
|
static int |
BookmarksEntryServiceUtil.getGroupEntriesCount(long groupId,
long userId)
|
int |
BookmarksEntryService.getGroupEntriesCount(long groupId,
long userId)
|
int |
BookmarksEntryLocalServiceWrapper.getGroupEntriesCount(long groupId,
long userId)
|
static int |
BookmarksEntryLocalServiceUtil.getGroupEntriesCount(long groupId,
long userId)
|
int |
BookmarksEntryLocalService.getGroupEntriesCount(long groupId,
long userId)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getNoAssetEntries()
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getNoAssetEntries()
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getNoAssetEntries()
|
PersistedModel |
BookmarksFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
BookmarksFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
BookmarksFolderLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
BookmarksEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
BookmarksEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
BookmarksEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
void |
BookmarksFolderServiceWrapper.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
static void |
BookmarksFolderServiceUtil.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
BookmarksFolderService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
BookmarksFolderLocalServiceWrapper.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
static void |
BookmarksFolderLocalServiceUtil.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
BookmarksFolderLocalService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.openEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.openEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryService.openEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.openEntry(long userId,
long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.openEntry(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.openEntry(long userId,
long entryId)
|
void |
BookmarksEntryServiceWrapper.subscribeEntry(long entryId)
|
static void |
BookmarksEntryServiceUtil.subscribeEntry(long entryId)
|
void |
BookmarksEntryService.subscribeEntry(long entryId)
|
void |
BookmarksEntryLocalServiceWrapper.subscribeEntry(long userId,
long entryId)
|
static void |
BookmarksEntryLocalServiceUtil.subscribeEntry(long userId,
long entryId)
|
void |
BookmarksEntryLocalService.subscribeEntry(long userId,
long entryId)
|
void |
BookmarksFolderServiceWrapper.subscribeFolder(long groupId,
long folderId)
|
static void |
BookmarksFolderServiceUtil.subscribeFolder(long groupId,
long folderId)
|
void |
BookmarksFolderService.subscribeFolder(long groupId,
long folderId)
|
void |
BookmarksFolderLocalServiceWrapper.subscribeFolder(long userId,
long groupId,
long folderId)
|
static void |
BookmarksFolderLocalServiceUtil.subscribeFolder(long userId,
long groupId,
long folderId)
|
void |
BookmarksFolderLocalService.subscribeFolder(long userId,
long groupId,
long folderId)
|
void |
BookmarksEntryServiceWrapper.unsubscribeEntry(long entryId)
|
static void |
BookmarksEntryServiceUtil.unsubscribeEntry(long entryId)
|
void |
BookmarksEntryService.unsubscribeEntry(long entryId)
|
void |
BookmarksEntryLocalServiceWrapper.unsubscribeEntry(long userId,
long entryId)
|
static void |
BookmarksEntryLocalServiceUtil.unsubscribeEntry(long userId,
long entryId)
|
void |
BookmarksEntryLocalService.unsubscribeEntry(long userId,
long entryId)
|
void |
BookmarksFolderServiceWrapper.unsubscribeFolder(long groupId,
long folderId)
|
static void |
BookmarksFolderServiceUtil.unsubscribeFolder(long groupId,
long folderId)
|
void |
BookmarksFolderService.unsubscribeFolder(long groupId,
long folderId)
|
void |
BookmarksFolderLocalServiceWrapper.unsubscribeFolder(long userId,
long groupId,
long folderId)
|
static void |
BookmarksFolderLocalServiceUtil.unsubscribeFolder(long userId,
long groupId,
long folderId)
|
void |
BookmarksFolderLocalService.unsubscribeFolder(long userId,
long groupId,
long folderId)
|
void |
BookmarksEntryLocalServiceWrapper.updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
BookmarksEntryLocalServiceUtil.updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
BookmarksEntryLocalService.updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
BookmarksEntry |
BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalService.updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryService.updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
| Uses of SystemException in com.liferay.portlet.bookmarks.service.persistence |
|---|
| Methods in com.liferay.portlet.bookmarks.service.persistence that throw SystemException | |
|---|---|
static int |
BookmarksFolderUtil.countAll()
Returns the number of bookmarks folders. |
int |
BookmarksFolderPersistence.countAll()
Returns the number of bookmarks folders. |
static int |
BookmarksEntryUtil.countAll()
Returns the number of bookmarks entries. |
int |
BookmarksEntryPersistence.countAll()
Returns the number of bookmarks entries. |
static int |
BookmarksFolderUtil.countByCompanyId(long companyId)
Returns the number of bookmarks folders where companyId = ?. |
int |
BookmarksFolderPersistence.countByCompanyId(long companyId)
Returns the number of bookmarks folders where companyId = ?. |
static int |
BookmarksEntryUtil.countByG_F(long groupId,
long folderId)
Returns the number of bookmarks entries where groupId = ? and folderId = ?. |
int |
BookmarksEntryPersistence.countByG_F(long groupId,
long folderId)
Returns the number of bookmarks entries where groupId = ? and folderId = ?. |
static int |
BookmarksEntryUtil.countByG_F(long groupId,
long[] folderIds)
Returns the number of bookmarks entries where groupId = ? and folderId = any ?. |
int |
BookmarksEntryPersistence.countByG_F(long groupId,
long[] folderIds)
Returns the number of bookmarks entries where groupId = ? and folderId = any ?. |
static int |
BookmarksFolderUtil.countByG_P(long groupId,
long parentFolderId)
Returns the number of bookmarks folders where groupId = ? and parentFolderId = ?. |
int |
BookmarksFolderPersistence.countByG_P(long groupId,
long parentFolderId)
Returns the number of bookmarks folders where groupId = ? and parentFolderId = ?. |
static int |
BookmarksEntryUtil.countByG_U(long groupId,
long userId)
Returns the number of bookmarks entries where groupId = ? and userId = ?. |
int |
BookmarksEntryPersistence.countByG_U(long groupId,
long userId)
Returns the number of bookmarks entries where groupId = ? and userId = ?. |
static int |
BookmarksFolderUtil.countByGroupId(long groupId)
Returns the number of bookmarks folders where groupId = ?. |
int |
BookmarksFolderPersistence.countByGroupId(long groupId)
Returns the number of bookmarks folders where groupId = ?. |
static int |
BookmarksEntryUtil.countByGroupId(long groupId)
Returns the number of bookmarks entries where groupId = ?. |
int |
BookmarksEntryPersistence.countByGroupId(long groupId)
Returns the number of bookmarks entries where groupId = ?. |
static int |
BookmarksFolderUtil.countByResourceBlockId(long resourceBlockId)
Returns the number of bookmarks folders where resourceBlockId = ?. |
int |
BookmarksFolderPersistence.countByResourceBlockId(long resourceBlockId)
Returns the number of bookmarks folders where resourceBlockId = ?. |
static int |
BookmarksEntryUtil.countByResourceBlockId(long resourceBlockId)
Returns the number of bookmarks entries where resourceBlockId = ?. |
int |
BookmarksEntryPersistence.countByResourceBlockId(long resourceBlockId)
Returns the number of bookmarks entries where resourceBlockId = ?. |
static int |
BookmarksFolderUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of bookmarks folders where uuid = ? and companyId = ?. |
int |
BookmarksFolderPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of bookmarks folders where uuid = ? and companyId = ?. |
static int |
BookmarksEntryUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of bookmarks entries where uuid = ? and companyId = ?. |
int |
BookmarksEntryPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of bookmarks entries where uuid = ? and companyId = ?. |
static int |
BookmarksFolderUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of bookmarks folders where uuid = ? and groupId = ?. |
int |
BookmarksFolderPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of bookmarks folders where uuid = ? and groupId = ?. |
static int |
BookmarksEntryUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of bookmarks entries where uuid = ? and groupId = ?. |
int |
BookmarksEntryPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of bookmarks entries where uuid = ? and groupId = ?. |
static int |
BookmarksFolderUtil.countByUuid(String uuid)
Returns the number of bookmarks folders where uuid = ?. |
int |
BookmarksFolderPersistence.countByUuid(String uuid)
Returns the number of bookmarks folders where uuid = ?. |
static int |
BookmarksEntryUtil.countByUuid(String uuid)
Returns the number of bookmarks entries where uuid = ?. |
int |
BookmarksEntryPersistence.countByUuid(String uuid)
Returns the number of bookmarks entries where uuid = ?. |
long |
BookmarksFolderUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
BookmarksEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static BookmarksFolder |
BookmarksFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or returns null if it could not be found. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or returns null if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or returns null if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
static int |
BookmarksEntryUtil.filterCountByG_F(long groupId,
long folderId)
Returns the number of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
int |
BookmarksEntryPersistence.filterCountByG_F(long groupId,
long folderId)
Returns the number of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
static int |
BookmarksEntryUtil.filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
int |
BookmarksEntryPersistence.filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
static int |
BookmarksFolderUtil.filterCountByG_P(long groupId,
long parentFolderId)
Returns the number of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
int |
BookmarksFolderPersistence.filterCountByG_P(long groupId,
long parentFolderId)
Returns the number of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static int |
BookmarksEntryUtil.filterCountByG_U(long groupId,
long userId)
Returns the number of bookmarks entries that the user has permission to view where groupId = ? and userId = ?. |
int |
BookmarksEntryPersistence.filterCountByG_U(long groupId,
long userId)
Returns the number of bookmarks entries that the user has permission to view where groupId = ? and userId = ?. |
static int |
BookmarksFolderUtil.filterCountByGroupId(long groupId)
Returns the number of bookmarks folders that the user has permission to view where groupId = ?. |
int |
BookmarksFolderPersistence.filterCountByGroupId(long groupId)
Returns the number of bookmarks folders that the user has permission to view where groupId = ?. |
static int |
BookmarksEntryUtil.filterCountByGroupId(long groupId)
Returns the number of bookmarks entries that the user has permission to view where groupId = ?. |
int |
BookmarksEntryPersistence.filterCountByGroupId(long groupId)
Returns the number of bookmarks entries that the user has permission to view where groupId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long folderId)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long folderId)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U(long groupId,
long userId)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U(long groupId,
long userId)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId)
Returns all the bookmarks folders that the user has permission to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId)
Returns all the bookmarks folders that the user has permission to view where groupId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByGroupId(long groupId)
Returns all the bookmarks entries that the user has permission to view where groupId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByGroupId(long groupId)
Returns all the bookmarks entries that the user has permission to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll()
Returns all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll()
Returns all the bookmarks folders. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findAll()
Returns all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findAll()
Returns all the bookmarks entries. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll(int start,
int end)
Returns a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll(int start,
int end)
Returns a range of all the bookmarks folders. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findAll(int start,
int end)
Returns a range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findAll(int start,
int end)
Returns a range of all the bookmarks entries. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId)
Returns all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId)
Returns all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long folderId)
Returns all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long folderId)
Returns all the bookmarks entries where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U(long groupId,
long userId)
Returns all the bookmarks entries where groupId = ? and userId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U(long groupId,
long userId)
Returns all the bookmarks entries where groupId = ? and userId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId)
Returns all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId)
Returns all the bookmarks folders where groupId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByGroupId(long groupId)
Returns all the bookmarks entries where groupId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByGroupId(long groupId)
Returns all the bookmarks entries where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ?. |
static List<BookmarksEntry> |
BookmarksEntryFinderUtil.findByNoAssets()
|
List<BookmarksEntry> |
BookmarksEntryFinder.findByNoAssets()
|
static BookmarksFolder |
BookmarksFolderUtil.findByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.findByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
static BookmarksEntry |
BookmarksEntryUtil.findByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistence.findByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByResourceBlockId_PrevAndNext(long entryId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByResourceBlockId_PrevAndNext(long entryId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks folders where resourceBlockId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks entries where resourceBlockId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks folders where resourceBlockId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks entries where resourceBlockId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks folders where uuid = ? and companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks folders where uuid = ? and companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks entries where uuid = ? and companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks folders where uuid = ? and companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks folders where uuid = ? and companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ? and companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
static BookmarksEntry |
BookmarksEntryUtil.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid)
Returns all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid)
Returns all the bookmarks folders where uuid = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid(String uuid)
Returns all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid(String uuid)
Returns all the bookmarks entries where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks folders where uuid = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<BookmarksEntry> |
BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<BookmarksFolder> |
BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static BookmarksFolder |
BookmarksFolderUtil.remove(long folderId)
Removes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderPersistence.remove(long folderId)
Removes the bookmarks folder with the primary key from the database. |
static BookmarksEntry |
BookmarksEntryUtil.remove(long entryId)
Removes the bookmarks entry with the primary key from the database. |
BookmarksEntry |
BookmarksEntryPersistence.remove(long entryId)
Removes the bookmarks entry with the primary key from the database. |
static void |
BookmarksFolderUtil.removeAll()
Removes all the bookmarks folders from the database. |
void |
BookmarksFolderPersistence.removeAll()
Removes all the bookmarks folders from the database. |
static void |
BookmarksEntryUtil.removeAll()
Removes all the bookmarks entries from the database. |
void |
BookmarksEntryPersistence.removeAll()
Removes all the bookmarks entries from the database. |
static void |
BookmarksFolderUtil.removeByCompanyId(long companyId)
Removes all the bookmarks folders where companyId = ? from the database. |
void |
BookmarksFolderPersistence.removeByCompanyId(long companyId)
Removes all the bookmarks folders where companyId = ? from the database. |
static void |
BookmarksEntryUtil.removeByG_F(long groupId,
long folderId)
Removes all the bookmarks entries where groupId = ? and folderId = ? from the database. |
void |
BookmarksEntryPersistence.removeByG_F(long groupId,
long folderId)
Removes all the bookmarks entries where groupId = ? and folderId = ? from the database. |
static void |
BookmarksFolderUtil.removeByG_P(long groupId,
long parentFolderId)
Removes all the bookmarks folders where groupId = ? and parentFolderId = ? from the database. |
void |
BookmarksFolderPersistence.removeByG_P(long groupId,
long parentFolderId)
Removes all the bookmarks folders where groupId = ? and parentFolderId = ? from the database. |
static void |
BookmarksEntryUtil.removeByG_U(long groupId,
long userId)
Removes all the bookmarks entries where groupId = ? and userId = ? from the database. |
void |
BookmarksEntryPersistence.removeByG_U(long groupId,
long userId)
Removes all the bookmarks entries where groupId = ? and userId = ? from the database. |
static void |
BookmarksFolderUtil.removeByGroupId(long groupId)
Removes all the bookmarks folders where groupId = ? from the database. |
void |
BookmarksFolderPersistence.removeByGroupId(long groupId)
Removes all the bookmarks folders where groupId = ? from the database. |
static void |
BookmarksEntryUtil.removeByGroupId(long groupId)
Removes all the bookmarks entries where groupId = ? from the database. |
void |
BookmarksEntryPersistence.removeByGroupId(long groupId)
Removes all the bookmarks entries where groupId = ? from the database. |
static void |
BookmarksFolderUtil.removeByResourceBlockId(long resourceBlockId)
Removes all the bookmarks folders where resourceBlockId = ? from the database. |
void |
BookmarksFolderPersistence.removeByResourceBlockId(long resourceBlockId)
Removes all the bookmarks folders where resourceBlockId = ? from the database. |
static void |
BookmarksEntryUtil.removeByResourceBlockId(long resourceBlockId)
Removes all the bookmarks entries where resourceBlockId = ? from the database. |
void |
BookmarksEntryPersistence.removeByResourceBlockId(long resourceBlockId)
Removes all the bookmarks entries where resourceBlockId = ? from the database. |
static void |
BookmarksFolderUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the bookmarks folders where uuid = ? and companyId = ? from the database. |
void |
BookmarksFolderPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the bookmarks folders where uuid = ? and companyId = ? from the database. |
static void |
BookmarksEntryUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the bookmarks entries where uuid = ? and companyId = ? from the database. |
void |
BookmarksEntryPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the bookmarks entries where uuid = ? and companyId = ? from the database. |
static BookmarksFolder |
BookmarksFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks folder where uuid = ? and groupId = ? from the database. |
BookmarksFolder |
BookmarksFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks folder where uuid = ? and groupId = ? from the database. |
static BookmarksEntry |
BookmarksEntryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks entry where uuid = ? and groupId = ? from the database. |
BookmarksEntry |
BookmarksEntryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks entry where uuid = ? and groupId = ? from the database. |
static void |
BookmarksFolderUtil.removeByUuid(String uuid)
Removes all the bookmarks folders where uuid = ? from the database. |
void |
BookmarksFolderPersistence.removeByUuid(String uuid)
Removes all the bookmarks folders where uuid = ? from the database. |
static void |
BookmarksEntryUtil.removeByUuid(String uuid)
Removes all the bookmarks entries where uuid = ? from the database. |
void |
BookmarksEntryPersistence.removeByUuid(String uuid)
Removes all the bookmarks entries where uuid = ? from the database. |
static BookmarksEntry |
BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry)
|
static BookmarksEntry |
BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryUtil.updateImpl(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
BookmarksEntryPersistence.updateImpl(BookmarksEntry bookmarksEntry)
|
static BookmarksFolder |
BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder)
|
BookmarksFolder |
BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder)
|
| Constructors in com.liferay.portlet.bookmarks.service.persistence that throw SystemException | |
|---|---|
BookmarksEntryActionableDynamicQuery()
|
|
BookmarksFolderActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.portlet.calendar.model |
|---|
| Methods in com.liferay.portlet.calendar.model that throw SystemException | |
|---|---|
String |
CalEventWrapper.getUserUuid()
Returns the user uuid of this cal event. |
String |
CalEventModel.getUserUuid()
Returns the user uuid of this cal event. |
void |
CalEventWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.calendar.service |
|---|
| Methods in com.liferay.portlet.calendar.service that throw SystemException | |
|---|---|
CalEvent |
CalEventLocalServiceWrapper.addCalEvent(CalEvent calEvent)
Adds the cal event to the database. |
static CalEvent |
CalEventLocalServiceUtil.addCalEvent(CalEvent calEvent)
Adds the cal event to the database. |
CalEvent |
CalEventLocalService.addCalEvent(CalEvent calEvent)
Adds the cal event to the database. |
CalEvent |
CalEventLocalServiceWrapper.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventLocalServiceUtil.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventLocalService.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventLocalServiceWrapper.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventLocalServiceWrapper.addEvent(long, String, String, String, int, int, int,
int, int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
static CalEvent |
CalEventLocalServiceUtil.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventLocalServiceUtil.addEvent(long, String, String, String, int, int, int,
int, int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
CalEvent |
CalEventLocalService.addEvent(long userId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventLocalService.addEvent(long, String, String, String, int, int, int,
int, int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
CalEvent |
CalEventServiceWrapper.addEvent(String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventServiceUtil.addEvent(String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventService.addEvent(String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventServiceWrapper.addEvent(String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventServiceWrapper.addEvent(String, String, String, int, int, int, int,
int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
static CalEvent |
CalEventServiceUtil.addEvent(String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventServiceUtil.addEvent(String, String, String, int, int, int, int,
int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
CalEvent |
CalEventService.addEvent(String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventService.addEvent(String, String, String, int, int, int, int,
int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
void |
CalEventLocalServiceWrapper.addEventResources(CalEvent event,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
CalEventLocalServiceUtil.addEventResources(CalEvent event,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
CalEventLocalService.addEventResources(CalEvent event,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
CalEventLocalServiceWrapper.addEventResources(CalEvent event,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
CalEventLocalServiceUtil.addEventResources(CalEvent event,
String[] groupPermissions,
String[] guestPermissions)
|
void |
CalEventLocalService.addEventResources(CalEvent event,
String[] groupPermissions,
String[] guestPermissions)
|
void |
CalEventLocalServiceWrapper.addEventResources(long eventId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
CalEventLocalServiceUtil.addEventResources(long eventId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
CalEventLocalService.addEventResources(long eventId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
CalEventLocalServiceWrapper.addEventResources(long eventId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
CalEventLocalServiceUtil.addEventResources(long eventId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
CalEventLocalService.addEventResources(long eventId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
CalEventLocalServiceWrapper.checkEvents()
|
static void |
CalEventLocalServiceUtil.checkEvents()
|
void |
CalEventLocalService.checkEvents()
|
CalEvent |
CalEventLocalServiceWrapper.deleteCalEvent(CalEvent calEvent)
Deletes the cal event from the database. |
static CalEvent |
CalEventLocalServiceUtil.deleteCalEvent(CalEvent calEvent)
Deletes the cal event from the database. |
CalEvent |
CalEventLocalService.deleteCalEvent(CalEvent calEvent)
Deletes the cal event from the database. |
CalEvent |
CalEventLocalServiceWrapper.deleteCalEvent(long eventId)
Deletes the cal event with the primary key from the database. |
static CalEvent |
CalEventLocalServiceUtil.deleteCalEvent(long eventId)
Deletes the cal event with the primary key from the database. |
CalEvent |
CalEventLocalService.deleteCalEvent(long eventId)
Deletes the cal event with the primary key from the database. |
CalEvent |
CalEventLocalServiceWrapper.deleteEvent(CalEvent event)
|
static CalEvent |
CalEventLocalServiceUtil.deleteEvent(CalEvent event)
|
CalEvent |
CalEventLocalService.deleteEvent(CalEvent event)
|
void |
CalEventServiceWrapper.deleteEvent(long eventId)
|
static void |
CalEventServiceUtil.deleteEvent(long eventId)
|
void |
CalEventService.deleteEvent(long eventId)
|
CalEvent |
CalEventLocalServiceWrapper.deleteEvent(long eventId)
|
static CalEvent |
CalEventLocalServiceUtil.deleteEvent(long eventId)
|
CalEvent |
CalEventLocalService.deleteEvent(long eventId)
|
void |
CalEventLocalServiceWrapper.deleteEvents(long groupId)
|
static void |
CalEventLocalServiceUtil.deleteEvents(long groupId)
|
void |
CalEventLocalService.deleteEvents(long groupId)
|
List |
CalEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
CalEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
CalEventLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
CalEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
CalEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
CalEventLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
CalEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
CalEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
CalEventLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
CalEventLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
CalEventLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
CalEventLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
File |
CalEventServiceWrapper.exportEvent(long eventId)
|
static File |
CalEventServiceUtil.exportEvent(long eventId)
|
File |
CalEventService.exportEvent(long eventId)
|
File |
CalEventLocalServiceWrapper.exportEvent(long userId,
long eventId)
|
static File |
CalEventLocalServiceUtil.exportEvent(long userId,
long eventId)
|
File |
CalEventLocalService.exportEvent(long userId,
long eventId)
|
File |
CalEventServiceWrapper.exportEvents(List<CalEvent> events,
String fileName)
|
static File |
CalEventServiceUtil.exportEvents(List<CalEvent> events,
String fileName)
|
File |
CalEventService.exportEvents(List<CalEvent> events,
String fileName)
|
File |
CalEventLocalServiceWrapper.exportEvents(long userId,
List<CalEvent> events,
String fileName)
|
static File |
CalEventLocalServiceUtil.exportEvents(long userId,
List<CalEvent> events,
String fileName)
|
File |
CalEventLocalService.exportEvents(long userId,
List<CalEvent> events,
String fileName)
|
File |
CalEventLocalServiceWrapper.exportGroupEvents(long userId,
long groupId,
String fileName)
|
static File |
CalEventLocalServiceUtil.exportGroupEvents(long userId,
long groupId,
String fileName)
|
File |
CalEventLocalService.exportGroupEvents(long userId,
long groupId,
String fileName)
|
File |
CalEventServiceWrapper.exportGroupEvents(long groupId,
String fileName)
|
static File |
CalEventServiceUtil.exportGroupEvents(long groupId,
String fileName)
|
File |
CalEventService.exportGroupEvents(long groupId,
String fileName)
|
CalEvent |
CalEventLocalServiceWrapper.fetchCalEvent(long eventId)
|
static CalEvent |
CalEventLocalServiceUtil.fetchCalEvent(long eventId)
|
CalEvent |
CalEventLocalService.fetchCalEvent(long eventId)
|
CalEvent |
CalEventLocalServiceWrapper.getCalEvent(long eventId)
Returns the cal event with the primary key. |
static CalEvent |
CalEventLocalServiceUtil.getCalEvent(long eventId)
Returns the cal event with the primary key. |
CalEvent |
CalEventLocalService.getCalEvent(long eventId)
Returns the cal event with the primary key. |
CalEvent |
CalEventLocalServiceWrapper.getCalEventByUuidAndGroupId(String uuid,
long groupId)
Returns the cal event with the UUID in the group. |
static CalEvent |
CalEventLocalServiceUtil.getCalEventByUuidAndGroupId(String uuid,
long groupId)
Returns the cal event with the UUID in the group. |
CalEvent |
CalEventLocalService.getCalEventByUuidAndGroupId(String uuid,
long groupId)
Returns the cal event with the UUID in the group. |
List<CalEvent> |
CalEventLocalServiceWrapper.getCalEvents(int start,
int end)
Returns a range of all the cal events. |
static List<CalEvent> |
CalEventLocalServiceUtil.getCalEvents(int start,
int end)
Returns a range of all the cal events. |
List<CalEvent> |
CalEventLocalService.getCalEvents(int start,
int end)
Returns a range of all the cal events. |
int |
CalEventLocalServiceWrapper.getCalEventsCount()
Returns the number of cal events. |
static int |
CalEventLocalServiceUtil.getCalEventsCount()
Returns the number of cal events. |
int |
CalEventLocalService.getCalEventsCount()
Returns the number of cal events. |
List<CalEvent> |
CalEventLocalServiceWrapper.getCompanyEvents(long companyId,
int start,
int end)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getCompanyEvents(long companyId,
int start,
int end)
|
List<CalEvent> |
CalEventLocalService.getCompanyEvents(long companyId,
int start,
int end)
|
int |
CalEventLocalServiceWrapper.getCompanyEventsCount(long companyId)
|
static int |
CalEventLocalServiceUtil.getCompanyEventsCount(long companyId)
|
int |
CalEventLocalService.getCompanyEventsCount(long companyId)
|
CalEvent |
CalEventServiceWrapper.getEvent(long eventId)
|
static CalEvent |
CalEventServiceUtil.getEvent(long eventId)
|
CalEvent |
CalEventService.getEvent(long eventId)
|
CalEvent |
CalEventLocalServiceWrapper.getEvent(long eventId)
|
static CalEvent |
CalEventLocalServiceUtil.getEvent(long eventId)
|
CalEvent |
CalEventLocalService.getEvent(long eventId)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getEvents(long groupId,
Calendar cal)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getEvents(long groupId,
Calendar cal)
|
List<CalEvent> |
CalEventLocalService.getEvents(long groupId,
Calendar cal)
|
List<CalEvent> |
CalEventServiceWrapper.getEvents(long groupId,
Calendar cal,
String type)
|
static List<CalEvent> |
CalEventServiceUtil.getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
CalEventService.getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getEvents(long groupId,
Calendar cal,
String type)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
CalEventLocalService.getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
CalEventServiceWrapper.getEvents(long groupId,
Calendar cal,
String[] types)
|
static List<CalEvent> |
CalEventServiceUtil.getEvents(long groupId,
Calendar cal,
String[] types)
|
List<CalEvent> |
CalEventService.getEvents(long groupId,
Calendar cal,
String[] types)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getEvents(long groupId,
Calendar cal,
String[] types)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getEvents(long groupId,
Calendar cal,
String[] types)
|
List<CalEvent> |
CalEventLocalService.getEvents(long groupId,
Calendar cal,
String[] types)
|
List<CalEvent> |
CalEventServiceWrapper.getEvents(long groupId,
String[] types,
int start,
int end)
|
static List<CalEvent> |
CalEventServiceUtil.getEvents(long groupId,
String[] types,
int start,
int end)
|
List<CalEvent> |
CalEventService.getEvents(long groupId,
String[] types,
int start,
int end)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getEvents(long groupId,
String[] types,
int start,
int end)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getEvents(long groupId,
String[] types,
int start,
int end)
|
List<CalEvent> |
CalEventLocalService.getEvents(long groupId,
String[] types,
int start,
int end)
|
List<CalEvent> |
CalEventServiceWrapper.getEvents(long groupId,
String type,
int start,
int end)
|
static List<CalEvent> |
CalEventServiceUtil.getEvents(long groupId,
String type,
int start,
int end)
|
List<CalEvent> |
CalEventService.getEvents(long groupId,
String type,
int start,
int end)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getEvents(long groupId,
String type,
int start,
int end)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getEvents(long groupId,
String type,
int start,
int end)
|
List<CalEvent> |
CalEventLocalService.getEvents(long groupId,
String type,
int start,
int end)
|
int |
CalEventServiceWrapper.getEventsCount(long groupId,
String type)
|
static int |
CalEventServiceUtil.getEventsCount(long groupId,
String type)
|
int |
CalEventService.getEventsCount(long groupId,
String type)
|
int |
CalEventLocalServiceWrapper.getEventsCount(long groupId,
String type)
|
static int |
CalEventLocalServiceUtil.getEventsCount(long groupId,
String type)
|
int |
CalEventLocalService.getEventsCount(long groupId,
String type)
|
int |
CalEventServiceWrapper.getEventsCount(long groupId,
String[] types)
|
static int |
CalEventServiceUtil.getEventsCount(long groupId,
String[] types)
|
int |
CalEventService.getEventsCount(long groupId,
String[] types)
|
int |
CalEventLocalServiceWrapper.getEventsCount(long groupId,
String[] types)
|
static int |
CalEventLocalServiceUtil.getEventsCount(long groupId,
String[] types)
|
int |
CalEventLocalService.getEventsCount(long groupId,
String[] types)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getNoAssetEvents()
|
static List<CalEvent> |
CalEventLocalServiceUtil.getNoAssetEvents()
|
List<CalEvent> |
CalEventLocalService.getNoAssetEvents()
|
PersistedModel |
CalEventLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
CalEventLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
CalEventLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getRepeatingEvents(long groupId)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getRepeatingEvents(long groupId)
|
List<CalEvent> |
CalEventLocalService.getRepeatingEvents(long groupId)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getRepeatingEvents(long groupId,
Calendar cal,
String[] types)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getRepeatingEvents(long groupId,
Calendar cal,
String[] types)
|
List<CalEvent> |
CalEventLocalService.getRepeatingEvents(long groupId,
Calendar cal,
String[] types)
|
boolean |
CalEventServiceWrapper.hasEvents(long groupId,
Calendar cal)
|
static boolean |
CalEventServiceUtil.hasEvents(long groupId,
Calendar cal)
|
boolean |
CalEventService.hasEvents(long groupId,
Calendar cal)
|
boolean |
CalEventLocalServiceWrapper.hasEvents(long groupId,
Calendar cal)
|
static boolean |
CalEventLocalServiceUtil.hasEvents(long groupId,
Calendar cal)
|
boolean |
CalEventLocalService.hasEvents(long groupId,
Calendar cal)
|
boolean |
CalEventServiceWrapper.hasEvents(long groupId,
Calendar cal,
String type)
|
static boolean |
CalEventServiceUtil.hasEvents(long groupId,
Calendar cal,
String type)
|
boolean |
CalEventService.hasEvents(long groupId,
Calendar cal,
String type)
|
boolean |
CalEventLocalServiceWrapper.hasEvents(long groupId,
Calendar cal,
String type)
|
static boolean |
CalEventLocalServiceUtil.hasEvents(long groupId,
Calendar cal,
String type)
|
boolean |
CalEventLocalService.hasEvents(long groupId,
Calendar cal,
String type)
|
boolean |
CalEventServiceWrapper.hasEvents(long groupId,
Calendar cal,
String[] types)
|
static boolean |
CalEventServiceUtil.hasEvents(long groupId,
Calendar cal,
String[] types)
|
boolean |
CalEventService.hasEvents(long groupId,
Calendar cal,
String[] types)
|
boolean |
CalEventLocalServiceWrapper.hasEvents(long groupId,
Calendar cal,
String[] types)
|
static boolean |
CalEventLocalServiceUtil.hasEvents(long groupId,
Calendar cal,
String[] types)
|
boolean |
CalEventLocalService.hasEvents(long groupId,
Calendar cal,
String[] types)
|
void |
CalEventServiceWrapper.importICal4j(long groupId,
InputStream inputStream)
|
static void |
CalEventServiceUtil.importICal4j(long groupId,
InputStream inputStream)
|
void |
CalEventService.importICal4j(long groupId,
InputStream inputStream)
|
void |
CalEventLocalServiceWrapper.importICal4j(long userId,
long groupId,
InputStream inputStream)
|
static void |
CalEventLocalServiceUtil.importICal4j(long userId,
long groupId,
InputStream inputStream)
|
void |
CalEventLocalService.importICal4j(long userId,
long groupId,
InputStream inputStream)
|
void |
CalEventLocalServiceWrapper.updateAsset(long userId,
CalEvent event,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
CalEventLocalServiceUtil.updateAsset(long userId,
CalEvent event,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
CalEventLocalService.updateAsset(long userId,
CalEvent event,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
CalEvent |
CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent)
Updates the cal event in the database or adds it if it does not yet exist. |
static CalEvent |
CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent)
Updates the cal event in the database or adds it if it does not yet exist. |
CalEvent |
CalEventLocalService.updateCalEvent(CalEvent calEvent)
Updates the cal event in the database or adds it if it does not yet exist. |
CalEvent |
CalEventLocalServiceWrapper.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventLocalServiceUtil.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventLocalService.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventLocalServiceWrapper.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventLocalServiceWrapper.updateEvent(long, long, String, String, String, int,
int, int, int, int, int, int, boolean, boolean, String,
boolean, TZSRecurrence, int, int, int, ServiceContext) |
static CalEvent |
CalEventLocalServiceUtil.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventLocalServiceUtil.updateEvent(long, long, String, String, String, int,
int, int, int, int, int, int, boolean, boolean, String,
boolean, TZSRecurrence, int, int, int, ServiceContext) |
CalEvent |
CalEventLocalService.updateEvent(long userId,
long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventLocalService.updateEvent(long, long, String, String, String, int,
int, int, int, int, int, int, boolean, boolean, String,
boolean, TZSRecurrence, int, int, int, ServiceContext) |
CalEvent |
CalEventServiceWrapper.updateEvent(long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventServiceUtil.updateEvent(long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventService.updateEvent(long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
CalEvent |
CalEventServiceWrapper.updateEvent(long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventServiceWrapper.updateEvent(long, String, String, String, int, int,
int, int, int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
static CalEvent |
CalEventServiceUtil.updateEvent(long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventServiceUtil.updateEvent(long, String, String, String, int, int,
int, int, int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
CalEvent |
CalEventService.updateEvent(long eventId,
String title,
String description,
String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
Deprecated. CalEventService.updateEvent(long, String, String, String, int, int,
int, int, int, int, int, boolean, boolean, String, boolean,
TZSRecurrence, int, int, int, ServiceContext) |
| Uses of SystemException in com.liferay.portlet.calendar.service.persistence |
|---|
| Methods in com.liferay.portlet.calendar.service.persistence that throw SystemException | |
|---|---|
static int |
CalEventUtil.countAll()
Returns the number of cal events. |
int |
CalEventPersistence.countAll()
Returns the number of cal events. |
static int |
CalEventUtil.countByCompanyId(long companyId)
Returns the number of cal events where companyId = ?. |
int |
CalEventPersistence.countByCompanyId(long companyId)
Returns the number of cal events where companyId = ?. |
static int |
CalEventUtil.countByG_R(long groupId,
boolean repeating)
Returns the number of cal events where groupId = ? and repeating = ?. |
int |
CalEventPersistence.countByG_R(long groupId,
boolean repeating)
Returns the number of cal events where groupId = ? and repeating = ?. |
static int |
CalEventFinderUtil.countByG_SD_T(long groupId,
Date startDateGT,
Date startDateLT,
boolean timeZoneSensitive,
String[] types)
|
int |
CalEventFinder.countByG_SD_T(long groupId,
Date startDateGT,
Date startDateLT,
boolean timeZoneSensitive,
String[] types)
|
static int |
CalEventUtil.countByG_T_R(long groupId,
String[] types,
boolean repeating)
Returns the number of cal events where groupId = ? and type = any ? and repeating = ?. |
int |
CalEventPersistence.countByG_T_R(long groupId,
String[] types,
boolean repeating)
Returns the number of cal events where groupId = ? and type = any ? and repeating = ?. |
static int |
CalEventUtil.countByG_T_R(long groupId,
String type,
boolean repeating)
Returns the number of cal events where groupId = ? and type = ? and repeating = ?. |
int |
CalEventPersistence.countByG_T_R(long groupId,
String type,
boolean repeating)
Returns the number of cal events where groupId = ? and type = ? and repeating = ?. |
static int |
CalEventUtil.countByG_T(long groupId,
String type)
Returns the number of cal events where groupId = ? and type = ?. |
int |
CalEventPersistence.countByG_T(long groupId,
String type)
Returns the number of cal events where groupId = ? and type = ?. |
static int |
CalEventUtil.countByG_T(long groupId,
String[] types)
Returns the number of cal events where groupId = ? and type = any ?. |
int |
CalEventPersistence.countByG_T(long groupId,
String[] types)
Returns the number of cal events where groupId = ? and type = any ?. |
static int |
CalEventUtil.countByGroupId(long groupId)
Returns the number of cal events where groupId = ?. |
int |
CalEventPersistence.countByGroupId(long groupId)
Returns the number of cal events where groupId = ?. |
static int |
CalEventUtil.countByNotRemindBy(int remindBy)
Returns the number of cal events where remindBy ≠ ?. |
int |
CalEventPersistence.countByNotRemindBy(int remindBy)
Returns the number of cal events where remindBy ≠ ?. |
static int |
CalEventUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of cal events where uuid = ? and companyId = ?. |
int |
CalEventPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of cal events where uuid = ? and companyId = ?. |
static int |
CalEventUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of cal events where uuid = ? and groupId = ?. |
int |
CalEventPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of cal events where uuid = ? and groupId = ?. |
static int |
CalEventUtil.countByUuid(String uuid)
Returns the number of cal events where uuid = ?. |
int |
CalEventPersistence.countByUuid(String uuid)
Returns the number of cal events where uuid = ?. |
long |
CalEventUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static CalEvent |
CalEventUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where companyId = ?. |
static CalEvent |
CalEventUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where companyId = ?. |
static CalEvent |
CalEventUtil.fetchByG_R_First(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.fetchByG_R_First(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
CalEventUtil.fetchByG_R_Last(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.fetchByG_R_Last(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
CalEventUtil.fetchByG_T_First(long groupId,
String type,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.fetchByG_T_First(long groupId,
String type,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.fetchByG_T_Last(long groupId,
String type,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.fetchByG_T_Last(long groupId,
String type,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.fetchByG_T_R_First(long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent |
CalEventPersistence.fetchByG_T_R_First(long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent |
CalEventUtil.fetchByG_T_R_Last(long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent |
CalEventPersistence.fetchByG_T_R_Last(long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent |
CalEventUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.fetchByNotRemindBy_First(int remindBy,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.fetchByNotRemindBy_First(int remindBy,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.fetchByNotRemindBy_Last(int remindBy,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.fetchByNotRemindBy_Last(int remindBy,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.fetchByPrimaryKey(long eventId)
Returns the cal event with the primary key or returns null if it could not be found. |
CalEvent |
CalEventPersistence.fetchByPrimaryKey(long eventId)
Returns the cal event with the primary key or returns null if it could not be found. |
static CalEvent |
CalEventUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent |
CalEventPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent |
CalEventUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent |
CalEventPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent |
CalEventUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where uuid = ?. |
CalEvent |
CalEventPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where uuid = ?. |
static CalEvent |
CalEventUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found. |
CalEvent |
CalEventPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found. |
static CalEvent |
CalEventUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
CalEvent |
CalEventPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static CalEvent |
CalEventUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where uuid = ?. |
CalEvent |
CalEventPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where uuid = ?. |
static int |
CalEventUtil.filterCountByG_R(long groupId,
boolean repeating)
Returns the number of cal events that the user has permission to view where groupId = ? and repeating = ?. |
int |
CalEventPersistence.filterCountByG_R(long groupId,
boolean repeating)
Returns the number of cal events that the user has permission to view where groupId = ? and repeating = ?. |
static int |
CalEventUtil.filterCountByG_T_R(long groupId,
String[] types,
boolean repeating)
Returns the number of cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
int |
CalEventPersistence.filterCountByG_T_R(long groupId,
String[] types,
boolean repeating)
Returns the number of cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
static int |
CalEventUtil.filterCountByG_T_R(long groupId,
String type,
boolean repeating)
Returns the number of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
int |
CalEventPersistence.filterCountByG_T_R(long groupId,
String type,
boolean repeating)
Returns the number of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
static int |
CalEventUtil.filterCountByG_T(long groupId,
String type)
Returns the number of cal events that the user has permission to view where groupId = ? and type = ?. |
int |
CalEventPersistence.filterCountByG_T(long groupId,
String type)
Returns the number of cal events that the user has permission to view where groupId = ? and type = ?. |
static int |
CalEventUtil.filterCountByG_T(long groupId,
String[] types)
Returns the number of cal events that the user has permission to view where groupId = ? and type = any ?. |
int |
CalEventPersistence.filterCountByG_T(long groupId,
String[] types)
Returns the number of cal events that the user has permission to view where groupId = ? and type = any ?. |
static int |
CalEventUtil.filterCountByGroupId(long groupId)
Returns the number of cal events that the user has permission to view where groupId = ?. |
int |
CalEventPersistence.filterCountByGroupId(long groupId)
Returns the number of cal events that the user has permission to view where groupId = ?. |
static CalEvent[] |
CalEventUtil.filterFindByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.filterFindByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_R(long groupId,
boolean repeating)
Returns all the cal events that the user has permission to view where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_R(long groupId,
boolean repeating)
Returns all the cal events that the user has permission to view where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and repeating = ?. |
static CalEvent[] |
CalEventUtil.filterFindByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ?. |
CalEvent[] |
CalEventPersistence.filterFindByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ?. |
static CalEvent[] |
CalEventUtil.filterFindByG_T_R_PrevAndNext(long eventId,
long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.filterFindByG_T_R_PrevAndNext(long eventId,
long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T_R(long groupId,
String[] types,
boolean repeating)
Returns all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T_R(long groupId,
String[] types,
boolean repeating)
Returns all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T_R(long groupId,
String type,
boolean repeating)
Returns all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T_R(long groupId,
String type,
boolean repeating)
Returns all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String type)
Returns all the cal events that the user has permission to view where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String type)
Returns all the cal events that the user has permission to view where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String[] types)
Returns all the cal events that the user has permission to view where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String[] types)
Returns all the cal events that the user has permission to view where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String[] types,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String[] types,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ?. |
static CalEvent[] |
CalEventUtil.filterFindByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ?. |
CalEvent[] |
CalEventPersistence.filterFindByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByGroupId(long groupId)
Returns all the cal events that the user has permission to view where groupId = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByGroupId(long groupId)
Returns all the cal events that the user has permission to view where groupId = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the cal events that the user has permission to view where groupId = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ?. |
static List<CalEvent> |
CalEventUtil.findAll()
Returns all the cal events. |
List<CalEvent> |
CalEventPersistence.findAll()
Returns all the cal events. |
static List<CalEvent> |
CalEventUtil.findAll(int start,
int end)
Returns a range of all the cal events. |
List<CalEvent> |
CalEventPersistence.findAll(int start,
int end)
Returns a range of all the cal events. |
static List<CalEvent> |
CalEventUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events. |
List<CalEvent> |
CalEventPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events. |
static CalEvent |
CalEventUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where companyId = ?. |
static CalEvent |
CalEventUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where companyId = ?. |
static CalEvent[] |
CalEventUtil.findByCompanyId_PrevAndNext(long eventId,
long companyId,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where companyId = ?. |
CalEvent[] |
CalEventPersistence.findByCompanyId_PrevAndNext(long eventId,
long companyId,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByCompanyId(long companyId)
Returns all the cal events where companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByCompanyId(long companyId)
Returns all the cal events where companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the cal events where companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the cal events where companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where companyId = ?. |
static List<CalEvent> |
CalEventFinderUtil.findByFutureReminders()
|
List<CalEvent> |
CalEventFinder.findByFutureReminders()
|
static CalEvent |
CalEventUtil.findByG_R_First(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_R_First(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
CalEventUtil.findByG_R_Last(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_R_Last(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent[] |
CalEventUtil.findByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.findByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_R(long groupId,
boolean repeating)
Returns all the cal events where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_R(long groupId,
boolean repeating)
Returns all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_R(long groupId,
boolean repeating,
int start,
int end)
Returns a range of all the cal events where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_R(long groupId,
boolean repeating,
int start,
int end)
Returns a range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventFinderUtil.findByG_SD_T(long groupId,
Date startDateGT,
Date startDateLT,
boolean timeZoneSensitive,
String[] types)
|
List<CalEvent> |
CalEventFinder.findByG_SD_T(long groupId,
Date startDateGT,
Date startDateLT,
boolean timeZoneSensitive,
String[] types)
|
static List<CalEvent> |
CalEventFinderUtil.findByG_SD_T(long groupId,
Date startDateGT,
Date startDateLT,
boolean timeZoneSensitive,
String[] types,
int start,
int end)
|
List<CalEvent> |
CalEventFinder.findByG_SD_T(long groupId,
Date startDateGT,
Date startDateLT,
boolean timeZoneSensitive,
String[] types,
int start,
int end)
|
static CalEvent |
CalEventUtil.findByG_T_First(long groupId,
String type,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.findByG_T_First(long groupId,
String type,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.findByG_T_Last(long groupId,
String type,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.findByG_T_Last(long groupId,
String type,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent[] |
CalEventUtil.findByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
CalEvent[] |
CalEventPersistence.findByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.findByG_T_R_First(long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_T_R_First(long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent |
CalEventUtil.findByG_T_R_Last(long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_T_R_Last(long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent[] |
CalEventUtil.findByG_T_R_PrevAndNext(long eventId,
long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.findByG_T_R_PrevAndNext(long eventId,
long groupId,
String type,
boolean repeating,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T_R(long groupId,
String[] types,
boolean repeating)
Returns all the cal events where groupId = ? and type = any ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T_R(long groupId,
String[] types,
boolean repeating)
Returns all the cal events where groupId = ? and type = any ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end)
Returns a range of all the cal events where groupId = ? and type = any ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end)
Returns a range of all the cal events where groupId = ? and type = any ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T_R(long groupId,
String type,
boolean repeating)
Returns all the cal events where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T_R(long groupId,
String type,
boolean repeating)
Returns all the cal events where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end)
Returns a range of all the cal events where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end)
Returns a range of all the cal events where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String type)
Returns all the cal events where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String type)
Returns all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String[] types)
Returns all the cal events where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String[] types)
Returns all the cal events where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String[] types,
int start,
int end)
Returns a range of all the cal events where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String[] types,
int start,
int end)
Returns a range of all the cal events where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the cal events where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where groupId = ?. |
static CalEvent[] |
CalEventUtil.findByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ?. |
CalEvent[] |
CalEventPersistence.findByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ?. |
static List<CalEvent> |
CalEventUtil.findByGroupId(long groupId)
Returns all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.findByGroupId(long groupId)
Returns all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventFinderUtil.findByNoAssets()
|
List<CalEvent> |
CalEventFinder.findByNoAssets()
|
static CalEvent |
CalEventUtil.findByNotRemindBy_First(int remindBy,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.findByNotRemindBy_First(int remindBy,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.findByNotRemindBy_Last(int remindBy,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.findByNotRemindBy_Last(int remindBy,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where remindBy ≠ ?. |
static CalEvent[] |
CalEventUtil.findByNotRemindBy_PrevAndNext(long eventId,
int remindBy,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?. |
CalEvent[] |
CalEventPersistence.findByNotRemindBy_PrevAndNext(long eventId,
int remindBy,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?. |
static List<CalEvent> |
CalEventUtil.findByNotRemindBy(int remindBy)
Returns all the cal events where remindBy ≠ ?. |
List<CalEvent> |
CalEventPersistence.findByNotRemindBy(int remindBy)
Returns all the cal events where remindBy ≠ ?. |
static List<CalEvent> |
CalEventUtil.findByNotRemindBy(int remindBy,
int start,
int end)
Returns a range of all the cal events where remindBy ≠ ?. |
List<CalEvent> |
CalEventPersistence.findByNotRemindBy(int remindBy,
int start,
int end)
Returns a range of all the cal events where remindBy ≠ ?. |
static List<CalEvent> |
CalEventUtil.findByNotRemindBy(int remindBy,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where remindBy ≠ ?. |
List<CalEvent> |
CalEventPersistence.findByNotRemindBy(int remindBy,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.findByPrimaryKey(long eventId)
Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found. |
CalEvent |
CalEventPersistence.findByPrimaryKey(long eventId)
Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found. |
static CalEvent |
CalEventUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent |
CalEventPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent |
CalEventUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent |
CalEventPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent[] |
CalEventUtil.findByUuid_C_PrevAndNext(long eventId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent[] |
CalEventPersistence.findByUuid_C_PrevAndNext(long eventId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid_C(String uuid,
long companyId)
Returns all the cal events where uuid = ? and companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the cal events where uuid = ? and companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the cal events where uuid = ? and companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the cal events where uuid = ? and companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where uuid = ? and companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where uuid = ? and companyId = ?. |
static CalEvent |
CalEventUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where uuid = ?. |
CalEvent |
CalEventPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first cal event in the ordered set where uuid = ?. |
static CalEvent |
CalEventUtil.findByUUID_G(String uuid,
long groupId)
Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found. |
CalEvent |
CalEventPersistence.findByUUID_G(String uuid,
long groupId)
Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found. |
static CalEvent |
CalEventUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where uuid = ?. |
CalEvent |
CalEventPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last cal event in the ordered set where uuid = ?. |
static CalEvent[] |
CalEventUtil.findByUuid_PrevAndNext(long eventId,
String uuid,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where uuid = ?. |
CalEvent[] |
CalEventPersistence.findByUuid_PrevAndNext(long eventId,
String uuid,
OrderByComparator orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where uuid = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid(String uuid)
Returns all the cal events where uuid = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid(String uuid)
Returns all the cal events where uuid = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the cal events where uuid = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the cal events where uuid = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where uuid = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the cal events where uuid = ?. |
static List<CalEvent> |
CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<CalEvent> |
CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<CalEvent> |
CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static CalEvent |
CalEventUtil.remove(long eventId)
Removes the cal event with the primary key from the database. |
CalEvent |
CalEventPersistence.remove(long eventId)
Removes the cal event with the primary key from the database. |
static void |
CalEventUtil.removeAll()
Removes all the cal events from the database. |
void |
CalEventPersistence.removeAll()
Removes all the cal events from the database. |
static void |
CalEventUtil.removeByCompanyId(long companyId)
Removes all the cal events where companyId = ? from the database. |
void |
CalEventPersistence.removeByCompanyId(long companyId)
Removes all the cal events where companyId = ? from the database. |
static void |
CalEventUtil.removeByG_R(long groupId,
boolean repeating)
Removes all the cal events where groupId = ? and repeating = ? from the database. |
void |
CalEventPersistence.removeByG_R(long groupId,
boolean repeating)
Removes all the cal events where groupId = ? and repeating = ? from the database. |
static void |
CalEventUtil.removeByG_T_R(long groupId,
String type,
boolean repeating)
Removes all the cal events where groupId = ? and type = ? and repeating = ? from the database. |
void |
CalEventPersistence.removeByG_T_R(long groupId,
String type,
boolean repeating)
Removes all the cal events where groupId = ? and type = ? and repeating = ? from the database. |
static void |
CalEventUtil.removeByG_T(long groupId,
String type)
Removes all the cal events where groupId = ? and type = ? from the database. |
void |
CalEventPersistence.removeByG_T(long groupId,
String type)
Removes all the cal events where groupId = ? and type = ? from the database. |
static void |
CalEventUtil.removeByGroupId(long groupId)
Removes all the cal events where groupId = ? from the database. |
void |
CalEventPersistence.removeByGroupId(long groupId)
Removes all the cal events where groupId = ? from the database. |
static void |
CalEventUtil.removeByNotRemindBy(int remindBy)
Removes all the cal events where remindBy ≠ ? from the database. |
void |
CalEventPersistence.removeByNotRemindBy(int remindBy)
Removes all the cal events where remindBy ≠ ? from the database. |
static void |
CalEventUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the cal events where uuid = ? and companyId = ? from the database. |
void |
CalEventPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the cal events where uuid = ? and companyId = ? from the database. |
static CalEvent |
CalEventUtil.removeByUUID_G(String uuid,
long groupId)
Removes the cal event where uuid = ? and groupId = ? from the database. |
CalEvent |
CalEventPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the cal event where uuid = ? and groupId = ? from the database. |
static void |
CalEventUtil.removeByUuid(String uuid)
Removes all the cal events where uuid = ? from the database. |
void |
CalEventPersistence.removeByUuid(String uuid)
Removes all the cal events where uuid = ? from the database. |
static CalEvent |
CalEventUtil.update(CalEvent calEvent)
|
static CalEvent |
CalEventUtil.update(CalEvent calEvent,
ServiceContext serviceContext)
|
static CalEvent |
CalEventUtil.updateImpl(CalEvent calEvent)
|
CalEvent |
CalEventPersistence.updateImpl(CalEvent calEvent)
|
| Constructors in com.liferay.portlet.calendar.service.persistence that throw SystemException | |
|---|---|
CalEventActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.portlet.documentlibrary.antivirus |
|---|
| Methods in com.liferay.portlet.documentlibrary.antivirus that throw SystemException | |
|---|---|
void |
BaseFileAntivirusScanner.scan(byte[] bytes)
|
void |
AntivirusScannerWrapper.scan(byte[] bytes)
|
static void |
AntivirusScannerUtil.scan(byte[] bytes)
|
void |
AntivirusScanner.scan(byte[] bytes)
|
void |
BaseInputStreamAntivirusScanner.scan(File file)
|
void |
AntivirusScannerWrapper.scan(File file)
|
static void |
AntivirusScannerUtil.scan(File file)
|
void |
AntivirusScanner.scan(File file)
|
void |
BaseFileAntivirusScanner.scan(InputStream inputStream)
|
void |
AntivirusScannerWrapper.scan(InputStream inputStream)
|
static void |
AntivirusScannerUtil.scan(InputStream inputStream)
|
void |
AntivirusScanner.scan(InputStream inputStream)
|
| Uses of SystemException in com.liferay.portlet.documentlibrary.model |
|---|
| Methods in com.liferay.portlet.documentlibrary.model that throw SystemException | |
|---|---|
List<DLFolder> |
DLFolderWrapper.getAncestors()
|
List<DLFolder> |
DLFolder.getAncestors()
|
InputStream |
DLFileEntryWrapper.getContentStream()
|
InputStream |
DLFileEntry.getContentStream()
|
InputStream |
DLFileVersionWrapper.getContentStream(boolean incrementCounter)
|
InputStream |
DLFileVersion.getContentStream(boolean incrementCounter)
|
InputStream |
DLFileEntryWrapper.getContentStream(String version)
|
InputStream |
DLFileEntry.getContentStream(String version)
|
DDMStructure |
DLFileEntryMetadataWrapper.getDDMStructure()
|
DDMStructure |
DLFileEntryMetadata.getDDMStructure()
|
List<DDMStructure> |
DLFileEntryTypeWrapper.getDDMStructures()
|
List<DDMStructure> |
DLFileEntryType.getDDMStructures()
|
Map<String,Fields> |
DLFileEntryWrapper.getFieldsMap(long fileVersionId)
|
Map<String,Fields> |
DLFileEntry.getFieldsMap(long fileVersionId)
|
DLFileEntry |
DLFileVersionWrapper.getFileEntry()
|
DLFileEntry |
DLFileVersion.getFileEntry()
|
DLFileEntryType |
DLFileEntryMetadataWrapper.getFileEntryType()
|
DLFileEntryType |
DLFileEntryMetadata.getFileEntryType()
|
DLFileVersion |
DLFileEntryWrapper.getFileVersion()
|
DLFileVersion |
DLFileEntryMetadataWrapper.getFileVersion()
|
DLFileVersion |
DLFileEntryMetadata.getFileVersion()
|
DLFileVersion |
DLFileEntry.getFileVersion()
|
DLFileVersion |
DLFileEntryWrapper.getFileVersion(String version)
|
DLFileVersion |
DLFileEntry.getFileVersion(String version)
|
List<DLFileVersion> |
DLFileEntryWrapper.getFileVersions(int status)
|
List<DLFileVersion> |
DLFileEntry.getFileVersions(int status)
|
int |
DLFileEntryWrapper.getFileVersionsCount(int status)
|
int |
DLFileEntry.getFileVersionsCount(int status)
|
DLFileVersion |
DLFileEntryWrapper.getLatestFileVersion(boolean trusted)
|
DLFileVersion |
DLFileEntry.getLatestFileVersion(boolean trusted)
|
DLFolder |
DLFolderWrapper.getParentFolder()
|
DLFolder |
DLFolder.getParentFolder()
|
String |
DLFolderWrapper.getPath()
|
String |
DLFolder.getPath()
|
String[] |
DLFolderWrapper.getPathArray()
|
String[] |
DLFolder.getPathArray()
|
String |
DLFolderWrapper.getStatusByUserUuid()
Returns the status by user uuid of this document library folder. |
String |
DLFolderModel.getStatusByUserUuid()
Returns the status by user uuid of this document library folder. |
String |
DLFileVersionWrapper.getStatusByUserUuid()
Returns the status by user uuid of this document library file version. |
String |
DLFileVersionModel.getStatusByUserUuid()
Returns the status by user uuid of this document library file version. |
String |
DLFileShortcutWrapper.getStatusByUserUuid()
Returns the status by user uuid of this document library file shortcut. |
String |
DLFileShortcutModel.getStatusByUserUuid()
Returns the status by user uuid of this document library file shortcut. |
String |
DLFolderWrapper.getUserUuid()
Returns the user uuid of this document library folder. |
String |
DLFolderModel.getUserUuid()
Returns the user uuid of this document library folder. |
String |
DLFileVersionWrapper.getUserUuid()
Returns the user uuid of this document library file version. |
String |
DLFileVersionModel.getUserUuid()
Returns the user uuid of this document library file version. |
String |
DLFileShortcutWrapper.getUserUuid()
Returns the user uuid of this document library file shortcut. |
String |
DLFileShortcutModel.getUserUuid()
Returns the user uuid of this document library file shortcut. |
String |
DLFileRankWrapper.getUserUuid()
Returns the user uuid of this document library file rank. |
String |
DLFileRankModel.getUserUuid()
Returns the user uuid of this document library file rank. |
String |
DLFileEntryWrapper.getUserUuid()
Returns the user uuid of this document library file entry. |
String |
DLFileEntryTypeWrapper.getUserUuid()
Returns the user uuid of this document library file entry type. |
String |
DLFileEntryTypeModel.getUserUuid()
Returns the user uuid of this document library file entry type. |
String |
DLFileEntryModel.getUserUuid()
Returns the user uuid of this document library file entry. |
String |
DLFileEntryWrapper.getVersionUserUuid()
Returns the version user uuid of this document library file entry. |
String |
DLFileEntryModel.getVersionUserUuid()
Returns the version user uuid of this document library file entry. |
void |
DLSyncWrapper.persist()
|
void |
DLFolderWrapper.persist()
|
void |
DLFileVersionWrapper.persist()
|
void |
DLFileShortcutWrapper.persist()
|
void |
DLFileRankWrapper.persist()
|
void |
DLFileEntryWrapper.persist()
|
void |
DLFileEntryTypeWrapper.persist()
|
void |
DLFileEntryMetadataWrapper.persist()
|
void |
DLContentWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service that throw SystemException | |
|---|---|
DLContent |
DLContentLocalServiceWrapper.addContent(long companyId,
long repositoryId,
String path,
String version,
byte[] bytes)
|
static DLContent |
DLContentLocalServiceUtil.addContent(long companyId,
long repositoryId,
String path,
String version,
byte[] bytes)
|
DLContent |
DLContentLocalService.addContent(long companyId,
long repositoryId,
String path,
String version,
byte[] bytes)
|
DLContent |
DLContentLocalServiceWrapper.addContent(long companyId,
long repositoryId,
String path,
String version,
InputStream inputStream,
long size)
|
static DLContent |
DLContentLocalServiceUtil.addContent(long companyId,
long repositoryId,
String path,
String version,
InputStream inputStream,
long size)
|
DLContent |
DLContentLocalService.addContent(long companyId,
long repositoryId,
String path,
String version,
InputStream inputStream,
long size)
|
DLContent |
DLContentLocalServiceWrapper.addDLContent(DLContent dlContent)
Adds the document library content to the database. |
static DLContent |
DLContentLocalServiceUtil.addDLContent(DLContent dlContent)
Adds the document library content to the database. |
DLContent |
DLContentLocalService.addDLContent(DLContent dlContent)
Adds the document library content to the database. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the document library file entry to the database. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the document library file entry to the database. |
DLFileEntry |
DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the document library file entry to the database. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.addDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Adds the document library file entry metadata to the database. |
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.addDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Adds the document library file entry metadata to the database. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.addDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Adds the document library file entry metadata to the database. |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.addDLFileEntryType(DLFileEntryType dlFileEntryType)
Adds the document library file entry type to the database. |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.addDLFileEntryType(DLFileEntryType dlFileEntryType)
Adds the document library file entry type to the database. |
DLFileEntryType |
DLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType)
Adds the document library file entry type to the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
DLFileRank |
DLFileRankLocalService.addDLFileRank(DLFileRank dlFileRank)
Adds the document library file rank to the database. |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.addDLFileShortcut(DLFileShortcut dlFileShortcut)
Adds the document library file shortcut to the database. |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.addDLFileShortcut(DLFileShortcut dlFileShortcut)
Adds the document library file shortcut to the database. |
DLFileShortcut |
DLFileShortcutLocalService.addDLFileShortcut(DLFileShortcut dlFileShortcut)
Adds the document library file shortcut to the database. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database. |
DLFileVersion |
DLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the document library file version to the database. |
DLFolder |
DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
Adds the document library folder to the database. |
static DLFolder |
DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
Adds the document library folder to the database. |
DLFolder |
DLFolderLocalService.addDLFolder(DLFolder dlFolder)
Adds the document library folder to the database. |
DLSync |
DLSyncLocalServiceWrapper.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
static DLSync |
DLSyncLocalServiceUtil.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
DLSync |
DLSyncLocalService.addDLSync(DLSync dlSync)
Adds the d l sync to the database. |
void |
DLAppHelperLocalServiceWrapper.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.addFileEntry(long userId,
long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a byte array. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File
object. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File
object. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on a File
object. |
FileEntry |
DLAppLocalServiceWrapper.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream object. |
static FileEntry |
DLAppLocalServiceUtil.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream object. |
FileEntry |
DLAppLocalService.addFileEntry(long userId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata based on an InputStream object. |
DLFileEntry |
DLFileEntryServiceWrapper.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.addFileEntry(long groupId,
long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
byte[] bytes,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
File file,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppServiceWrapper.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
static FileEntry |
DLAppServiceUtil.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
FileEntry |
DLAppService.addFileEntry(long repositoryId,
long folderId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
InputStream is,
long size,
ServiceContext serviceContext)
Adds a file entry and associated metadata. |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeLocalService.addFileEntryType(long userId,
long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeServiceWrapper.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static DLFileEntryType |
DLFileEntryTypeServiceUtil.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileEntryType |
DLFileEntryTypeService.addFileEntryType(long groupId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalServiceWrapper.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileRank |
DLFileRankLocalServiceUtil.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalService.addFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLAppLocalServiceWrapper.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
static DLFileRank |
DLAppLocalServiceUtil.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
DLFileRank |
DLAppLocalService.addFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Adds the file rank to the existing file entry. |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.addFileShortcut(long userId,
long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.addFileShortcut(long userId,
long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutLocalService.addFileShortcut(long userId,
long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppLocalServiceWrapper.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry. |
static DLFileShortcut |
DLAppLocalServiceUtil.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry. |
DLFileShortcut |
DLAppLocalService.addFileShortcut(long userId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds the file shortcut to the existing file entry. |
DLFileShortcut |
DLFileShortcutServiceWrapper.addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLFileShortcutServiceUtil.addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutService.addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppServiceWrapper.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry. |
static DLFileShortcut |
DLAppServiceUtil.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry. |
DLFileShortcut |
DLAppService.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry. |
void |
DLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
DLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
DLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DLFileShortcutLocalServiceWrapper.addFileShortcutResources(long fileShortcutId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
DLFileShortcutLocalServiceUtil.addFileShortcutResources(long fileShortcutId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DLFileShortcutLocalService.addFileShortcutResources(long fileShortcutId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DLFileShortcutLocalServiceWrapper.addFileShortcutResources(long fileShortcutId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
DLFileShortcutLocalServiceUtil.addFileShortcutResources(long fileShortcutId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DLFileShortcutLocalService.addFileShortcutResources(long fileShortcutId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DLAppHelperLocalServiceWrapper.addFolder(Folder folder,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.addFolder(Folder folder,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.addFolder(Folder folder,
ServiceContext serviceContext)
|
DLFolder |
DLFolderServiceWrapper.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderServiceUtil.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
DLFolder |
DLFolderService.addFolder(long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalServiceWrapper.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalService.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
boolean hidden,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalServiceWrapper.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 6.2, replaced by more general DLFolderLocalServiceWrapper.addFolder(long,
long, long, boolean, long, String, String, boolean,
ServiceContext) |
static DLFolder |
DLFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 6.2, replaced by more general DLFolderLocalServiceUtil.addFolder(long,
long, long, boolean, long, String, String, boolean,
ServiceContext) |
DLFolder |
DLFolderLocalService.addFolder(long userId,
long groupId,
long repositoryId,
boolean mountPoint,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Deprecated. As of 6.2, replaced by more general DLFolderLocalService.addFolder(long,
long, long, boolean, long, String, String, boolean,
ServiceContext) |
Folder |
DLAppLocalServiceWrapper.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
static Folder |
DLAppLocalServiceUtil.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
Folder |
DLAppLocalService.addFolder(long userId,
long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
Folder |
DLAppServiceWrapper.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
static Folder |
DLAppServiceUtil.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
Folder |
DLAppService.addFolder(long repositoryId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Adds a folder. |
DLSync |
DLSyncLocalServiceWrapper.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. DLSyncLocalServiceWrapper.addSync(long, String, long, long, long, String,
String, String, String) |
static DLSync |
DLSyncLocalServiceUtil.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. DLSyncLocalServiceUtil.addSync(long, String, long, long, long, String,
String, String, String) |
DLSync |
DLSyncLocalService.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String type,
String version)
Deprecated. DLSyncLocalService.addSync(long, String, long, long, long, String,
String, String, String) |
DLSync |
DLSyncLocalServiceWrapper.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
static DLSync |
DLSyncLocalServiceUtil.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
DLSync |
DLSyncLocalService.addSync(long fileId,
String fileUuid,
long companyId,
long repositoryId,
long parentFolderId,
String name,
String description,
String type,
String version)
|
String |
DLAppServiceWrapper.addTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName,
File file)
Adds a temporary file entry. |
static String |
DLAppServiceUtil.addTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName,
File file)
Adds a temporary file entry. |
String |
DLAppService.addTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName,
File file)
Adds a temporary file entry. |
String |
DLAppServiceWrapper.addTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
static String |
DLAppServiceUtil.addTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
String |
DLAppService.addTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
DLFileVersion |
DLFileEntryServiceWrapper.cancelCheckOut(long fileEntryId)
|
static DLFileVersion |
DLFileEntryServiceUtil.cancelCheckOut(long fileEntryId)
|
DLFileVersion |
DLFileEntryService.cancelCheckOut(long fileEntryId)
|
void |
DLAppServiceWrapper.cancelCheckOut(long fileEntryId)
Cancels the check out of the file entry. |
static void |
DLAppServiceUtil.cancelCheckOut(long fileEntryId)
Cancels the check out of the file entry. |
void |
DLAppService.cancelCheckOut(long fileEntryId)
Cancels the check out of the file entry. |
void |
DLAppHelperLocalServiceWrapper.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
|
DLFileVersion |
DLFileEntryLocalServiceWrapper.cancelCheckOut(long userId,
long fileEntryId)
|
static DLFileVersion |
DLFileEntryLocalServiceUtil.cancelCheckOut(long userId,
long fileEntryId)
|
DLFileVersion |
DLFileEntryLocalService.cancelCheckOut(long userId,
long fileEntryId)
|
void |
DLFileEntryTypeLocalServiceWrapper.cascadeFileEntryTypes(long userId,
DLFolder dlFolder)
|
static void |
DLFileEntryTypeLocalServiceUtil.cascadeFileEntryTypes(long userId,
DLFolder dlFolder)
|
void |
DLFileEntryTypeLocalService.cascadeFileEntryTypes(long userId,
DLFolder dlFolder)
|
void |
DLAppHelperLocalServiceWrapper.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
static void |
DLAppHelperLocalServiceUtil.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLAppHelperLocalService.checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
void |
DLFileRankLocalServiceWrapper.checkFileRanks()
|
static void |
DLFileRankLocalServiceUtil.checkFileRanks()
|
void |
DLFileRankLocalService.checkFileRanks()
|
void |
DLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
static void |
DLFileEntryServiceUtil.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
DLFileEntryService.checkInFileEntry(long fileEntryId,
boolean major,
String changeLog,
ServiceContext serviceContext)
|
void |
DLAppServiceWrapper.checkInFileEntry(long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry. |
static void |
DLAppServiceUtil.checkInFileEntry(long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry. |
void |
DLAppService.checkInFileEntry(long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
Checks in the file entry. |
void |
DLFileEntryLocalServiceWrapper.checkInFileEntry(long userId,
long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
|
static void |
DLFileEntryLocalServiceUtil.checkInFileEntry(long userId,
long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalService.checkInFileEntry(long userId,
long fileEntryId,
boolean majorVersion,
String changeLog,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalServiceWrapper.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid)
Deprecated. DLFileEntryLocalServiceWrapper.checkInFileEntry(long, long, String, ServiceContext) |
static void |
DLFileEntryLocalServiceUtil.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid)
Deprecated. DLFileEntryLocalServiceUtil.checkInFileEntry(long, long, String, ServiceContext) |
void |
DLFileEntryLocalService.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid)
Deprecated. DLFileEntryLocalService.checkInFileEntry(long, long, String, ServiceContext) |
void |
DLFileEntryLocalServiceWrapper.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
static void |
DLFileEntryLocalServiceUtil.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalService.checkInFileEntry(long userId,
long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
DLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. DLFileEntryServiceWrapper.checkInFileEntry(long, String, ServiceContext) |
static void |
DLFileEntryServiceUtil.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. DLFileEntryServiceUtil.checkInFileEntry(long, String, ServiceContext) |
void |
DLFileEntryService.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. DLFileEntryService.checkInFileEntry(long, String, ServiceContext) |
void |
DLAppServiceWrapper.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. DLAppServiceWrapper.checkInFileEntry(long, String, ServiceContext) |
static void |
DLAppServiceUtil.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. DLAppServiceUtil.checkInFileEntry(long, String, ServiceContext) |
void |
DLAppService.checkInFileEntry(long fileEntryId,
String lockUuid)
Deprecated. DLAppService.checkInFileEntry(long, String, ServiceContext) |
void |
DLFileEntryServiceWrapper.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
static void |
DLFileEntryServiceUtil.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
DLFileEntryService.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
|
void |
DLAppServiceWrapper.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID. |
static void |
DLAppServiceUtil.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID. |
void |
DLAppService.checkInFileEntry(long fileEntryId,
String lockUuid,
ServiceContext serviceContext)
Checks in the file entry using the lock's UUID. |
DLFileEntry |
DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId)
Deprecated. DLFileEntryServiceWrapper.checkOutFileEntry(long, ServiceContext) |
static DLFileEntry |
DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId)
Deprecated. DLFileEntryServiceUtil.checkOutFileEntry(long, ServiceContext) |
DLFileEntry |
DLFileEntryService.checkOutFileEntry(long fileEntryId)
Deprecated. DLFileEntryService.checkOutFileEntry(long, ServiceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId)
Deprecated. DLFileEntryLocalServiceWrapper.checkOutFileEntry(long, long, ServiceContext) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId)
Deprecated. DLFileEntryLocalServiceUtil.checkOutFileEntry(long, long, ServiceContext) |
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId)
Deprecated. DLFileEntryLocalService.checkOutFileEntry(long, long, ServiceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLFileEntryLocalServiceWrapper.checkOutFileEntry(long, long, String, long,
ServiceContext) |
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLFileEntryLocalServiceUtil.checkOutFileEntry(long, long, String, long,
ServiceContext) |
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLFileEntryLocalService.checkOutFileEntry(long, long, String, long,
ServiceContext) |
DLFileEntry |
DLFileEntryLocalServiceWrapper.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.checkOutFileEntry(long userId,
long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
|
void |
DLAppServiceWrapper.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry. |
static void |
DLAppServiceUtil.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry. |
void |
DLAppService.checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext)
Check out a file entry. |
DLFileEntry |
DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLFileEntryServiceWrapper.checkOutFileEntry(long, String, long,
ServiceContext) |
static DLFileEntry |
DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLFileEntryServiceUtil.checkOutFileEntry(long, String, long,
ServiceContext) |
DLFileEntry |
DLFileEntryService.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLFileEntryService.checkOutFileEntry(long, String, long,
ServiceContext) |
DLFileEntry |
DLFileEntryServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
static FileEntry |
DLAppServiceUtil.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
FileEntry |
DLAppService.checkOutFileEntry(long fileEntryId,
String owner,
long expirationTime,
ServiceContext serviceContext)
Checks out the file entry. |
void |
DLFileEntryLocalServiceWrapper.convertExtraSettings(String[] keys)
|
static void |
DLFileEntryLocalServiceUtil.convertExtraSettings(String[] keys)
|
void |
DLFileEntryLocalService.convertExtraSettings(String[] keys)
|
DLFileEntry |
DLFileEntryServiceWrapper.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.copyFileEntry(long groupId,
long repositoryId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalServiceWrapper.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext)
|
static void |
DLFileEntryLocalServiceUtil.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalService.copyFileEntryMetadata(long companyId,
long fileEntryTypeId,
long fileEntryId,
long fromFileVersionId,
long toFileVersionId,
ServiceContext serviceContext)
|
Folder |
DLAppServiceWrapper.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder. |
static Folder |
DLAppServiceUtil.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder. |
Folder |
DLAppService.copyFolder(long repositoryId,
long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Performs a deep copy of the folder. |
void |
DLFolderLocalServiceWrapper.deleteAll(long groupId)
|
static void |
DLFolderLocalServiceUtil.deleteAll(long groupId)
|
void |
DLFolderLocalService.deleteAll(long groupId)
|
void |
DLAppLocalServiceWrapper.deleteAll(long repositoryId)
Delete all data associated to the given repository. |
static void |
DLAppLocalServiceUtil.deleteAll(long repositoryId)
Delete all data associated to the given repository. |
void |
DLAppLocalService.deleteAll(long repositoryId)
Delete all data associated to the given repository. |
void |
DLContentLocalServiceWrapper.deleteContent(long companyId,
long repositoryId,
String path,
String version)
|
static void |
DLContentLocalServiceUtil.deleteContent(long companyId,
long repositoryId,
String path,
String version)
|
void |
DLContentLocalService.deleteContent(long companyId,
long repositoryId,
String path,
String version)
|
void |
DLContentLocalServiceWrapper.deleteContents(long companyId,
long repositoryId,
String path)
|
static void |
DLContentLocalServiceUtil.deleteContents(long companyId,
long repositoryId,
String path)
|
void |
DLContentLocalService.deleteContents(long companyId,
long repositoryId,
String path)
|
void |
DLContentLocalServiceWrapper.deleteContentsByDirectory(long companyId,
long repositoryId,
String dirName)
|
static void |
DLContentLocalServiceUtil.deleteContentsByDirectory(long companyId,
long repositoryId,
String dirName)
|
void |
DLContentLocalService.deleteContentsByDirectory(long companyId,
long repositoryId,
String dirName)
|
DLContent |
DLContentLocalServiceWrapper.deleteDLContent(DLContent dlContent)
Deletes the document library content from the database. |
static DLContent |
DLContentLocalServiceUtil.deleteDLContent(DLContent dlContent)
Deletes the document library content from the database. |
DLContent |
DLContentLocalService.deleteDLContent(DLContent dlContent)
Deletes the document library content from the database. |
DLContent |
DLContentLocalServiceWrapper.deleteDLContent(long contentId)
Deletes the document library content with the primary key from the database. |
static DLContent |
DLContentLocalServiceUtil.deleteDLContent(long contentId)
Deletes the document library content with the primary key from the database. |
DLContent |
DLContentLocalService.deleteDLContent(long contentId)
Deletes the document library content with the primary key from the database. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteDLFileEntry(DLFileEntry dlFileEntry)
Deletes the document library file entry from the database. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteDLFileEntry(DLFileEntry dlFileEntry)
Deletes the document library file entry from the database. |
DLFileEntry |
DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
Deletes the document library file entry from the database. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteDLFileEntry(long fileEntryId)
Deletes the document library file entry with the primary key from the database. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteDLFileEntry(long fileEntryId)
Deletes the document library file entry with the primary key from the database. |
DLFileEntry |
DLFileEntryLocalService.deleteDLFileEntry(long fileEntryId)
Deletes the document library file entry with the primary key from the database. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.deleteDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Deletes the document library file entry metadata from the database. |
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.deleteDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Deletes the document library file entry metadata from the database. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.deleteDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Deletes the document library file entry metadata from the database. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.deleteDLFileEntryMetadata(long fileEntryMetadataId)
Deletes the document library file entry metadata with the primary key from the database. |
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.deleteDLFileEntryMetadata(long fileEntryMetadataId)
Deletes the document library file entry metadata with the primary key from the database. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.deleteDLFileEntryMetadata(long fileEntryMetadataId)
Deletes the document library file entry metadata with the primary key from the database. |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
Deletes the document library file entry type from the database. |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
Deletes the document library file entry type from the database. |
DLFileEntryType |
DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
Deletes the document library file entry type from the database. |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(long fileEntryTypeId)
Deletes the document library file entry type with the primary key from the database. |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(long fileEntryTypeId)
Deletes the document library file entry type with the primary key from the database. |
DLFileEntryType |
DLFileEntryTypeLocalService.deleteDLFileEntryType(long fileEntryTypeId)
Deletes the document library file entry type with the primary key from the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
DLFileRank |
DLFileRankLocalService.deleteDLFileRank(DLFileRank dlFileRank)
Deletes the document library file rank from the database. |
DLFileRank |
DLFileRankLocalServiceWrapper.deleteDLFileRank(long fileRankId)
Deletes the document library file rank with the primary key from the database. |
static DLFileRank |
DLFileRankLocalServiceUtil.deleteDLFileRank(long fileRankId)
Deletes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankLocalService.deleteDLFileRank(long fileRankId)
Deletes the document library file rank with the primary key from the database. |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
Deletes the document library file shortcut from the database. |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
Deletes the document library file shortcut from the database. |
DLFileShortcut |
DLFileShortcutLocalService.deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
Deletes the document library file shortcut from the database. |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(long fileShortcutId)
Deletes the document library file shortcut with the primary key from the database. |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.deleteDLFileShortcut(long fileShortcutId)
Deletes the document library file shortcut with the primary key from the database. |
DLFileShortcut |
DLFileShortcutLocalService.deleteDLFileShortcut(long fileShortcutId)
Deletes the document library file shortcut with the primary key from the database. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database. |
DLFileVersion |
DLFileVersionLocalService.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the document library file version from the database. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database. |
DLFileVersion |
DLFileVersionLocalService.deleteDLFileVersion(long fileVersionId)
Deletes the document library file version with the primary key from the database. |
DLFolder |
DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder)
Deletes the document library folder from the database. |
static DLFolder |
DLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder)
Deletes the document library folder from the database. |
DLFolder |
DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
Deletes the document library folder from the database. |
DLFolder |
DLFolderLocalServiceWrapper.deleteDLFolder(long folderId)
Deletes the document library folder with the primary key from the database. |
static DLFolder |
DLFolderLocalServiceUtil.deleteDLFolder(long folderId)
Deletes the document library folder with the primary key from the database. |
DLFolder |
DLFolderLocalService.deleteDLFolder(long folderId)
Deletes the document library folder with the primary key from the database. |
DLSync |
DLSyncLocalServiceWrapper.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
static DLSync |
DLSyncLocalServiceUtil.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
DLSyncLocalService.deleteDLSync(DLSync dlSync)
Deletes the d l sync from the database. |
DLSync |
DLSyncLocalServiceWrapper.deleteDLSync(long syncId)
Deletes the d l sync with the primary key from the database. |
static DLSync |
DLSyncLocalServiceUtil.deleteDLSync(long syncId)
Deletes the d l sync with the primary key from the database. |
DLSync |
DLSyncLocalService.deleteDLSync(long syncId)
Deletes the d l sync with the primary key from the database. |
void |
DLFileEntryLocalServiceWrapper.deleteFileEntries(long groupId,
long folderId)
|
static void |
DLFileEntryLocalServiceUtil.deleteFileEntries(long groupId,
long folderId)
|
void |
DLFileEntryLocalService.deleteFileEntries(long groupId,
long folderId)
|
void |
DLFileEntryLocalServiceWrapper.deleteFileEntries(long groupId,
long folderId,
boolean includeTrashedEntries)
|
static void |
DLFileEntryLocalServiceUtil.deleteFileEntries(long groupId,
long folderId,
boolean includeTrashedEntries)
|
void |
DLFileEntryLocalService.deleteFileEntries(long groupId,
long folderId,
boolean includeTrashedEntries)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteFileEntry(DLFileEntry dlFileEntry)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteFileEntry(DLFileEntry dlFileEntry)
|
DLFileEntry |
DLFileEntryLocalService.deleteFileEntry(DLFileEntry dlFileEntry)
|
void |
DLAppHelperLocalServiceWrapper.deleteFileEntry(FileEntry fileEntry)
|
static void |
DLAppHelperLocalServiceUtil.deleteFileEntry(FileEntry fileEntry)
|
void |
DLAppHelperLocalService.deleteFileEntry(FileEntry fileEntry)
|
void |
DLFileEntryServiceWrapper.deleteFileEntry(long fileEntryId)
|
static void |
DLFileEntryServiceUtil.deleteFileEntry(long fileEntryId)
|
void |
DLFileEntryService.deleteFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteFileEntry(long fileEntryId)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryLocalService.deleteFileEntry(long fileEntryId)
|
void |
DLAppServiceWrapper.deleteFileEntry(long fileEntryId)
Deletes the file entry with the primary key. |
static void |
DLAppServiceUtil.deleteFileEntry(long fileEntryId)
Deletes the file entry with the primary key. |
void |
DLAppService.deleteFileEntry(long fileEntryId)
Deletes the file entry with the primary key. |
void |
DLAppLocalServiceWrapper.deleteFileEntry(long fileEntryId)
Deletes the file entry. |
static void |
DLAppLocalServiceUtil.deleteFileEntry(long fileEntryId)
Deletes the file entry. |
void |
DLAppLocalService.deleteFileEntry(long fileEntryId)
Deletes the file entry. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.deleteFileEntry(long userId,
long fileEntryId)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.deleteFileEntry(long userId,
long fileEntryId)
|
DLFileEntry |
DLFileEntryLocalService.deleteFileEntry(long userId,
long fileEntryId)
|
void |
DLFileEntryServiceWrapper.deleteFileEntry(long groupId,
long folderId,
String title)
|
static void |
DLFileEntryServiceUtil.deleteFileEntry(long groupId,
long folderId,
String title)
|
void |
DLFileEntryService.deleteFileEntry(long groupId,
long folderId,
String title)
|
void |
DLAppServiceWrapper.deleteFileEntryByTitle(long repositoryId,
long folderId,
String title)
Deletes the file entry with the title in the folder. |
static void |
DLAppServiceUtil.deleteFileEntryByTitle(long repositoryId,
long folderId,
String title)
Deletes the file entry with the title in the folder. |
void |
DLAppService.deleteFileEntryByTitle(long repositoryId,
long folderId,
String title)
Deletes the file entry with the title in the folder. |
void |
DLFileEntryMetadataLocalServiceWrapper.deleteFileEntryMetadata(long fileEntryId)
|
static void |
DLFileEntryMetadataLocalServiceUtil.deleteFileEntryMetadata(long fileEntryId)
|
void |
DLFileEntryMetadataLocalService.deleteFileEntryMetadata(long fileEntryId)
|
void |
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(DLFileEntryType dlFileEntryType)
|
static void |
DLFileEntryTypeLocalServiceUtil.deleteFileEntryType(DLFileEntryType dlFileEntryType)
|
void |
DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType)
|
void |
DLFileEntryTypeServiceWrapper.deleteFileEntryType(long fileEntryTypeId)
|
static void |
DLFileEntryTypeServiceUtil.deleteFileEntryType(long fileEntryTypeId)
|
void |
DLFileEntryTypeService.deleteFileEntryType(long fileEntryTypeId)
|
void |
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(long fileEntryTypeId)
|
static void |
DLFileEntryTypeLocalServiceUtil.deleteFileEntryType(long fileEntryTypeId)
|
void |
DLFileEntryTypeLocalService.deleteFileEntryType(long fileEntryTypeId)
|
void |
DLFileEntryTypeLocalServiceWrapper.deleteFileEntryTypes(long groupId)
|
static void |
DLFileEntryTypeLocalServiceUtil.deleteFileEntryTypes(long groupId)
|
void |
DLFileEntryTypeLocalService.deleteFileEntryTypes(long groupId)
|
void |
DLFileRankLocalServiceWrapper.deleteFileRank(DLFileRank dlFileRank)
|
static void |
DLFileRankLocalServiceUtil.deleteFileRank(DLFileRank dlFileRank)
|
void |
DLFileRankLocalService.deleteFileRank(DLFileRank dlFileRank)
|
void |
DLFileRankLocalServiceWrapper.deleteFileRank(long fileRankId)
|
static void |
DLFileRankLocalServiceUtil.deleteFileRank(long fileRankId)
|
void |
DLFileRankLocalService.deleteFileRank(long fileRankId)
|
void |
DLFileRankLocalServiceWrapper.deleteFileRanksByFileEntryId(long fileEntryId)
|
static void |
DLFileRankLocalServiceUtil.deleteFileRanksByFileEntryId(long fileEntryId)
|
void |
DLFileRankLocalService.deleteFileRanksByFileEntryId(long fileEntryId)
|
void |
DLAppLocalServiceWrapper.deleteFileRanksByFileEntryId(long fileEntryId)
Deletes the file ranks associated to a given file entry. |
static void |
DLAppLocalServiceUtil.deleteFileRanksByFileEntryId(long fileEntryId)
Deletes the file ranks associated to a given file entry. |
void |
DLAppLocalService.deleteFileRanksByFileEntryId(long fileEntryId)
Deletes the file ranks associated to a given file entry. |
void |
DLFileRankLocalServiceWrapper.deleteFileRanksByUserId(long userId)
|
static void |
DLFileRankLocalServiceUtil.deleteFileRanksByUserId(long userId)
|
void |
DLFileRankLocalService.deleteFileRanksByUserId(long userId)
|
void |
DLAppLocalServiceWrapper.deleteFileRanksByUserId(long userId)
Deletes the file ranks associated to a given user. |
static void |
DLAppLocalServiceUtil.deleteFileRanksByUserId(long userId)
Deletes the file ranks associated to a given user. |
void |
DLAppLocalService.deleteFileRanksByUserId(long userId)
Deletes the file ranks associated to a given user. |
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcut(DLFileShortcut fileShortcut)
|
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcut(DLFileShortcut fileShortcut)
|
void |
DLFileShortcutLocalService.deleteFileShortcut(DLFileShortcut fileShortcut)
|
void |
DLAppLocalServiceWrapper.deleteFileShortcut(DLFileShortcut dlFileShortcut)
Deletes the file shortcut. |
static void |
DLAppLocalServiceUtil.deleteFileShortcut(DLFileShortcut dlFileShortcut)
Deletes the file shortcut. |
void |
DLAppLocalService.deleteFileShortcut(DLFileShortcut dlFileShortcut)
Deletes the file shortcut. |
void |
DLFileShortcutServiceWrapper.deleteFileShortcut(long fileShortcutId)
|
static void |
DLFileShortcutServiceUtil.deleteFileShortcut(long fileShortcutId)
|
void |
DLFileShortcutService.deleteFileShortcut(long fileShortcutId)
|
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcut(long fileShortcutId)
|
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcut(long fileShortcutId)
|
void |
DLFileShortcutLocalService.deleteFileShortcut(long fileShortcutId)
|
void |
DLAppServiceWrapper.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut with the primary key. |
static void |
DLAppServiceUtil.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut with the primary key. |
void |
DLAppService.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut with the primary key. |
void |
DLAppLocalServiceWrapper.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut. |
static void |
DLAppLocalServiceUtil.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut. |
void |
DLAppLocalService.deleteFileShortcut(long fileShortcutId)
Deletes the file shortcut. |
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long toFileEntryId)
|
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcuts(long toFileEntryId)
|
void |
DLFileShortcutLocalService.deleteFileShortcuts(long toFileEntryId)
|
void |
DLAppLocalServiceWrapper.deleteFileShortcuts(long toFileEntryId)
Deletes all file shortcuts associated to the file entry. |
static void |
DLAppLocalServiceUtil.deleteFileShortcuts(long toFileEntryId)
Deletes all file shortcuts associated to the file entry. |
void |
DLAppLocalService.deleteFileShortcuts(long toFileEntryId)
Deletes all file shortcuts associated to the file entry. |
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long groupId,
long folderId)
|
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcuts(long groupId,
long folderId)
|
void |
DLFileShortcutLocalService.deleteFileShortcuts(long groupId,
long folderId)
|
void |
DLFileShortcutLocalServiceWrapper.deleteFileShortcuts(long groupId,
long folderId,
boolean includeTrashedEntries)
|
static void |
DLFileShortcutLocalServiceUtil.deleteFileShortcuts(long groupId,
long folderId,
boolean includeTrashedEntries)
|
void |
DLFileShortcutLocalService.deleteFileShortcuts(long groupId,
long folderId,
boolean includeTrashedEntries)
|
void |
DLFileEntryLocalServiceWrapper.deleteFileVersion(long userId,
long fileEntryId,
String version)
|
static void |
DLFileEntryLocalServiceUtil.deleteFileVersion(long userId,
long fileEntryId,
String version)
|
void |
DLFileEntryLocalService.deleteFileVersion(long userId,
long fileEntryId,
String version)
|
void |
DLFileEntryServiceWrapper.deleteFileVersion(long fileEntryId,
String version)
|
static void |
DLFileEntryServiceUtil.deleteFileVersion(long fileEntryId,
String version)
|
void |
DLFileEntryService.deleteFileVersion(long fileEntryId,
String version)
|
void |
DLAppServiceWrapper.deleteFileVersion(long fileEntryId,
String version)
Deletes the file version. |
static void |
DLAppServiceUtil.deleteFileVersion(long fileEntryId,
String version)
Deletes the file version. |
void |
DLAppService.deleteFileVersion(long fileEntryId,
String version)
Deletes the file version. |
void |
DLFileEntryMetadataLocalServiceWrapper.deleteFileVersionFileEntryMetadata(long fileVersionId)
|
static void |
DLFileEntryMetadataLocalServiceUtil.deleteFileVersionFileEntryMetadata(long fileVersionId)
|
void |
DLFileEntryMetadataLocalService.deleteFileVersionFileEntryMetadata(long fileVersionId)
|
void |
DLAppHelperLocalServiceWrapper.deleteFolder(Folder folder)
|
static void |
DLAppHelperLocalServiceUtil.deleteFolder(Folder folder)
|
void |
DLAppHelperLocalService.deleteFolder(Folder folder)
|
void |
DLFolderServiceWrapper.deleteFolder(long folderId)
|
static void |
DLFolderServiceUtil.deleteFolder(long folderId)
|
void |
DLFolderService.deleteFolder(long folderId)
|
void |
DLFolderLocalServiceWrapper.deleteFolder(long folderId)
|
static void |
DLFolderLocalServiceUtil.deleteFolder(long folderId)
|
void |
DLFolderLocalService.deleteFolder(long folderId)
|
void |
DLAppServiceWrapper.deleteFolder(long folderId)
Deletes the folder with the primary key and all of its subfolders and file entries. |
static void |
DLAppServiceUtil.deleteFolder(long folderId)
Deletes the folder with the primary key and all of its subfolders and file entries. |
void |
DLAppService.deleteFolder(long folderId)
Deletes the folder with the primary key and all of its subfolders and file entries. |
void |
DLAppLocalServiceWrapper.deleteFolder(long folderId)
Deletes the folder and all of its subfolders and file entries. |
static void |
DLAppLocalServiceUtil.deleteFolder(long folderId)
Deletes the folder and all of its subfolders and file entries. |
void |
DLAppLocalService.deleteFolder(long folderId)
Deletes the folder and all of its subfolders and file entries. |
void |
DLFolderServiceWrapper.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
static void |
DLFolderServiceUtil.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
void |
DLFolderService.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
void |
DLFolderLocalServiceWrapper.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
static void |
DLFolderLocalServiceUtil.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
void |
DLFolderLocalService.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
void |
DLFolderServiceWrapper.deleteFolder(long groupId,
long parentFolderId,
String name)
|
static void |
DLFolderServiceUtil.deleteFolder(long groupId,
long parentFolderId,
String name)
|
void |
DLFolderService.deleteFolder(long groupId,
long parentFolderId,
String name)
|
void |
DLAppServiceWrapper.deleteFolder(long repositoryId,
long parentFolderId,
String name)
Deletes the folder with the name in the parent folder and all of its subfolders and file entries. |
static void |
DLAppServiceUtil.deleteFolder(long repositoryId,
long parentFolderId,
String name)
Deletes the folder with the name in the parent folder and all of its subfolders and file entries. |
void |
DLAppService.deleteFolder(long repositoryId,
long parentFolderId,
String name)
Deletes the folder with the name in the parent folder and all of its subfolders and file entries. |
void |
DLAppServiceWrapper.deleteTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName)
Deletes the temporary file entry. |
static void |
DLAppServiceUtil.deleteTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName)
Deletes the temporary file entry. |
void |
DLAppService.deleteTempFileEntry(long groupId,
long folderId,
String fileName,
String tempFolderName)
Deletes the temporary file entry. |
void |
DLFileRankLocalServiceWrapper.disableFileRanks(long fileEntryId)
|
static void |
DLFileRankLocalServiceUtil.disableFileRanks(long fileEntryId)
|
void |
DLFileRankLocalService.disableFileRanks(long fileEntryId)
|
void |
DLFileRankLocalServiceWrapper.disableFileRanksByFolderId(long folderId)
|
static void |
DLFileRankLocalServiceUtil.disableFileRanksByFolderId(long folderId)
|
void |
DLFileRankLocalService.disableFileRanksByFolderId(long folderId)
|
void |
DLFileShortcutLocalServiceWrapper.disableFileShortcuts(long toFileEntryId)
|
static void |
DLFileShortcutLocalServiceUtil.disableFileShortcuts(long toFileEntryId)
|
void |
DLFileShortcutLocalService.disableFileShortcuts(long toFileEntryId)
|
List |
DLSyncLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLSyncLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLSyncLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLFileVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileShortcutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLFileShortcutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileShortcutLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileRankLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLFileRankLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileRankLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileEntryTypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLFileEntryTypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileEntryTypeLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileEntryMetadataLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLFileEntryMetadataLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileEntryMetadataLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLFileEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLFileEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DLContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLContentLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DLSyncLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLSyncLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLSyncLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLFileVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileShortcutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLFileShortcutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileShortcutLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileRankLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLFileRankLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileRankLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileEntryTypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLFileEntryTypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileEntryTypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileEntryMetadataLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLFileEntryMetadataLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileEntryMetadataLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLFileEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLFileEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DLContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLContentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DLSyncLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLSyncLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLSyncLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLFileVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileShortcutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLFileShortcutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileShortcutLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileRankLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLFileRankLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileRankLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileEntryTypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLFileEntryTypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileEntryTypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileEntryMetadataLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLFileEntryMetadataLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileEntryMetadataLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLFileEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLFileEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DLContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DLContentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
DLSyncLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLSyncLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLSyncLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFolderLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLFolderLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFolderLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileVersionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLFileVersionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileVersionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileShortcutLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLFileShortcutLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileShortcutLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileRankLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLFileRankLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileRankLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileEntryTypeLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLFileEntryTypeLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileEntryTypeLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileEntryMetadataLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLFileEntryMetadataLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileEntryMetadataLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLFileEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLFileEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLContentLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DLContentLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DLContentLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
void |
DLFileRankLocalServiceWrapper.enableFileRanks(long fileEntryId)
|
static void |
DLFileRankLocalServiceUtil.enableFileRanks(long fileEntryId)
|
void |
DLFileRankLocalService.enableFileRanks(long fileEntryId)
|
void |
DLFileRankLocalServiceWrapper.enableFileRanksByFolderId(long folderId)
|
static void |
DLFileRankLocalServiceUtil.enableFileRanksByFolderId(long folderId)
|
void |
DLFileRankLocalService.enableFileRanksByFolderId(long folderId)
|
void |
DLFileShortcutLocalServiceWrapper.enableFileShortcuts(long toFileEntryId)
|
static void |
DLFileShortcutLocalServiceUtil.enableFileShortcuts(long toFileEntryId)
|
void |
DLFileShortcutLocalService.enableFileShortcuts(long toFileEntryId)
|
DLContent |
DLContentLocalServiceWrapper.fetchDLContent(long contentId)
|
static DLContent |
DLContentLocalServiceUtil.fetchDLContent(long contentId)
|
DLContent |
DLContentLocalService.fetchDLContent(long contentId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.fetchDLFileEntry(long fileEntryId)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.fetchDLFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryLocalService.fetchDLFileEntry(long fileEntryId)
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.fetchDLFileEntryMetadata(long fileEntryMetadataId)
|
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.fetchDLFileEntryMetadata(long fileEntryMetadataId)
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.fetchDLFileEntryMetadata(long fileEntryMetadataId)
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryType(long fileEntryTypeId)
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.fetchDLFileEntryType(long fileEntryTypeId)
|
DLFileEntryType |
DLFileEntryTypeLocalService.fetchDLFileEntryType(long fileEntryTypeId)
|
DLFileRank |
DLFileRankLocalServiceWrapper.fetchDLFileRank(long fileRankId)
|
static DLFileRank |
DLFileRankLocalServiceUtil.fetchDLFileRank(long fileRankId)
|
DLFileRank |
DLFileRankLocalService.fetchDLFileRank(long fileRankId)
|
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.fetchDLFileShortcut(long fileShortcutId)
|
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.fetchDLFileShortcut(long fileShortcutId)
|
DLFileShortcut |
DLFileShortcutLocalService.fetchDLFileShortcut(long fileShortcutId)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.fetchDLFileVersion(long fileVersionId)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.fetchDLFileVersion(long fileVersionId)
|
DLFileVersion |
DLFileVersionLocalService.fetchDLFileVersion(long fileVersionId)
|
DLFolder |
DLFolderLocalServiceWrapper.fetchDLFolder(long folderId)
|
static DLFolder |
DLFolderLocalServiceUtil.fetchDLFolder(long folderId)
|
DLFolder |
DLFolderLocalService.fetchDLFolder(long folderId)
|
DLSync |
DLSyncLocalServiceWrapper.fetchDLSync(long syncId)
|
static DLSync |
DLSyncLocalServiceUtil.fetchDLSync(long syncId)
|
DLSync |
DLSyncLocalService.fetchDLSync(long syncId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.fetchFileEntry(long groupId,
long folderId,
String title)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.fetchFileEntry(long groupId,
long folderId,
String title)
|
DLFileEntry |
DLFileEntryLocalService.fetchFileEntry(long groupId,
long folderId,
String title)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.fetchFileEntryByAnyImageId(long imageId)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.fetchFileEntryByAnyImageId(long imageId)
|
DLFileEntry |
DLFileEntryLocalService.fetchFileEntryByAnyImageId(long imageId)
|
DLFileEntry |
DLFileEntryServiceWrapper.fetchFileEntryByImageId(long imageId)
|
static DLFileEntry |
DLFileEntryServiceUtil.fetchFileEntryByImageId(long imageId)
|
DLFileEntry |
DLFileEntryService.fetchFileEntryByImageId(long imageId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.fetchFileEntryByName(long groupId,
long folderId,
String name)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.fetchFileEntryByName(long groupId,
long folderId,
String name)
|
DLFileEntry |
DLFileEntryLocalService.fetchFileEntryByName(long groupId,
long folderId,
String name)
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long fileEntryTypeId)
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long fileEntryTypeId)
|
DLFileEntryType |
DLFileEntryTypeLocalService.fetchFileEntryType(long fileEntryTypeId)
|
DLFolder |
DLFolderLocalServiceWrapper.fetchFolder(long groupId,
long parentFolderId,
String name)
|
static DLFolder |
DLFolderLocalServiceUtil.fetchFolder(long groupId,
long parentFolderId,
String name)
|
DLFolder |
DLFolderLocalService.fetchFolder(long groupId,
long parentFolderId,
String name)
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<DLFolder> |
DLFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
int |
DLFolderLocalServiceWrapper.getCompanyFoldersCount(long companyId)
|
static int |
DLFolderLocalServiceUtil.getCompanyFoldersCount(long companyId)
|
int |
DLFolderLocalService.getCompanyFoldersCount(long companyId)
|
DLContent |
DLContentLocalServiceWrapper.getContent(long companyId,
long repositoryId,
String path)
|
static DLContent |
DLContentLocalServiceUtil.getContent(long companyId,
long repositoryId,
String path)
|
DLContent |
DLContentLocalService.getContent(long companyId,
long repositoryId,
String path)
|
DLContent |
DLContentLocalServiceWrapper.getContent(long companyId,
long repositoryId,
String path,
String version)
|
static DLContent |
DLContentLocalServiceUtil.getContent(long companyId,
long repositoryId,
String path,
String version)
|
DLContent |
DLContentLocalService.getContent(long companyId,
long repositoryId,
String path,
String version)
|
List<DLContent> |
DLContentLocalServiceWrapper.getContents(long companyId,
long repositoryId)
|
static List<DLContent> |
DLContentLocalServiceUtil.getContents(long companyId,
long repositoryId)
|
List<DLContent> |
DLContentLocalService.getContents(long companyId,
long repositoryId)
|
List<DLContent> |
DLContentLocalServiceWrapper.getContents(long companyId,
long repositoryId,
String path)
|
static List<DLContent> |
DLContentLocalServiceUtil.getContents(long companyId,
long repositoryId,
String path)
|
List<DLContent> |
DLContentLocalService.getContents(long companyId,
long repositoryId,
String path)
|
List<DLContent> |
DLContentLocalServiceWrapper.getContentsByDirectory(long companyId,
long repositoryId,
String dirName)
|
static List<DLContent> |
DLContentLocalServiceUtil.getContentsByDirectory(long companyId,
long repositoryId,
String dirName)
|
List<DLContent> |
DLContentLocalService.getContentsByDirectory(long companyId,
long repositoryId,
String dirName)
|
DLContentDataBlobModel |
DLContentLocalServiceWrapper.getDataBlobModel(Serializable primaryKey)
|
static DLContentDataBlobModel |
DLContentLocalServiceUtil.getDataBlobModel(Serializable primaryKey)
|
DLContentDataBlobModel |
DLContentLocalService.getDataBlobModel(Serializable primaryKey)
|
long |
DLFileEntryTypeLocalServiceWrapper.getDefaultFileEntryTypeId(long folderId)
|
static long |
DLFileEntryTypeLocalServiceUtil.getDefaultFileEntryTypeId(long folderId)
|
long |
DLFileEntryTypeLocalService.getDefaultFileEntryTypeId(long folderId)
|
DLContent |
DLContentLocalServiceWrapper.getDLContent(long contentId)
Returns the document library content with the primary key. |
static DLContent |
DLContentLocalServiceUtil.getDLContent(long contentId)
Returns the document library content with the primary key. |
DLContent |
DLContentLocalService.getDLContent(long contentId)
Returns the document library content with the primary key. |
List<DLContent> |
DLContentLocalServiceWrapper.getDLContents(int start,
int end)
Returns a range of all the document library contents. |
static List<DLContent> |
DLContentLocalServiceUtil.getDLContents(int start,
int end)
Returns a range of all the document library contents. |
List<DLContent> |
DLContentLocalService.getDLContents(int start,
int end)
Returns a range of all the document library contents. |
int |
DLContentLocalServiceWrapper.getDLContentsCount()
Returns the number of document library contents. |
static int |
DLContentLocalServiceUtil.getDLContentsCount()
Returns the number of document library contents. |
int |
DLContentLocalService.getDLContentsCount()
Returns the number of document library contents. |
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getDLFileEntries(int start,
int end)
Returns a range of all the document library file entries. |
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getDLFileEntries(int start,
int end)
Returns a range of all the document library file entries. |
List<DLFileEntry> |
DLFileEntryLocalService.getDLFileEntries(int start,
int end)
Returns a range of all the document library file entries. |
int |
DLFileEntryLocalServiceWrapper.getDLFileEntriesCount()
Returns the number of document library file entries. |
static int |
DLFileEntryLocalServiceUtil.getDLFileEntriesCount()
Returns the number of document library file entries. |
int |
DLFileEntryLocalService.getDLFileEntriesCount()
Returns the number of document library file entries. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.getDLFileEntry(long fileEntryId)
Returns the document library file entry with the primary key. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.getDLFileEntry(long fileEntryId)
Returns the document library file entry with the primary key. |
DLFileEntry |
DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
Returns the document library file entry with the primary key. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry with the UUID in the group. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry with the UUID in the group. |
DLFileEntry |
DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry with the UUID in the group. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.getDLFileEntryMetadata(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key. |
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.getDLFileEntryMetadata(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getDLFileEntryMetadata(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalServiceWrapper.getDLFileEntryMetadatas(int start,
int end)
Returns a range of all the document library file entry metadatas. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalServiceUtil.getDLFileEntryMetadatas(int start,
int end)
Returns a range of all the document library file entry metadatas. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalService.getDLFileEntryMetadatas(int start,
int end)
Returns a range of all the document library file entry metadatas. |
int |
DLFileEntryMetadataLocalServiceWrapper.getDLFileEntryMetadatasCount()
Returns the number of document library file entry metadatas. |
static int |
DLFileEntryMetadataLocalServiceUtil.getDLFileEntryMetadatasCount()
Returns the number of document library file entry metadatas. |
int |
DLFileEntryMetadataLocalService.getDLFileEntryMetadatasCount()
Returns the number of document library file entry metadatas. |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key. |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key. |
DLFileEntryType |
DLFileEntryTypeLocalService.getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key. |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type with the UUID in the group. |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type with the UUID in the group. |
DLFileEntryType |
DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file entry type with the UUID in the group. |
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypes(int start,
int end)
Returns a range of all the document library file entry types. |
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypes(int start,
int end)
Returns a range of all the document library file entry types. |
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getDLFileEntryTypes(int start,
int end)
Returns a range of all the document library file entry types. |
int |
DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesCount()
Returns the number of document library file entry types. |
static int |
DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesCount()
Returns the number of document library file entry types. |
int |
DLFileEntryTypeLocalService.getDLFileEntryTypesCount()
Returns the number of document library file entry types. |
DLFileRank |
DLFileRankLocalServiceWrapper.getDLFileRank(long fileRankId)
Returns the document library file rank with the primary key. |
static DLFileRank |
DLFileRankLocalServiceUtil.getDLFileRank(long fileRankId)
Returns the document library file rank with the primary key. |
DLFileRank |
DLFileRankLocalService.getDLFileRank(long fileRankId)
Returns the document library file rank with the primary key. |
List<DLFileRank> |
DLFileRankLocalServiceWrapper.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks. |
static List<DLFileRank> |
DLFileRankLocalServiceUtil.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankLocalService.getDLFileRanks(int start,
int end)
Returns a range of all the document library file ranks. |
int |
DLFileRankLocalServiceWrapper.getDLFileRanksCount()
Returns the number of document library file ranks. |
static int |
DLFileRankLocalServiceUtil.getDLFileRanksCount()
Returns the number of document library file ranks. |
int |
DLFileRankLocalService.getDLFileRanksCount()
Returns the number of document library file ranks. |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.getDLFileShortcut(long fileShortcutId)
Returns the document library file shortcut with the primary key. |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.getDLFileShortcut(long fileShortcutId)
Returns the document library file shortcut with the primary key. |
DLFileShortcut |
DLFileShortcutLocalService.getDLFileShortcut(long fileShortcutId)
Returns the document library file shortcut with the primary key. |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.getDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file shortcut with the UUID in the group. |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.getDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file shortcut with the UUID in the group. |
DLFileShortcut |
DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file shortcut with the UUID in the group. |
List<DLFileShortcut> |
DLFileShortcutLocalServiceWrapper.getDLFileShortcuts(int start,
int end)
Returns a range of all the document library file shortcuts. |
static List<DLFileShortcut> |
DLFileShortcutLocalServiceUtil.getDLFileShortcuts(int start,
int end)
Returns a range of all the document library file shortcuts. |
List<DLFileShortcut> |
DLFileShortcutLocalService.getDLFileShortcuts(int start,
int end)
Returns a range of all the document library file shortcuts. |
int |
DLFileShortcutLocalServiceWrapper.getDLFileShortcutsCount()
Returns the number of document library file shortcuts. |
static int |
DLFileShortcutLocalServiceUtil.getDLFileShortcutsCount()
Returns the number of document library file shortcuts. |
int |
DLFileShortcutLocalService.getDLFileShortcutsCount()
Returns the number of document library file shortcuts. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key. |
DLFileVersion |
DLFileVersionLocalService.getDLFileVersion(long fileVersionId)
Returns the document library file version with the primary key. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version with the UUID in the group. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version with the UUID in the group. |
DLFileVersion |
DLFileVersionLocalService.getDLFileVersionByUuidAndGroupId(String uuid,
long groupId)
Returns the document library file version with the UUID in the group. |
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getDLFileVersions(int start,
int end)
Returns a range of all the document library file versions. |
static List<DLFileVersion> |
DLFileVersionLocalServiceUtil.getDLFileVersions(int start,
int end)
Returns a range of all the document library file versions. |
List<DLFileVersion> |
DLFileVersionLocalService.getDLFileVersions(int start,
int end)
Returns a range of all the document library file versions. |
int |
DLFileVersionLocalServiceWrapper.getDLFileVersionsCount()
Returns the number of document library file versions. |
static int |
DLFileVersionLocalServiceUtil.getDLFileVersionsCount()
Returns the number of document library file versions. |
int |
DLFileVersionLocalService.getDLFileVersionsCount()
Returns the number of document library file versions. |
DLFolder |
DLFolderLocalServiceWrapper.getDLFolder(long folderId)
Returns the document library folder with the primary key. |
static DLFolder |
DLFolderLocalServiceUtil.getDLFolder(long folderId)
Returns the document library folder with the primary key. |
DLFolder |
DLFolderLocalService.getDLFolder(long folderId)
Returns the document library folder with the primary key. |
DLFolder |
DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder with the UUID in the group. |
static DLFolder |
DLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder with the UUID in the group. |
DLFolder |
DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the document library folder with the UUID in the group. |
List<DLFolder> |
DLFolderLocalServiceWrapper.getDLFolders(int start,
int end)
Returns a range of all the document library folders. |
static List<DLFolder> |
DLFolderLocalServiceUtil.getDLFolders(int start,
int end)
Returns a range of all the document library folders. |
List<DLFolder> |
DLFolderLocalService.getDLFolders(int start,
int end)
Returns a range of all the document library folders. |
int |
DLFolderLocalServiceWrapper.getDLFoldersCount()
Returns the number of document library folders. |
static int |
DLFolderLocalServiceUtil.getDLFoldersCount()
Returns the number of document library folders. |
int |
DLFolderLocalService.getDLFoldersCount()
Returns the number of document library folders. |
DLSync |
DLSyncLocalServiceWrapper.getDLSync(long syncId)
Returns the d l sync with the primary key. |
static DLSync |
DLSyncLocalServiceUtil.getDLSync(long syncId)
Returns the d l sync with the primary key. |
DLSync |
DLSyncLocalService.getDLSync(long syncId)
Returns the d l sync with the primary key. |
List<DLSync> |
DLSyncLocalServiceWrapper.getDLSyncs(int start,
int end)
Returns a range of all the d l syncs. |
static List<DLSync> |
DLSyncLocalServiceUtil.getDLSyncs(int start,
int end)
Returns a range of all the d l syncs. |
List<DLSync> |
DLSyncLocalService.getDLSyncs(int start,
int end)
Returns a range of all the d l syncs. |
int |
DLSyncLocalServiceWrapper.getDLSyncsCount()
Returns the number of d l syncs. |
static int |
DLSyncLocalServiceUtil.getDLSyncsCount()
Returns the number of d l syncs. |
int |
DLSyncLocalService.getDLSyncsCount()
Returns the number of d l syncs. |
DLSyncUpdate |
DLSyncServiceWrapper.getDLSyncUpdate(long companyId,
long repositoryId,
Date lastAccessDate)
|
static DLSyncUpdate |
DLSyncServiceUtil.getDLSyncUpdate(long companyId,
long repositoryId,
Date lastAccessDate)
|
DLSyncUpdate |
DLSyncService.getDLSyncUpdate(long companyId,
long repositoryId,
Date lastAccessDate)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getExtraSettingsFileEntries(int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getExtraSettingsFileEntries(int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getExtraSettingsFileEntries(int start,
int end)
|
File |
DLFileEntryLocalServiceWrapper.getFile(long userId,
long fileEntryId,
String version,
boolean incrementCounter)
|
static File |
DLFileEntryLocalServiceUtil.getFile(long userId,
long fileEntryId,
String version,
boolean incrementCounter)
|
File |
DLFileEntryLocalService.getFile(long userId,
long fileEntryId,
String version,
boolean incrementCounter)
|
File |
DLFileEntryLocalServiceWrapper.getFile(long userId,
long fileEntryId,
String version,
boolean incrementCounter,
int increment)
|
static File |
DLFileEntryLocalServiceUtil.getFile(long userId,
long fileEntryId,
String version,
boolean incrementCounter,
int increment)
|
File |
DLFileEntryLocalService.getFile(long userId,
long fileEntryId,
String version,
boolean incrementCounter,
int increment)
|
void |
DLAppHelperLocalServiceWrapper.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
static void |
DLAppHelperLocalServiceUtil.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
void |
DLAppHelperLocalService.getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
InputStream |
DLFileEntryLocalServiceWrapper.getFileAsStream(long userId,
long fileEntryId,
String version)
|
static InputStream |
DLFileEntryLocalServiceUtil.getFileAsStream(long userId,
long fileEntryId,
String version)
|
InputStream |
DLFileEntryLocalService.getFileAsStream(long userId,
long fileEntryId,
String version)
|
InputStream |
DLFileEntryLocalServiceWrapper.getFileAsStream(long userId,
long fileEntryId,
String version,
boolean incrementCounter)
|
static InputStream |
DLFileEntryLocalServiceUtil.getFileAsStream(long userId,
long fileEntryId,
String version,
boolean incrementCounter)
|
InputStream |
DLFileEntryLocalService.getFileAsStream(long userId,
long fileEntryId,
String version,
boolean incrementCounter)
|
InputStream |
DLFileEntryLocalServiceWrapper.getFileAsStream(long userId,
long fileEntryId,
String version,
boolean incrementCounter,
int increment)
|
static InputStream |
DLFileEntryLocalServiceUtil.getFileAsStream(long userId,
long fileEntryId,
String version,
boolean incrementCounter,
int increment)
|
InputStream |
DLFileEntryLocalService.getFileAsStream(long userId,
long fileEntryId,
String version,
boolean incrementCounter,
int increment)
|
InputStream |
DLFileEntryServiceWrapper.getFileAsStream(long fileEntryId,
String version)
|
static InputStream |
DLFileEntryServiceUtil.getFileAsStream(long fileEntryId,
String version)
|
InputStream |
DLFileEntryService.getFileAsStream(long fileEntryId,
String version)
|
InputStream |
DLFileEntryServiceWrapper.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter)
|
static InputStream |
DLFileEntryServiceUtil.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter)
|
InputStream |
DLFileEntryService.getFileAsStream(long fileEntryId,
String version,
boolean incrementCounter)
|
InputStream |
DLSyncServiceWrapper.getFileDeltaAsStream(long fileEntryId,
String sourceVersion,
String destinationVersion)
|
static InputStream |
DLSyncServiceUtil.getFileDeltaAsStream(long fileEntryId,
String sourceVersion,
String destinationVersion)
|
InputStream |
DLSyncService.getFileDeltaAsStream(long fileEntryId,
String sourceVersion,
String destinationVersion)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long groupId,
long folderId)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long groupId,
long folderId)
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId)
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId)
Returns all the file entries in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the file entries in the folder. |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the file entries with the file entry type in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the file entries with the file entry type in the folder. |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long folderId,
String name)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long folderId,
String name)
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long folderId,
String name)
|
List<Object> |
DLFolderServiceWrapper.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
|
static List<Object> |
DLFolderServiceUtil.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
|
List<Object> |
DLFolderService.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
|
List<Object> |
DLFolderLocalServiceWrapper.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
Deprecated. Replaced by DLFolderLocalServiceWrapper.getFileEntriesAndFileShortcuts(long,
long, QueryDefinition) |
static List<Object> |
DLFolderLocalServiceUtil.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
Deprecated. Replaced by DLFolderLocalServiceUtil.getFileEntriesAndFileShortcuts(long,
long, QueryDefinition) |
List<Object> |
DLFolderLocalService.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
int start,
int end)
Deprecated. Replaced by DLFolderLocalService.getFileEntriesAndFileShortcuts(long,
long, QueryDefinition) |
List<Object> |
DLAppServiceWrapper.getFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
int start,
int end)
Returns a range of all the file entries and shortcuts in the folder. |
static List<Object> |
DLAppServiceUtil.getFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
int start,
int end)
Returns a range of all the file entries and shortcuts in the folder. |
List<Object> |
DLAppService.getFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
int start,
int end)
Returns a range of all the file entries and shortcuts in the folder. |
List<Object> |
DLFolderLocalServiceWrapper.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
static List<Object> |
DLFolderLocalServiceUtil.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
List<Object> |
DLFolderLocalService.getFileEntriesAndFileShortcuts(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
int |
DLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
|
static int |
DLFolderServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
|
int |
DLFolderService.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
|
int |
DLFolderLocalServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
Deprecated. Replaced by DLFolderLocalServiceWrapper.getFileEntriesAndFileShortcutsCount(long,
long, QueryDefinition) |
static int |
DLFolderLocalServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
Deprecated. Replaced by DLFolderLocalServiceUtil.getFileEntriesAndFileShortcutsCount(long,
long, QueryDefinition) |
int |
DLFolderLocalService.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status)
Deprecated. Replaced by DLFolderLocalService.getFileEntriesAndFileShortcutsCount(long,
long, QueryDefinition) |
int |
DLAppServiceWrapper.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
Returns the number of file entries and shortcuts in the folder. |
static int |
DLAppServiceUtil.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
Returns the number of file entries and shortcuts in the folder. |
int |
DLAppService.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status)
Returns the number of file entries and shortcuts in the folder. |
int |
DLFolderServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes)
|
static int |
DLFolderServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes)
|
int |
DLFolderService.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes)
|
int |
DLAppServiceWrapper.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes)
Returns the number of file entries and shortcuts in the folder. |
static int |
DLAppServiceUtil.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes)
Returns the number of file entries and shortcuts in the folder. |
int |
DLAppService.getFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes)
Returns the number of file entries and shortcuts in the folder. |
int |
DLFolderLocalServiceWrapper.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
static int |
DLFolderLocalServiceUtil.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
int |
DLFolderLocalService.getFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
int |
DLFileEntryLocalServiceWrapper.getFileEntriesCount()
|
static int |
DLFileEntryLocalServiceUtil.getFileEntriesCount()
|
int |
DLFileEntryLocalService.getFileEntriesCount()
|
int |
DLFileEntryServiceWrapper.getFileEntriesCount(long groupId,
long folderId)
|
static int |
DLFileEntryServiceUtil.getFileEntriesCount(long groupId,
long folderId)
|
int |
DLFileEntryService.getFileEntriesCount(long groupId,
long folderId)
|
int |
DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId,
long folderId)
|
static int |
DLFileEntryLocalServiceUtil.getFileEntriesCount(long groupId,
long folderId)
|
int |
DLFileEntryLocalService.getFileEntriesCount(long groupId,
long folderId)
|
int |
DLAppServiceWrapper.getFileEntriesCount(long repositoryId,
long folderId)
Returns the number of file entries in the folder. |
static int |
DLAppServiceUtil.getFileEntriesCount(long repositoryId,
long folderId)
Returns the number of file entries in the folder. |
int |
DLAppService.getFileEntriesCount(long repositoryId,
long folderId)
Returns the number of file entries in the folder. |
int |
DLFileEntryServiceWrapper.getFileEntriesCount(long groupId,
long folderId,
int status)
|
static int |
DLFileEntryServiceUtil.getFileEntriesCount(long groupId,
long folderId,
int status)
|
int |
DLFileEntryService.getFileEntriesCount(long groupId,
long folderId,
int status)
|
int |
DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId,
long folderId,
int status)
|
static int |
DLFileEntryLocalServiceUtil.getFileEntriesCount(long groupId,
long folderId,
int status)
|
int |
DLFileEntryLocalService.getFileEntriesCount(long groupId,
long folderId,
int status)
|
int |
DLFileEntryServiceWrapper.getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId)
|
static int |
DLFileEntryServiceUtil.getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId)
|
int |
DLFileEntryService.getFileEntriesCount(long groupId,
long folderId,
long fileEntryTypeId)
|
int |
DLAppServiceWrapper.getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the number of file entries with the file entry type in the folder. |
static int |
DLAppServiceUtil.getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the number of file entries with the file entry type in the folder. |
int |
DLAppService.getFileEntriesCount(long repositoryId,
long folderId,
long fileEntryTypeId)
Returns the number of file entries with the file entry type in the folder. |
int |
DLFileEntryServiceWrapper.getFileEntriesCount(long groupId,
long folderId,
String[] mimeTypes)
|
static int |
DLFileEntryServiceUtil.getFileEntriesCount(long groupId,
long folderId,
String[] mimeTypes)
|
int |
DLFileEntryService.getFileEntriesCount(long groupId,
long folderId,
String[] mimeTypes)
|
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntry(long fileEntryId)
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryService.getFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntry(long fileEntryId)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryLocalService.getFileEntry(long fileEntryId)
|
FileEntry |
DLAppServiceWrapper.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
static FileEntry |
DLAppServiceUtil.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppService.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppLocalServiceWrapper.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
static FileEntry |
DLAppLocalServiceUtil.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
FileEntry |
DLAppLocalService.getFileEntry(long fileEntryId)
Returns the file entry with the primary key. |
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
|
DLFileEntry |
DLFileEntryService.getFileEntry(long groupId,
long folderId,
String title)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
|
DLFileEntry |
DLFileEntryLocalService.getFileEntry(long groupId,
long folderId,
String title)
|
FileEntry |
DLAppServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
static FileEntry |
DLAppServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppService.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppLocalServiceWrapper.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
static FileEntry |
DLAppLocalServiceUtil.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
FileEntry |
DLAppLocalService.getFileEntry(long groupId,
long folderId,
String title)
Returns the file entry with the title in the folder. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntryByName(long groupId,
long folderId,
String name)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntryByName(long groupId,
long folderId,
String name)
|
DLFileEntry |
DLFileEntryLocalService.getFileEntryByName(long groupId,
long folderId,
String name)
|
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
DLFileEntry |
DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
DLFileEntry |
DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
FileEntry |
DLAppServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
static FileEntry |
DLAppServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
static FileEntry |
DLAppLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
FileEntry |
DLAppLocalService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the file entry with the UUID and group. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.getFileEntryMetadata(long fileEntryMetadataId)
|
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.getFileEntryMetadata(long fileEntryMetadataId)
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getFileEntryMetadata(long fileEntryMetadataId)
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.getFileEntryMetadata(long ddmStructureId,
long fileVersionId)
|
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.getFileEntryMetadata(long ddmStructureId,
long fileVersionId)
|
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.getFileEntryMetadata(long ddmStructureId,
long fileVersionId)
|
long |
DLFileEntryMetadataLocalServiceWrapper.getFileEntryMetadataCount(long fileEntryId,
long fileVersionId)
Deprecated. DLFileEntryMetadataLocalServiceWrapper.getFileVersionFileEntryMetadatasCount(long) |
static long |
DLFileEntryMetadataLocalServiceUtil.getFileEntryMetadataCount(long fileEntryId,
long fileVersionId)
Deprecated. DLFileEntryMetadataLocalServiceUtil.getFileVersionFileEntryMetadatasCount(long) |
long |
DLFileEntryMetadataLocalService.getFileEntryMetadataCount(long fileEntryId,
long fileVersionId)
Deprecated. DLFileEntryMetadataLocalService.getFileVersionFileEntryMetadatasCount(long) |
DLFileEntryType |
DLFileEntryTypeServiceWrapper.getFileEntryType(long fileEntryTypeId)
|
static DLFileEntryType |
DLFileEntryTypeServiceUtil.getFileEntryType(long fileEntryTypeId)
|
DLFileEntryType |
DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId)
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long fileEntryTypeId)
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.getFileEntryType(long fileEntryTypeId)
|
DLFileEntryType |
DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId)
|
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long groupId,
String name)
|
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.getFileEntryType(long groupId,
String name)
|
DLFileEntryType |
DLFileEntryTypeLocalService.getFileEntryType(long groupId,
String name)
|
List<DLFileEntryType> |
DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds)
|
static List<DLFileEntryType> |
DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds)
|
List<DLFileEntryType> |
DLFileEntryTypeService.getFileEntryTypes(long[] groupIds)
|
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.getFileEntryTypes(long[] groupIds)
|
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.getFileEntryTypes(long[] groupIds)
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getFileEntryTypes(long[] groupIds)
|
int |
DLFileEntryTypeServiceWrapper.getFileEntryTypesCount(long[] groupIds)
|
static int |
DLFileEntryTypeServiceUtil.getFileEntryTypesCount(long[] groupIds)
|
int |
DLFileEntryTypeService.getFileEntryTypesCount(long[] groupIds)
|
List<DLFileRank> |
DLFileRankLocalServiceWrapper.getFileRanks(long groupId,
long userId)
|
static List<DLFileRank> |
DLFileRankLocalServiceUtil.getFileRanks(long groupId,
long userId)
|
List<DLFileRank> |
DLFileRankLocalService.getFileRanks(long groupId,
long userId)
|
List<DLFileRank> |
DLAppLocalServiceWrapper.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user. |
static List<DLFileRank> |
DLAppLocalServiceUtil.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user. |
List<DLFileRank> |
DLAppLocalService.getFileRanks(long repositoryId,
long userId)
Returns the file ranks from the user. |
DLFileShortcut |
DLFileShortcutServiceWrapper.getFileShortcut(long fileShortcutId)
|
static DLFileShortcut |
DLFileShortcutServiceUtil.getFileShortcut(long fileShortcutId)
|
DLFileShortcut |
DLFileShortcutService.getFileShortcut(long fileShortcutId)
|
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.getFileShortcut(long fileShortcutId)
|
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.getFileShortcut(long fileShortcutId)
|
DLFileShortcut |
DLFileShortcutLocalService.getFileShortcut(long fileShortcutId)
|
DLFileShortcut |
DLAppServiceWrapper.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key. |
static DLFileShortcut |
DLAppServiceUtil.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key. |
DLFileShortcut |
DLAppService.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key. |
DLFileShortcut |
DLAppLocalServiceWrapper.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key. |
static DLFileShortcut |
DLAppLocalServiceUtil.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key. |
DLFileShortcut |
DLAppLocalService.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key. |
List<DLFileShortcut> |
DLAppHelperLocalServiceWrapper.getFileShortcuts(long groupId,
long folderId,
boolean active,
int status)
|
static List<DLFileShortcut> |
DLAppHelperLocalServiceUtil.getFileShortcuts(long groupId,
long folderId,
boolean active,
int status)
|
List<DLFileShortcut> |
DLAppHelperLocalService.getFileShortcuts(long groupId,
long folderId,
boolean active,
int status)
|
List<DLFileShortcut> |
DLFileShortcutLocalServiceWrapper.getFileShortcuts(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
|
static List<DLFileShortcut> |
DLFileShortcutLocalServiceUtil.getFileShortcuts(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
|
List<DLFileShortcut> |
DLFileShortcutLocalService.getFileShortcuts(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
|
List<DLFileShortcut> |
DLAppHelperLocalServiceWrapper.getFileShortcuts(long groupId,
long folderId,
int status)
Deprecated. DLAppHelperLocalServiceWrapper.getFileShortcuts(long, long, boolean, int) |
static List<DLFileShortcut> |
DLAppHelperLocalServiceUtil.getFileShortcuts(long groupId,
long folderId,
int status)
Deprecated. DLAppHelperLocalServiceUtil.getFileShortcuts(long, long, boolean, int) |
List<DLFileShortcut> |
DLAppHelperLocalService.getFileShortcuts(long groupId,
long folderId,
int status)
Deprecated. DLAppHelperLocalService.getFileShortcuts(long, long, boolean, int) |
int |
DLFileShortcutLocalServiceWrapper.getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
|
static int |
DLFileShortcutLocalServiceUtil.getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
|
int |
DLFileShortcutLocalService.getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
|
int |
DLAppHelperLocalServiceWrapper.getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
|
static int |
DLAppHelperLocalServiceUtil.getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
|
int |
DLAppHelperLocalService.getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
|
int |
DLAppHelperLocalServiceWrapper.getFileShortcutsCount(long groupId,
long folderId,
int status)
Deprecated. DLAppHelperLocalServiceWrapper.getFileShortcutsCount(long, long, boolean, int) |
static int |
DLAppHelperLocalServiceUtil.getFileShortcutsCount(long groupId,
long folderId,
int status)
Deprecated. DLAppHelperLocalServiceUtil.getFileShortcutsCount(long, long, boolean, int) |
int |
DLAppHelperLocalService.getFileShortcutsCount(long groupId,
long folderId,
int status)
Deprecated. DLAppHelperLocalService.getFileShortcutsCount(long, long, boolean, int) |
DLFileVersion |
DLFileVersionServiceWrapper.getFileVersion(long fileVersionId)
|
static DLFileVersion |
DLFileVersionServiceUtil.getFileVersion(long fileVersionId)
|
DLFileVersion |
DLFileVersionService.getFileVersion(long fileVersionId)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long fileVersionId)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long fileVersionId)
|
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileVersionId)
|
FileVersion |
DLAppLocalServiceWrapper.getFileVersion(long fileVersionId)
Returns the file version with the primary key. |
static FileVersion |
DLAppLocalServiceUtil.getFileVersion(long fileVersionId)
Returns the file version with the primary key. |
FileVersion |
DLAppLocalService.getFileVersion(long fileVersionId)
Returns the file version with the primary key. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long fileEntryId,
String version)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long fileEntryId,
String version)
|
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileEntryId,
String version)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersionByUuidAndGroupId(String uuid,
long groupId)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersionByUuidAndGroupId(String uuid,
long groupId)
|
DLFileVersion |
DLFileVersionLocalService.getFileVersionByUuidAndGroupId(String uuid,
long groupId)
|
List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalServiceWrapper.getFileVersionFileEntryMetadatas(long fileVersionId)
|
static List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalServiceUtil.getFileVersionFileEntryMetadatas(long fileVersionId)
|
List<DLFileEntryMetadata> |
DLFileEntryMetadataLocalService.getFileVersionFileEntryMetadatas(long fileVersionId)
|
long |
DLFileEntryMetadataLocalServiceWrapper.getFileVersionFileEntryMetadatasCount(long fileVersionId)
|
static long |
DLFileEntryMetadataLocalServiceUtil.getFileVersionFileEntryMetadatasCount(long fileVersionId)
|
long |
DLFileEntryMetadataLocalService.getFileVersionFileEntryMetadatasCount(long fileVersionId)
|
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getFileVersions(long fileEntryId,
int status)
|
static List<DLFileVersion> |
DLFileVersionLocalServiceUtil.getFileVersions(long fileEntryId,
int status)
|
List<DLFileVersion> |
DLFileVersionLocalService.getFileVersions(long fileEntryId,
int status)
|
int |
DLFileVersionLocalServiceWrapper.getFileVersionsCount(long fileEntryId,
int status)
|
static int |
DLFileVersionLocalServiceUtil.getFileVersionsCount(long fileEntryId,
int status)
|
int |
DLFileVersionLocalService.getFileVersionsCount(long fileEntryId,
int status)
|
DLFolder |
DLFolderServiceWrapper.getFolder(long folderId)
|
static DLFolder |
DLFolderServiceUtil.getFolder(long folderId)
|
DLFolder |
DLFolderService.getFolder(long folderId)
|
DLFolder |
DLFolderLocalServiceWrapper.getFolder(long folderId)
|
static DLFolder |
DLFolderLocalServiceUtil.getFolder(long folderId)
|
DLFolder |
DLFolderLocalService.getFolder(long folderId)
|
Folder |
DLAppServiceWrapper.getFolder(long folderId)
Returns the folder with the primary key. |
static Folder |
DLAppServiceUtil.getFolder(long folderId)
Returns the folder with the primary key. |
Folder |
DLAppService.getFolder(long folderId)
Returns the folder with the primary key. |
Folder |
DLAppLocalServiceWrapper.getFolder(long folderId)
Returns the folder with the primary key. |
static Folder |
DLAppLocalServiceUtil.getFolder(long folderId)
Returns the folder with the primary key. |
Folder |
DLAppLocalService.getFolder(long folderId)
Returns the folder with the primary key. |
DLFolder |
DLFolderServiceWrapper.getFolder(long groupId,
long parentFolderId,
String name)
|
static DLFolder |
DLFolderServiceUtil.getFolder(long groupId,
long parentFolderId,
String name)
|
DLFolder |
DLFolderService.getFolder(long groupId,
long parentFolderId,
String name)
|
DLFolder |
DLFolderLocalServiceWrapper.getFolder(long groupId,
long parentFolderId,
String name)
|
static DLFolder |
DLFolderLocalServiceUtil.getFolder(long groupId,
long parentFolderId,
String name)
|
DLFolder |
DLFolderLocalService.getFolder(long groupId,
long parentFolderId,
String name)
|
Folder |
DLAppServiceWrapper.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder. |
static Folder |
DLAppServiceUtil.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder. |
Folder |
DLAppService.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder. |
Folder |
DLAppLocalServiceWrapper.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder. |
static Folder |
DLAppLocalServiceUtil.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder. |
Folder |
DLAppLocalService.getFolder(long repositoryId,
long parentFolderId,
String name)
Returns the folder with the name in the parent folder. |
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
|
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited)
|
long |
DLFolderLocalServiceWrapper.getFolderId(long companyId,
long folderId)
|
static long |
DLFolderLocalServiceUtil.getFolderId(long companyId,
long folderId)
|
long |
DLFolderLocalService.getFolderId(long companyId,
long folderId)
|
long[] |
DLFolderServiceWrapper.getFolderIds(long groupId,
long folderId)
|
static long[] |
DLFolderServiceUtil.getFolderIds(long groupId,
long folderId)
|
long[] |
DLFolderService.getFolderIds(long groupId,
long folderId)
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder. |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder. |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder. |
List<DLFolder> |
DLFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders)
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders)
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders)
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
List<DLFolder> |
DLFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
List<DLFolder> |
DLFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
static List<DLFolder> |
DLFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
List<DLFolder> |
DLFolderService.getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc)
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder. |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder. |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder. |
List<DLFolder> |
DLFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFolder> |
DLFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFolder> |
DLFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
List<Object> |
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end)
Returns a range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
static List<Object> |
DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end)
Returns a range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
List<Object> |
DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end)
Returns a range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
List<Object> |
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
static List<Object> |
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Deprecated. Replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long, long,
String[], boolean, QueryDefinition) |
static List<Object> |
DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Deprecated. Replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long, long,
String[], boolean, QueryDefinition) |
List<Object> |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Deprecated. Replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long, long,
String[], boolean, QueryDefinition) |
List<Object> |
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
static List<Object> |
DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
List<Object> |
DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
int |
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
static int |
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
int |
DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
List<Object> |
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
static List<Object> |
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Deprecated. Replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
static List<Object> |
DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Deprecated. Replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
List<Object> |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
Deprecated. Replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
List<Object> |
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
static List<Object> |
DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
static List<Object> |
DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
List<Object> |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
int |
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
|
static int |
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
|
int |
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
|
int |
DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
Deprecated. Replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
static int |
DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
Deprecated. Replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
int |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
boolean includeMountFolders)
Deprecated. Replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
int |
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
boolean includeMountFolders)
Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder. |
static int |
DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
boolean includeMountFolders)
Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder. |
int |
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
boolean includeMountFolders)
Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder. |
int |
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
static int |
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
int |
DLFolderService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
int |
DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
Deprecated. Replaced by DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
static int |
DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
Deprecated. Replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
int |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
Deprecated. Replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
int |
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
static int |
DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
int |
DLAppService.getFoldersAndFileEntriesAndFileShortcutsCount(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders)
|
int |
DLFolderLocalServiceWrapper.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
static int |
DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
int |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcutsCount(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
int |
DLFolderServiceWrapper.getFoldersCount(long groupId,
long parentFolderId)
|
static int |
DLFolderServiceUtil.getFoldersCount(long groupId,
long parentFolderId)
|
int |
DLFolderService.getFoldersCount(long groupId,
long parentFolderId)
|
int |
DLFolderLocalServiceWrapper.getFoldersCount(long groupId,
long parentFolderId)
|
static int |
DLFolderLocalServiceUtil.getFoldersCount(long groupId,
long parentFolderId)
|
int |
DLFolderLocalService.getFoldersCount(long groupId,
long parentFolderId)
|
int |
DLAppServiceWrapper.getFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder. |
static int |
DLAppServiceUtil.getFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder. |
int |
DLAppService.getFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder. |
int |
DLFolderLocalServiceWrapper.getFoldersCount(long groupId,
long parentFolderId,
boolean includeMountfolders)
|
static int |
DLFolderLocalServiceUtil.getFoldersCount(long groupId,
long parentFolderId,
boolean includeMountfolders)
|
int |
DLFolderLocalService.getFoldersCount(long groupId,
long parentFolderId,
boolean includeMountfolders)
|
int |
DLAppServiceWrapper.getFoldersCount(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
static int |
DLAppServiceUtil.getFoldersCount(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
int |
DLAppService.getFoldersCount(long repositoryId,
long parentFolderId,
boolean includeMountFolders)
Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
int |
DLFolderServiceWrapper.getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders)
|
static int |
DLFolderServiceUtil.getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders)
|
int |
DLFolderService.getFoldersCount(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders)
|
int |
DLAppServiceWrapper.getFoldersCount(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders)
Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
static int |
DLAppServiceUtil.getFoldersCount(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders)
Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
int |
DLAppService.getFoldersCount(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders)
Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories. |
int |
DLFileEntryServiceWrapper.getFoldersFileEntriesCount(long groupId,
List<Long> folderIds,
int status)
|
static int |
DLFileEntryServiceUtil.getFoldersFileEntriesCount(long groupId,
List<Long> folderIds,
int status)
|
int |
DLFileEntryService.getFoldersFileEntriesCount(long groupId,
List<Long> folderIds,
int status)
|
int |
DLAppServiceWrapper.getFoldersFileEntriesCount(long repositoryId,
List<Long> folderIds,
int status)
Returns the number of immediate subfolders and file entries across the folders. |
static int |
DLAppServiceUtil.getFoldersFileEntriesCount(long repositoryId,
List<Long> folderIds,
int status)
Returns the number of immediate subfolders and file entries across the folders. |
int |
DLAppService.getFoldersFileEntriesCount(long repositoryId,
List<Long> folderIds,
int status)
Returns the number of immediate subfolders and file entries across the folders. |
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository. |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository. |
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc)
|
int |
DLFileEntryLocalServiceWrapper.getGroupFileEntriesCount(long groupId)
|
static int |
DLFileEntryLocalServiceUtil.getGroupFileEntriesCount(long groupId)
|
int |
DLFileEntryLocalService.getGroupFileEntriesCount(long groupId)
|
int |
DLFileEntryLocalServiceWrapper.getGroupFileEntriesCount(long groupId,
long userId)
|
static int |
DLFileEntryLocalServiceUtil.getGroupFileEntriesCount(long groupId,
long userId)
|
int |
DLFileEntryLocalService.getGroupFileEntriesCount(long groupId,
long userId)
|
int |
DLAppServiceWrapper.getGroupFileEntriesCount(long groupId,
long userId)
Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository. |
static int |
DLAppServiceUtil.getGroupFileEntriesCount(long groupId,
long userId)
Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository. |
int |
DLAppService.getGroupFileEntriesCount(long groupId,
long userId)
Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository. |
int |
DLFileEntryServiceWrapper.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
|
static int |
DLFileEntryServiceUtil.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
|
int |
DLFileEntryService.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
|
int |
DLAppServiceWrapper.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository. |
static int |
DLAppServiceUtil.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository. |
int |
DLAppService.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId)
Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository. |
int |
DLFileEntryServiceWrapper.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
static int |
DLFileEntryServiceUtil.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
int |
DLFileEntryService.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
int |
DLAppServiceWrapper.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
static int |
DLAppServiceUtil.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
int |
DLAppService.getGroupFileEntriesCount(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status)
|
DLFileVersion |
DLFileVersionServiceWrapper.getLatestFileVersion(long fileEntryId)
|
static DLFileVersion |
DLFileVersionServiceUtil.getLatestFileVersion(long fileEntryId)
|
DLFileVersion |
DLFileVersionService.getLatestFileVersion(long fileEntryId)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy)
|
DLFileVersion |
DLFileVersionLocalService.getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getLatestFileVersion(long userId,
long fileEntryId)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getLatestFileVersion(long userId,
long fileEntryId)
|
DLFileVersion |
DLFileVersionLocalService.getLatestFileVersion(long userId,
long fileEntryId)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getMisversionedFileEntries()
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getMisversionedFileEntries()
|
List<DLFileEntry> |
DLFileEntryLocalService.getMisversionedFileEntries()
|
DLFolder |
DLFolderLocalServiceWrapper.getMountFolder(long repositoryId)
|
static DLFolder |
DLFolderLocalServiceUtil.getMountFolder(long repositoryId)
|
DLFolder |
DLFolderLocalService.getMountFolder(long repositoryId)
|
Folder |
DLAppLocalServiceWrapper.getMountFolder(long repositoryId)
Returns the mount folder of the repository with the primary key. |
static Folder |
DLAppLocalServiceUtil.getMountFolder(long repositoryId)
Returns the mount folder of the repository with the primary key. |
Folder |
DLAppLocalService.getMountFolder(long repositoryId)
Returns the mount folder of the repository with the primary key. |
List<Folder> |
DLAppServiceWrapper.getMountFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories. |
static List<Folder> |
DLAppServiceUtil.getMountFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories. |
List<Folder> |
DLAppService.getMountFolders(long repositoryId,
long parentFolderId)
Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories. |
List<Folder> |
DLAppServiceWrapper.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
static List<Folder> |
DLAppServiceUtil.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
List<Folder> |
DLAppService.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
List<DLFolder> |
DLFolderServiceWrapper.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFolder> |
DLFolderServiceUtil.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFolder> |
DLFolderService.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFolder> |
DLFolderLocalService.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
|
List<Folder> |
DLAppServiceWrapper.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
static List<Folder> |
DLAppServiceUtil.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
List<Folder> |
DLAppService.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator obc)
Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
int |
DLFolderServiceWrapper.getMountFoldersCount(long groupId,
long parentFolderId)
|
static int |
DLFolderServiceUtil.getMountFoldersCount(long groupId,
long parentFolderId)
|
int |
DLFolderService.getMountFoldersCount(long groupId,
long parentFolderId)
|
int |
DLFolderLocalServiceWrapper.getMountFoldersCount(long groupId,
long parentFolderId)
|
static int |
DLFolderLocalServiceUtil.getMountFoldersCount(long groupId,
long parentFolderId)
|
int |
DLFolderLocalService.getMountFoldersCount(long groupId,
long parentFolderId)
|
int |
DLAppServiceWrapper.getMountFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories. |
static int |
DLAppServiceUtil.getMountFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories. |
int |
DLAppService.getMountFoldersCount(long repositoryId,
long parentFolderId)
Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories. |
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getNoAssetFileEntries()
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getNoAssetFileEntries()
|
List<DLFileEntry> |
DLFileEntryLocalService.getNoAssetFileEntries()
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getOrphanedFileEntries()
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getOrphanedFileEntries()
|
List<DLFileEntry> |
DLFileEntryLocalService.getOrphanedFileEntries()
|
PersistedModel |
DLSyncLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLSyncLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLSyncLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFolderLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLFileVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileShortcutLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLFileShortcutLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileShortcutLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileRankLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLFileRankLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileRankLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileEntryTypeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLFileEntryTypeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileEntryTypeLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileEntryMetadataLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLFileEntryMetadataLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileEntryMetadataLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLFileEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLFileEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLContentLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DLContentLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DLContentLocalService.getPersistedModel(Serializable primaryKeyObj)
|
void |
DLFolderServiceWrapper.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
static void |
DLFolderServiceUtil.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
DLFolderService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
DLFolderLocalServiceWrapper.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
static void |
DLFolderLocalServiceUtil.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
DLFolderLocalService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
DLAppServiceWrapper.getSubfolderIds(long repositoryId,
List<Long> folderIds,
long folderId)
|
static void |
DLAppServiceUtil.getSubfolderIds(long repositoryId,
List<Long> folderIds,
long folderId)
|
void |
DLAppService.getSubfolderIds(long repositoryId,
List<Long> folderIds,
long folderId)
|
List<Long> |
DLAppServiceWrapper.getSubfolderIds(long repositoryId,
long folderId)
Returns all the descendant folders of the folder with the primary key. |
static List<Long> |
DLAppServiceUtil.getSubfolderIds(long repositoryId,
long folderId)
Returns all the descendant folders of the folder with the primary key. |
List<Long> |
DLAppService.getSubfolderIds(long repositoryId,
long folderId)
Returns all the descendant folders of the folder with the primary key. |
List<Long> |
DLFolderServiceWrapper.getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
static List<Long> |
DLFolderServiceUtil.getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
List<Long> |
DLFolderService.getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
List<Long> |
DLAppServiceWrapper.getSubfolderIds(long repositoryId,
long folderId,
boolean recurse)
Returns descendant folders of the folder with the primary key, optionally limiting to one level deep. |
static List<Long> |
DLAppServiceUtil.getSubfolderIds(long repositoryId,
long folderId,
boolean recurse)
Returns descendant folders of the folder with the primary key, optionally limiting to one level deep. |
List<Long> |
DLAppService.getSubfolderIds(long repositoryId,
long folderId,
boolean recurse)
Returns descendant folders of the folder with the primary key, optionally limiting to one level deep. |
String[] |
DLAppServiceWrapper.getTempFileEntryNames(long groupId,
long folderId,
String tempFolderName)
Returns all the temporary file entry names. |
static String[] |
DLAppServiceUtil.getTempFileEntryNames(long groupId,
long folderId,
String tempFolderName)
Returns all the temporary file entry names. |
String[] |
DLAppService.getTempFileEntryNames(long groupId,
long folderId,
String tempFolderName)
Returns all the temporary file entry names. |
boolean |
DLContentLocalServiceWrapper.hasContent(long companyId,
long repositoryId,
String path,
String version)
|
static boolean |
DLContentLocalServiceUtil.hasContent(long companyId,
long repositoryId,
String path,
String version)
|
boolean |
DLContentLocalService.hasContent(long companyId,
long repositoryId,
String path,
String version)
|
boolean |
DLFileEntryLocalServiceWrapper.hasExtraSettings()
|
static boolean |
DLFileEntryLocalServiceUtil.hasExtraSettings()
|
boolean |
DLFileEntryLocalService.hasExtraSettings()
|
boolean |
DLFileEntryServiceWrapper.hasFileEntryLock(long fileEntryId)
|
static boolean |
DLFileEntryServiceUtil.hasFileEntryLock(long fileEntryId)
|
boolean |
DLFileEntryService.hasFileEntryLock(long fileEntryId)
|
boolean |
DLFileEntryLocalServiceWrapper.hasFileEntryLock(long userId,
long fileEntryId)
|
static boolean |
DLFileEntryLocalServiceUtil.hasFileEntryLock(long userId,
long fileEntryId)
|
boolean |
DLFileEntryLocalService.hasFileEntryLock(long userId,
long fileEntryId)
|
boolean |
DLFolderServiceWrapper.hasFolderLock(long folderId)
|
static boolean |
DLFolderServiceUtil.hasFolderLock(long folderId)
|
boolean |
DLFolderService.hasFolderLock(long folderId)
|
boolean |
DLFolderServiceWrapper.hasInheritableLock(long folderId)
|
static boolean |
DLFolderServiceUtil.hasInheritableLock(long folderId)
|
boolean |
DLFolderService.hasInheritableLock(long folderId)
|
void |
DLFileEntryLocalServiceWrapper.incrementViewCounter(DLFileEntry dlFileEntry,
boolean incrementCounter,
int increment)
|
static void |
DLFileEntryLocalServiceUtil.incrementViewCounter(DLFileEntry dlFileEntry,
boolean incrementCounter,
int increment)
|
void |
DLFileEntryLocalService.incrementViewCounter(DLFileEntry dlFileEntry,
boolean incrementCounter,
int increment)
|
boolean |
DLFileEntryServiceWrapper.isFileEntryCheckedOut(long fileEntryId)
|
static boolean |
DLFileEntryServiceUtil.isFileEntryCheckedOut(long fileEntryId)
|
boolean |
DLFileEntryService.isFileEntryCheckedOut(long fileEntryId)
|
boolean |
DLFileEntryLocalServiceWrapper.isFileEntryCheckedOut(long fileEntryId)
|
static boolean |
DLFileEntryLocalServiceUtil.isFileEntryCheckedOut(long fileEntryId)
|
boolean |
DLFileEntryLocalService.isFileEntryCheckedOut(long fileEntryId)
|
boolean |
DLFolderServiceWrapper.isFolderLocked(long folderId)
|
static boolean |
DLFolderServiceUtil.isFolderLocked(long folderId)
|
boolean |
DLFolderService.isFolderLocked(long folderId)
|
Lock |
DLAppServiceWrapper.lockFileEntry(long fileEntryId)
Deprecated. DLAppServiceWrapper.checkOutFileEntry(long, ServiceContext) |
static Lock |
DLAppServiceUtil.lockFileEntry(long fileEntryId)
Deprecated. DLAppServiceUtil.checkOutFileEntry(long, ServiceContext) |
Lock |
DLAppService.lockFileEntry(long fileEntryId)
Deprecated. DLAppService.checkOutFileEntry(long, ServiceContext) |
Lock |
DLFileEntryLocalServiceWrapper.lockFileEntry(long userId,
long fileEntryId)
|
static Lock |
DLFileEntryLocalServiceUtil.lockFileEntry(long userId,
long fileEntryId)
|
Lock |
DLFileEntryLocalService.lockFileEntry(long userId,
long fileEntryId)
|
Lock |
DLAppServiceWrapper.lockFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLAppServiceWrapper.checkOutFileEntry(long, String, long,
ServiceContext) |
static Lock |
DLAppServiceUtil.lockFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLAppServiceUtil.checkOutFileEntry(long, String, long,
ServiceContext) |
Lock |
DLAppService.lockFileEntry(long fileEntryId,
String owner,
long expirationTime)
Deprecated. DLAppService.checkOutFileEntry(long, String, long,
ServiceContext) |
Lock |
DLFolderServiceWrapper.lockFolder(long folderId)
|
static Lock |
DLFolderServiceUtil.lockFolder(long folderId)
|
Lock |
DLFolderService.lockFolder(long folderId)
|
Lock |
DLAppServiceWrapper.lockFolder(long repositoryId,
long folderId)
Locks the folder. |
static Lock |
DLAppServiceUtil.lockFolder(long repositoryId,
long folderId)
Locks the folder. |
Lock |
DLAppService.lockFolder(long repositoryId,
long folderId)
Locks the folder. |
Lock |
DLAppServiceWrapper.lockFolder(long repositoryId,
long folderId,
String owner,
boolean inheritable,
long expirationTime)
Locks the folder. |
static Lock |
DLAppServiceUtil.lockFolder(long repositoryId,
long folderId,
String owner,
boolean inheritable,
long expirationTime)
Locks the folder. |
Lock |
DLAppService.lockFolder(long repositoryId,
long folderId,
String owner,
boolean inheritable,
long expirationTime)
Locks the folder. |
Lock |
DLFolderServiceWrapper.lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime)
|
static Lock |
DLFolderServiceUtil.lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime)
|
Lock |
DLFolderService.lockFolder(long folderId,
String owner,
boolean inheritable,
long expirationTime)
|
void |
DLAppHelperLocalServiceWrapper.moveFileEntry(FileEntry fileEntry)
|
static void |
DLAppHelperLocalServiceUtil.moveFileEntry(FileEntry fileEntry)
|
void |
DLAppHelperLocalService.moveFileEntry(FileEntry fileEntry)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppLocalServiceWrapper.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
static FileEntry |
DLAppLocalServiceUtil.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppLocalService.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
DLFileEntry |
DLFileEntryServiceWrapper.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
static FileEntry |
DLAppServiceUtil.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppService.moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry to the new folder. |
FileEntry |
DLAppHelperLocalServiceWrapper.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
DLAppHelperLocalServiceUtil.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppHelperLocalService.moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
static FileEntry |
DLAppServiceUtil.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
DLAppService.moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
DLAppServiceWrapper.moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
static FileEntry |
DLAppServiceUtil.moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
FileEntry |
DLAppService.moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
FileEntry |
DLAppHelperLocalServiceWrapper.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
static FileEntry |
DLAppHelperLocalServiceUtil.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
FileEntry |
DLAppHelperLocalService.moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
FileEntry |
DLAppLocalServiceWrapper.moveFileEntryToTrash(long userId,
long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
static FileEntry |
DLAppLocalServiceUtil.moveFileEntryToTrash(long userId,
long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
FileEntry |
DLAppLocalService.moveFileEntryToTrash(long userId,
long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
DLFileShortcut |
DLAppHelperLocalServiceWrapper.moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLAppHelperLocalServiceUtil.moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppHelperLocalService.moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppServiceWrapper.moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
Moves the file shortcut from a trashed folder to the new folder. |
static DLFileShortcut |
DLAppServiceUtil.moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
Moves the file shortcut from a trashed folder to the new folder. |
DLFileShortcut |
DLAppService.moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
Moves the file shortcut from a trashed folder to the new folder. |
DLFileShortcut |
DLAppServiceWrapper.moveFileShortcutToTrash(long fileShortcutId)
Moves the file shortcut with the primary key to the trash portlet. |
static DLFileShortcut |
DLAppServiceUtil.moveFileShortcutToTrash(long fileShortcutId)
Moves the file shortcut with the primary key to the trash portlet. |
DLFileShortcut |
DLAppService.moveFileShortcutToTrash(long fileShortcutId)
Moves the file shortcut with the primary key to the trash portlet. |
DLFileShortcut |
DLAppHelperLocalServiceWrapper.moveFileShortcutToTrash(long userId,
DLFileShortcut dlFileShortcut)
Moves the file shortcut to the recycle bin. |
static DLFileShortcut |
DLAppHelperLocalServiceUtil.moveFileShortcutToTrash(long userId,
DLFileShortcut dlFileShortcut)
Moves the file shortcut to the recycle bin. |
DLFileShortcut |
DLAppHelperLocalService.moveFileShortcutToTrash(long userId,
DLFileShortcut dlFileShortcut)
Moves the file shortcut to the recycle bin. |
void |
DLAppHelperLocalServiceWrapper.moveFolder(Folder folder)
|
static void |
DLAppHelperLocalServiceUtil.moveFolder(Folder folder)
|
void |
DLAppHelperLocalService.moveFolder(Folder folder)
|
DLFolder |
DLFolderServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
DLFolder |
DLFolderService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderLocalServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DLAppServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder to the new parent folder with the primary key. |
static Folder |
DLAppServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder to the new parent folder with the primary key. |
Folder |
DLAppService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder to the new parent folder with the primary key. |
Folder |
DLAppHelperLocalServiceWrapper.moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext)
|
static Folder |
DLAppHelperLocalServiceUtil.moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DLAppHelperLocalService.moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
DLAppServiceWrapper.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key. |
static Folder |
DLAppServiceUtil.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key. |
Folder |
DLAppService.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key. |
Folder |
DLAppServiceWrapper.moveFolderToTrash(long folderId)
Moves the folder with the primary key to the trash portlet. |
static Folder |
DLAppServiceUtil.moveFolderToTrash(long folderId)
Moves the folder with the primary key to the trash portlet. |
Folder |
DLAppService.moveFolderToTrash(long folderId)
Moves the folder with the primary key to the trash portlet. |
Folder |
DLAppHelperLocalServiceWrapper.moveFolderToTrash(long userId,
Folder folder)
Moves the folder to the recycle bin. |
static Folder |
DLAppHelperLocalServiceUtil.moveFolderToTrash(long userId,
Folder folder)
Moves the folder to the recycle bin. |
Folder |
DLAppHelperLocalService.moveFolderToTrash(long userId,
Folder folder)
Moves the folder to the recycle bin. |
Lock |
DLFileEntryServiceWrapper.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
|
static Lock |
DLFileEntryServiceUtil.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
|
Lock |
DLFileEntryService.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
|
Lock |
DLAppServiceWrapper.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
Refreshes the lock for the file entry. |
static Lock |
DLAppServiceUtil.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
Refreshes the lock for the file entry. |
Lock |
DLAppService.refreshFileEntryLock(String lockUuid,
long companyId,
long expirationTime)
Refreshes the lock for the file entry. |
Lock |
DLFolderServiceWrapper.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
|
static Lock |
DLFolderServiceUtil.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
|
Lock |
DLFolderService.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
|
Lock |
DLAppServiceWrapper.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
Refreshes the lock for the folder. |
static Lock |
DLAppServiceUtil.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
Refreshes the lock for the folder. |
Lock |
DLAppService.refreshFolderLock(String lockUuid,
long companyId,
long expirationTime)
Refreshes the lock for the folder. |
void |
DLAppServiceWrapper.restoreFileEntryFromTrash(long fileEntryId)
Restores the file entry with the primary key from the trash portlet. |
static void |
DLAppServiceUtil.restoreFileEntryFromTrash(long fileEntryId)
Restores the file entry with the primary key from the trash portlet. |
void |
DLAppService.restoreFileEntryFromTrash(long fileEntryId)
Restores the file entry with the primary key from the trash portlet. |
void |
DLAppHelperLocalServiceWrapper.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
static void |
DLAppHelperLocalServiceUtil.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
void |
DLAppHelperLocalService.restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
void |
DLAppLocalServiceWrapper.restoreFileEntryFromTrash(long userId,
long fileEntryId)
Restores the file entry with the primary key from the trash portlet. |
static void |
DLAppLocalServiceUtil.restoreFileEntryFromTrash(long userId,
long fileEntryId)
Restores the file entry with the primary key from the trash portlet. |
void |
DLAppLocalService.restoreFileEntryFromTrash(long userId,
long fileEntryId)
Restores the file entry with the primary key from the trash portlet. |
void |
DLAppServiceWrapper.restoreFileShortcutFromTrash(long fileShortcutId)
Restores the file shortcut with the primary key from the trash portlet. |
static void |
DLAppServiceUtil.restoreFileShortcutFromTrash(long fileShortcutId)
Restores the file shortcut with the primary key from the trash portlet. |
void |
DLAppService.restoreFileShortcutFromTrash(long fileShortcutId)
Restores the file shortcut with the primary key from the trash portlet. |
void |
DLAppHelperLocalServiceWrapper.restoreFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut)
|
static void |
DLAppHelperLocalServiceUtil.restoreFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut)
|
void |
DLAppHelperLocalService.restoreFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut)
|
void |
DLAppServiceWrapper.restoreFolderFromTrash(long folderId)
Restores the folder with the primary key from the trash portlet. |
static void |
DLAppServiceUtil.restoreFolderFromTrash(long folderId)
Restores the folder with the primary key from the trash portlet. |
void |
DLAppService.restoreFolderFromTrash(long folderId)
Restores the folder with the primary key from the trash portlet. |
void |
DLAppHelperLocalServiceWrapper.restoreFolderFromTrash(long userId,
Folder folder)
|
static void |
DLAppHelperLocalServiceUtil.restoreFolderFromTrash(long userId,
Folder folder)
|
void |
DLAppHelperLocalService.restoreFolderFromTrash(long userId,
Folder folder)
|
void |
DLFileEntryLocalServiceWrapper.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
static void |
DLFileEntryLocalServiceUtil.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
DLFileEntryLocalService.revertFileEntry(long userId,
long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
DLFileEntryServiceWrapper.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
static void |
DLFileEntryServiceUtil.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
DLFileEntryService.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
|
void |
DLAppServiceWrapper.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
Reverts the file entry to a previous version. |
static void |
DLAppServiceUtil.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
Reverts the file entry to a previous version. |
void |
DLAppService.revertFileEntry(long fileEntryId,
String version,
ServiceContext serviceContext)
Reverts the file entry to a previous version. |
List<DLFileEntryType> |
DLFileEntryTypeServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFileEntryType> |
DLFileEntryTypeServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DLFileEntryType> |
DLFileEntryTypeService.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
DLFileEntryTypeServiceWrapper.searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
static int |
DLFileEntryTypeServiceUtil.searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
int |
DLFileEntryTypeService.searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
int |
DLFileEntryTypeLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
static int |
DLFileEntryTypeLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
int |
DLFileEntryTypeLocalService.searchCount(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
void |
DLFileEntryLocalServiceWrapper.unlockFileEntry(long fileEntryId)
|
static void |
DLFileEntryLocalServiceUtil.unlockFileEntry(long fileEntryId)
|
void |
DLFileEntryLocalService.unlockFileEntry(long fileEntryId)
|
void |
DLAppServiceWrapper.unlockFileEntry(long fileEntryId)
Deprecated. Use DLAppServiceWrapper.checkInFileEntry(long, boolean, String,
ServiceContext). |
static void |
DLAppServiceUtil.unlockFileEntry(long fileEntryId)
Deprecated. Use DLAppServiceUtil.checkInFileEntry(long, boolean, String,
ServiceContext). |
void |
DLAppService.unlockFileEntry(long fileEntryId)
Deprecated. Use DLAppService.checkInFileEntry(long, boolean, String,
ServiceContext). |
void |
DLAppServiceWrapper.unlockFileEntry(long fileEntryId,
String lockUuid)
Deprecated. Use DLAppServiceWrapper.checkInFileEntry(long, String). |
static void |
DLAppServiceUtil.unlockFileEntry(long fileEntryId,
String lockUuid)
Deprecated. Use DLAppServiceUtil.checkInFileEntry(long, String). |
void |
DLAppService.unlockFileEntry(long fileEntryId,
String lockUuid)
Deprecated. Use DLAppService.checkInFileEntry(long, String). |
void |
DLFolderServiceWrapper.unlockFolder(long groupId,
long folderId,
String lockUuid)
|
static void |
DLFolderServiceUtil.unlockFolder(long groupId,
long folderId,
String lockUuid)
|
void |
DLFolderService.unlockFolder(long groupId,
long folderId,
String lockUuid)
|
void |
DLAppServiceWrapper.unlockFolder(long repositoryId,
long folderId,
String lockUuid)
Unlocks the folder. |
static void |
DLAppServiceUtil.unlockFolder(long repositoryId,
long folderId,
String lockUuid)
Unlocks the folder. |
void |
DLAppService.unlockFolder(long repositoryId,
long folderId,
String lockUuid)
Unlocks the folder. |
void |
DLFolderServiceWrapper.unlockFolder(long groupId,
long parentFolderId,
String name,
String lockUuid)
|
static void |
DLFolderServiceUtil.unlockFolder(long groupId,
long parentFolderId,
String name,
String lockUuid)
|
void |
DLFolderService.unlockFolder(long groupId,
long parentFolderId,
String name,
String lockUuid)
|
void |
DLAppServiceWrapper.unlockFolder(long repositoryId,
long parentFolderId,
String name,
String lockUuid)
Unlocks the folder. |
static void |
DLAppServiceUtil.unlockFolder(long repositoryId,
long parentFolderId,
String name,
String lockUuid)
Unlocks the folder. |
void |
DLAppService.unlockFolder(long repositoryId,
long parentFolderId,
String name,
String lockUuid)
Unlocks the folder. |
void |
DLFileEntryTypeLocalServiceWrapper.unsetFolderFileEntryTypes(long folderId)
|
static void |
DLFileEntryTypeLocalServiceUtil.unsetFolderFileEntryTypes(long folderId)
|
void |
DLFileEntryTypeLocalService.unsetFolderFileEntryTypes(long folderId)
|
void |
DLFileShortcutLocalServiceWrapper.updateAsset(long userId,
DLFileShortcut fileShortcut,
long[] assetCategoryIds,
String[] assetTagNames)
|
static void |
DLFileShortcutLocalServiceUtil.updateAsset(long userId,
DLFileShortcut fileShortcut,
long[] assetCategoryIds,
String[] assetTagNames)
|
void |
DLFileShortcutLocalService.updateAsset(long userId,
DLFileShortcut fileShortcut,
long[] assetCategoryIds,
String[] assetTagNames)
|
AssetEntry |
DLAppHelperLocalServiceWrapper.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
static AssetEntry |
DLAppHelperLocalServiceUtil.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
AssetEntry |
DLAppHelperLocalService.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
void |
DLAppLocalServiceWrapper.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
Updates the file entry's asset replacing its asset categories, tags, and links. |
static void |
DLAppLocalServiceUtil.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
Updates the file entry's asset replacing its asset categories, tags, and links. |
void |
DLAppLocalService.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
Updates the file entry's asset replacing its asset categories, tags, and links. |
AssetEntry |
DLAppHelperLocalServiceWrapper.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static AssetEntry |
DLAppHelperLocalServiceUtil.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
AssetEntry |
DLAppHelperLocalService.updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
DLAppHelperLocalServiceWrapper.updateDependentStatus(User user,
List<Object> dlFileEntriesAndDLFolders,
int status)
|
static void |
DLAppHelperLocalServiceUtil.updateDependentStatus(User user,
List<Object> dlFileEntriesAndDLFolders,
int status)
|
void |
DLAppHelperLocalService.updateDependentStatus(User user,
List<Object> dlFileEntriesAndDLFolders,
int status)
|
DLContent |
DLContentLocalServiceWrapper.updateDLContent(DLContent dlContent)
Updates the document library content in the database or adds it if it does not yet exist. |
static DLContent |
DLContentLocalServiceUtil.updateDLContent(DLContent dlContent)
Updates the document library content in the database or adds it if it does not yet exist. |
DLContent |
DLContentLocalService.updateDLContent(DLContent dlContent)
Updates the document library content in the database or adds it if it does not yet exist. |
void |
DLContentLocalServiceWrapper.updateDLContent(long companyId,
long oldRepositoryId,
long newRepositoryId,
String oldPath,
String newPath)
|
static void |
DLContentLocalServiceUtil.updateDLContent(long companyId,
long oldRepositoryId,
long newRepositoryId,
String oldPath,
String newPath)
|
void |
DLContentLocalService.updateDLContent(long companyId,
long oldRepositoryId,
long newRepositoryId,
String oldPath,
String newPath)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the document library file entry in the database or adds it if it does not yet exist. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the document library file entry in the database or adds it if it does not yet exist. |
DLFileEntry |
DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the document library file entry in the database or adds it if it does not yet exist. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceWrapper.updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Updates the document library file entry metadata in the database or adds it if it does not yet exist. |
static DLFileEntryMetadata |
DLFileEntryMetadataLocalServiceUtil.updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Updates the document library file entry metadata in the database or adds it if it does not yet exist. |
DLFileEntryMetadata |
DLFileEntryMetadataLocalService.updateDLFileEntryMetadata(DLFileEntryMetadata dlFileEntryMetadata)
Updates the document library file entry metadata in the database or adds it if it does not yet exist. |
DLFileEntryType |
DLFileEntryTypeLocalServiceWrapper.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
Updates the document library file entry type in the database or adds it if it does not yet exist. |
static DLFileEntryType |
DLFileEntryTypeLocalServiceUtil.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
Updates the document library file entry type in the database or adds it if it does not yet exist. |
DLFileEntryType |
DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
Updates the document library file entry type in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalServiceWrapper.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
static DLFileRank |
DLFileRankLocalServiceUtil.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileRank |
DLFileRankLocalService.updateDLFileRank(DLFileRank dlFileRank)
Updates the document library file rank in the database or adds it if it does not yet exist. |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
Updates the document library file shortcut in the database or adds it if it does not yet exist. |
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
Updates the document library file shortcut in the database or adds it if it does not yet exist. |
DLFileShortcut |
DLFileShortcutLocalService.updateDLFileShortcut(DLFileShortcut dlFileShortcut)
Updates the document library file shortcut in the database or adds it if it does not yet exist. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist. |
DLFileVersion |
DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the document library file version in the database or adds it if it does not yet exist. |
DLFolder |
DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
Updates the document library folder in the database or adds it if it does not yet exist. |
static DLFolder |
DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
Updates the document library folder in the database or adds it if it does not yet exist. |
DLFolder |
DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
Updates the document library folder in the database or adds it if it does not yet exist. |
DLSync |
DLSyncLocalServiceWrapper.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
static DLSync |
DLSyncLocalServiceUtil.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
DLSync |
DLSyncLocalService.updateDLSync(DLSync dlSync)
Updates the d l sync in the database or adds it if it does not yet exist. |
void |
DLAppHelperLocalServiceWrapper.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
|
static void |
DLAppHelperLocalServiceUtil.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
|
void |
DLAppHelperLocalService.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
|
void |
DLAppHelperLocalServiceWrapper.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
|
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
FileEntry |
DLAppLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an {@link java.io. |
static FileEntry |
DLAppLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an {@link java.io. |
FileEntry |
DLAppLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an {@link java.io. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.updateFileEntry(long userId,
long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
static FileEntry |
DLAppServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
byte[] bytes,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a byte array object. |
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
static FileEntry |
DLAppServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on a File object. |
FileEntry |
DLSyncServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream deltaInputStream,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLSyncServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream deltaInputStream,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLSyncService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream deltaInputStream,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an {@link java.io. |
static FileEntry |
DLAppServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an {@link java.io. |
FileEntry |
DLAppService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
Updates a file entry and associated metadata based on an {@link java.io. |
DLFileEntry |
DLFileEntryServiceWrapper.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.updateFileEntry(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
long fileEntryTypeId,
Map<String,Fields> fieldsMap,
File file,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
File file,
ServiceContext serviceContext)
|
FileEntry |
DLAppServiceWrapper.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
static FileEntry |
DLAppServiceUtil.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
FileEntry |
DLAppService.updateFileEntryAndCheckIn(long fileEntryId,
String sourceFileName,
String mimeType,
String title,
String description,
String changeLog,
boolean majorVersion,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryTypeLocalServiceWrapper.updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryTypeLocalServiceUtil.updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryTypeLocalService.updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
static void |
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalService.updateFileEntryMetadata(long companyId,
List<DDMStructure> ddmStructures,
long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
static void |
DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
void |
DLFileEntryMetadataLocalService.updateFileEntryMetadata(long fileEntryTypeId,
long fileEntryId,
long fileVersionId,
Map<String,Fields> fieldsMap,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalServiceWrapper.updateFileEntryType(long userId,
long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static void |
DLFileEntryTypeLocalServiceUtil.updateFileEntryType(long userId,
long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalService.updateFileEntryType(long userId,
long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeServiceWrapper.updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
static void |
DLFileEntryTypeServiceUtil.updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeService.updateFileEntryType(long fileEntryTypeId,
String name,
String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalServiceWrapper.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
static DLFileRank |
DLFileRankLocalServiceUtil.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLFileRankLocalService.updateFileRank(long groupId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
|
DLFileRank |
DLAppLocalServiceWrapper.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
static DLFileRank |
DLAppLocalServiceUtil.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
DLFileRank |
DLAppLocalService.updateFileRank(long repositoryId,
long companyId,
long userId,
long fileEntryId,
ServiceContext serviceContext)
Updates a file rank to the existing file entry. |
DLFileShortcut |
DLFileShortcutLocalServiceWrapper.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLFileShortcutLocalServiceUtil.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutLocalService.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppLocalServiceWrapper.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
static DLFileShortcut |
DLAppLocalServiceUtil.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
DLFileShortcut |
DLAppLocalService.updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
DLFileShortcut |
DLFileShortcutServiceWrapper.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLFileShortcutServiceUtil.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLFileShortcutService.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
DLFileShortcut |
DLAppServiceWrapper.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
static DLFileShortcut |
DLAppServiceUtil.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
DLFileShortcut |
DLAppService.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
void |
DLFileShortcutLocalServiceWrapper.updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
|
static void |
DLFileShortcutLocalServiceUtil.updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
|
void |
DLFileShortcutLocalService.updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
|
void |
DLAppLocalServiceWrapper.updateFileShortcuts(long toRepositoryId,
long oldToFileEntryId,
long newToFileEntryId)
Updates all file shortcuts to the existing file entry to the new file entry. |
static void |
DLAppLocalServiceUtil.updateFileShortcuts(long toRepositoryId,
long oldToFileEntryId,
long newToFileEntryId)
Updates all file shortcuts to the existing file entry to the new file entry. |
void |
DLAppLocalService.updateFileShortcuts(long toRepositoryId,
long oldToFileEntryId,
long newToFileEntryId)
Updates all file shortcuts to the existing file entry to the new file entry. |
void |
DLAppHelperLocalServiceWrapper.updateFolder(Folder folder,
ServiceContext serviceContext)
|
static void |
DLAppHelperLocalServiceUtil.updateFolder(Folder folder,
ServiceContext serviceContext)
|
void |
DLAppHelperLocalService.updateFolder(Folder folder,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderLocalServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
Folder |
DLAppLocalServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
static Folder |
DLAppLocalServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
Folder |
DLAppLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
DLFolder |
DLFolderServiceWrapper.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderServiceUtil.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
DLFolder |
DLFolderService.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalServiceWrapper.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderLocalServiceUtil.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalService.updateFolder(long folderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
Folder |
DLAppServiceWrapper.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
static Folder |
DLAppServiceUtil.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
Folder |
DLAppService.updateFolder(long folderId,
String name,
String description,
ServiceContext serviceContext)
Updates the folder. |
DLFolder |
DLFolderLocalServiceWrapper.updateFolderAndFileEntryTypes(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderLocalServiceUtil.updateFolderAndFileEntryTypes(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalService.updateFolderAndFileEntryTypes(long folderId,
long parentFolderId,
String name,
String description,
long defaultFileEntryTypeId,
List<Long> fileEntryTypeIds,
boolean overrideFileEntryTypes,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalServiceWrapper.updateFolderFileEntryTypes(DLFolder dlFolder,
List<Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext)
|
static void |
DLFileEntryTypeLocalServiceUtil.updateFolderFileEntryTypes(DLFolder dlFolder,
List<Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext)
|
void |
DLFileEntryTypeLocalService.updateFolderFileEntryTypes(DLFolder dlFolder,
List<Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext)
|
void |
DLFolderLocalServiceWrapper.updateLastPostDate(long folderId,
Date lastPostDate)
|
static void |
DLFolderLocalServiceUtil.updateLastPostDate(long folderId,
Date lastPostDate)
|
void |
DLFolderLocalService.updateLastPostDate(long folderId,
Date lastPostDate)
|
void |
DLFileEntryLocalServiceWrapper.updateSmallImage(long smallImageId,
long largeImageId)
|
static void |
DLFileEntryLocalServiceUtil.updateSmallImage(long smallImageId,
long largeImageId)
|
void |
DLFileEntryLocalService.updateSmallImage(long smallImageId,
long largeImageId)
|
void |
DLAppHelperLocalServiceWrapper.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
Map<String,Serializable> workflowContext)
|
static void |
DLAppHelperLocalServiceUtil.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
Map<String,Serializable> workflowContext)
|
void |
DLAppHelperLocalService.updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
Map<String,Serializable> workflowContext)
|
DLFolder |
DLFolderLocalServiceWrapper.updateStatus(long userId,
long folderId,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderLocalServiceUtil.updateStatus(long userId,
long folderId,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
|
DLFolder |
DLFolderLocalService.updateStatus(long userId,
long folderId,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateStatus(long userId,
long fileVersionId,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateStatus(long userId,
long fileVersionId,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.updateStatus(long userId,
long fileVersionId,
int status,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
|
void |
DLFileShortcutLocalServiceWrapper.updateStatus(long userId,
long fileShortcutId,
int status,
ServiceContext serviceContext)
|
static void |
DLFileShortcutLocalServiceUtil.updateStatus(long userId,
long fileShortcutId,
int status,
ServiceContext serviceContext)
|
void |
DLFileShortcutLocalService.updateStatus(long userId,
long fileShortcutId,
int status,
ServiceContext serviceContext)
|
DLSync |
DLSyncLocalServiceWrapper.updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. DLSyncLocalServiceWrapper.updateSync(long, long, String, String, String,
String) |
static DLSync |
DLSyncLocalServiceUtil.updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. DLSyncLocalServiceUtil.updateSync(long, long, String, String, String,
String) |
DLSync |
DLSyncLocalService.updateSync(long fileId,
long parentFolderId,
String name,
String event,
String version)
Deprecated. DLSyncLocalService.updateSync(long, long, String, String, String,
String) |
DLSync |
DLSyncLocalServiceWrapper.updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
static DLSync |
DLSyncLocalServiceUtil.updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
DLSync |
DLSyncLocalService.updateSync(long fileId,
long parentFolderId,
String name,
String description,
String event,
String version)
|
boolean |
DLAppServiceWrapper.verifyFileEntryCheckOut(long repositoryId,
long fileEntryId,
String lockUuid)
Returns true if the file entry is checked out. |
static boolean |
DLAppServiceUtil.verifyFileEntryCheckOut(long repositoryId,
long fileEntryId,
String lockUuid)
Returns true if the file entry is checked out. |
boolean |
DLAppService.verifyFileEntryCheckOut(long repositoryId,
long fileEntryId,
String lockUuid)
Returns true if the file entry is checked out. |
boolean |
DLFileEntryServiceWrapper.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
static boolean |
DLFileEntryServiceUtil.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
boolean |
DLFileEntryService.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
boolean |
DLFileEntryLocalServiceWrapper.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
static boolean |
DLFileEntryLocalServiceUtil.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
boolean |
DLFileEntryLocalService.verifyFileEntryCheckOut(long fileEntryId,
String lockUuid)
|
boolean |
DLAppServiceWrapper.verifyFileEntryLock(long repositoryId,
long fileEntryId,
String lockUuid)
|
static boolean |
DLAppServiceUtil.verifyFileEntryLock(long repositoryId,
long fileEntryId,
String lockUuid)
|
boolean |
DLAppService.verifyFileEntryLock(long repositoryId,
long fileEntryId,
String lockUuid)
|
boolean |
DLFileEntryServiceWrapper.verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
static boolean |
DLFileEntryServiceUtil.verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
boolean |
DLFileEntryService.verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
boolean |
DLFileEntryLocalServiceWrapper.verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
static boolean |
DLFileEntryLocalServiceUtil.verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
boolean |
DLFileEntryLocalService.verifyFileEntryLock(long fileEntryId,
String lockUuid)
|
boolean |
DLAppServiceWrapper.verifyInheritableLock(long repositoryId,
long folderId,
String lockUuid)
Returns true if the inheritable lock exists. |
static boolean |
DLAppServiceUtil.verifyInheritableLock(long repositoryId,
long folderId,
String lockUuid)
Returns true if the inheritable lock exists. |
boolean |
DLAppService.verifyInheritableLock(long repositoryId,
long folderId,
String lockUuid)
Returns true if the inheritable lock exists. |
boolean |
DLFolderServiceWrapper.verifyInheritableLock(long folderId,
String lockUuid)
|
static boolean |
DLFolderServiceUtil.verifyInheritableLock(long folderId,
String lockUuid)
|
boolean |
DLFolderService.verifyInheritableLock(long folderId,
String lockUuid)
|
| Uses of SystemException in com.liferay.portlet.documentlibrary.service.persistence |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that throw SystemException | |
|---|---|
static void |
DLFileEntryTypeUtil.addDDMStructure(long pk,
DDMStructure ddmStructure)
Adds an association between the document library file entry type and the d d m structure. |
void |
DLFileEntryTypePersistence.addDDMStructure(long pk,
DDMStructure ddmStructure)
Adds an association between the document library file entry type and the d d m structure. |
static void |
DLFileEntryTypeUtil.addDDMStructure(long pk,
long ddmStructurePK)
Adds an association between the document library file entry type and the d d m structure. |
void |
DLFileEntryTypePersistence.addDDMStructure(long pk,
long ddmStructurePK)
Adds an association between the document library file entry type and the d d m structure. |
static void |
DLFileEntryTypeUtil.addDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Adds an association between the document library file entry type and the d d m structures. |
void |
DLFileEntryTypePersistence.addDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Adds an association between the document library file entry type and the d d m structures. |
static void |
DLFileEntryTypeUtil.addDDMStructures(long pk,
long[] ddmStructurePKs)
Adds an association between the document library file entry type and the d d m structures. |
void |
DLFileEntryTypePersistence.addDDMStructures(long pk,
long[] ddmStructurePKs)
Adds an association between the document library file entry type and the d d m structures. |
static void |
DLFolderUtil.addDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
Adds an association between the document library folder and the document library file entry type. |
void |
DLFolderPersistence.addDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
Adds an association between the document library folder and the document library file entry type. |
static void |
DLFolderUtil.addDLFileEntryType(long pk,
long dlFileEntryTypePK)
Adds an association between the document library folder and the document library file entry type. |
void |
DLFolderPersistence.addDLFileEntryType(long pk,
long dlFileEntryTypePK)
Adds an association between the document library folder and the document library file entry type. |
static void |
DLFolderUtil.addDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Adds an association between the document library folder and the document library file entry types. |
void |
DLFolderPersistence.addDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Adds an association between the document library folder and the document library file entry types. |
static void |
DLFolderUtil.addDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Adds an association between the document library folder and the document library file entry types. |
void |
DLFolderPersistence.addDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Adds an association between the document library folder and the document library file entry types. |
static void |
DLFileEntryTypeUtil.addDLFolder(long pk,
DLFolder dlFolder)
Adds an association between the document library file entry type and the document library folder. |
void |
DLFileEntryTypePersistence.addDLFolder(long pk,
DLFolder dlFolder)
Adds an association between the document library file entry type and the document library folder. |
static void |
DLFileEntryTypeUtil.addDLFolder(long pk,
long dlFolderPK)
Adds an association between the document library file entry type and the document library folder. |
void |
DLFileEntryTypePersistence.addDLFolder(long pk,
long dlFolderPK)
Adds an association between the document library file entry type and the document library folder. |
static void |
DLFileEntryTypeUtil.addDLFolders(long pk,
List<DLFolder> dlFolders)
Adds an association between the document library file entry type and the document library folders. |
void |
DLFileEntryTypePersistence.addDLFolders(long pk,
List<DLFolder> dlFolders)
Adds an association between the document library file entry type and the document library folders. |
static void |
DLFileEntryTypeUtil.addDLFolders(long pk,
long[] dlFolderPKs)
Adds an association between the document library file entry type and the document library folders. |
void |
DLFileEntryTypePersistence.addDLFolders(long pk,
long[] dlFolderPKs)
Adds an association between the document library file entry type and the document library folders. |
static void |
DLFileEntryTypeUtil.clearDDMStructures(long pk)
Clears all associations between the document library file entry type and its d d m structures. |
void |
DLFileEntryTypePersistence.clearDDMStructures(long pk)
Clears all associations between the document library file entry type and its d d m structures. |
static void |
DLFolderUtil.clearDLFileEntryTypes(long pk)
Clears all associations between the document library folder and its document library file entry types. |
void |
DLFolderPersistence.clearDLFileEntryTypes(long pk)
Clears all associations between the document library folder and its document library file entry types. |
static void |
DLFileEntryTypeUtil.clearDLFolders(long pk)
Clears all associations between the document library file entry type and its document library folders. |
void |
DLFileEntryTypePersistence.clearDLFolders(long pk)
Clears all associations between the document library file entry type and its document library folders. |
static boolean |
DLFileEntryTypeUtil.containsDDMStructure(long pk,
long ddmStructurePK)
Returns true if the d d m structure is associated with the document library file entry type. |
boolean |
DLFileEntryTypePersistence.containsDDMStructure(long pk,
long ddmStructurePK)
Returns true if the d d m structure is associated with the document library file entry type. |
static boolean |
DLFileEntryTypeUtil.containsDDMStructures(long pk)
Returns true if the document library file entry type has any d d m structures associated with it. |
boolean |
DLFileEntryTypePersistence.containsDDMStructures(long pk)
Returns true if the document library file entry type has any d d m structures associated with it. |
static boolean |
DLFolderUtil.containsDLFileEntryType(long pk,
long dlFileEntryTypePK)
Returns true if the document library file entry type is associated with the document library folder. |
boolean |
DLFolderPersistence.containsDLFileEntryType(long pk,
long dlFileEntryTypePK)
Returns true if the document library file entry type is associated with the document library folder. |
static boolean |
DLFolderUtil.containsDLFileEntryTypes(long pk)
Returns true if the document library folder has any document library file entry types associated with it. |
boolean |
DLFolderPersistence.containsDLFileEntryTypes(long pk)
Returns true if the document library folder has any document library file entry types associated with it. |
static boolean |
DLFileEntryTypeUtil.containsDLFolder(long pk,
long dlFolderPK)
Returns true if the document library folder is associated with the document library file entry type. |
boolean |
DLFileEntryTypePersistence.containsDLFolder(long pk,
long dlFolderPK)
Returns true if the document library folder is associated with the document library file entry type. |
static boolean |
DLFileEntryTypeUtil.containsDLFolders(long pk)
Returns true if the document library file entry type has any document library folders associated with it. |
boolean |
DLFileEntryTypePersistence.containsDLFolders(long pk)
Returns true if the document library file entry type has any document library folders associated with it. |
static int |
DLSyncUtil.countAll()
Returns the number of d l syncs. |
int |
DLSyncPersistence.countAll()
Returns the number of d l syncs. |
static int |
DLFolderUtil.countAll()
Returns the number of document library folders. |
int |
DLFolderPersistence.countAll()
Returns the number of document library folders. |
static int |
DLFileVersionUtil.countAll()
Returns the number of document library file versions. |
int |
DLFileVersionPersistence.countAll()
Returns the number of document library file versions. |
static int |
DLFileShortcutUtil.countAll()
Returns the number of document library file shortcuts. |
int |
DLFileShortcutPersistence.countAll()
Returns the number of document library file shortcuts. |
static int |
DLFileRankUtil.countAll()
Returns the number of document library file ranks. |
int |
DLFileRankPersistence.countAll()
Returns the number of document library file ranks. |
static int |
DLFileEntryUtil.countAll()
Returns the number of document library file entries. |
static int |
DLFileEntryTypeUtil.countAll()
Returns the number of document library file entry types. |
int |
DLFileEntryTypePersistence.countAll()
Returns the number of document library file entry types. |
int |
DLFileEntryPersistence.countAll()
Returns the number of document library file entries. |
static int |
DLFileEntryMetadataUtil.countAll()
Returns the number of document library file entry metadatas. |
int |
DLFileEntryMetadataPersistence.countAll()
Returns the number of document library file entry metadatas. |
static int |
DLContentUtil.countAll()
Returns the number of document library contents. |
int |
DLContentPersistence.countAll()
Returns the number of document library contents. |
static int |
DLSyncUtil.countByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Returns the number of d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
int |
DLSyncPersistence.countByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Returns the number of d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static int |
DLContentUtil.countByC_R_LikeP(long companyId,
long repositoryId,
String path)
Returns the number of document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
int |
DLContentPersistence.countByC_R_LikeP(long companyId,
long repositoryId,
String path)
Returns the number of document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
static int |
DLContentUtil.countByC_R_P_V(long companyId,
long repositoryId,
String path,
String version)
Returns the number of document library contents where companyId = ? and repositoryId = ? and path = ? and version = ?. |
int |
DLContentPersistence.countByC_R_P_V(long companyId,
long repositoryId,
String path,
String version)
Returns the number of document library contents where companyId = ? and repositoryId = ? and path = ? and version = ?. |
static int |
DLContentUtil.countByC_R_P(long companyId,
long repositoryId,
String path)
Returns the number of document library contents where companyId = ? and repositoryId = ? and path = ?. |
int |
DLContentPersistence.countByC_R_P(long companyId,
long repositoryId,
String path)
Returns the number of document library contents where companyId = ? and repositoryId = ? and path = ?. |
static int |
DLContentUtil.countByC_R(long companyId,
long repositoryId)
Returns the number of document library contents where companyId = ? and repositoryId = ?. |
int |
DLContentPersistence.countByC_R(long companyId,
long repositoryId)
Returns the number of document library contents where companyId = ? and repositoryId = ?. |
static int |
DLFileRankUtil.countByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the number of document library file ranks where companyId = ? and userId = ? and fileEntryId = ?. |
int |
DLFileRankPersistence.countByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the number of document library file ranks where companyId = ? and userId = ? and fileEntryId = ?. |
static int |
DLFolderUtil.countByCompanyId(long companyId)
Returns the number of document library folders where companyId = ?. |
int |
DLFolderPersistence.countByCompanyId(long companyId)
Returns the number of document library folders where companyId = ?. |
static int |
DLFileEntryUtil.countByCompanyId(long companyId)
Returns the number of document library file entries where companyId = ?. |
int |
DLFileEntryPersistence.countByCompanyId(long companyId)
Returns the number of document library file entries where companyId = ?. |
static int |
DLFileEntryMetadataUtil.countByD_F(long DDMStructureId,
long fileVersionId)
Returns the number of document library file entry metadatas where DDMStructureId = ? and fileVersionId = ?. |
int |
DLFileEntryMetadataPersistence.countByD_F(long DDMStructureId,
long fileVersionId)
Returns the number of document library file entry metadatas where DDMStructureId = ? and fileVersionId = ?. |
static int |
DLFileEntryFinderUtil.countByExtraSettings()
|
int |
DLFileEntryFinder.countByExtraSettings()
|
static int |
DLFileEntryUtil.countByF_N(long folderId,
String name)
Returns the number of document library file entries where folderId = ? and name = ?. |
int |
DLFileEntryPersistence.countByF_N(long folderId,
String name)
Returns the number of document library file entries where folderId = ? and name = ?. |
static int |
DLFileVersionUtil.countByF_S(long fileEntryId,
int status)
Returns the number of document library file versions where fileEntryId = ? and status = ?. |
int |
DLFileVersionPersistence.countByF_S(long fileEntryId,
int status)
Returns the number of document library file versions where fileEntryId = ? and status = ?. |
static int |
DLFileVersionUtil.countByF_V(long fileEntryId,
String version)
Returns the number of document library file versions where fileEntryId = ? and version = ?. |
int |
DLFileVersionPersistence.countByF_V(long fileEntryId,
String version)
Returns the number of document library file versions where fileEntryId = ? and version = ?. |
static int |
DLFileVersionUtil.countByFileEntryId(long fileEntryId)
Returns the number of document library file versions where fileEntryId = ?. |
int |
DLFileVersionPersistence.countByFileEntryId(long fileEntryId)
Returns the number of document library file versions where fileEntryId = ?. |
static int |
DLFileRankUtil.countByFileEntryId(long fileEntryId)
Returns the number of document library file ranks where fileEntryId = ?. |
int |
DLFileRankPersistence.countByFileEntryId(long fileEntryId)
Returns the number of document library file ranks where fileEntryId = ?. |
static int |
DLFileEntryMetadataUtil.countByFileEntryId(long fileEntryId)
Returns the number of document library file entry metadatas where fileEntryId = ?. |
int |
DLFileEntryMetadataPersistence.countByFileEntryId(long fileEntryId)
Returns the number of document library file entry metadatas where fileEntryId = ?. |
static int |
DLFileEntryMetadataUtil.countByFileEntryTypeId(long fileEntryTypeId)
Returns the number of document library file entry metadatas where fileEntryTypeId = ?. |
int |
DLFileEntryMetadataPersistence.countByFileEntryTypeId(long fileEntryTypeId)
Returns the number of document library file entry metadatas where fileEntryTypeId = ?. |
static int |
DLSyncUtil.countByFileId(long fileId)
Returns the number of d l syncs where fileId = ?. |
int |
DLSyncPersistence.countByFileId(long fileId)
Returns the number of d l syncs where fileId = ?. |
static int |
DLFileEntryMetadataUtil.countByFileVersionId(long fileVersionId)
Returns the number of document library file entry metadatas where fileVersionId = ?. |
int |
DLFileEntryMetadataPersistence.countByFileVersionId(long fileVersionId)
Returns the number of document library file entry metadatas where fileVersionId = ?. |
static int |
DLFileShortcutUtil.countByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
int |
DLFileShortcutPersistence.countByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
static int |
DLFileShortcutUtil.countByG_F_A(long groupId,
long folderId,
boolean active)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
int |
DLFileShortcutPersistence.countByG_F_A(long groupId,
long folderId,
boolean active)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
static int |
DLFileEntryUtil.countByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
int |
DLFileEntryPersistence.countByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static int |
DLFileEntryUtil.countByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
int |
DLFileEntryPersistence.countByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static int |
DLFileEntryUtil.countByG_F_N(long groupId,
long folderId,
String name)
Returns the number of document library file entries where groupId = ? and folderId = ? and name = ?. |
int |
DLFileEntryPersistence.countByG_F_N(long groupId,
long folderId,
String name)
Returns the number of document library file entries where groupId = ? and folderId = ? and name = ?. |
static int |
DLFileVersionUtil.countByG_F_S(long groupId,
long folderId,
int status)
Returns the number of document library file versions where groupId = ? and folderId = ? and status = ?. |
int |
DLFileVersionPersistence.countByG_F_S(long groupId,
long folderId,
int status)
Returns the number of document library file versions where groupId = ? and folderId = ? and status = ?. |
static int |
DLFileVersionUtil.countByG_F_T_V(long groupId,
long folderId,
String title,
String version)
Returns the number of document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
int |
DLFileVersionPersistence.countByG_F_T_V(long groupId,
long folderId,
String title,
String version)
Returns the number of document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
static int |
DLFileEntryUtil.countByG_F_T(long groupId,
long folderId,
String title)
Returns the number of document library file entries where groupId = ? and folderId = ? and title = ?. |
int |
DLFileEntryPersistence.countByG_F_T(long groupId,
long folderId,
String title)
Returns the number of document library file entries where groupId = ? and folderId = ? and title = ?. |
static int |
DLFileEntryFinderUtil.countByG_F(long groupId,
List<Long> folderIds,
QueryDefinition queryDefinition)
|
int |
DLFileEntryFinder.countByG_F(long groupId,
List<Long> folderIds,
QueryDefinition queryDefinition)
|
static int |
DLFileShortcutUtil.countByG_F(long groupId,
long folderId)
Returns the number of document library file shortcuts where groupId = ? and folderId = ?. |
int |
DLFileShortcutPersistence.countByG_F(long groupId,
long folderId)
Returns the number of document library file shortcuts where groupId = ? and folderId = ?. |
static int |
DLFileEntryUtil.countByG_F(long groupId,
long folderId)
Returns the number of document library file entries where groupId = ? and folderId = ?. |
int |
DLFileEntryPersistence.countByG_F(long groupId,
long folderId)
Returns the number of document library file entries where groupId = ? and folderId = ?. |
static int |
DLFileEntryUtil.countByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and folderId = any ?. |
int |
DLFileEntryPersistence.countByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and folderId = any ?. |
static int |
DLFolderUtil.countByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
int |
DLFolderPersistence.countByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static int |
DLFolderUtil.countByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
int |
DLFolderPersistence.countByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static int |
DLFileEntryTypeUtil.countByG_N(long groupId,
String name)
Returns the number of document library file entry types where groupId = ? and name = ?. |
int |
DLFileEntryTypePersistence.countByG_N(long groupId,
String name)
Returns the number of document library file entry types where groupId = ? and name = ?. |
static int |
DLFolderUtil.countByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
int |
DLFolderPersistence.countByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static int |
DLFolderUtil.countByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the number of document library folders where groupId = ? and parentFolderId = ? and name = ?. |
int |
DLFolderPersistence.countByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the number of document library folders where groupId = ? and parentFolderId = ? and name = ?. |
static int |
DLFolderUtil.countByG_P(long groupId,
long parentFolderId)
Returns the number of document library folders where groupId = ? and parentFolderId = ?. |
int |
DLFolderPersistence.countByG_P(long groupId,
long parentFolderId)
Returns the number of document library folders where groupId = ? and parentFolderId = ?. |
static int |
DLFileRankUtil.countByG_U_A(long groupId,
long userId,
boolean active)
Returns the number of document library file ranks where groupId = ? and userId = ? and active = ?. |
int |
DLFileRankPersistence.countByG_U_A(long groupId,
long userId,
boolean active)
Returns the number of document library file ranks where groupId = ? and userId = ? and active = ?. |
static int |
DLFileEntryFinderUtil.countByG_U_F_M(long groupId,
long userId,
List<Long> folderIds,
String[] mimeTypes,
QueryDefinition queryDefinition)
|
int |
DLFileEntryFinder.countByG_U_F_M(long groupId,
long userId,
List<Long> folderIds,
String[] mimeTypes,
QueryDefinition queryDefinition)
|
static int |
DLFileEntryUtil.countByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = ?. |
int |
DLFileEntryPersistence.countByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = ?. |
static int |
DLFileEntryUtil.countByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = any ?. |
int |
DLFileEntryPersistence.countByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = any ?. |
static int |
DLFileRankUtil.countByG_U(long groupId,
long userId)
Returns the number of document library file ranks where groupId = ? and userId = ?. |
int |
DLFileRankPersistence.countByG_U(long groupId,
long userId)
Returns the number of document library file ranks where groupId = ? and userId = ?. |
static int |
DLFileEntryUtil.countByG_U(long groupId,
long userId)
Returns the number of document library file entries where groupId = ? and userId = ?. |
int |
DLFileEntryPersistence.countByG_U(long groupId,
long userId)
Returns the number of document library file entries where groupId = ? and userId = ?. |
static int |
DLFolderUtil.countByGroupId(long groupId)
Returns the number of document library folders where groupId = ?. |
int |
DLFolderPersistence.countByGroupId(long groupId)
Returns the number of document library folders where groupId = ?. |
static int |
DLFileEntryUtil.countByGroupId(long groupId)
Returns the number of document library file entries where groupId = ?. |
static int |
DLFileEntryTypeUtil.countByGroupId(long groupId)
Returns the number of document library file entry types where groupId = ?. |
int |
DLFileEntryTypePersistence.countByGroupId(long groupId)
Returns the number of document library file entry types where groupId = ?. |
int |
DLFileEntryPersistence.countByGroupId(long groupId)
Returns the number of document library file entries where groupId = ?. |
static int |
DLFileEntryTypeUtil.countByGroupId(long[] groupIds)
Returns the number of document library file entry types where groupId = any ?. |
int |
DLFileEntryTypePersistence.countByGroupId(long[] groupIds)
Returns the number of document library file entry types where groupId = any ?. |
static int |
DLFileEntryTypeFinderUtil.countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
int |
DLFileEntryTypeFinder.countByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
static int |
DLFileVersionUtil.countByMimeType(String mimeType)
Returns the number of document library file versions where mimeType = ?. |
int |
DLFileVersionPersistence.countByMimeType(String mimeType)
Returns the number of document library file versions where mimeType = ?. |
static int |
DLFileEntryUtil.countByMimeType(String mimeType)
Returns the number of document library file entries where mimeType = ?. |
int |
DLFileEntryPersistence.countByMimeType(String mimeType)
Returns the number of document library file entries where mimeType = ?. |
static int |
DLFolderUtil.countByP_N(long parentFolderId,
String name)
Returns the number of document library folders where parentFolderId = ? and name = ?. |
int |
DLFolderPersistence.countByP_N(long parentFolderId,
String name)
Returns the number of document library folders where parentFolderId = ? and name = ?. |
static int |
DLFolderUtil.countByRepositoryId(long repositoryId)
Returns the number of document library folders where repositoryId = ?. |
int |
DLFolderPersistence.countByRepositoryId(long repositoryId)
Returns the number of document library folders where repositoryId = ?. |
static int |
DLFileShortcutUtil.countByToFileEntryId(long toFileEntryId)
Returns the number of document library file shortcuts where toFileEntryId = ?. |
int |
DLFileShortcutPersistence.countByToFileEntryId(long toFileEntryId)
Returns the number of document library file shortcuts where toFileEntryId = ?. |
static int |
DLFileRankUtil.countByUserId(long userId)
Returns the number of document library file ranks where userId = ?. |
int |
DLFileRankPersistence.countByUserId(long userId)
Returns the number of document library file ranks where userId = ?. |
static int |
DLFolderUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of document library folders where uuid = ? and companyId = ?. |
int |
DLFolderPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of document library folders where uuid = ? and companyId = ?. |
static int |
DLFileVersionUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of document library file versions where uuid = ? and companyId = ?. |
int |
DLFileVersionPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of document library file versions where uuid = ? and companyId = ?. |
static int |
DLFileShortcutUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of document library file shortcuts where uuid = ? and companyId = ?. |
int |
DLFileShortcutPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of document library file shortcuts where uuid = ? and companyId = ?. |
static int |
DLFileEntryUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of document library file entries where uuid = ? and companyId = ?. |
static int |
DLFileEntryTypeUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of document library file entry types where uuid = ? and companyId = ?. |
int |
DLFileEntryTypePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of document library file entry types where uuid = ? and companyId = ?. |
int |
DLFileEntryPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of document library file entries where uuid = ? and companyId = ?. |
static int |
DLFolderUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of document library folders where uuid = ? and groupId = ?. |
int |
DLFolderPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of document library folders where uuid = ? and groupId = ?. |
static int |
DLFileVersionUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of document library file versions where uuid = ? and groupId = ?. |
int |
DLFileVersionPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of document library file versions where uuid = ? and groupId = ?. |
static int |
DLFileShortcutUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of document library file shortcuts where uuid = ? and groupId = ?. |
int |
DLFileShortcutPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of document library file shortcuts where uuid = ? and groupId = ?. |
static int |
DLFileEntryUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of document library file entries where uuid = ? and groupId = ?. |
static int |
DLFileEntryTypeUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of document library file entry types where uuid = ? and groupId = ?. |
int |
DLFileEntryTypePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of document library file entry types where uuid = ? and groupId = ?. |
int |
DLFileEntryPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of document library file entries where uuid = ? and groupId = ?. |
static int |
DLFolderUtil.countByUuid(String uuid)
Returns the number of document library folders where uuid = ?. |
int |
DLFolderPersistence.countByUuid(String uuid)
Returns the number of document library folders where uuid = ?. |
static int |
DLFileVersionUtil.countByUuid(String uuid)
Returns the number of document library file versions where uuid = ?. |
int |
DLFileVersionPersistence.countByUuid(String uuid)
Returns the number of document library file versions where uuid = ?. |
static int |
DLFileShortcutUtil.countByUuid(String uuid)
Returns the number of document library file shortcuts where uuid = ?. |
int |
DLFileShortcutPersistence.countByUuid(String uuid)
Returns the number of document library file shortcuts where uuid = ?. |
static int |
DLFileEntryUtil.countByUuid(String uuid)
Returns the number of document library file entries where uuid = ?. |
static int |
DLFileEntryTypeUtil.countByUuid(String uuid)
Returns the number of document library file entry types where uuid = ?. |
int |
DLFileEntryTypePersistence.countByUuid(String uuid)
Returns the number of document library file entry types where uuid = ?. |
int |
DLFileEntryPersistence.countByUuid(String uuid)
Returns the number of document library file entries where uuid = ?. |
static int |
DLFileEntryMetadataUtil.countByUuid(String uuid)
Returns the number of document library file entry metadatas where uuid = ?. |
int |
DLFileEntryMetadataPersistence.countByUuid(String uuid)
Returns the number of document library file entry metadatas where uuid = ?. |
static int |
DLFolderFinderUtil.countF_FE_FS_ByG_F_M_M(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
int |
DLFolderFinder.countF_FE_FS_ByG_F_M_M(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
static int |
DLFolderFinderUtil.countFE_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
int |
DLFolderFinder.countFE_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
static int |
DLFolderFinderUtil.countFE_FS_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
int |
DLFolderFinder.countFE_FS_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
long |
DLSyncUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DLFolderUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DLFileVersionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DLFileShortcutUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DLFileRankUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DLFileEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DLFileEntryTypeUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DLFileEntryMetadataUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DLContentUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DLFileEntry |
DLFileEntryFinderUtil.fetchByAnyImageId(long imageId)
|
DLFileEntry |
DLFileEntryFinder.fetchByAnyImageId(long imageId)
|
static DLSync |
DLSyncUtil.fetchByC_M_R_First(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
DLSync |
DLSyncPersistence.fetchByC_M_R_First(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLSync |
DLSyncUtil.fetchByC_M_R_Last(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
DLSync |
DLSyncPersistence.fetchByC_M_R_Last(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLContent |
DLContentUtil.fetchByC_R_First(long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent |
DLContentPersistence.fetchByC_R_First(long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?. |
static DLContent |
DLContentUtil.fetchByC_R_Last(long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent |
DLContentPersistence.fetchByC_R_Last(long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?. |
static DLContent |
DLContentUtil.fetchByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent |
DLContentPersistence.fetchByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent |
DLContentUtil.fetchByC_R_LikeP_Last(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent |
DLContentPersistence.fetchByC_R_LikeP_Last(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent |
DLContentUtil.fetchByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent |
DLContentPersistence.fetchByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLContent |
DLContentUtil.fetchByC_R_P_Last(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent |
DLContentPersistence.fetchByC_R_P_Last(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLContent |
DLContentUtil.fetchByC_R_P_V(long companyId,
long repositoryId,
String path,
String version)
Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or returns null if it could not be found. |
DLContent |
DLContentPersistence.fetchByC_R_P_V(long companyId,
long repositoryId,
String path,
String version)
Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or returns null if it could not be found. |
static DLContent |
DLContentUtil.fetchByC_R_P_V(long companyId,
long repositoryId,
String path,
String version,
boolean retrieveFromCache)
Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
DLContent |
DLContentPersistence.fetchByC_R_P_V(long companyId,
long repositoryId,
String path,
String version,
boolean retrieveFromCache)
Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileRank |
DLFileRankUtil.fetchByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistence.fetchByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found. |
static DLFileRank |
DLFileRankUtil.fetchByC_U_F(long companyId,
long userId,
long fileEntryId,
boolean retrieveFromCache)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileRank |
DLFileRankPersistence.fetchByC_U_F(long companyId,
long userId,
long fileEntryId,
boolean retrieveFromCache)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFolder |
DLFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByD_F(long DDMStructureId,
long fileVersionId)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or returns null if it could not be found. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByD_F(long DDMStructureId,
long fileVersionId)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or returns null if it could not be found. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByD_F(long DDMStructureId,
long fileVersionId,
boolean retrieveFromCache)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByD_F(long DDMStructureId,
long fileVersionId,
boolean retrieveFromCache)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
DLFileEntryUtil.fetchByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_S_First(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_S_First(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_S_Last(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_S_Last(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_V(long fileEntryId,
String version)
Returns the document library file version where fileEntryId = ? and version = ? or returns null if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_V(long fileEntryId,
String version)
Returns the document library file version where fileEntryId = ? and version = ? or returns null if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_V(long fileEntryId,
String version,
boolean retrieveFromCache)
Returns the document library file version where fileEntryId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_V(long fileEntryId,
String version,
boolean retrieveFromCache)
Returns the document library file version where fileEntryId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileVersion |
DLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static DLSync |
DLSyncUtil.fetchByFileId(long fileId)
Returns the d l sync where fileId = ? or returns null if it could not be found. |
DLSync |
DLSyncPersistence.fetchByFileId(long fileId)
Returns the d l sync where fileId = ? or returns null if it could not be found. |
static DLSync |
DLSyncUtil.fetchByFileId(long fileId,
boolean retrieveFromCache)
Returns the d l sync where fileId = ? or returns null if it could not be found, optionally using the finder cache. |
DLSync |
DLSyncPersistence.fetchByFileId(long fileId,
boolean retrieveFromCache)
Returns the d l sync where fileId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileVersionId_First(long fileVersionId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileVersionId_First(long fileVersionId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileVersionId_Last(long fileVersionId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileVersionId_Last(long fileVersionId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_N(long groupId,
long folderId,
String name)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_N(long groupId,
long folderId,
String name)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileVersion |
DLFileVersionUtil.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_T(long groupId,
long folderId,
String title)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_T(long groupId,
long folderId,
String title)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByG_N(long groupId,
String name)
Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByG_N(long groupId,
String name)
Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFolder |
DLFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.fetchByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.fetchByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.fetchByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.fetchByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
DLFolder |
DLFolderPersistence.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
static DLFolder |
DLFolderUtil.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
DLFolder |
DLFolderPersistence.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
static DLFolder |
DLFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
static DLFolder |
DLFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
static DLFolder |
DLFolderUtil.fetchByP_N_First(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.fetchByP_N_First(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder |
DLFolderUtil.fetchByP_N_Last(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.fetchByP_N_Last(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?. |
static DLSync |
DLSyncUtil.fetchByPrimaryKey(long syncId)
Returns the d l sync with the primary key or returns null if it could not be found. |
DLSync |
DLSyncPersistence.fetchByPrimaryKey(long syncId)
Returns the d l sync with the primary key or returns null if it could not be found. |
static DLFolder |
DLFolderUtil.fetchByPrimaryKey(long folderId)
Returns the document library folder with the primary key or returns null if it could not be found. |
DLFolder |
DLFolderPersistence.fetchByPrimaryKey(long folderId)
Returns the document library folder with the primary key or returns null if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.fetchByPrimaryKey(long fileVersionId)
Returns the document library file version with the primary key or returns null if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.fetchByPrimaryKey(long fileVersionId)
Returns the document library file version with the primary key or returns null if it could not be found. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or returns null if it could not be found. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or returns null if it could not be found. |
static DLFileRank |
DLFileRankUtil.fetchByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or returns null if it could not be found. |
DLFileRank |
DLFileRankPersistence.fetchByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or returns null if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.fetchByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or returns null if it could not be found. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByPrimaryKey(long fileEntryTypeId)
Returns the document library file entry type with the primary key or returns null if it could not be found. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByPrimaryKey(long fileEntryTypeId)
Returns the document library file entry type with the primary key or returns null if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.fetchByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or returns null if it could not be found. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByPrimaryKey(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key or returns null if it could not be found. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByPrimaryKey(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key or returns null if it could not be found. |
static DLContent |
DLContentUtil.fetchByPrimaryKey(long contentId)
Returns the document library content with the primary key or returns null if it could not be found. |
DLContent |
DLContentPersistence.fetchByPrimaryKey(long contentId)
Returns the document library content with the primary key or returns null if it could not be found. |
static DLFolder |
DLFolderUtil.fetchByRepositoryId(long repositoryId)
Returns the document library folder where repositoryId = ? or returns null if it could not be found. |
DLFolder |
DLFolderPersistence.fetchByRepositoryId(long repositoryId)
Returns the document library folder where repositoryId = ? or returns null if it could not be found. |
static DLFolder |
DLFolderUtil.fetchByRepositoryId(long repositoryId,
boolean retrieveFromCache)
Returns the document library folder where repositoryId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFolder |
DLFolderPersistence.fetchByRepositoryId(long repositoryId,
boolean retrieveFromCache)
Returns the document library folder where repositoryId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByToFileEntryId_First(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByToFileEntryId_Last(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
static DLFolder |
DLFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder |
DLFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFolder |
DLFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder |
DLFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFolder |
DLFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
static DLFolder |
DLFolderUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFolder |
DLFolderPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file version where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file version where uuid = ? and groupId = ? or returns null if it could not be found. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static DLFolder |
DLFolderUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFolder |
DLFolderPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileVersion |
DLFileVersionUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file version where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileVersion |
DLFileVersionPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file version where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
DLFileEntryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
DLFileEntryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFolder |
DLFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
static int |
DLFileShortcutUtil.filterCountByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
int |
DLFileShortcutPersistence.filterCountByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
static int |
DLFileShortcutUtil.filterCountByG_F_A(long groupId,
long folderId,
boolean active)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
int |
DLFileShortcutPersistence.filterCountByG_F_A(long groupId,
long folderId,
boolean active)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
static int |
DLFileEntryUtil.filterCountByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
int |
DLFileEntryPersistence.filterCountByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static int |
DLFileEntryUtil.filterCountByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
int |
DLFileEntryPersistence.filterCountByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static int |
DLFileEntryFinderUtil.filterCountByG_F(long groupId,
List<Long> folderIds,
QueryDefinition queryDefinition)
|
int |
DLFileEntryFinder.filterCountByG_F(long groupId,
List<Long> folderIds,
QueryDefinition queryDefinition)
|
static int |
DLFileShortcutUtil.filterCountByG_F(long groupId,
long folderId)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
int |
DLFileShortcutPersistence.filterCountByG_F(long groupId,
long folderId)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
static int |
DLFileEntryUtil.filterCountByG_F(long groupId,
long folderId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
int |
DLFileEntryPersistence.filterCountByG_F(long groupId,
long folderId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
static int |
DLFileEntryUtil.filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
int |
DLFileEntryPersistence.filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
static int |
DLFolderUtil.filterCountByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
int |
DLFolderPersistence.filterCountByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static int |
DLFolderUtil.filterCountByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
int |
DLFolderPersistence.filterCountByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static int |
DLFolderUtil.filterCountByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
int |
DLFolderPersistence.filterCountByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static int |
DLFolderUtil.filterCountByG_P(long groupId,
long parentFolderId)
Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
int |
DLFolderPersistence.filterCountByG_P(long groupId,
long parentFolderId)
Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static int |
DLFileEntryUtil.filterCountByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
int |
DLFileEntryPersistence.filterCountByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
static int |
DLFileEntryUtil.filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
int |
DLFileEntryPersistence.filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
static int |
DLFileEntryUtil.filterCountByG_U(long groupId,
long userId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ?. |
int |
DLFileEntryPersistence.filterCountByG_U(long groupId,
long userId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ?. |
static int |
DLFolderUtil.filterCountByGroupId(long groupId)
Returns the number of document library folders that the user has permission to view where groupId = ?. |
int |
DLFolderPersistence.filterCountByGroupId(long groupId)
Returns the number of document library folders that the user has permission to view where groupId = ?. |
static int |
DLFileEntryUtil.filterCountByGroupId(long groupId)
Returns the number of document library file entries that the user has permission to view where groupId = ?. |
static int |
DLFileEntryTypeUtil.filterCountByGroupId(long groupId)
Returns the number of document library file entry types that the user has permission to view where groupId = ?. |
int |
DLFileEntryTypePersistence.filterCountByGroupId(long groupId)
Returns the number of document library file entry types that the user has permission to view where groupId = ?. |
int |
DLFileEntryPersistence.filterCountByGroupId(long groupId)
Returns the number of document library file entries that the user has permission to view where groupId = ?. |
static int |
DLFileEntryTypeUtil.filterCountByGroupId(long[] groupIds)
Returns the number of document library file entry types that the user has permission to view where groupId = any ?. |
int |
DLFileEntryTypePersistence.filterCountByGroupId(long[] groupIds)
Returns the number of document library file entry types that the user has permission to view where groupId = any ?. |
static int |
DLFileEntryTypeFinderUtil.filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
int |
DLFileEntryTypeFinder.filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType)
|
static int |
DLFolderFinderUtil.filterCountF_FE_FS_ByG_F_M_M(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
int |
DLFolderFinder.filterCountF_FE_FS_ByG_F_M_M(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
static int |
DLFolderFinderUtil.filterCountFE_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
int |
DLFolderFinder.filterCountFE_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
static int |
DLFolderFinderUtil.filterCountFE_FS_ByG_F_M(long groupId,
long folderId,
String[] mimeTypes,
QueryDefinition queryDefinition)
|
int |
DLFolderFinder.filterCountFE_FS_ByG_F_M(long groupId,
long folderId,
String[] mimeTypes,
QueryDefinition queryDefinition)
|
static int |
DLFolderFinderUtil.filterCountFE_FS_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
int |
DLFolderFinder.filterCountFE_FS_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
static List<DLSync> |
DLSyncFinderUtil.filterFindByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
|
List<DLSync> |
DLSyncFinder.filterFindByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
|
static DLFileShortcut[] |
DLFileShortcutUtil.filterFindByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.filterFindByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F_A(long groupId,
long folderId,
boolean active)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F_A(long groupId,
long folderId,
boolean active)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.filterFindByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.filterFindByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryFinderUtil.filterFindByG_F(long groupId,
List<Long> folderIds,
QueryDefinition queryDefinition)
|
List<DLFileEntry> |
DLFileEntryFinder.filterFindByG_F(long groupId,
List<Long> folderIds,
QueryDefinition queryDefinition)
|
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F(long groupId,
long folderId)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F(long groupId,
long folderId)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long folderId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long folderId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U(long groupId,
long userId)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U(long groupId,
long userId)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?. |
static DLFileEntryType[] |
DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?. |
DLFileEntryType[] |
DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByGroupId(long groupId)
Returns all the document library folders that the user has permission to view where groupId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByGroupId(long groupId)
Returns all the document library folders that the user has permission to view where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByGroupId(long groupId)
Returns all the document library file entries that the user has permission to view where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.filterFindByGroupId(long groupId)
Returns all the document library file entry types that the user has permission to view where groupId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.filterFindByGroupId(long groupId)
Returns all the document library file entry types that the user has permission to view where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByGroupId(long groupId)
Returns all the document library file entries that the user has permission to view where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds)
Returns all the document library file entry types that the user has permission to view where groupId = any ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds)
Returns all the document library file entry types that the user has permission to view where groupId = any ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entry types that the user has permission to view where groupId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entry types that the user has permission to view where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DLFileEntryType> |
DLFileEntryTypeFinder.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Object> |
DLFolderFinderUtil.filterFindF_FE_FS_ByG_F_M_M(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
List<Object> |
DLFolderFinder.filterFindF_FE_FS_ByG_F_M_M(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
static List<Object> |
DLFolderFinderUtil.filterFindFE_FS_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
List<Object> |
DLFolderFinder.filterFindFE_FS_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
static List<DLSync> |
DLSyncUtil.findAll()
Returns all the d l syncs. |
List<DLSync> |
DLSyncPersistence.findAll()
Returns all the d l syncs. |
static List<DLFolder> |
DLFolderUtil.findAll()
Returns all the document library folders. |
List<DLFolder> |
DLFolderPersistence.findAll()
Returns all the document library folders. |
static List<DLFileVersion> |
DLFileVersionUtil.findAll()
Returns all the document library file versions. |
List<DLFileVersion> |
DLFileVersionPersistence.findAll()
Returns all the document library file versions. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findAll()
Returns all the document library file shortcuts. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findAll()
Returns all the document library file shortcuts. |
static List<DLFileRank> |
DLFileRankUtil.findAll()
Returns all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll()
Returns all the document library file ranks. |
static List<DLFileEntry> |
DLFileEntryUtil.findAll()
Returns all the document library file entries. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findAll()
Returns all the document library file entry types. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findAll()
Returns all the document library file entry types. |
List<DLFileEntry> |
DLFileEntryPersistence.findAll()
Returns all the document library file entries. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findAll()
Returns all the document library file entry metadatas. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findAll()
Returns all the document library file entry metadatas. |
static List<DLContent> |
DLContentUtil.findAll()
Returns all the document library contents. |
List<DLContent> |
DLContentPersistence.findAll()
Returns all the document library contents. |
static List<DLSync> |
DLSyncUtil.findAll(int start,
int end)
Returns a range of all the d l syncs. |
List<DLSync> |
DLSyncPersistence.findAll(int start,
int end)
Returns a range of all the d l syncs. |
static List<DLFolder> |
DLFolderUtil.findAll(int start,
int end)
Returns a range of all the document library folders. |
List<DLFolder> |
DLFolderPersistence.findAll(int start,
int end)
Returns a range of all the document library folders. |
static List<DLFileVersion> |
DLFileVersionUtil.findAll(int start,
int end)
Returns a range of all the document library file versions. |
List<DLFileVersion> |
DLFileVersionPersistence.findAll(int start,
int end)
Returns a range of all the document library file versions. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findAll(int start,
int end)
Returns a range of all the document library file shortcuts. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findAll(int start,
int end)
Returns a range of all the document library file shortcuts. |
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end)
Returns a range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end)
Returns a range of all the document library file ranks. |
static List<DLFileEntry> |
DLFileEntryUtil.findAll(int start,
int end)
Returns a range of all the document library file entries. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findAll(int start,
int end)
Returns a range of all the document library file entry types. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findAll(int start,
int end)
Returns a range of all the document library file entry types. |
List<DLFileEntry> |
DLFileEntryPersistence.findAll(int start,
int end)
Returns a range of all the document library file entries. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findAll(int start,
int end)
Returns a range of all the document library file entry metadatas. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findAll(int start,
int end)
Returns a range of all the document library file entry metadatas. |
static List<DLContent> |
DLContentUtil.findAll(int start,
int end)
Returns a range of all the document library contents. |
List<DLContent> |
DLContentPersistence.findAll(int start,
int end)
Returns a range of all the document library contents. |
static List<DLSync> |
DLSyncUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs. |
List<DLSync> |
DLSyncPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs. |
static List<DLFolder> |
DLFolderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders. |
List<DLFolder> |
DLFolderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders. |
static List<DLFileVersion> |
DLFileVersionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions. |
List<DLFileVersion> |
DLFileVersionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts. |
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks. |
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks. |
static List<DLFileEntry> |
DLFileEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types. |
List<DLFileEntry> |
DLFileEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas. |
static List<DLContent> |
DLContentUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library contents. |
List<DLContent> |
DLContentPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library contents. |
static DLFileEntry |
DLFileEntryFinderUtil.findByAnyImageId(long imageId)
|
DLFileEntry |
DLFileEntryFinder.findByAnyImageId(long imageId)
|
static DLSync |
DLSyncUtil.findByC_M_R_First(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
DLSync |
DLSyncPersistence.findByC_M_R_First(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLSync |
DLSyncUtil.findByC_M_R_Last(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
DLSync |
DLSyncPersistence.findByC_M_R_Last(long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLSync[] |
DLSyncUtil.findByC_M_R_PrevAndNext(long syncId,
long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the d l syncs before and after the current d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
DLSync[] |
DLSyncPersistence.findByC_M_R_PrevAndNext(long syncId,
long companyId,
Date modifiedDate,
long repositoryId,
OrderByComparator orderByComparator)
Returns the d l syncs before and after the current d l sync in the ordered set where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static List<DLSync> |
DLSyncUtil.findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Returns all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistence.findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Returns all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static List<DLSync> |
DLSyncUtil.findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId,
int start,
int end)
Returns a range of all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistence.findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId,
int start,
int end)
Returns a range of all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static List<DLSync> |
DLSyncUtil.findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
List<DLSync> |
DLSyncPersistence.findByC_M_R(long companyId,
Date modifiedDate,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ?. |
static DLContent |
DLContentUtil.findByC_R_First(long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent |
DLContentPersistence.findByC_R_First(long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?. |
static DLContent |
DLContentUtil.findByC_R_Last(long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent |
DLContentPersistence.findByC_R_Last(long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?. |
static DLContent |
DLContentUtil.findByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent |
DLContentPersistence.findByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent |
DLContentUtil.findByC_R_LikeP_Last(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent |
DLContentPersistence.findByC_R_LikeP_Last(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent[] |
DLContentUtil.findByC_R_LikeP_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent[] |
DLContentPersistence.findByC_R_LikeP_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static List<DLContent> |
DLContentUtil.findByC_R_LikeP(long companyId,
long repositoryId,
String path)
Returns all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
List<DLContent> |
DLContentPersistence.findByC_R_LikeP(long companyId,
long repositoryId,
String path)
Returns all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
static List<DLContent> |
DLContentUtil.findByC_R_LikeP(long companyId,
long repositoryId,
String path,
int start,
int end)
Returns a range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
List<DLContent> |
DLContentPersistence.findByC_R_LikeP(long companyId,
long repositoryId,
String path,
int start,
int end)
Returns a range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
static List<DLContent> |
DLContentUtil.findByC_R_LikeP(long companyId,
long repositoryId,
String path,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
List<DLContent> |
DLContentPersistence.findByC_R_LikeP(long companyId,
long repositoryId,
String path,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent |
DLContentUtil.findByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent |
DLContentPersistence.findByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLContent |
DLContentUtil.findByC_R_P_Last(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent |
DLContentPersistence.findByC_R_P_Last(long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLContent[] |
DLContentUtil.findByC_R_P_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent[] |
DLContentPersistence.findByC_R_P_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLContent |
DLContentUtil.findByC_R_P_V(long companyId,
long repositoryId,
String path,
String version)
Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or throws a NoSuchContentException if it could not be found. |
DLContent |
DLContentPersistence.findByC_R_P_V(long companyId,
long repositoryId,
String path,
String version)
Returns the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? or throws a NoSuchContentException if it could not be found. |
static List<DLContent> |
DLContentUtil.findByC_R_P(long companyId,
long repositoryId,
String path)
Returns all the document library contents where companyId = ? and repositoryId = ? and path = ?. |
List<DLContent> |
DLContentPersistence.findByC_R_P(long companyId,
long repositoryId,
String path)
Returns all the document library contents where companyId = ? and repositoryId = ? and path = ?. |
static List<DLContent> |
DLContentUtil.findByC_R_P(long companyId,
long repositoryId,
String path,
int start,
int end)
Returns a range of all the document library contents where companyId = ? and repositoryId = ? and path = ?. |
List<DLContent> |
DLContentPersistence.findByC_R_P(long companyId,
long repositoryId,
String path,
int start,
int end)
Returns a range of all the document library contents where companyId = ? and repositoryId = ? and path = ?. |
static List<DLContent> |
DLContentUtil.findByC_R_P(long companyId,
long repositoryId,
String path,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?. |
List<DLContent> |
DLContentPersistence.findByC_R_P(long companyId,
long repositoryId,
String path,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?. |
static DLContent[] |
DLContentUtil.findByC_R_PrevAndNext(long contentId,
long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent[] |
DLContentPersistence.findByC_R_PrevAndNext(long contentId,
long companyId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?. |
static List<DLContent> |
DLContentUtil.findByC_R(long companyId,
long repositoryId)
Returns all the document library contents where companyId = ? and repositoryId = ?. |
List<DLContent> |
DLContentPersistence.findByC_R(long companyId,
long repositoryId)
Returns all the document library contents where companyId = ? and repositoryId = ?. |
static List<DLContent> |
DLContentUtil.findByC_R(long companyId,
long repositoryId,
int start,
int end)
Returns a range of all the document library contents where companyId = ? and repositoryId = ?. |
List<DLContent> |
DLContentPersistence.findByC_R(long companyId,
long repositoryId,
int start,
int end)
Returns a range of all the document library contents where companyId = ? and repositoryId = ?. |
static List<DLContent> |
DLContentUtil.findByC_R(long companyId,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?. |
List<DLContent> |
DLContentPersistence.findByC_R(long companyId,
long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?. |
static DLFileRank |
DLFileRankUtil.findByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found. |
static DLFolder |
DLFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
static DLFolder[] |
DLFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?. |
DLFolder[] |
DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?. |
static List<DLFolder> |
DLFolderUtil.findByCompanyId(long companyId)
Returns all the document library folders where companyId = ?. |
List<DLFolder> |
DLFolderPersistence.findByCompanyId(long companyId)
Returns all the document library folders where companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByCompanyId(long companyId)
Returns all the document library file entries where companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByCompanyId(long companyId)
Returns all the document library file entries where companyId = ?. |
static List<DLFolder> |
DLFolderUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library folders where companyId = ?. |
List<DLFolder> |
DLFolderPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library folders where companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library file entries where companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library file entries where companyId = ?. |
static List<DLFolder> |
DLFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where companyId = ?. |
List<DLFolder> |
DLFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where companyId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByD_F(long DDMStructureId,
long fileVersionId)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or throws a NoSuchFileEntryMetadataException if it could not be found. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByD_F(long DDMStructureId,
long fileVersionId)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or throws a NoSuchFileEntryMetadataException if it could not be found. |
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByExtraSettings(int start,
int end)
|
List<DLFileEntry> |
DLFileEntryFinder.findByExtraSettings(int start,
int end)
|
static DLFileEntry |
DLFileEntryUtil.findByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
DLFileEntryPersistence.findByF_N_First(long folderId,
String name,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
static DLFileEntry |
DLFileEntryUtil.findByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
DLFileEntryPersistence.findByF_N_Last(long folderId,
String name,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByF_N_PrevAndNext(long fileEntryId,
long folderId,
String name,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByF_N_PrevAndNext(long fileEntryId,
long folderId,
String name,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByF_N(long folderId,
String name)
Returns all the document library file entries where folderId = ? and name = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByF_N(long folderId,
String name)
Returns all the document library file entries where folderId = ? and name = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByF_N(long folderId,
String name,
int start,
int end)
Returns a range of all the document library file entries where folderId = ? and name = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByF_N(long folderId,
String name,
int start,
int end)
Returns a range of all the document library file entries where folderId = ? and name = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?. |
static DLFileVersion |
DLFileVersionUtil.findByF_S_First(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByF_S_First(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByF_S_Last(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByF_S_Last(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByF_S_PrevAndNext(long fileVersionId,
long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByF_S_PrevAndNext(long fileVersionId,
long fileEntryId,
int status,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByF_S(long fileEntryId,
int status)
Returns all the document library file versions where fileEntryId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByF_S(long fileEntryId,
int status)
Returns all the document library file versions where fileEntryId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByF_S(long fileEntryId,
int status,
int start,
int end)
Returns a range of all the document library file versions where fileEntryId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByF_S(long fileEntryId,
int status,
int start,
int end)
Returns a range of all the document library file versions where fileEntryId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByF_S(long fileEntryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByF_S(long fileEntryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByF_V(long fileEntryId,
String version)
Returns the document library file version where fileEntryId = ? and version = ? or throws a NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByF_V(long fileEntryId,
String version)
Returns the document library file version where fileEntryId = ? and version = ? or throws a NoSuchFileVersionException if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByFileEntryId_PrevAndNext(long fileVersionId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByFileEntryId_PrevAndNext(long fileVersionId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata[] |
DLFileEntryMetadataUtil.findByFileEntryId_PrevAndNext(long fileEntryMetadataId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata[] |
DLFileEntryMetadataPersistence.findByFileEntryId_PrevAndNext(long fileEntryMetadataId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByFileEntryId(long fileEntryId)
Returns all the document library file versions where fileEntryId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByFileEntryId(long fileEntryId)
Returns all the document library file versions where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId)
Returns all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId)
Returns all the document library file ranks where fileEntryId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileEntryId(long fileEntryId)
Returns all the document library file entry metadatas where fileEntryId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileEntryId(long fileEntryId)
Returns all the document library file entry metadatas where fileEntryId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file versions where fileEntryId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file versions where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file ranks where fileEntryId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileEntryId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileEntryId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where fileEntryId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata[] |
DLFileEntryMetadataUtil.findByFileEntryTypeId_PrevAndNext(long fileEntryMetadataId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata[] |
DLFileEntryMetadataPersistence.findByFileEntryTypeId_PrevAndNext(long fileEntryMetadataId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileEntryTypeId(long fileEntryTypeId)
Returns all the document library file entry metadatas where fileEntryTypeId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileEntryTypeId(long fileEntryTypeId)
Returns all the document library file entry metadatas where fileEntryTypeId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileEntryTypeId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileEntryTypeId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryTypeId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryTypeId = ?. |
static DLSync |
DLSyncUtil.findByFileId(long fileId)
Returns the d l sync where fileId = ? or throws a NoSuchSyncException if it could not be found. |
DLSync |
DLSyncPersistence.findByFileId(long fileId)
Returns the d l sync where fileId = ? or throws a NoSuchSyncException if it could not be found. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileVersionId_First(long fileVersionId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileVersionId_First(long fileVersionId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileVersionId_Last(long fileVersionId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileVersionId_Last(long fileVersionId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
static DLFileEntryMetadata[] |
DLFileEntryMetadataUtil.findByFileVersionId_PrevAndNext(long fileEntryMetadataId,
long fileVersionId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata[] |
DLFileEntryMetadataPersistence.findByFileVersionId_PrevAndNext(long fileEntryMetadataId,
long fileVersionId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileVersionId(long fileVersionId)
Returns all the document library file entry metadatas where fileVersionId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileVersionId(long fileVersionId)
Returns all the document library file entry metadatas where fileVersionId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileVersionId(long fileVersionId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileVersionId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileVersionId(long fileVersionId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileVersionId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileVersionId(long fileVersionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileVersionId(long fileVersionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?. |
static List<DLFileRank> |
DLFileRankFinderUtil.findByFolderId(long folderId)
|
List<DLFileRank> |
DLFileRankFinder.findByFolderId(long folderId)
|
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F_A(long groupId,
long folderId,
boolean active)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F_A(long groupId,
long folderId,
boolean active)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_N(long groupId,
long folderId,
String name)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_N(long groupId,
long folderId,
String name)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByG_F_S_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByG_F_S_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByG_F_S(long groupId,
long folderId,
int status)
Returns all the document library file versions where groupId = ? and folderId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByG_F_S(long groupId,
long folderId,
int status)
Returns all the document library file versions where groupId = ? and folderId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the document library file versions where groupId = ? and folderId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the document library file versions where groupId = ? and folderId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByG_F_T_V_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByG_F_T_V_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByG_F_T_V(long groupId,
long folderId,
String title,
String version)
Returns all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByG_F_T_V(long groupId,
long folderId,
String title,
String version)
Returns all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByG_F_T_V(long groupId,
long folderId,
String title,
String version,
int start,
int end)
Returns a range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByG_F_T_V(long groupId,
long folderId,
String title,
String version,
int start,
int end)
Returns a range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByG_F_T_V(long groupId,
long folderId,
String title,
String version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByG_F_T_V(long groupId,
long folderId,
String title,
String version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_T(long groupId,
long folderId,
String title)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_T(long groupId,
long folderId,
String title)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found. |
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByG_F(long groupId,
List<Long> folderIds,
QueryDefinition queryDefinition)
|
List<DLFileEntry> |
DLFileEntryFinder.findByG_F(long groupId,
List<Long> folderIds,
QueryDefinition queryDefinition)
|
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F(long groupId,
long folderId)
Returns all the document library file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F(long groupId,
long folderId)
Returns all the document library file shortcuts where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long folderId)
Returns all the document library file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long folderId)
Returns all the document library file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder[] |
DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder[] |
DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder[] |
DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder[] |
DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByG_N(long groupId,
String name)
Returns the document library file entry type where groupId = ? and name = ? or throws a NoSuchFileEntryTypeException if it could not be found. |
DLFileEntryType |
DLFileEntryTypePersistence.findByG_N(long groupId,
String name)
Returns the document library file entry type where groupId = ? and name = ? or throws a NoSuchFileEntryTypeException if it could not be found. |
static DLFolder |
DLFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.findByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.findByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.findByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder[] |
DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder[] |
DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static DLFolder[] |
DLFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_P(long groupId,
long parentFolderId)
Returns all the document library folders where groupId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_P(long groupId,
long parentFolderId)
Returns all the document library folders where groupId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank[] |
DLFileRankUtil.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank[] |
DLFileRankPersistence.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active)
Returns all the document library file ranks where groupId = ? and userId = ? and active = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active)
Returns all the document library file ranks where groupId = ? and userId = ? and active = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ? and active = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ? and active = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByG_U_F_M(long groupId,
long userId,
List<Long> folderIds,
String[] mimeTypes,
QueryDefinition queryDefinition)
|
List<DLFileEntry> |
DLFileEntryFinder.findByG_U_F_M(long groupId,
long userId,
List<Long> folderIds,
String[] mimeTypes,
QueryDefinition queryDefinition)
|
static DLFileEntry[] |
DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId)
Returns all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId)
Returns all the document library file ranks where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U(long groupId,
long userId)
Returns all the document library file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U(long groupId,
long userId)
Returns all the document library file entries where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file ranks where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?. |
static DLFolder |
DLFolderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
static DLFolder |
DLFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
static DLFolder[] |
DLFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?. |
DLFolder[] |
DLFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType[] |
DLFileEntryTypeUtil.findByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType[] |
DLFileEntryTypePersistence.findByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?. |
static List<DLFolder> |
DLFolderUtil.findByGroupId(long groupId)
Returns all the document library folders where groupId = ?. |
List<DLFolder> |
DLFolderPersistence.findByGroupId(long groupId)
Returns all the document library folders where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByGroupId(long groupId)
Returns all the document library file entries where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByGroupId(long groupId)
Returns all the document library file entry types where groupId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByGroupId(long groupId)
Returns all the document library file entry types where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByGroupId(long groupId)
Returns all the document library file entries where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByGroupId(long[] groupIds)
Returns all the document library file entry types where groupId = any ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByGroupId(long[] groupIds)
Returns all the document library file entry types where groupId = any ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the document library file entry types where groupId = any ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the document library file entry types where groupId = any ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = any ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = any ?. |
static List<DLFolder> |
DLFolderUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library folders where groupId = ?. |
List<DLFolder> |
DLFolderPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library folders where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entry types where groupId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entry types where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ?. |
static List<DLFolder> |
DLFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ?. |
List<DLFolder> |
DLFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeFinderUtil.findByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DLFileEntryType> |
DLFileEntryTypeFinder.findByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator)
|
static DLFileVersion |
DLFileVersionUtil.findByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.findByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
static DLFileEntry |
DLFileEntryUtil.findByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
DLFileEntryPersistence.findByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
static DLFileVersion |
DLFileVersionUtil.findByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.findByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
static DLFileEntry |
DLFileEntryUtil.findByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
DLFileEntryPersistence.findByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByMimeType_PrevAndNext(long fileVersionId,
String mimeType,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByMimeType_PrevAndNext(long fileVersionId,
String mimeType,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByMimeType_PrevAndNext(long fileEntryId,
String mimeType,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByMimeType_PrevAndNext(long fileEntryId,
String mimeType,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByMimeType(String mimeType)
Returns all the document library file versions where mimeType = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByMimeType(String mimeType)
Returns all the document library file versions where mimeType = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByMimeType(String mimeType)
Returns all the document library file entries where mimeType = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByMimeType(String mimeType)
Returns all the document library file entries where mimeType = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByMimeType(String mimeType,
int start,
int end)
Returns a range of all the document library file versions where mimeType = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByMimeType(String mimeType,
int start,
int end)
Returns a range of all the document library file versions where mimeType = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByMimeType(String mimeType,
int start,
int end)
Returns a range of all the document library file entries where mimeType = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByMimeType(String mimeType,
int start,
int end)
Returns a range of all the document library file entries where mimeType = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByMimeType(String mimeType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where mimeType = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByMimeType(String mimeType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where mimeType = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByMimeType(String mimeType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where mimeType = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByMimeType(String mimeType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where mimeType = ?. |
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByMisversioned()
|
List<DLFileEntry> |
DLFileEntryFinder.findByMisversioned()
|
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByNoAssets()
|
List<DLFileEntry> |
DLFileEntryFinder.findByNoAssets()
|
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByOrphanedFileEntries()
|
List<DLFileEntry> |
DLFileEntryFinder.findByOrphanedFileEntries()
|
static DLFolder |
DLFolderUtil.findByP_N_First(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.findByP_N_First(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder |
DLFolderUtil.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder[] |
DLFolderUtil.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder[] |
DLFolderPersistence.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?. |
static List<DLFolder> |
DLFolderUtil.findByP_N(long parentFolderId,
String name)
Returns all the document library folders where parentFolderId = ? and name = ?. |
List<DLFolder> |
DLFolderPersistence.findByP_N(long parentFolderId,
String name)
Returns all the document library folders where parentFolderId = ? and name = ?. |
static List<DLFolder> |
DLFolderUtil.findByP_N(long parentFolderId,
String name,
int start,
int end)
Returns a range of all the document library folders where parentFolderId = ? and name = ?. |
List<DLFolder> |
DLFolderPersistence.findByP_N(long parentFolderId,
String name,
int start,
int end)
Returns a range of all the document library folders where parentFolderId = ? and name = ?. |
static List<DLFolder> |
DLFolderUtil.findByP_N(long parentFolderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?. |
List<DLFolder> |
DLFolderPersistence.findByP_N(long parentFolderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?. |
static DLSync |
DLSyncUtil.findByPrimaryKey(long syncId)
Returns the d l sync with the primary key or throws a NoSuchSyncException if it could not be found. |
DLSync |
DLSyncPersistence.findByPrimaryKey(long syncId)
Returns the d l sync with the primary key or throws a NoSuchSyncException if it could not be found. |
static DLFolder |
DLFolderUtil.findByPrimaryKey(long folderId)
Returns the document library folder with the primary key or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByPrimaryKey(long folderId)
Returns the document library folder with the primary key or throws a NoSuchFolderException if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.findByPrimaryKey(long fileVersionId)
Returns the document library file version with the primary key or throws a NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByPrimaryKey(long fileVersionId)
Returns the document library file version with the primary key or throws a NoSuchFileVersionException if it could not be found. |
static DLFileShortcut |
DLFileShortcutUtil.findByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
DLFileShortcutPersistence.findByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
static DLFileRank |
DLFileRankUtil.findByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.findByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByPrimaryKey(long fileEntryTypeId)
Returns the document library file entry type with the primary key or throws a NoSuchFileEntryTypeException if it could not be found. |
DLFileEntryType |
DLFileEntryTypePersistence.findByPrimaryKey(long fileEntryTypeId)
Returns the document library file entry type with the primary key or throws a NoSuchFileEntryTypeException if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.findByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByPrimaryKey(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key or throws a NoSuchFileEntryMetadataException if it could not be found. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByPrimaryKey(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key or throws a NoSuchFileEntryMetadataException if it could not be found. |
static DLContent |
DLContentUtil.findByPrimaryKey(long contentId)
Returns the document library content with the primary key or throws a NoSuchContentException if it could not be found. |
DLContent |
DLContentPersistence.findByPrimaryKey(long contentId)
Returns the document library content with the primary key or throws a NoSuchContentException if it could not be found. |
static DLFolder |
DLFolderUtil.findByRepositoryId(long repositoryId)
Returns the document library folder where repositoryId = ? or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByRepositoryId(long repositoryId)
Returns the document library folder where repositoryId = ? or throws a NoSuchFolderException if it could not be found. |
static List<Object[]> |
DLFileRankFinderUtil.findByStaleRanks(int count)
|
List<Object[]> |
DLFileRankFinder.findByStaleRanks(int count)
|
static DLFileShortcut |
DLFileShortcutUtil.findByToFileEntryId_First(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByToFileEntryId_First(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByToFileEntryId_Last(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByToFileEntryId_Last(long toFileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByToFileEntryId_PrevAndNext(long fileShortcutId,
long toFileEntryId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext(long fileShortcutId,
long toFileEntryId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId)
Returns all the document library file shortcuts where toFileEntryId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId)
Returns all the document library file shortcuts where toFileEntryId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId,
int start,
int end)
Returns a range of all the document library file shortcuts where toFileEntryId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId,
int start,
int end)
Returns a range of all the document library file shortcuts where toFileEntryId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId)
Returns all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId)
Returns all the document library file ranks where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the document library file ranks where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?. |
static DLFolder |
DLFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder |
DLFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFolder |
DLFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder |
DLFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFolder[] |
DLFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder[] |
DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByUuid_C_PrevAndNext(long fileVersionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByUuid_C_PrevAndNext(long fileVersionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByUuid_C_PrevAndNext(long fileShortcutId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByUuid_C_PrevAndNext(long fileShortcutId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByUuid_C_PrevAndNext(long fileEntryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType[] |
DLFileEntryTypeUtil.findByUuid_C_PrevAndNext(long fileEntryTypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType[] |
DLFileEntryTypePersistence.findByUuid_C_PrevAndNext(long fileEntryTypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByUuid_C_PrevAndNext(long fileEntryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?. |
static List<DLFolder> |
DLFolderUtil.findByUuid_C(String uuid,
long companyId)
Returns all the document library folders where uuid = ? and companyId = ?. |
List<DLFolder> |
DLFolderPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the document library folders where uuid = ? and companyId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByUuid_C(String uuid,
long companyId)
Returns all the document library file versions where uuid = ? and companyId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the document library file versions where uuid = ? and companyId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByUuid_C(String uuid,
long companyId)
Returns all the document library file shortcuts where uuid = ? and companyId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the document library file shortcuts where uuid = ? and companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the document library file entries where uuid = ? and companyId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByUuid_C(String uuid,
long companyId)
Returns all the document library file entry types where uuid = ? and companyId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the document library file entry types where uuid = ? and companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the document library file entries where uuid = ? and companyId = ?. |
static List<DLFolder> |
DLFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library folders where uuid = ? and companyId = ?. |
List<DLFolder> |
DLFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library folders where uuid = ? and companyId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file versions where uuid = ? and companyId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file versions where uuid = ? and companyId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file entries where uuid = ? and companyId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file entry types where uuid = ? and companyId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file entry types where uuid = ? and companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file entries where uuid = ? and companyId = ?. |
static List<DLFolder> |
DLFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where uuid = ? and companyId = ?. |
List<DLFolder> |
DLFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where uuid = ? and companyId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?. |
static DLFolder |
DLFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
static DLFolder |
DLFolderUtil.findByUUID_G(String uuid,
long groupId)
Returns the document library folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByUUID_G(String uuid,
long groupId)
Returns the document library folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.findByUUID_G(String uuid,
long groupId)
Returns the document library file version where uuid = ? and groupId = ? or throws a NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByUUID_G(String uuid,
long groupId)
Returns the document library file version where uuid = ? and groupId = ? or throws a NoSuchFileVersionException if it could not be found. |
static DLFileShortcut |
DLFileShortcutUtil.findByUUID_G(String uuid,
long groupId)
Returns the document library file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
DLFileShortcutPersistence.findByUUID_G(String uuid,
long groupId)
Returns the document library file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.findByUUID_G(String uuid,
long groupId)
Returns the document library file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUUID_G(String uuid,
long groupId)
Returns the document library file entry type where uuid = ? and groupId = ? or throws a NoSuchFileEntryTypeException if it could not be found. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUUID_G(String uuid,
long groupId)
Returns the document library file entry type where uuid = ? and groupId = ? or throws a NoSuchFileEntryTypeException if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the document library file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found. |
static DLFolder |
DLFolderUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
static DLFolder[] |
DLFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?. |
DLFolder[] |
DLFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByUuid_PrevAndNext(long fileVersionId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByUuid_PrevAndNext(long fileVersionId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?. |
static DLFileEntryType[] |
DLFileEntryTypeUtil.findByUuid_PrevAndNext(long fileEntryTypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType[] |
DLFileEntryTypePersistence.findByUuid_PrevAndNext(long fileEntryTypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata[] |
DLFileEntryMetadataUtil.findByUuid_PrevAndNext(long fileEntryMetadataId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata[] |
DLFileEntryMetadataPersistence.findByUuid_PrevAndNext(long fileEntryMetadataId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?. |
static List<DLFolder> |
DLFolderUtil.findByUuid(String uuid)
Returns all the document library folders where uuid = ?. |
List<DLFolder> |
DLFolderPersistence.findByUuid(String uuid)
Returns all the document library folders where uuid = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByUuid(String uuid)
Returns all the document library file versions where uuid = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByUuid(String uuid)
Returns all the document library file versions where uuid = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByUuid(String uuid)
Returns all the document library file shortcuts where uuid = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByUuid(String uuid)
Returns all the document library file shortcuts where uuid = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid(String uuid)
Returns all the document library file entries where uuid = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByUuid(String uuid)
Returns all the document library file entry types where uuid = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByUuid(String uuid)
Returns all the document library file entry types where uuid = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid(String uuid)
Returns all the document library file entries where uuid = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByUuid(String uuid)
Returns all the document library file entry metadatas where uuid = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByUuid(String uuid)
Returns all the document library file entry metadatas where uuid = ?. |
static List<DLFolder> |
DLFolderUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library folders where uuid = ?. |
List<DLFolder> |
DLFolderPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library folders where uuid = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file versions where uuid = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file versions where uuid = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file shortcuts where uuid = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file shortcuts where uuid = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entries where uuid = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entry types where uuid = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entry types where uuid = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entries where uuid = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entry metadatas where uuid = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entry metadatas where uuid = ?. |
static List<DLFolder> |
DLFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where uuid = ?. |
List<DLFolder> |
DLFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders where uuid = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where uuid = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file versions where uuid = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where uuid = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where uuid = ?. |
static List<Object> |
DLFolderFinderUtil.findF_FE_FS_ByG_F_M_M(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
List<Object> |
DLFolderFinder.findF_FE_FS_ByG_F_M_M(long groupId,
long folderId,
String[] mimeTypes,
boolean includeMountFolders,
QueryDefinition queryDefinition)
|
static List<Object> |
DLFolderFinderUtil.findFE_FS_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
List<Object> |
DLFolderFinder.findFE_FS_ByG_F(long groupId,
long folderId,
QueryDefinition queryDefinition)
|
static List<DLSync> |
DLSyncUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFolder> |
DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileVersion> |
DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileShortcut> |
DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileRank> |
DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileEntry> |
DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLContent> |
DLContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLSync> |
DLSyncUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFolder> |
DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileVersion> |
DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileShortcut> |
DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileRank> |
DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLContent> |
DLContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLSync> |
DLSyncUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFolder> |
DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFileVersion> |
DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFileShortcut> |
DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFileRank> |
DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFileEntry> |
DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DLContent> |
DLContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk)
Returns all the d d m structures associated with the document library file entry type. |
List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk)
Returns all the d d m structures associated with the document library file entry type. |
static List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk,
int start,
int end)
Returns a range of all the d d m structures associated with the document library file entry type. |
List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk,
int start,
int end)
Returns a range of all the d d m structures associated with the document library file entry type. |
static List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
static int |
DLFileEntryTypeUtil.getDDMStructuresSize(long pk)
Returns the number of d d m structures associated with the document library file entry type. |
int |
DLFileEntryTypePersistence.getDDMStructuresSize(long pk)
Returns the number of d d m structures associated with the document library file entry type. |
static List<DLFileEntryType> |
DLFolderUtil.getDLFileEntryTypes(long pk)
Returns all the document library file entry types associated with the document library folder. |
List<DLFileEntryType> |
DLFolderPersistence.getDLFileEntryTypes(long pk)
Returns all the document library file entry types associated with the document library folder. |
static List<DLFileEntryType> |
DLFolderUtil.getDLFileEntryTypes(long pk,
int start,
int end)
Returns a range of all the document library file entry types associated with the document library folder. |
List<DLFileEntryType> |
DLFolderPersistence.getDLFileEntryTypes(long pk,
int start,
int end)
Returns a range of all the document library file entry types associated with the document library folder. |
static List<DLFileEntryType> |
DLFolderUtil.getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types associated with the document library folder. |
List<DLFileEntryType> |
DLFolderPersistence.getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry types associated with the document library folder. |
static int |
DLFolderUtil.getDLFileEntryTypesSize(long pk)
Returns the number of document library file entry types associated with the document library folder. |
int |
DLFolderPersistence.getDLFileEntryTypesSize(long pk)
Returns the number of document library file entry types associated with the document library folder. |
static List<DLFolder> |
DLFileEntryTypeUtil.getDLFolders(long pk)
Returns all the document library folders associated with the document library file entry type. |
List<DLFolder> |
DLFileEntryTypePersistence.getDLFolders(long pk)
Returns all the document library folders associated with the document library file entry type. |
static List<DLFolder> |
DLFileEntryTypeUtil.getDLFolders(long pk,
int start,
int end)
Returns a range of all the document library folders associated with the document library file entry type. |
List<DLFolder> |
DLFileEntryTypePersistence.getDLFolders(long pk,
int start,
int end)
Returns a range of all the document library folders associated with the document library file entry type. |
static List<DLFolder> |
DLFileEntryTypeUtil.getDLFolders(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders associated with the document library file entry type. |
List<DLFolder> |
DLFileEntryTypePersistence.getDLFolders(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library folders associated with the document library file entry type. |
static int |
DLFileEntryTypeUtil.getDLFoldersSize(long pk)
Returns the number of document library folders associated with the document library file entry type. |
int |
DLFileEntryTypePersistence.getDLFoldersSize(long pk)
Returns the number of document library folders associated with the document library file entry type. |
static DLSync |
DLSyncUtil.remove(long syncId)
Removes the d l sync with the primary key from the database. |
DLSync |
DLSyncPersistence.remove(long syncId)
Removes the d l sync with the primary key from the database. |
static DLFolder |
DLFolderUtil.remove(long folderId)
Removes the document library folder with the primary key from the database. |
DLFolder |
DLFolderPersistence.remove(long folderId)
Removes the document library folder with the primary key from the database. |
static DLFileVersion |
DLFileVersionUtil.remove(long fileVersionId)
Removes the document library file version with the primary key from the database. |
DLFileVersion |
DLFileVersionPersistence.remove(long fileVersionId)
Removes the document library file version with the primary key from the database. |
static DLFileShortcut |
DLFileShortcutUtil.remove(long fileShortcutId)
Removes the document library file shortcut with the primary key from the database. |
DLFileShortcut |
DLFileShortcutPersistence.remove(long fileShortcutId)
Removes the document library file shortcut with the primary key from the database. |
static DLFileRank |
DLFileRankUtil.remove(long fileRankId)
Removes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankPersistence.remove(long fileRankId)
Removes the document library file rank with the primary key from the database. |
static DLFileEntry |
DLFileEntryUtil.remove(long fileEntryId)
Removes the document library file entry with the primary key from the database. |
static DLFileEntryType |
DLFileEntryTypeUtil.remove(long fileEntryTypeId)
Removes the document library file entry type with the primary key from the database. |
DLFileEntryType |
DLFileEntryTypePersistence.remove(long fileEntryTypeId)
Removes the document library file entry type with the primary key from the database. |
DLFileEntry |
DLFileEntryPersistence.remove(long fileEntryId)
Removes the document library file entry with the primary key from the database. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.remove(long fileEntryMetadataId)
Removes the document library file entry metadata with the primary key from the database. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.remove(long fileEntryMetadataId)
Removes the document library file entry metadata with the primary key from the database. |
static DLContent |
DLContentUtil.remove(long contentId)
Removes the document library content with the primary key from the database. |
DLContent |
DLContentPersistence.remove(long contentId)
Removes the document library content with the primary key from the database. |
static void |
DLSyncUtil.removeAll()
Removes all the d l syncs from the database. |
void |
DLSyncPersistence.removeAll()
Removes all the d l syncs from the database. |
static void |
DLFolderUtil.removeAll()
Removes all the document library folders from the database. |
void |
DLFolderPersistence.removeAll()
Removes all the document library folders from the database. |
static void |
DLFileVersionUtil.removeAll()
Removes all the document library file versions from the database. |
void |
DLFileVersionPersistence.removeAll()
Removes all the document library file versions from the database. |
static void |
DLFileShortcutUtil.removeAll()
Removes all the document library file shortcuts from the database. |
void |
DLFileShortcutPersistence.removeAll()
Removes all the document library file shortcuts from the database. |
static void |
DLFileRankUtil.removeAll()
Removes all the document library file ranks from the database. |
void |
DLFileRankPersistence.removeAll()
Removes all the document library file ranks from the database. |
static void |
DLFileEntryUtil.removeAll()
Removes all the document library file entries from the database. |
static void |
DLFileEntryTypeUtil.removeAll()
Removes all the document library file entry types from the database. |
void |
DLFileEntryTypePersistence.removeAll()
Removes all the document library file entry types from the database. |
void |
DLFileEntryPersistence.removeAll()
Removes all the document library file entries from the database. |
static void |
DLFileEntryMetadataUtil.removeAll()
Removes all the document library file entry metadatas from the database. |
void |
DLFileEntryMetadataPersistence.removeAll()
Removes all the document library file entry metadatas from the database. |
static void |
DLContentUtil.removeAll()
Removes all the document library contents from the database. |
void |
DLContentPersistence.removeAll()
Removes all the document library contents from the database. |
static void |
DLSyncUtil.removeByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Removes all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ? from the database. |
void |
DLSyncPersistence.removeByC_M_R(long companyId,
Date modifiedDate,
long repositoryId)
Removes all the d l syncs where companyId = ? and modifiedDate ≥ ? and repositoryId = ? from the database. |
static void |
DLContentUtil.removeByC_R_LikeP(long companyId,
long repositoryId,
String path)
Removes all the document library contents where companyId = ? and repositoryId = ? and path LIKE ? from the database. |
void |
DLContentPersistence.removeByC_R_LikeP(long companyId,
long repositoryId,
String path)
Removes all the document library contents where companyId = ? and repositoryId = ? and path LIKE ? from the database. |
static DLContent |
DLContentUtil.removeByC_R_P_V(long companyId,
long repositoryId,
String path,
String version)
Removes the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? from the database. |
DLContent |
DLContentPersistence.removeByC_R_P_V(long companyId,
long repositoryId,
String path,
String version)
Removes the document library content where companyId = ? and repositoryId = ? and path = ? and version = ? from the database. |
static void |
DLContentUtil.removeByC_R_P(long companyId,
long repositoryId,
String path)
Removes all the document library contents where companyId = ? and repositoryId = ? and path = ? from the database. |
void |
DLContentPersistence.removeByC_R_P(long companyId,
long repositoryId,
String path)
Removes all the document library contents where companyId = ? and repositoryId = ? and path = ? from the database. |
static void |
DLContentUtil.removeByC_R(long companyId,
long repositoryId)
Removes all the document library contents where companyId = ? and repositoryId = ? from the database. |
void |
DLContentPersistence.removeByC_R(long companyId,
long repositoryId)
Removes all the document library contents where companyId = ? and repositoryId = ? from the database. |
static DLFileRank |
DLFileRankUtil.removeByC_U_F(long companyId,
long userId,
long fileEntryId)
Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database. |
DLFileRank |
DLFileRankPersistence.removeByC_U_F(long companyId,
long userId,
long fileEntryId)
Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database. |
static void |
DLFolderUtil.removeByCompanyId(long companyId)
Removes all the document library folders where companyId = ? from the database. |
void |
DLFolderPersistence.removeByCompanyId(long companyId)
Removes all the document library folders where companyId = ? from the database. |
static void |
DLFileEntryUtil.removeByCompanyId(long companyId)
Removes all the document library file entries where companyId = ? from the database. |
void |
DLFileEntryPersistence.removeByCompanyId(long companyId)
Removes all the document library file entries where companyId = ? from the database. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.removeByD_F(long DDMStructureId,
long fileVersionId)
Removes the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? from the database. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.removeByD_F(long DDMStructureId,
long fileVersionId)
Removes the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? from the database. |
static void |
DLFileEntryUtil.removeByF_N(long folderId,
String name)
Removes all the document library file entries where folderId = ? and name = ? from the database. |
void |
DLFileEntryPersistence.removeByF_N(long folderId,
String name)
Removes all the document library file entries where folderId = ? and name = ? from the database. |
static void |
DLFileVersionUtil.removeByF_S(long fileEntryId,
int status)
Removes all the document library file versions where fileEntryId = ? and status = ? from the database. |
void |
DLFileVersionPersistence.removeByF_S(long fileEntryId,
int status)
Removes all the document library file versions where fileEntryId = ? and status = ? from the database. |
static DLFileVersion |
DLFileVersionUtil.removeByF_V(long fileEntryId,
String version)
Removes the document library file version where fileEntryId = ? and version = ? from the database. |
DLFileVersion |
DLFileVersionPersistence.removeByF_V(long fileEntryId,
String version)
Removes the document library file version where fileEntryId = ? and version = ? from the database. |
static void |
DLFileVersionUtil.removeByFileEntryId(long fileEntryId)
Removes all the document library file versions where fileEntryId = ? from the database. |
void |
DLFileVersionPersistence.removeByFileEntryId(long fileEntryId)
Removes all the document library file versions where fileEntryId = ? from the database. |
static void |
DLFileRankUtil.removeByFileEntryId(long fileEntryId)
Removes all the document library file ranks where fileEntryId = ? from the database. |
void |
DLFileRankPersistence.removeByFileEntryId(long fileEntryId)
Removes all the document library file ranks where fileEntryId = ? from the database. |
static void |
DLFileEntryMetadataUtil.removeByFileEntryId(long fileEntryId)
Removes all the document library file entry metadatas where fileEntryId = ? from the database. |
void |
DLFileEntryMetadataPersistence.removeByFileEntryId(long fileEntryId)
Removes all the document library file entry metadatas where fileEntryId = ? from the database. |
static void |
DLFileEntryMetadataUtil.removeByFileEntryTypeId(long fileEntryTypeId)
Removes all the document library file entry metadatas where fileEntryTypeId = ? from the database. |
void |
DLFileEntryMetadataPersistence.removeByFileEntryTypeId(long fileEntryTypeId)
Removes all the document library file entry metadatas where fileEntryTypeId = ? from the database. |
static DLSync |
DLSyncUtil.removeByFileId(long fileId)
Removes the d l sync where fileId = ? from the database. |
DLSync |
DLSyncPersistence.removeByFileId(long fileId)
Removes the d l sync where fileId = ? from the database. |
static void |
DLFileEntryMetadataUtil.removeByFileVersionId(long fileVersionId)
Removes all the document library file entry metadatas where fileVersionId = ? from the database. |
void |
DLFileEntryMetadataPersistence.removeByFileVersionId(long fileVersionId)
Removes all the document library file entry metadatas where fileVersionId = ? from the database. |
static void |
DLFileShortcutUtil.removeByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ? from the database. |
void |
DLFileShortcutPersistence.removeByG_F_A_S(long groupId,
long folderId,
boolean active,
int status)
Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ? from the database. |
static void |
DLFileShortcutUtil.removeByG_F_A(long groupId,
long folderId,
boolean active)
Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? from the database. |
void |
DLFileShortcutPersistence.removeByG_F_A(long groupId,
long folderId,
boolean active)
Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? from the database. |
static void |
DLFileEntryUtil.removeByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Removes all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ? from the database. |
void |
DLFileEntryPersistence.removeByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Removes all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ? from the database. |
static DLFileEntry |
DLFileEntryUtil.removeByG_F_N(long groupId,
long folderId,
String name)
Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database. |
DLFileEntry |
DLFileEntryPersistence.removeByG_F_N(long groupId,
long folderId,
String name)
Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database. |
static void |
DLFileVersionUtil.removeByG_F_S(long groupId,
long folderId,
int status)
Removes all the document library file versions where groupId = ? and folderId = ? and status = ? from the database. |
void |
DLFileVersionPersistence.removeByG_F_S(long groupId,
long folderId,
int status)
Removes all the document library file versions where groupId = ? and folderId = ? and status = ? from the database. |
static void |
DLFileVersionUtil.removeByG_F_T_V(long groupId,
long folderId,
String title,
String version)
Removes all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ? from the database. |
void |
DLFileVersionPersistence.removeByG_F_T_V(long groupId,
long folderId,
String title,
String version)
Removes all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ? from the database. |
static DLFileEntry |
DLFileEntryUtil.removeByG_F_T(long groupId,
long folderId,
String title)
Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database. |
DLFileEntry |
DLFileEntryPersistence.removeByG_F_T(long groupId,
long folderId,
String title)
Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database. |
static void |
DLFileShortcutUtil.removeByG_F(long groupId,
long folderId)
Removes all the document library file shortcuts where groupId = ? and folderId = ? from the database. |
void |
DLFileShortcutPersistence.removeByG_F(long groupId,
long folderId)
Removes all the document library file shortcuts where groupId = ? and folderId = ? from the database. |
static void |
DLFileEntryUtil.removeByG_F(long groupId,
long folderId)
Removes all the document library file entries where groupId = ? and folderId = ? from the database. |
void |
DLFileEntryPersistence.removeByG_F(long groupId,
long folderId)
Removes all the document library file entries where groupId = ? and folderId = ? from the database. |
static void |
DLFolderUtil.removeByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ? from the database. |
void |
DLFolderPersistence.removeByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ? from the database. |
static void |
DLFolderUtil.removeByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? from the database. |
void |
DLFolderPersistence.removeByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? from the database. |
static DLFileEntryType |
DLFileEntryTypeUtil.removeByG_N(long groupId,
String name)
Removes the document library file entry type where groupId = ? and name = ? from the database. |
DLFileEntryType |
DLFileEntryTypePersistence.removeByG_N(long groupId,
String name)
Removes the document library file entry type where groupId = ? and name = ? from the database. |
static void |
DLFolderUtil.removeByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Removes all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ? from the database. |
void |
DLFolderPersistence.removeByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Removes all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ? from the database. |
static DLFolder |
DLFolderUtil.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
DLFolder |
DLFolderPersistence.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
static void |
DLFolderUtil.removeByG_P(long groupId,
long parentFolderId)
Removes all the document library folders where groupId = ? and parentFolderId = ? from the database. |
void |
DLFolderPersistence.removeByG_P(long groupId,
long parentFolderId)
Removes all the document library folders where groupId = ? and parentFolderId = ? from the database. |
static void |
DLFileRankUtil.removeByG_U_A(long groupId,
long userId,
boolean active)
Removes all the document library file ranks where groupId = ? and userId = ? and active = ? from the database. |
void |
DLFileRankPersistence.removeByG_U_A(long groupId,
long userId,
boolean active)
Removes all the document library file ranks where groupId = ? and userId = ? and active = ? from the database. |
static void |
DLFileEntryUtil.removeByG_U_F(long groupId,
long userId,
long folderId)
Removes all the document library file entries where groupId = ? and userId = ? and folderId = ? from the database. |
void |
DLFileEntryPersistence.removeByG_U_F(long groupId,
long userId,
long folderId)
Removes all the document library file entries where groupId = ? and userId = ? and folderId = ? from the database. |
static void |
DLFileRankUtil.removeByG_U(long groupId,
long userId)
Removes all the document library file ranks where groupId = ? and userId = ? from the database. |
void |
DLFileRankPersistence.removeByG_U(long groupId,
long userId)
Removes all the document library file ranks where groupId = ? and userId = ? from the database. |
static void |
DLFileEntryUtil.removeByG_U(long groupId,
long userId)
Removes all the document library file entries where groupId = ? and userId = ? from the database. |
void |
DLFileEntryPersistence.removeByG_U(long groupId,
long userId)
Removes all the document library file entries where groupId = ? and userId = ? from the database. |
static void |
DLFolderUtil.removeByGroupId(long groupId)
Removes all the document library folders where groupId = ? from the database. |
void |
DLFolderPersistence.removeByGroupId(long groupId)
Removes all the document library folders where groupId = ? from the database. |
static void |
DLFileEntryUtil.removeByGroupId(long groupId)
Removes all the document library file entries where groupId = ? from the database. |
static void |
DLFileEntryTypeUtil.removeByGroupId(long groupId)
Removes all the document library file entry types where groupId = ? from the database. |
void |
DLFileEntryTypePersistence.removeByGroupId(long groupId)
Removes all the document library file entry types where groupId = ? from the database. |
void |
DLFileEntryPersistence.removeByGroupId(long groupId)
Removes all the document library file entries where groupId = ? from the database. |
static void |
DLFileVersionUtil.removeByMimeType(String mimeType)
Removes all the document library file versions where mimeType = ? from the database. |
void |
DLFileVersionPersistence.removeByMimeType(String mimeType)
Removes all the document library file versions where mimeType = ? from the database. |
static void |
DLFileEntryUtil.removeByMimeType(String mimeType)
Removes all the document library file entries where mimeType = ? from the database. |
void |
DLFileEntryPersistence.removeByMimeType(String mimeType)
Removes all the document library file entries where mimeType = ? from the database. |
static void |
DLFolderUtil.removeByP_N(long parentFolderId,
String name)
Removes all the document library folders where parentFolderId = ? and name = ? from the database. |
void |
DLFolderPersistence.removeByP_N(long parentFolderId,
String name)
Removes all the document library folders where parentFolderId = ? and name = ? from the database. |
static DLFolder |
DLFolderUtil.removeByRepositoryId(long repositoryId)
Removes the document library folder where repositoryId = ? from the database. |
DLFolder |
DLFolderPersistence.removeByRepositoryId(long repositoryId)
Removes the document library folder where repositoryId = ? from the database. |
static void |
DLFileShortcutUtil.removeByToFileEntryId(long toFileEntryId)
Removes all the document library file shortcuts where toFileEntryId = ? from the database. |
void |
DLFileShortcutPersistence.removeByToFileEntryId(long toFileEntryId)
Removes all the document library file shortcuts where toFileEntryId = ? from the database. |
static void |
DLFileRankUtil.removeByUserId(long userId)
Removes all the document library file ranks where userId = ? from the database. |
void |
DLFileRankPersistence.removeByUserId(long userId)
Removes all the document library file ranks where userId = ? from the database. |
static void |
DLFolderUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the document library folders where uuid = ? and companyId = ? from the database. |
void |
DLFolderPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the document library folders where uuid = ? and companyId = ? from the database. |
static void |
DLFileVersionUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the document library file versions where uuid = ? and companyId = ? from the database. |
void |
DLFileVersionPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the document library file versions where uuid = ? and companyId = ? from the database. |
static void |
DLFileShortcutUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the document library file shortcuts where uuid = ? and companyId = ? from the database. |
void |
DLFileShortcutPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the document library file shortcuts where uuid = ? and companyId = ? from the database. |
static void |
DLFileEntryUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the document library file entries where uuid = ? and companyId = ? from the database. |
static void |
DLFileEntryTypeUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the document library file entry types where uuid = ? and companyId = ? from the database. |
void |
DLFileEntryTypePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the document library file entry types where uuid = ? and companyId = ? from the database. |
void |
DLFileEntryPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the document library file entries where uuid = ? and companyId = ? from the database. |
static DLFolder |
DLFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library folder where uuid = ? and groupId = ? from the database. |
DLFolder |
DLFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library folder where uuid = ? and groupId = ? from the database. |
static DLFileVersion |
DLFileVersionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library file version where uuid = ? and groupId = ? from the database. |
DLFileVersion |
DLFileVersionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library file version where uuid = ? and groupId = ? from the database. |
static DLFileShortcut |
DLFileShortcutUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library file shortcut where uuid = ? and groupId = ? from the database. |
DLFileShortcut |
DLFileShortcutPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library file shortcut where uuid = ? and groupId = ? from the database. |
static DLFileEntry |
DLFileEntryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library file entry where uuid = ? and groupId = ? from the database. |
static DLFileEntryType |
DLFileEntryTypeUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library file entry type where uuid = ? and groupId = ? from the database. |
DLFileEntryType |
DLFileEntryTypePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library file entry type where uuid = ? and groupId = ? from the database. |
DLFileEntry |
DLFileEntryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library file entry where uuid = ? and groupId = ? from the database. |
static void |
DLFolderUtil.removeByUuid(String uuid)
Removes all the document library folders where uuid = ? from the database. |
void |
DLFolderPersistence.removeByUuid(String uuid)
Removes all the document library folders where uuid = ? from the database. |
static void |
DLFileVersionUtil.removeByUuid(String uuid)
Removes all the document library file versions where uuid = ? from the database. |
void |
DLFileVersionPersistence.removeByUuid(String uuid)
Removes all the document library file versions where uuid = ? from the database. |
static void |
DLFileShortcutUtil.removeByUuid(String uuid)
Removes all the document library file shortcuts where uuid = ? from the database. |
void |
DLFileShortcutPersistence.removeByUuid(String uuid)
Removes all the document library file shortcuts where uuid = ? from the database. |
static void |
DLFileEntryUtil.removeByUuid(String uuid)
Removes all the document library file entries where uuid = ? from the database. |
static void |
DLFileEntryTypeUtil.removeByUuid(String uuid)
Removes all the document library file entry types where uuid = ? from the database. |
void |
DLFileEntryTypePersistence.removeByUuid(String uuid)
Removes all the document library file entry types where uuid = ? from the database. |
void |
DLFileEntryPersistence.removeByUuid(String uuid)
Removes all the document library file entries where uuid = ? from the database. |
static void |
DLFileEntryMetadataUtil.removeByUuid(String uuid)
Removes all the document library file entry metadatas where uuid = ? from the database. |
void |
DLFileEntryMetadataPersistence.removeByUuid(String uuid)
Removes all the document library file entry metadatas where uuid = ? from the database. |
static void |
DLFileEntryTypeUtil.removeDDMStructure(long pk,
DDMStructure ddmStructure)
Removes the association between the document library file entry type and the d d m structure. |
void |
DLFileEntryTypePersistence.removeDDMStructure(long pk,
DDMStructure ddmStructure)
Removes the association between the document library file entry type and the d d m structure. |
static void |
DLFileEntryTypeUtil.removeDDMStructure(long pk,
long ddmStructurePK)
Removes the association between the document library file entry type and the d d m structure. |
void |
DLFileEntryTypePersistence.removeDDMStructure(long pk,
long ddmStructurePK)
Removes the association between the document library file entry type and the d d m structure. |
static void |
DLFileEntryTypeUtil.removeDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Removes the association between the document library file entry type and the d d m structures. |
void |
DLFileEntryTypePersistence.removeDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Removes the association between the document library file entry type and the d d m structures. |
static void |
DLFileEntryTypeUtil.removeDDMStructures(long pk,
long[] ddmStructurePKs)
Removes the association between the document library file entry type and the d d m structures. |
void |
DLFileEntryTypePersistence.removeDDMStructures(long pk,
long[] ddmStructurePKs)
Removes the association between the document library file entry type and the d d m structures. |
static void |
DLFolderUtil.removeDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
Removes the association between the document library folder and the document library file entry type. |
void |
DLFolderPersistence.removeDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
Removes the association between the document library folder and the document library file entry type. |
static void |
DLFolderUtil.removeDLFileEntryType(long pk,
long dlFileEntryTypePK)
Removes the association between the document library folder and the document library file entry type. |
void |
DLFolderPersistence.removeDLFileEntryType(long pk,
long dlFileEntryTypePK)
Removes the association between the document library folder and the document library file entry type. |
static void |
DLFolderUtil.removeDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Removes the association between the document library folder and the document library file entry types. |
void |
DLFolderPersistence.removeDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Removes the association between the document library folder and the document library file entry types. |
static void |
DLFolderUtil.removeDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Removes the association between the document library folder and the document library file entry types. |
void |
DLFolderPersistence.removeDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Removes the association between the document library folder and the document library file entry types. |
static void |
DLFileEntryTypeUtil.removeDLFolder(long pk,
DLFolder dlFolder)
Removes the association between the document library file entry type and the document library folder. |
void |
DLFileEntryTypePersistence.removeDLFolder(long pk,
DLFolder dlFolder)
Removes the association between the document library file entry type and the document library folder. |
static void |
DLFileEntryTypeUtil.removeDLFolder(long pk,
long dlFolderPK)
Removes the association between the document library file entry type and the document library folder. |
void |
DLFileEntryTypePersistence.removeDLFolder(long pk,
long dlFolderPK)
Removes the association between the document library file entry type and the document library folder. |
static void |
DLFileEntryTypeUtil.removeDLFolders(long pk,
List<DLFolder> dlFolders)
Removes the association between the document library file entry type and the document library folders. |
void |
DLFileEntryTypePersistence.removeDLFolders(long pk,
List<DLFolder> dlFolders)
Removes the association between the document library file entry type and the document library folders. |
static void |
DLFileEntryTypeUtil.removeDLFolders(long pk,
long[] dlFolderPKs)
Removes the association between the document library file entry type and the document library folders. |
void |
DLFileEntryTypePersistence.removeDLFolders(long pk,
long[] dlFolderPKs)
Removes the association between the document library file entry type and the document library folders. |
static void |
DLFileEntryTypeUtil.setDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary. |
void |
DLFileEntryTypePersistence.setDDMStructures(long pk,
List<DDMStructure> ddmStructures)
Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary. |
static void |
DLFileEntryTypeUtil.setDDMStructures(long pk,
long[] ddmStructurePKs)
Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary. |
void |
DLFileEntryTypePersistence.setDDMStructures(long pk,
long[] ddmStructurePKs)
Sets the d d m structures associated with the document library file entry type, removing and adding associations as necessary. |
static void |
DLFolderUtil.setDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary. |
void |
DLFolderPersistence.setDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary. |
static void |
DLFolderUtil.setDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary. |
void |
DLFolderPersistence.setDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary. |
static void |
DLFileEntryTypeUtil.setDLFolders(long pk,
List<DLFolder> dlFolders)
Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. |
void |
DLFileEntryTypePersistence.setDLFolders(long pk,
List<DLFolder> dlFolders)
Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. |
static void |
DLFileEntryTypeUtil.setDLFolders(long pk,
long[] dlFolderPKs)
Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. |
void |
DLFileEntryTypePersistence.setDLFolders(long pk,
long[] dlFolderPKs)
Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary. |
static DLContent |
DLContentUtil.update(DLContent dlContent)
|
static DLContent |
DLContentUtil.update(DLContent dlContent,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryUtil.update(DLFileEntry dlFileEntry)
|
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.update(DLFileEntryMetadata dlFileEntryMetadata)
|
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.update(DLFileEntryMetadata dlFileEntryMetadata,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryUtil.update(DLFileEntry dlFileEntry,
ServiceContext serviceContext)
|
static DLFileEntryType |
DLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType)
|
static DLFileEntryType |
DLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType,
ServiceContext serviceContext)
|
static DLFileRank |
DLFileRankUtil.update(DLFileRank dlFileRank)
|
static DLFileRank |
DLFileRankUtil.update(DLFileRank dlFileRank,
ServiceContext serviceContext)
|
static DLFileShortcut |
DLFileShortcutUtil.update(DLFileShortcut dlFileShortcut)
|
static DLFileShortcut |
DLFileShortcutUtil.update(DLFileShortcut dlFileShortcut,
ServiceContext serviceContext)
|
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion)
|
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion,
ServiceContext serviceContext)
|
static DLFolder |
DLFolderUtil.update(DLFolder dlFolder)
|
static DLFolder |
DLFolderUtil.update(DLFolder dlFolder,
ServiceContext serviceContext)
|
static DLSync |
DLSyncUtil.update(DLSync dlSync)
|
static DLSync |
DLSyncUtil.update(DLSync dlSync,
ServiceContext serviceContext)
|
static DLContent |
DLContentUtil.updateImpl(DLContent dlContent)
|
DLContent |
DLContentPersistence.updateImpl(DLContent dlContent)
|
static DLFileEntry |
DLFileEntryUtil.updateImpl(DLFileEntry dlFileEntry)
|
DLFileEntry |
DLFileEntryPersistence.updateImpl(DLFileEntry dlFileEntry)
|
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.updateImpl(DLFileEntryMetadata dlFileEntryMetadata)
|
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.updateImpl(DLFileEntryMetadata dlFileEntryMetadata)
|
static DLFileEntryType |
DLFileEntryTypeUtil.updateImpl(DLFileEntryType dlFileEntryType)
|
DLFileEntryType |
DLFileEntryTypePersistence.updateImpl(DLFileEntryType dlFileEntryType)
|
static DLFileRank |
DLFileRankUtil.updateImpl(DLFileRank dlFileRank)
|
DLFileRank |
DLFileRankPersistence.updateImpl(DLFileRank dlFileRank)
|
static DLFileShortcut |
DLFileShortcutUtil.updateImpl(DLFileShortcut dlFileShortcut)
|
DLFileShortcut |
DLFileShortcutPersistence.updateImpl(DLFileShortcut dlFileShortcut)
|
static DLFileVersion |
DLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion)
|
DLFileVersion |
DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion)
|
static DLFolder |
DLFolderUtil.updateImpl(DLFolder dlFolder)
|
DLFolder |
DLFolderPersistence.updateImpl(DLFolder dlFolder)
|
static DLSync |
DLSyncUtil.updateImpl(DLSync dlSync)
|
DLSync |
DLSyncPersistence.updateImpl(DLSync dlSync)
|
| Uses of SystemException in com.liferay.portlet.documentlibrary.store |
|---|
| Methods in com.liferay.portlet.documentlibrary.store that throw SystemException | |
|---|---|
void |
StoreWrapper.addDirectory(long companyId,
long repositoryId,
String dirName)
|
void |
Store.addDirectory(long companyId,
long repositoryId,
String dirName)
|
static void |
DLStoreUtil.addDirectory(long companyId,
long repositoryId,
String dirName)
Adds a directory. |
void |
DLStore.addDirectory(long companyId,
long repositoryId,
String dirName)
|
abstract void |
BaseStore.addDirectory(long companyId,
long repositoryId,
String dirName)
Adds a directory. |
static void |
DLStoreUtil.addFile(long companyId,
long repositoryId,
String fileName,
boolean validateFileExtension,
byte[] bytes)
Adds a file based on a byte array. |
void |
DLStore.addFile(long companyId,
long repositoryId,
String fileName,
boolean validateFileExtension,
byte[] bytes)
|
static void |
DLStoreUtil.addFile(long companyId,
long repositoryId,
String fileName,
boolean validateFileExtension,
File file)
Adds a file based on a File object. |
void |
DLStore.addFile(long companyId,
long repositoryId,
String fileName,
boolean validateFileExtension,
File file)
|
static void |
DLStoreUtil.addFile(long companyId,
long repositoryId,
String fileName,
boolean validateFileExtension,
InputStream is)
Adds a file based on a InputStream object. |
void |
DLStore.addFile(long companyId,
long repositoryId,
String fileName,
boolean validateFileExtension,
InputStream is)
|
void |
StoreWrapper.addFile(long companyId,
long repositoryId,
String fileName,
byte[] bytes)
|
void |
Store.addFile(long companyId,
long repositoryId,
String fileName,
byte[] bytes)
|
static void |
DLStoreUtil.addFile(long companyId,
long repositoryId,
String fileName,
byte[] bytes)
Adds a file based on a byte array. |
void |
DLStore.addFile(long companyId,
long repositoryId,
String fileName,
byte[] bytes)
|
void |
BaseStore.addFile(long companyId,
long repositoryId,
String fileName,
byte[] bytes)
Adds a file based on a byte array. |
void |
StoreWrapper.addFile(long companyId,
long repositoryId,
String fileName,
File file)
|
void |
Store.addFile(long companyId,
long repositoryId,
String fileName,
File file)
|
static void |
DLStoreUtil.addFile(long companyId,
long repositoryId,
String fileName,
File file)
Adds a file based on a File object. |
void |
DLStore.addFile(long companyId,
long repositoryId,
String fileName,
File file)
|
void |
BaseStore.addFile(long companyId,
long repositoryId,
String fileName,
File file)
Adds a file based on a File object. |
void |
StoreWrapper.addFile(long companyId,
long repositoryId,
String fileName,
InputStream is)
|
void |
Store.addFile(long companyId,
long repositoryId,
String fileName,
InputStream is)
|
static void |
DLStoreUtil.addFile(long companyId,
long repositoryId,
String fileName,
InputStream is)
Adds a file based on an InputStream object. |
void |
DLStore.addFile(long companyId,
long repositoryId,
String fileName,
InputStream is)
|
abstract void |
BaseStore.addFile(long companyId,
long repositoryId,
String fileName,
InputStream is)
Adds a file based on an InputStream object. |
void |
StoreWrapper.checkRoot(long companyId)
|
void |
Store.checkRoot(long companyId)
|
static void |
DLStoreUtil.checkRoot(long companyId)
Ensures company's root directory exists. |
void |
DLStore.checkRoot(long companyId)
|
abstract void |
BaseStore.checkRoot(long companyId)
Ensures company's root directory exists. |
void |
StoreWrapper.copyFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
|
void |
Store.copyFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
|
static void |
DLStoreUtil.copyFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
Creates a new copy of the file version. |
void |
DLStore.copyFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
|
void |
BaseStore.copyFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
Creates a new copy of the file version. |
void |
StoreWrapper.deleteDirectory(long companyId,
long repositoryId,
String dirName)
|
void |
Store.deleteDirectory(long companyId,
long repositoryId,
String dirName)
|
static void |
DLStoreUtil.deleteDirectory(long companyId,
long repositoryId,
String dirName)
Deletes a directory. |
void |
DLStore.deleteDirectory(long companyId,
long repositoryId,
String dirName)
|
abstract void |
BaseStore.deleteDirectory(long companyId,
long repositoryId,
String dirName)
Deletes a directory. |
void |
StoreWrapper.deleteFile(long companyId,
long repositoryId,
String fileName)
|
void |
Store.deleteFile(long companyId,
long repositoryId,
String fileName)
|
static void |
DLStoreUtil.deleteFile(long companyId,
long repositoryId,
String fileName)
Deletes a file. |
void |
DLStore.deleteFile(long companyId,
long repositoryId,
String fileName)
|
abstract void |
BaseStore.deleteFile(long companyId,
long repositoryId,
String fileName)
Deletes a file. |
void |
StoreWrapper.deleteFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
void |
Store.deleteFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
static void |
DLStoreUtil.deleteFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Deletes a file at a particular version. |
void |
DLStore.deleteFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
abstract void |
BaseStore.deleteFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Deletes a file at a particular version. |
File |
StoreWrapper.getFile(long companyId,
long repositoryId,
String fileName)
|
File |
Store.getFile(long companyId,
long repositoryId,
String fileName)
|
static File |
DLStoreUtil.getFile(long companyId,
long repositoryId,
String fileName)
Returns the file as a File object. |
File |
DLStore.getFile(long companyId,
long repositoryId,
String fileName)
|
File |
BaseStore.getFile(long companyId,
long repositoryId,
String fileName)
Returns the file as a File object. |
File |
StoreWrapper.getFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
File |
Store.getFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
static File |
DLStoreUtil.getFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Returns the file as a File object. |
File |
DLStore.getFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
File |
BaseStore.getFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Returns the file as a File object. |
byte[] |
StoreWrapper.getFileAsBytes(long companyId,
long repositoryId,
String fileName)
|
byte[] |
Store.getFileAsBytes(long companyId,
long repositoryId,
String fileName)
|
static byte[] |
DLStoreUtil.getFileAsBytes(long companyId,
long repositoryId,
String fileName)
Returns the file as a byte array. |
byte[] |
DLStore.getFileAsBytes(long companyId,
long repositoryId,
String fileName)
|
byte[] |
BaseStore.getFileAsBytes(long companyId,
long repositoryId,
String fileName)
Returns the file as a byte array. |
byte[] |
StoreWrapper.getFileAsBytes(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
byte[] |
Store.getFileAsBytes(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
static byte[] |
DLStoreUtil.getFileAsBytes(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Returns the file as a byte array. |
byte[] |
DLStore.getFileAsBytes(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
byte[] |
BaseStore.getFileAsBytes(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Returns the file as a byte array. |
InputStream |
StoreWrapper.getFileAsStream(long companyId,
long repositoryId,
String fileName)
|
InputStream |
Store.getFileAsStream(long companyId,
long repositoryId,
String fileName)
|
static InputStream |
DLStoreUtil.getFileAsStream(long companyId,
long repositoryId,
String fileName)
Returns the file as an InputStream object. |
InputStream |
DLStore.getFileAsStream(long companyId,
long repositoryId,
String fileName)
|
InputStream |
BaseStore.getFileAsStream(long companyId,
long repositoryId,
String fileName)
Returns the file as an InputStream object. |
InputStream |
StoreWrapper.getFileAsStream(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
InputStream |
Store.getFileAsStream(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
static InputStream |
DLStoreUtil.getFileAsStream(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Returns the file as an InputStream object. |
InputStream |
DLStore.getFileAsStream(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
abstract InputStream |
BaseStore.getFileAsStream(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Returns the file as an InputStream object. |
String[] |
StoreWrapper.getFileNames(long companyId,
long repositoryId)
|
String[] |
Store.getFileNames(long companyId,
long repositoryId)
|
String[] |
StoreWrapper.getFileNames(long companyId,
long repositoryId,
String dirName)
|
String[] |
Store.getFileNames(long companyId,
long repositoryId,
String dirName)
|
static String[] |
DLStoreUtil.getFileNames(long companyId,
long repositoryId,
String dirName)
Returns all files of the directory. |
String[] |
DLStore.getFileNames(long companyId,
long repositoryId,
String dirName)
|
abstract String[] |
BaseStore.getFileNames(long companyId,
long repositoryId,
String dirName)
Returns all files of the directory. |
long |
StoreWrapper.getFileSize(long companyId,
long repositoryId,
String fileName)
|
long |
Store.getFileSize(long companyId,
long repositoryId,
String fileName)
|
static long |
DLStoreUtil.getFileSize(long companyId,
long repositoryId,
String fileName)
Returns the size of the file. |
long |
DLStore.getFileSize(long companyId,
long repositoryId,
String fileName)
|
abstract long |
BaseStore.getFileSize(long companyId,
long repositoryId,
String fileName)
Returns the size of the file. |
boolean |
StoreWrapper.hasDirectory(long companyId,
long repositoryId,
String dirName)
|
boolean |
Store.hasDirectory(long companyId,
long repositoryId,
String dirName)
|
static boolean |
DLStoreUtil.hasDirectory(long companyId,
long repositoryId,
String dirName)
Returns true if the directory exists. |
boolean |
DLStore.hasDirectory(long companyId,
long repositoryId,
String dirName)
|
abstract boolean |
BaseStore.hasDirectory(long companyId,
long repositoryId,
String dirName)
Returns true if the directory exists. |
boolean |
StoreWrapper.hasFile(long companyId,
long repositoryId,
String fileName)
|
boolean |
Store.hasFile(long companyId,
long repositoryId,
String fileName)
|
static boolean |
DLStoreUtil.hasFile(long companyId,
long repositoryId,
String fileName)
Returns true if the file exists. |
boolean |
DLStore.hasFile(long companyId,
long repositoryId,
String fileName)
|
boolean |
BaseStore.hasFile(long companyId,
long repositoryId,
String fileName)
Returns true if the file exists. |
boolean |
StoreWrapper.hasFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
boolean |
Store.hasFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
static boolean |
DLStoreUtil.hasFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Returns true if the file exists. |
boolean |
DLStore.hasFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
|
abstract boolean |
BaseStore.hasFile(long companyId,
long repositoryId,
String fileName,
String versionLabel)
Returns true if the file exists. |
void |
StoreWrapper.move(String srcDir,
String destDir)
|
void |
Store.move(String srcDir,
String destDir)
|
static void |
DLStoreUtil.move(String srcDir,
String destDir)
Moves an existing directory. |
void |
DLStore.move(String srcDir,
String destDir)
|
abstract void |
BaseStore.move(String srcDir,
String destDir)
Moves an existing directory. |
void |
StoreWrapper.updateFile(long companyId,
long repositoryId,
long newRepositoryId,
String fileName)
|
void |
Store.updateFile(long companyId,
long repositoryId,
long newRepositoryId,
String fileName)
|
static void |
DLStoreUtil.updateFile(long companyId,
long repositoryId,
long newRepositoryId,
String fileName)
Moves a file to a new data repository. |
void |
DLStore.updateFile(long companyId,
long repositoryId,
long newRepositoryId,
String fileName)
|
abstract void |
BaseStore.updateFile(long companyId,
long repositoryId,
long newRepositoryId,
String fileName)
Moves a file to a new data repository. |
void |
StoreWrapper.updateFile(long companyId,
long repositoryId,
String fileName,
String newFileName)
|
void |
Store.updateFile(long companyId,
long repositoryId,
String fileName,
String newFileName)
|
static void |
DLStoreUtil.updateFile(long companyId,
long repositoryId,
String fileName,
String newFileName)
Update's the file's name |
void |
DLStore.updateFile(long companyId,
long repositoryId,
String fileName,
String newFileName)
|
static void |
DLStoreUtil.updateFile(long companyId,
long repositoryId,
String fileName,
String fileExtension,
boolean validateFileExtension,
String versionLabel,
String sourceFileName,
File file)
Updates a file based on a File object. |
void |
DLStore.updateFile(long companyId,
long repositoryId,
String fileName,
String fileExtension,
boolean validateFileExtension,
String versionLabel,
String sourceFileName,
File file)
|
static void |
DLStoreUtil.updateFile(long companyId,
long repositoryId,
String fileName,
String fileExtension,
boolean validateFileExtension,
String versionLabel,
String sourceFileName,
InputStream is)
Updates a file based on a InputStream object. |
void |
DLStore.updateFile(long companyId,
long repositoryId,
String fileName,
String fileExtension,
boolean validateFileExtension,
String versionLabel,
String sourceFileName,
InputStream is)
|
void |
StoreWrapper.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
byte[] bytes)
|
void |
Store.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
byte[] bytes)
|
void |
BaseStore.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
byte[] bytes)
Updates a file based on a byte array. |
void |
StoreWrapper.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
File file)
|
void |
Store.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
File file)
|
void |
BaseStore.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
File file)
Updates a file based on a File object. |
void |
StoreWrapper.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
InputStream is)
|
void |
Store.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
InputStream is)
|
abstract void |
BaseStore.updateFile(long companyId,
long repositoryId,
String fileName,
String versionLabel,
InputStream is)
Updates a file based on an InputStream object. |
void |
StoreWrapper.updateFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
|
void |
Store.updateFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
|
static void |
DLStoreUtil.updateFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
Update's a file version label. |
void |
DLStore.updateFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
|
void |
BaseStore.updateFileVersion(long companyId,
long repositoryId,
String fileName,
String fromVersionLabel,
String toVersionLabel)
Update's a file version label. |
static void |
DLStoreUtil.validate(String fileName,
boolean validateFileExtension)
Validates a file's name. |
void |
DLStore.validate(String fileName,
boolean validateFileExtension)
|
static void |
DLStoreUtil.validate(String fileName,
boolean validateFileExtension,
byte[] bytes)
Validates a file's name and data. |
void |
DLStore.validate(String fileName,
boolean validateFileExtension,
byte[] bytes)
|
static void |
DLStoreUtil.validate(String fileName,
boolean validateFileExtension,
File file)
Validates a file's name and data. |
void |
DLStore.validate(String fileName,
boolean validateFileExtension,
File file)
|
static void |
DLStoreUtil.validate(String fileName,
boolean validateFileExtension,
InputStream is)
Validates a file's name and data. |
void |
DLStore.validate(String fileName,
boolean validateFileExtension,
InputStream is)
|
static void |
DLStoreUtil.validate(String fileName,
String fileExtension,
String sourceFileName,
boolean validateFileExtension,
File file)
Validates a file's name and data. |
void |
DLStore.validate(String fileName,
String fileExtension,
String sourceFileName,
boolean validateFileExtension,
File file)
|
static void |
DLStoreUtil.validate(String fileName,
String fileExtension,
String sourceFileName,
boolean validateFileExtension,
InputStream is)
Validates a file's name and data. |
void |
DLStore.validate(String fileName,
String fileExtension,
String sourceFileName,
boolean validateFileExtension,
InputStream is)
|
| Uses of SystemException in com.liferay.portlet.documentlibrary.util |
|---|
| Methods in com.liferay.portlet.documentlibrary.util that throw SystemException | |
|---|---|
protected void |
DLPreviewableProcessor.addFileToStore(long companyId,
String dirName,
String filePath,
File srcFile)
|
protected void |
DLPreviewableProcessor.addFileToStore(long companyId,
String dirName,
String filePath,
InputStream is)
|
protected InputStream |
DLPreviewableProcessor.doGetPreviewAsStream(FileVersion fileVersion,
int index,
String type)
|
protected InputStream |
DLPreviewableProcessor.doGetPreviewAsStream(FileVersion fileVersion,
String type)
|
protected long |
DLPreviewableProcessor.doGetPreviewFileSize(FileVersion fileVersion,
int index)
|
protected long |
DLPreviewableProcessor.doGetPreviewFileSize(FileVersion fileVersion,
int index,
String type)
|
protected long |
DLPreviewableProcessor.doGetPreviewFileSize(FileVersion fileVersion,
String type)
|
protected InputStream |
DLPreviewableProcessor.doGetThumbnailAsStream(FileVersion fileVersion,
int index)
|
protected long |
DLPreviewableProcessor.doGetThumbnailFileSize(FileVersion fileVersion,
int index)
|
protected void |
DLPreviewableProcessor.exportBinary(PortletDataContext portletDataContext,
Element fileEntryElement,
FileVersion fileVersion,
InputStream is,
String binPath,
String binPathName)
|
protected void |
DLPreviewableProcessor.exportThumbnail(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement,
String binPathName,
int index)
|
protected void |
DLPreviewableProcessor.exportThumbnails(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement,
String binPathSuffix)
|
static void |
RawMetadataProcessorUtil.generateMetadata(FileVersion fileVersion)
Generates the raw metadata associated with the file entry. |
void |
RawMetadataProcessor.generateMetadata(FileVersion fileVersion)
Generates the raw metadata associated with the file entry. |
static String |
DLUtil.getAbsolutePath(PortletRequest portletRequest,
long folderId)
|
String |
DL.getAbsolutePath(PortletRequest portletRequest,
long folderId)
|
static String |
DLUtil.getDLControlPanelLink(PortletRequest portletRequest,
long folderId)
|
String |
DL.getDLControlPanelLink(PortletRequest portletRequest,
long folderId)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired)
|
static String |
DLUtil.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired,
boolean officeExtensionRequired)
|
String |
DL.getWebDavURL(ThemeDisplay themeDisplay,
Folder folder,
FileEntry fileEntry,
boolean manualCheckInRequired,
boolean officeExtensionRequired)
|
static void |
RawMetadataProcessorUtil.saveMetadata(FileVersion fileVersion)
Saves the raw metadata present in the file version. |
void |
RawMetadataProcessor.saveMetadata(FileVersion fileVersion)
Saves the raw metadata present in the file version. |
| Uses of SystemException in com.liferay.portlet.dynamicdatalists.model |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.model that throw SystemException | |
|---|---|
DDMStructure |
DDLRecordSetWrapper.getDDMStructure()
|
DDMStructure |
DDLRecordSet.getDDMStructure()
|
DDMStructure |
DDLRecordSetWrapper.getDDMStructure(long formDDMTemplateId)
|
DDMStructure |
DDLRecordSet.getDDMStructure(long formDDMTemplateId)
|
Serializable |
DDLRecordWrapper.getFieldDataType(String fieldName)
|
Serializable |
DDLRecord.getFieldDataType(String fieldName)
|
DDLRecordVersion |
DDLRecordWrapper.getLatestRecordVersion()
|
DDLRecordVersion |
DDLRecord.getLatestRecordVersion()
|
DDLRecord |
DDLRecordVersionWrapper.getRecord()
|
DDLRecord |
DDLRecordVersion.getRecord()
|
List<DDLRecord> |
DDLRecordSetWrapper.getRecords()
|
List<DDLRecord> |
DDLRecordSet.getRecords()
|
DDLRecordSet |
DDLRecordWrapper.getRecordSet()
|
DDLRecordSet |
DDLRecordVersionWrapper.getRecordSet()
|
DDLRecordSet |
DDLRecordVersion.getRecordSet()
|
DDLRecordSet |
DDLRecord.getRecordSet()
|
List<Fields> |
DDLRecordSetWrapper.getRecordsFieldsList()
|
List<Fields> |
DDLRecordSet.getRecordsFieldsList()
|
DDLRecordVersion |
DDLRecordWrapper.getRecordVersion()
|
DDLRecordVersion |
DDLRecord.getRecordVersion()
|
DDLRecordVersion |
DDLRecordWrapper.getRecordVersion(String version)
|
DDLRecordVersion |
DDLRecord.getRecordVersion(String version)
|
int |
DDLRecordWrapper.getStatus()
|
int |
DDLRecord.getStatus()
|
String |
DDLRecordVersionWrapper.getStatusByUserUuid()
Returns the status by user uuid of this d d l record version. |
String |
DDLRecordVersionModel.getStatusByUserUuid()
Returns the status by user uuid of this d d l record version. |
String |
DDLRecordWrapper.getUserUuid()
Returns the user uuid of this d d l record. |
String |
DDLRecordVersionWrapper.getUserUuid()
Returns the user uuid of this d d l record version. |
String |
DDLRecordVersionModel.getUserUuid()
Returns the user uuid of this d d l record version. |
String |
DDLRecordSetWrapper.getUserUuid()
Returns the user uuid of this d d l record set. |
String |
DDLRecordSetModel.getUserUuid()
Returns the user uuid of this d d l record set. |
String |
DDLRecordModel.getUserUuid()
Returns the user uuid of this d d l record. |
String |
DDLRecordWrapper.getVersionUserUuid()
Returns the version user uuid of this d d l record. |
String |
DDLRecordModel.getVersionUserUuid()
Returns the version user uuid of this d d l record. |
void |
DDLRecordWrapper.persist()
|
void |
DDLRecordSetWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.dynamicdatalists.service |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service that throw SystemException | |
|---|---|
DDLRecord |
DDLRecordLocalServiceWrapper.addDDLRecord(DDLRecord ddlRecord)
Adds the d d l record to the database. |
static DDLRecord |
DDLRecordLocalServiceUtil.addDDLRecord(DDLRecord ddlRecord)
Adds the d d l record to the database. |
DDLRecord |
DDLRecordLocalService.addDDLRecord(DDLRecord ddlRecord)
Adds the d d l record to the database. |
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.addDDLRecordSet(DDLRecordSet ddlRecordSet)
Adds the d d l record set to the database. |
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.addDDLRecordSet(DDLRecordSet ddlRecordSet)
Adds the d d l record set to the database. |
DDLRecordSet |
DDLRecordSetLocalService.addDDLRecordSet(DDLRecordSet ddlRecordSet)
Adds the d d l record set to the database. |
DDLRecord |
DDLRecordServiceWrapper.addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.addRecord(long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.addRecord(long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Fields fields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.addRecord(long userId,
long groupId,
long recordSetId,
int displayIndex,
Map<String,Serializable> fieldsMap,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalService.addRecordSet(long userId,
long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetServiceWrapper.addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetService.addRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
int scope,
ServiceContext serviceContext)
|
void |
DDLRecordSetLocalServiceWrapper.addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
DDLRecordSetLocalServiceUtil.addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDLRecordSetLocalService.addRecordSetResources(DDLRecordSet recordSet,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDLRecordSetLocalServiceWrapper.addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
DDLRecordSetLocalServiceUtil.addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DDLRecordSetLocalService.addRecordSetResources(DDLRecordSet recordSet,
String[] groupPermissions,
String[] guestPermissions)
|
DDLRecord |
DDLRecordLocalServiceWrapper.deleteDDLRecord(DDLRecord ddlRecord)
Deletes the d d l record from the database. |
static DDLRecord |
DDLRecordLocalServiceUtil.deleteDDLRecord(DDLRecord ddlRecord)
Deletes the d d l record from the database. |
DDLRecord |
DDLRecordLocalService.deleteDDLRecord(DDLRecord ddlRecord)
Deletes the d d l record from the database. |
DDLRecord |
DDLRecordLocalServiceWrapper.deleteDDLRecord(long recordId)
Deletes the d d l record with the primary key from the database. |
static DDLRecord |
DDLRecordLocalServiceUtil.deleteDDLRecord(long recordId)
Deletes the d d l record with the primary key from the database. |
DDLRecord |
DDLRecordLocalService.deleteDDLRecord(long recordId)
Deletes the d d l record with the primary key from the database. |
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
Deletes the d d l record set from the database. |
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
Deletes the d d l record set from the database. |
DDLRecordSet |
DDLRecordSetLocalService.deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
Deletes the d d l record set from the database. |
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.deleteDDLRecordSet(long recordSetId)
Deletes the d d l record set with the primary key from the database. |
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.deleteDDLRecordSet(long recordSetId)
Deletes the d d l record set with the primary key from the database. |
DDLRecordSet |
DDLRecordSetLocalService.deleteDDLRecordSet(long recordSetId)
Deletes the d d l record set with the primary key from the database. |
void |
DDLRecordLocalServiceWrapper.deleteRecord(DDLRecord record)
|
static void |
DDLRecordLocalServiceUtil.deleteRecord(DDLRecord record)
|
void |
DDLRecordLocalService.deleteRecord(DDLRecord record)
|
void |
DDLRecordLocalServiceWrapper.deleteRecord(long recordId)
|
static void |
DDLRecordLocalServiceUtil.deleteRecord(long recordId)
|
void |
DDLRecordLocalService.deleteRecord(long recordId)
|
DDLRecord |
DDLRecordServiceWrapper.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.deleteRecordLocale(long recordId,
Locale locale,
ServiceContext serviceContext)
|
void |
DDLRecordLocalServiceWrapper.deleteRecords(long recordSetId)
|
static void |
DDLRecordLocalServiceUtil.deleteRecords(long recordSetId)
|
void |
DDLRecordLocalService.deleteRecords(long recordSetId)
|
void |
DDLRecordSetLocalServiceWrapper.deleteRecordSet(DDLRecordSet recordSet)
|
static void |
DDLRecordSetLocalServiceUtil.deleteRecordSet(DDLRecordSet recordSet)
|
void |
DDLRecordSetLocalService.deleteRecordSet(DDLRecordSet recordSet)
|
void |
DDLRecordSetServiceWrapper.deleteRecordSet(long recordSetId)
|
static void |
DDLRecordSetServiceUtil.deleteRecordSet(long recordSetId)
|
void |
DDLRecordSetService.deleteRecordSet(long recordSetId)
|
void |
DDLRecordSetLocalServiceWrapper.deleteRecordSet(long recordSetId)
|
static void |
DDLRecordSetLocalServiceUtil.deleteRecordSet(long recordSetId)
|
void |
DDLRecordSetLocalService.deleteRecordSet(long recordSetId)
|
void |
DDLRecordSetLocalServiceWrapper.deleteRecordSet(long groupId,
String recordSetKey)
|
static void |
DDLRecordSetLocalServiceUtil.deleteRecordSet(long groupId,
String recordSetKey)
|
void |
DDLRecordSetLocalService.deleteRecordSet(long groupId,
String recordSetKey)
|
void |
DDLRecordSetLocalServiceWrapper.deleteRecordSets(long groupId)
|
static void |
DDLRecordSetLocalServiceUtil.deleteRecordSets(long groupId)
|
void |
DDLRecordSetLocalService.deleteRecordSets(long groupId)
|
List |
DDLRecordSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DDLRecordSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDLRecordSetLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDLRecordLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DDLRecordLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDLRecordLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDLRecordSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DDLRecordSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDLRecordSetLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDLRecordLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DDLRecordLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDLRecordLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDLRecordSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DDLRecordSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDLRecordSetLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDLRecordLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DDLRecordLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDLRecordLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
DDLRecordSetLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DDLRecordSetLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDLRecordSetLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDLRecordLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DDLRecordLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDLRecordLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
DDLRecord |
DDLRecordLocalServiceWrapper.fetchDDLRecord(long recordId)
|
static DDLRecord |
DDLRecordLocalServiceUtil.fetchDDLRecord(long recordId)
|
DDLRecord |
DDLRecordLocalService.fetchDDLRecord(long recordId)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.fetchDDLRecordSet(long recordSetId)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.fetchDDLRecordSet(long recordSetId)
|
DDLRecordSet |
DDLRecordSetLocalService.fetchDDLRecordSet(long recordSetId)
|
DDLRecord |
DDLRecordLocalServiceWrapper.fetchRecord(long recordId)
|
static DDLRecord |
DDLRecordLocalServiceUtil.fetchRecord(long recordId)
|
DDLRecord |
DDLRecordLocalService.fetchRecord(long recordId)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.fetchRecordSet(long groupId,
String recordSetKey)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.fetchRecordSet(long groupId,
String recordSetKey)
|
DDLRecordSet |
DDLRecordSetLocalService.fetchRecordSet(long groupId,
String recordSetKey)
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getCompanyRecords(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getCompanyRecords(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecord> |
DDLRecordLocalService.getCompanyRecords(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getCompanyRecords(long companyId,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Deprecated. DDLRecordLocalServiceWrapper.getCompanyRecords(long, int, int, int, int,
OrderByComparator) |
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getCompanyRecords(long companyId,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Deprecated. DDLRecordLocalServiceUtil.getCompanyRecords(long, int, int, int, int,
OrderByComparator) |
List<DDLRecord> |
DDLRecordLocalService.getCompanyRecords(long companyId,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Deprecated. DDLRecordLocalService.getCompanyRecords(long, int, int, int, int,
OrderByComparator) |
int |
DDLRecordLocalServiceWrapper.getCompanyRecordsCount(long companyId,
int scope)
Deprecated. DDLRecordLocalServiceWrapper.getCompanyRecordsCount(long, int, int) |
static int |
DDLRecordLocalServiceUtil.getCompanyRecordsCount(long companyId,
int scope)
Deprecated. DDLRecordLocalServiceUtil.getCompanyRecordsCount(long, int, int) |
int |
DDLRecordLocalService.getCompanyRecordsCount(long companyId,
int scope)
Deprecated. DDLRecordLocalService.getCompanyRecordsCount(long, int, int) |
int |
DDLRecordLocalServiceWrapper.getCompanyRecordsCount(long companyId,
int status,
int scope)
|
static int |
DDLRecordLocalServiceUtil.getCompanyRecordsCount(long companyId,
int status,
int scope)
|
int |
DDLRecordLocalService.getCompanyRecordsCount(long companyId,
int status,
int scope)
|
DDLRecord |
DDLRecordLocalServiceWrapper.getDDLRecord(long recordId)
Returns the d d l record with the primary key. |
static DDLRecord |
DDLRecordLocalServiceUtil.getDDLRecord(long recordId)
Returns the d d l record with the primary key. |
DDLRecord |
DDLRecordLocalService.getDDLRecord(long recordId)
Returns the d d l record with the primary key. |
DDLRecord |
DDLRecordLocalServiceWrapper.getDDLRecordByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record with the UUID in the group. |
static DDLRecord |
DDLRecordLocalServiceUtil.getDDLRecordByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record with the UUID in the group. |
DDLRecord |
DDLRecordLocalService.getDDLRecordByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record with the UUID in the group. |
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getDDLRecords(int start,
int end)
Returns a range of all the d d l records. |
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getDDLRecords(int start,
int end)
Returns a range of all the d d l records. |
List<DDLRecord> |
DDLRecordLocalService.getDDLRecords(int start,
int end)
Returns a range of all the d d l records. |
int |
DDLRecordLocalServiceWrapper.getDDLRecordsCount()
Returns the number of d d l records. |
static int |
DDLRecordLocalServiceUtil.getDDLRecordsCount()
Returns the number of d d l records. |
int |
DDLRecordLocalService.getDDLRecordsCount()
Returns the number of d d l records. |
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.getDDLRecordSet(long recordSetId)
Returns the d d l record set with the primary key. |
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.getDDLRecordSet(long recordSetId)
Returns the d d l record set with the primary key. |
DDLRecordSet |
DDLRecordSetLocalService.getDDLRecordSet(long recordSetId)
Returns the d d l record set with the primary key. |
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set with the UUID in the group. |
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set with the UUID in the group. |
DDLRecordSet |
DDLRecordSetLocalService.getDDLRecordSetByUuidAndGroupId(String uuid,
long groupId)
Returns the d d l record set with the UUID in the group. |
List<DDLRecordSet> |
DDLRecordSetLocalServiceWrapper.getDDLRecordSets(int start,
int end)
Returns a range of all the d d l record sets. |
static List<DDLRecordSet> |
DDLRecordSetLocalServiceUtil.getDDLRecordSets(int start,
int end)
Returns a range of all the d d l record sets. |
List<DDLRecordSet> |
DDLRecordSetLocalService.getDDLRecordSets(int start,
int end)
Returns a range of all the d d l record sets. |
int |
DDLRecordSetLocalServiceWrapper.getDDLRecordSetsCount()
Returns the number of d d l record sets. |
static int |
DDLRecordSetLocalServiceUtil.getDDLRecordSetsCount()
Returns the number of d d l record sets. |
int |
DDLRecordSetLocalService.getDDLRecordSetsCount()
Returns the number of d d l record sets. |
DDLRecordVersion |
DDLRecordLocalServiceWrapper.getLatestRecordVersion(long recordId)
|
static DDLRecordVersion |
DDLRecordLocalServiceUtil.getLatestRecordVersion(long recordId)
|
DDLRecordVersion |
DDLRecordLocalService.getLatestRecordVersion(long recordId)
|
Long[] |
DDLRecordLocalServiceWrapper.getMinAndMaxCompanyRecordIds(long companyId,
int status,
int scope)
|
static Long[] |
DDLRecordLocalServiceUtil.getMinAndMaxCompanyRecordIds(long companyId,
int status,
int scope)
|
Long[] |
DDLRecordLocalService.getMinAndMaxCompanyRecordIds(long companyId,
int status,
int scope)
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getMinAndMaxCompanyRecords(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
|
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getMinAndMaxCompanyRecords(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
|
List<DDLRecord> |
DDLRecordLocalService.getMinAndMaxCompanyRecords(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
|
PersistedModel |
DDLRecordSetLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DDLRecordSetLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDLRecordSetLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDLRecordLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DDLRecordLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDLRecordLocalService.getPersistedModel(Serializable primaryKeyObj)
|
DDLRecord |
DDLRecordServiceWrapper.getRecord(long recordId)
|
static DDLRecord |
DDLRecordServiceUtil.getRecord(long recordId)
|
DDLRecord |
DDLRecordService.getRecord(long recordId)
|
DDLRecord |
DDLRecordLocalServiceWrapper.getRecord(long recordId)
|
static DDLRecord |
DDLRecordLocalServiceUtil.getRecord(long recordId)
|
DDLRecord |
DDLRecordLocalService.getRecord(long recordId)
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getRecords(long recordSetId)
|
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getRecords(long recordSetId)
|
List<DDLRecord> |
DDLRecordLocalService.getRecords(long recordSetId)
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getRecords(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getRecords(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecord> |
DDLRecordLocalService.getRecords(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getRecords(long recordSetId,
long userId)
|
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getRecords(long recordSetId,
long userId)
|
List<DDLRecord> |
DDLRecordLocalService.getRecords(long recordSetId,
long userId)
|
int |
DDLRecordLocalServiceWrapper.getRecordsCount(long recordSetId,
int status)
|
static int |
DDLRecordLocalServiceUtil.getRecordsCount(long recordSetId,
int status)
|
int |
DDLRecordLocalService.getRecordsCount(long recordSetId,
int status)
|
DDLRecordSet |
DDLRecordSetServiceWrapper.getRecordSet(long recordSetId)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.getRecordSet(long recordSetId)
|
DDLRecordSet |
DDLRecordSetService.getRecordSet(long recordSetId)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.getRecordSet(long recordSetId)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.getRecordSet(long recordSetId)
|
DDLRecordSet |
DDLRecordSetLocalService.getRecordSet(long recordSetId)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.getRecordSet(long groupId,
String recordSetKey)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.getRecordSet(long groupId,
String recordSetKey)
|
DDLRecordSet |
DDLRecordSetLocalService.getRecordSet(long groupId,
String recordSetKey)
|
List<DDLRecordSet> |
DDLRecordSetLocalServiceWrapper.getRecordSets(long groupId)
|
static List<DDLRecordSet> |
DDLRecordSetLocalServiceUtil.getRecordSets(long groupId)
|
List<DDLRecordSet> |
DDLRecordSetLocalService.getRecordSets(long groupId)
|
int |
DDLRecordSetLocalServiceWrapper.getRecordSetsCount(long groupId)
|
static int |
DDLRecordSetLocalServiceUtil.getRecordSetsCount(long groupId)
|
int |
DDLRecordSetLocalService.getRecordSetsCount(long groupId)
|
DDLRecordVersion |
DDLRecordLocalServiceWrapper.getRecordVersion(long recordVersionId)
|
static DDLRecordVersion |
DDLRecordLocalServiceUtil.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordLocalService.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordLocalServiceWrapper.getRecordVersion(long recordId,
String version)
|
static DDLRecordVersion |
DDLRecordLocalServiceUtil.getRecordVersion(long recordId,
String version)
|
DDLRecordVersion |
DDLRecordLocalService.getRecordVersion(long recordId,
String version)
|
List<DDLRecordVersion> |
DDLRecordLocalServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecordVersion> |
DDLRecordLocalServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordLocalService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
DDLRecordLocalServiceWrapper.getRecordVersionsCount(long recordId)
|
static int |
DDLRecordLocalServiceUtil.getRecordVersionsCount(long recordId)
|
int |
DDLRecordLocalService.getRecordVersionsCount(long recordId)
|
void |
DDLRecordLocalServiceWrapper.revertRecordVersion(long userId,
long recordId,
String version,
ServiceContext serviceContext)
|
static void |
DDLRecordLocalServiceUtil.revertRecordVersion(long userId,
long recordId,
String version,
ServiceContext serviceContext)
|
void |
DDLRecordLocalService.revertRecordVersion(long userId,
long recordId,
String version,
ServiceContext serviceContext)
|
List<DDLRecordSet> |
DDLRecordSetLocalServiceWrapper.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecordSet> |
DDLRecordSetLocalServiceUtil.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecordSet> |
DDLRecordSetLocalService.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecordSet> |
DDLRecordSetLocalServiceWrapper.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecordSet> |
DDLRecordSetLocalServiceUtil.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecordSet> |
DDLRecordSetLocalService.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
Hits |
DDLRecordLocalServiceWrapper.search(SearchContext searchContext)
|
static Hits |
DDLRecordLocalServiceUtil.search(SearchContext searchContext)
|
Hits |
DDLRecordLocalService.search(SearchContext searchContext)
|
int |
DDLRecordSetLocalServiceWrapper.searchCount(long companyId,
long groupId,
String keywords,
int scope)
|
static int |
DDLRecordSetLocalServiceUtil.searchCount(long companyId,
long groupId,
String keywords,
int scope)
|
int |
DDLRecordSetLocalService.searchCount(long companyId,
long groupId,
String keywords,
int scope)
|
int |
DDLRecordSetLocalServiceWrapper.searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
static int |
DDLRecordSetLocalServiceUtil.searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
int |
DDLRecordSetLocalService.searchCount(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
void |
DDLRecordLocalServiceWrapper.updateAsset(long userId,
DDLRecord record,
DDLRecordVersion recordVersion,
long[] assetCategoryIds,
String[] assetTagNames,
Locale locale)
|
static void |
DDLRecordLocalServiceUtil.updateAsset(long userId,
DDLRecord record,
DDLRecordVersion recordVersion,
long[] assetCategoryIds,
String[] assetTagNames,
Locale locale)
|
void |
DDLRecordLocalService.updateAsset(long userId,
DDLRecord record,
DDLRecordVersion recordVersion,
long[] assetCategoryIds,
String[] assetTagNames,
Locale locale)
|
DDLRecord |
DDLRecordLocalServiceWrapper.updateDDLRecord(DDLRecord ddlRecord)
Updates the d d l record in the database or adds it if it does not yet exist. |
static DDLRecord |
DDLRecordLocalServiceUtil.updateDDLRecord(DDLRecord ddlRecord)
Updates the d d l record in the database or adds it if it does not yet exist. |
DDLRecord |
DDLRecordLocalService.updateDDLRecord(DDLRecord ddlRecord)
Updates the d d l record in the database or adds it if it does not yet exist. |
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
Updates the d d l record set in the database or adds it if it does not yet exist. |
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
Updates the d d l record set in the database or adds it if it does not yet exist. |
DDLRecordSet |
DDLRecordSetLocalService.updateDDLRecordSet(DDLRecordSet ddlRecordSet)
Updates the d d l record set in the database or adds it if it does not yet exist. |
DDLRecordSet |
DDLRecordSetServiceWrapper.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetService.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalService.updateMinDisplayRows(long recordSetId,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.updateRecord(long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordServiceWrapper.updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordServiceUtil.updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordService.updateRecord(long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.updateRecord(long userId,
long recordId,
boolean majorVersion,
int displayIndex,
Fields fields,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.updateRecord(long userId,
long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.updateRecord(long userId,
long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.updateRecord(long userId,
long recordId,
int displayIndex,
Map<String,Serializable> fieldsMap,
boolean mergeFields,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetServiceWrapper.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetService.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalService.updateRecordSet(long recordSetId,
long ddmStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetServiceWrapper.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetServiceUtil.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetService.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalServiceWrapper.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetLocalServiceUtil.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecordSet |
DDLRecordSetLocalService.updateRecordSet(long groupId,
long ddmStructureId,
String recordSetKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
int minDisplayRows,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalServiceWrapper.updateStatus(long userId,
long recordVersionId,
int status,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordLocalServiceUtil.updateStatus(long userId,
long recordVersionId,
int status,
ServiceContext serviceContext)
|
DDLRecord |
DDLRecordLocalService.updateStatus(long userId,
long recordVersionId,
int status,
ServiceContext serviceContext)
|
| Uses of SystemException in com.liferay.portlet.dynamicdatalists.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence that throw SystemException | |
|---|---|
static int |
DDLRecordVersionUtil.countAll()
Returns the number of d d l record versions. |
int |
DDLRecordVersionPersistence.countAll()
Returns the number of d d l record versions. |
static int |
DDLRecordUtil.countAll()
Returns the number of d d l records. |
static int |
DDLRecordSetUtil.countAll()
Returns the number of d d l record sets. |
int |
DDLRecordSetPersistence.countAll()
Returns the number of d d l record sets. |
int |
DDLRecordPersistence.countAll()
Returns the number of d d l records. |
static int |
DDLRecordSetFinderUtil.countByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
int |
DDLRecordSetFinder.countByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
static int |
DDLRecordFinderUtil.countByC_S_S(long companyId,
int status,
int scope)
|
int |
DDLRecordFinder.countByC_S_S(long companyId,
int status,
int scope)
|
static int |
DDLRecordUtil.countByCompanyId(long companyId)
Returns the number of d d l records where companyId = ?. |
int |
DDLRecordPersistence.countByCompanyId(long companyId)
Returns the number of d d l records where companyId = ?. |
static int |
DDLRecordSetUtil.countByG_R(long groupId,
String recordSetKey)
Returns the number of d d l record sets where groupId = ? and recordSetKey = ?. |
int |
DDLRecordSetPersistence.countByG_R(long groupId,
String recordSetKey)
Returns the number of d d l record sets where groupId = ? and recordSetKey = ?. |
static int |
DDLRecordSetUtil.countByGroupId(long groupId)
Returns the number of d d l record sets where groupId = ?. |
int |
DDLRecordSetPersistence.countByGroupId(long groupId)
Returns the number of d d l record sets where groupId = ?. |
static int |
DDLRecordSetFinderUtil.countByKeywords(long companyId,
long groupId,
String keywords,
int scope)
|
int |
DDLRecordSetFinder.countByKeywords(long companyId,
long groupId,
String keywords,
int scope)
|
static int |
DDLRecordVersionUtil.countByR_S(long recordId,
int status)
Returns the number of d d l record versions where recordId = ? and status = ?. |
int |
DDLRecordVersionPersistence.countByR_S(long recordId,
int status)
Returns the number of d d l record versions where recordId = ? and status = ?. |
static int |
DDLRecordFinderUtil.countByR_S(long recordSetId,
int status)
|
int |
DDLRecordFinder.countByR_S(long recordSetId,
int status)
|
static int |
DDLRecordUtil.countByR_U(long recordSetId,
long userId)
Returns the number of d d l records where recordSetId = ? and userId = ?. |
int |
DDLRecordPersistence.countByR_U(long recordSetId,
long userId)
Returns the number of d d l records where recordSetId = ? and userId = ?. |
static int |
DDLRecordVersionUtil.countByR_V(long recordId,
String version)
Returns the number of d d l record versions where recordId = ? and version = ?. |
int |
DDLRecordVersionPersistence.countByR_V(long recordId,
String version)
Returns the number of d d l record versions where recordId = ? and version = ?. |
static int |
DDLRecordVersionUtil.countByRecordId(long recordId)
Returns the number of d d l record versions where recordId = ?. |
int |
DDLRecordVersionPersistence.countByRecordId(long recordId)
Returns the number of d d l record versions where recordId = ?. |
static int |
DDLRecordUtil.countByRecordSetId(long recordSetId)
Returns the number of d d l records where recordSetId = ?. |
int |
DDLRecordPersistence.countByRecordSetId(long recordSetId)
Returns the number of d d l records where recordSetId = ?. |
static int |
DDLRecordUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of d d l records where uuid = ? and companyId = ?. |
static int |
DDLRecordSetUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of d d l record sets where uuid = ? and companyId = ?. |
int |
DDLRecordSetPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of d d l record sets where uuid = ? and companyId = ?. |
int |
DDLRecordPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of d d l records where uuid = ? and companyId = ?. |
static int |
DDLRecordUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of d d l records where uuid = ? and groupId = ?. |
static int |
DDLRecordSetUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of d d l record sets where uuid = ? and groupId = ?. |
int |
DDLRecordSetPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of d d l record sets where uuid = ? and groupId = ?. |
int |
DDLRecordPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of d d l records where uuid = ? and groupId = ?. |
static int |
DDLRecordUtil.countByUuid(String uuid)
Returns the number of d d l records where uuid = ?. |
static int |
DDLRecordSetUtil.countByUuid(String uuid)
Returns the number of d d l record sets where uuid = ?. |
int |
DDLRecordSetPersistence.countByUuid(String uuid)
Returns the number of d d l record sets where uuid = ?. |
int |
DDLRecordPersistence.countByUuid(String uuid)
Returns the number of d d l records where uuid = ?. |
long |
DDLRecordVersionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DDLRecordUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DDLRecordSetUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DDLRecord |
DDLRecordUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByG_R(long groupId,
String recordSetKey)
Returns the d d l record set where groupId = ? and recordSetKey = ? or returns null if it could not be found. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByG_R(long groupId,
String recordSetKey)
Returns the d d l record set where groupId = ? and recordSetKey = ? or returns null if it could not be found. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByG_R(long groupId,
String recordSetKey,
boolean retrieveFromCache)
Returns the d d l record set where groupId = ? and recordSetKey = ? or returns null if it could not be found, optionally using the finder cache. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByG_R(long groupId,
String recordSetKey,
boolean retrieveFromCache)
Returns the d d l record set where groupId = ? and recordSetKey = ? or returns null if it could not be found, optionally using the finder cache. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where groupId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where groupId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where groupId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where groupId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or returns null if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or returns null if it could not be found. |
static DDLRecord |
DDLRecordUtil.fetchByPrimaryKey(long recordId)
Returns the d d l record with the primary key or returns null if it could not be found. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByPrimaryKey(long recordSetId)
Returns the d d l record set with the primary key or returns null if it could not be found. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByPrimaryKey(long recordSetId)
Returns the d d l record set with the primary key or returns null if it could not be found. |
DDLRecord |
DDLRecordPersistence.fetchByPrimaryKey(long recordId)
Returns the d d l record with the primary key or returns null if it could not be found. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_S_First(long recordId,
int status,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_S_First(long recordId,
int status,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_S_Last(long recordId,
int status,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_S_Last(long recordId,
int status,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecord |
DDLRecordUtil.fetchByR_U_First(long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByR_U_First(long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByR_U_Last(long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByR_U_Last(long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_V(long recordId,
String version,
boolean retrieveFromCache)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_V(long recordId,
String version,
boolean retrieveFromCache)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByRecordId_First(long recordId,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByRecordId_First(long recordId,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByRecordId_Last(long recordId,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByRecordId_Last(long recordId,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByRecordSetId_First(long recordSetId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByRecordSetId_First(long recordSetId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByRecordSetId_Last(long recordSetId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByRecordSetId_Last(long recordSetId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ?. |
DDLRecord |
DDLRecordPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
static DDLRecord |
DDLRecordUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the d d l record set where uuid = ? and groupId = ? or returns null if it could not be found. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the d d l record set where uuid = ? and groupId = ? or returns null if it could not be found. |
DDLRecord |
DDLRecordPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found. |
static DDLRecord |
DDLRecordUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d l record set where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d l record set where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DDLRecord |
DDLRecordPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d l record where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DDLRecord |
DDLRecordUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ?. |
DDLRecord |
DDLRecordPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
static int |
DDLRecordSetUtil.filterCountByGroupId(long groupId)
Returns the number of d d l record sets that the user has permission to view where groupId = ?. |
int |
DDLRecordSetPersistence.filterCountByGroupId(long groupId)
Returns the number of d d l record sets that the user has permission to view where groupId = ?. |
static DDLRecordSet[] |
DDLRecordSetUtil.filterFindByGroupId_PrevAndNext(long recordSetId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set of d d l record sets that the user has permission to view where groupId = ?. |
DDLRecordSet[] |
DDLRecordSetPersistence.filterFindByGroupId_PrevAndNext(long recordSetId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set of d d l record sets that the user has permission to view where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.filterFindByGroupId(long groupId)
Returns all the d d l record sets that the user has permission to view where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.filterFindByGroupId(long groupId)
Returns all the d d l record sets that the user has permission to view where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d l record sets that the user has permission to view where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d l record sets that the user has permission to view where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findAll()
Returns all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findAll()
Returns all the d d l record versions. |
static List<DDLRecord> |
DDLRecordUtil.findAll()
Returns all the d d l records. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findAll()
Returns all the d d l record sets. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findAll()
Returns all the d d l record sets. |
List<DDLRecord> |
DDLRecordPersistence.findAll()
Returns all the d d l records. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findAll(int start,
int end)
Returns a range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findAll(int start,
int end)
Returns a range of all the d d l record versions. |
static List<DDLRecord> |
DDLRecordUtil.findAll(int start,
int end)
Returns a range of all the d d l records. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findAll(int start,
int end)
Returns a range of all the d d l record sets. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findAll(int start,
int end)
Returns a range of all the d d l record sets. |
List<DDLRecord> |
DDLRecordPersistence.findAll(int start,
int end)
Returns a range of all the d d l records. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions. |
static List<DDLRecord> |
DDLRecordUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets. |
List<DDLRecord> |
DDLRecordPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records. |
static List<DDLRecordSet> |
DDLRecordSetFinderUtil.findByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecordSet> |
DDLRecordSetFinder.findByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecordSet> |
DDLRecordSetFinderUtil.findByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecordSet> |
DDLRecordSetFinder.findByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static Long[] |
DDLRecordFinderUtil.findByC_S_S_MinAndMax(long companyId,
int status,
int scope)
|
Long[] |
DDLRecordFinder.findByC_S_S_MinAndMax(long companyId,
int status,
int scope)
|
static List<DDLRecord> |
DDLRecordFinderUtil.findByC_S_S_MinAndMax(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
|
List<DDLRecord> |
DDLRecordFinder.findByC_S_S_MinAndMax(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
|
static List<DDLRecord> |
DDLRecordFinderUtil.findByC_S_S(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecord> |
DDLRecordFinder.findByC_S_S(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDLRecord |
DDLRecordUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
DDLRecord |
DDLRecordPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
static DDLRecord |
DDLRecordUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
DDLRecord |
DDLRecordPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
static DDLRecord[] |
DDLRecordUtil.findByCompanyId_PrevAndNext(long recordId,
long companyId,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?. |
DDLRecord[] |
DDLRecordPersistence.findByCompanyId_PrevAndNext(long recordId,
long companyId,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByCompanyId(long companyId)
Returns all the d d l records where companyId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByCompanyId(long companyId)
Returns all the d d l records where companyId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the d d l records where companyId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the d d l records where companyId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where companyId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByG_R(long groupId,
String recordSetKey)
Returns the d d l record set where groupId = ? and recordSetKey = ? or throws a NoSuchRecordSetException if it could not be found. |
DDLRecordSet |
DDLRecordSetPersistence.findByG_R(long groupId,
String recordSetKey)
Returns the d d l record set where groupId = ? and recordSetKey = ? or throws a NoSuchRecordSetException if it could not be found. |
static DDLRecordSet |
DDLRecordSetUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where groupId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where groupId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where groupId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where groupId = ?. |
static DDLRecordSet[] |
DDLRecordSetUtil.findByGroupId_PrevAndNext(long recordSetId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set where groupId = ?. |
DDLRecordSet[] |
DDLRecordSetPersistence.findByGroupId_PrevAndNext(long recordSetId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByGroupId(long groupId)
Returns all the d d l record sets where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByGroupId(long groupId)
Returns all the d d l record sets where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d l record sets where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d l record sets where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetFinderUtil.findByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecordSet> |
DDLRecordSetFinder.findByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDLRecordVersion |
DDLRecordVersionUtil.findByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or throws a NoSuchRecordVersionException if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or throws a NoSuchRecordVersionException if it could not be found. |
static DDLRecord |
DDLRecordUtil.findByPrimaryKey(long recordId)
Returns the d d l record with the primary key or throws a NoSuchRecordException if it could not be found. |
static DDLRecordSet |
DDLRecordSetUtil.findByPrimaryKey(long recordSetId)
Returns the d d l record set with the primary key or throws a NoSuchRecordSetException if it could not be found. |
DDLRecordSet |
DDLRecordSetPersistence.findByPrimaryKey(long recordSetId)
Returns the d d l record set with the primary key or throws a NoSuchRecordSetException if it could not be found. |
DDLRecord |
DDLRecordPersistence.findByPrimaryKey(long recordId)
Returns the d d l record with the primary key or throws a NoSuchRecordException if it could not be found. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_S_First(long recordId,
int status,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_S_First(long recordId,
int status,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_S_Last(long recordId,
int status,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_S_Last(long recordId,
int status,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion[] |
DDLRecordVersionUtil.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistence.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByR_S(long recordId,
int status)
Returns all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByR_S(long recordId,
int status)
Returns all the d d l record versions where recordId = ? and status = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByR_S(long recordId,
int status,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByR_S(long recordId,
int status,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ? and status = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
static List<DDLRecord> |
DDLRecordFinderUtil.findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDLRecord> |
DDLRecordFinder.findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDLRecord |
DDLRecordUtil.findByR_U_First(long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord |
DDLRecordPersistence.findByR_U_First(long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecord |
DDLRecordUtil.findByR_U_Last(long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord |
DDLRecordPersistence.findByR_U_Last(long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecord[] |
DDLRecordUtil.findByR_U_PrevAndNext(long recordId,
long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord[] |
DDLRecordPersistence.findByR_U_PrevAndNext(long recordId,
long recordSetId,
long userId,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByR_U(long recordSetId,
long userId)
Returns all the d d l records where recordSetId = ? and userId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByR_U(long recordSetId,
long userId)
Returns all the d d l records where recordSetId = ? and userId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByR_U(long recordSetId,
long userId,
int start,
int end)
Returns a range of all the d d l records where recordSetId = ? and userId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByR_U(long recordSetId,
long userId,
int start,
int end)
Returns a range of all the d d l records where recordSetId = ? and userId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByR_U(long recordSetId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByR_U(long recordSetId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or throws a NoSuchRecordVersionException if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or throws a NoSuchRecordVersionException if it could not be found. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_First(long recordId,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_First(long recordId,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_Last(long recordId,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_Last(long recordId,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion[] |
DDLRecordVersionUtil.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistence.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByRecordId(long recordId)
Returns all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByRecordId(long recordId)
Returns all the d d l record versions where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByRecordId(long recordId,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByRecordId(long recordId,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByRecordId(long recordId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByRecordId(long recordId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
static DDLRecord |
DDLRecordUtil.findByRecordSetId_First(long recordSetId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
DDLRecord |
DDLRecordPersistence.findByRecordSetId_First(long recordSetId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
DDLRecordUtil.findByRecordSetId_Last(long recordSetId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
DDLRecord |
DDLRecordPersistence.findByRecordSetId_Last(long recordSetId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
static DDLRecord[] |
DDLRecordUtil.findByRecordSetId_PrevAndNext(long recordId,
long recordSetId,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?. |
DDLRecord[] |
DDLRecordPersistence.findByRecordSetId_PrevAndNext(long recordId,
long recordSetId,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByRecordSetId(long recordSetId)
Returns all the d d l records where recordSetId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByRecordSetId(long recordSetId)
Returns all the d d l records where recordSetId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByRecordSetId(long recordSetId,
int start,
int end)
Returns a range of all the d d l records where recordSetId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByRecordSetId(long recordSetId,
int start,
int end)
Returns a range of all the d d l records where recordSetId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByRecordSetId(long recordSetId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByRecordSetId(long recordSetId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ?. |
static DDLRecord |
DDLRecordUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecord |
DDLRecordPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
DDLRecordUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecord |
DDLRecordPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord[] |
DDLRecordUtil.findByUuid_C_PrevAndNext(long recordId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet[] |
DDLRecordSetUtil.findByUuid_C_PrevAndNext(long recordSetId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet[] |
DDLRecordSetPersistence.findByUuid_C_PrevAndNext(long recordSetId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ? and companyId = ?. |
DDLRecord[] |
DDLRecordPersistence.findByUuid_C_PrevAndNext(long recordId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByUuid_C(String uuid,
long companyId)
Returns all the d d l records where uuid = ? and companyId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByUuid_C(String uuid,
long companyId)
Returns all the d d l record sets where uuid = ? and companyId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the d d l record sets where uuid = ? and companyId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the d d l records where uuid = ? and companyId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d l records where uuid = ? and companyId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d l record sets where uuid = ? and companyId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d l record sets where uuid = ? and companyId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d l records where uuid = ? and companyId = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where uuid = ? and companyId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets where uuid = ? and companyId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets where uuid = ? and companyId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where uuid = ? and companyId = ?. |
static DDLRecord |
DDLRecordUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ?. |
DDLRecord |
DDLRecordPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
static DDLRecord |
DDLRecordUtil.findByUUID_G(String uuid,
long groupId)
Returns the d d l record where uuid = ? and groupId = ? or throws a NoSuchRecordException if it could not be found. |
static DDLRecordSet |
DDLRecordSetUtil.findByUUID_G(String uuid,
long groupId)
Returns the d d l record set where uuid = ? and groupId = ? or throws a NoSuchRecordSetException if it could not be found. |
DDLRecordSet |
DDLRecordSetPersistence.findByUUID_G(String uuid,
long groupId)
Returns the d d l record set where uuid = ? and groupId = ? or throws a NoSuchRecordSetException if it could not be found. |
DDLRecord |
DDLRecordPersistence.findByUUID_G(String uuid,
long groupId)
Returns the d d l record where uuid = ? and groupId = ? or throws a NoSuchRecordException if it could not be found. |
static DDLRecord |
DDLRecordUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ?. |
DDLRecord |
DDLRecordPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
static DDLRecord[] |
DDLRecordUtil.findByUuid_PrevAndNext(long recordId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?. |
static DDLRecordSet[] |
DDLRecordSetUtil.findByUuid_PrevAndNext(long recordSetId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ?. |
DDLRecordSet[] |
DDLRecordSetPersistence.findByUuid_PrevAndNext(long recordSetId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set where uuid = ?. |
DDLRecord[] |
DDLRecordPersistence.findByUuid_PrevAndNext(long recordId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByUuid(String uuid)
Returns all the d d l records where uuid = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByUuid(String uuid)
Returns all the d d l record sets where uuid = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByUuid(String uuid)
Returns all the d d l record sets where uuid = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByUuid(String uuid)
Returns all the d d l records where uuid = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d l records where uuid = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d l record sets where uuid = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d l record sets where uuid = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d l records where uuid = ?. |
static List<DDLRecord> |
DDLRecordUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where uuid = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets where uuid = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record sets where uuid = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d l records where uuid = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDLRecord> |
DDLRecordUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDLRecordSet> |
DDLRecordSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDLRecord> |
DDLRecordUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDLRecordSet> |
DDLRecordSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecord> |
DDLRecordUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecordSet> |
DDLRecordSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDLRecordVersion |
DDLRecordVersionUtil.remove(long recordVersionId)
Removes the d d l record version with the primary key from the database. |
DDLRecordVersion |
DDLRecordVersionPersistence.remove(long recordVersionId)
Removes the d d l record version with the primary key from the database. |
static DDLRecord |
DDLRecordUtil.remove(long recordId)
Removes the d d l record with the primary key from the database. |
static DDLRecordSet |
DDLRecordSetUtil.remove(long recordSetId)
Removes the d d l record set with the primary key from the database. |
DDLRecordSet |
DDLRecordSetPersistence.remove(long recordSetId)
Removes the d d l record set with the primary key from the database. |
DDLRecord |
DDLRecordPersistence.remove(long recordId)
Removes the d d l record with the primary key from the database. |
static void |
DDLRecordVersionUtil.removeAll()
Removes all the d d l record versions from the database. |
void |
DDLRecordVersionPersistence.removeAll()
Removes all the d d l record versions from the database. |
static void |
DDLRecordUtil.removeAll()
Removes all the d d l records from the database. |
static void |
DDLRecordSetUtil.removeAll()
Removes all the d d l record sets from the database. |
void |
DDLRecordSetPersistence.removeAll()
Removes all the d d l record sets from the database. |
void |
DDLRecordPersistence.removeAll()
Removes all the d d l records from the database. |
static void |
DDLRecordUtil.removeByCompanyId(long companyId)
Removes all the d d l records where companyId = ? from the database. |
void |
DDLRecordPersistence.removeByCompanyId(long companyId)
Removes all the d d l records where companyId = ? from the database. |
static DDLRecordSet |
DDLRecordSetUtil.removeByG_R(long groupId,
String recordSetKey)
Removes the d d l record set where groupId = ? and recordSetKey = ? from the database. |
DDLRecordSet |
DDLRecordSetPersistence.removeByG_R(long groupId,
String recordSetKey)
Removes the d d l record set where groupId = ? and recordSetKey = ? from the database. |
static void |
DDLRecordSetUtil.removeByGroupId(long groupId)
Removes all the d d l record sets where groupId = ? from the database. |
void |
DDLRecordSetPersistence.removeByGroupId(long groupId)
Removes all the d d l record sets where groupId = ? from the database. |
static void |
DDLRecordVersionUtil.removeByR_S(long recordId,
int status)
Removes all the d d l record versions where recordId = ? and status = ? from the database. |
void |
DDLRecordVersionPersistence.removeByR_S(long recordId,
int status)
Removes all the d d l record versions where recordId = ? and status = ? from the database. |
static void |
DDLRecordUtil.removeByR_U(long recordSetId,
long userId)
Removes all the d d l records where recordSetId = ? and userId = ? from the database. |
void |
DDLRecordPersistence.removeByR_U(long recordSetId,
long userId)
Removes all the d d l records where recordSetId = ? and userId = ? from the database. |
static DDLRecordVersion |
DDLRecordVersionUtil.removeByR_V(long recordId,
String version)
Removes the d d l record version where recordId = ? and version = ? from the database. |
DDLRecordVersion |
DDLRecordVersionPersistence.removeByR_V(long recordId,
String version)
Removes the d d l record version where recordId = ? and version = ? from the database. |
static void |
DDLRecordVersionUtil.removeByRecordId(long recordId)
Removes all the d d l record versions where recordId = ? from the database. |
void |
DDLRecordVersionPersistence.removeByRecordId(long recordId)
Removes all the d d l record versions where recordId = ? from the database. |
static void |
DDLRecordUtil.removeByRecordSetId(long recordSetId)
Removes all the d d l records where recordSetId = ? from the database. |
void |
DDLRecordPersistence.removeByRecordSetId(long recordSetId)
Removes all the d d l records where recordSetId = ? from the database. |
static void |
DDLRecordUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the d d l records where uuid = ? and companyId = ? from the database. |
static void |
DDLRecordSetUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the d d l record sets where uuid = ? and companyId = ? from the database. |
void |
DDLRecordSetPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the d d l record sets where uuid = ? and companyId = ? from the database. |
void |
DDLRecordPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the d d l records where uuid = ? and companyId = ? from the database. |
static DDLRecord |
DDLRecordUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d d l record where uuid = ? and groupId = ? from the database. |
static DDLRecordSet |
DDLRecordSetUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d d l record set where uuid = ? and groupId = ? from the database. |
DDLRecordSet |
DDLRecordSetPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d d l record set where uuid = ? and groupId = ? from the database. |
DDLRecord |
DDLRecordPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d d l record where uuid = ? and groupId = ? from the database. |
static void |
DDLRecordUtil.removeByUuid(String uuid)
Removes all the d d l records where uuid = ? from the database. |
static void |
DDLRecordSetUtil.removeByUuid(String uuid)
Removes all the d d l record sets where uuid = ? from the database. |
void |
DDLRecordSetPersistence.removeByUuid(String uuid)
Removes all the d d l record sets where uuid = ? from the database. |
void |
DDLRecordPersistence.removeByUuid(String uuid)
Removes all the d d l records where uuid = ? from the database. |
static DDLRecord |
DDLRecordUtil.update(DDLRecord ddlRecord)
|
static DDLRecord |
DDLRecordUtil.update(DDLRecord ddlRecord,
ServiceContext serviceContext)
|
static DDLRecordSet |
DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet)
|
static DDLRecordSet |
DDLRecordSetUtil.update(DDLRecordSet ddlRecordSet,
ServiceContext serviceContext)
|
static DDLRecordVersion |
DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion)
|
static DDLRecordVersion |
DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion,
ServiceContext serviceContext)
|
static DDLRecord |
DDLRecordUtil.updateImpl(DDLRecord ddlRecord)
|
DDLRecord |
DDLRecordPersistence.updateImpl(DDLRecord ddlRecord)
|
static DDLRecordSet |
DDLRecordSetUtil.updateImpl(DDLRecordSet ddlRecordSet)
|
DDLRecordSet |
DDLRecordSetPersistence.updateImpl(DDLRecordSet ddlRecordSet)
|
static DDLRecordVersion |
DDLRecordVersionUtil.updateImpl(DDLRecordVersion ddlRecordVersion)
|
DDLRecordVersion |
DDLRecordVersionPersistence.updateImpl(DDLRecordVersion ddlRecordVersion)
|
| Constructors in com.liferay.portlet.dynamicdatalists.service.persistence that throw SystemException | |
|---|---|
DDLRecordActionableDynamicQuery()
|
|
DDLRecordSetActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.portlet.dynamicdatamapping.model |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.model that throw SystemException | |
|---|---|
String |
DDMStructureWrapper.getCompleteXsd()
|
String |
DDMStructure.getCompleteXsd()
|
String |
DDMStructureWrapper.getFieldDataType(String fieldName)
|
String |
DDMStructure.getFieldDataType(String fieldName)
|
String |
DDMStructureWrapper.getFieldLabel(String fieldName,
Locale locale)
|
String |
DDMStructure.getFieldLabel(String fieldName,
Locale locale)
|
String |
DDMStructureWrapper.getFieldLabel(String fieldName,
String locale)
|
String |
DDMStructure.getFieldLabel(String fieldName,
String locale)
|
Set<String> |
DDMStructureWrapper.getFieldNames()
|
Set<String> |
DDMStructure.getFieldNames()
|
String |
DDMStructureWrapper.getFieldProperty(String fieldName,
String property)
|
String |
DDMStructure.getFieldProperty(String fieldName,
String property)
|
String |
DDMStructureWrapper.getFieldProperty(String fieldName,
String property,
String locale)
|
String |
DDMStructure.getFieldProperty(String fieldName,
String property,
String locale)
|
boolean |
DDMStructureWrapper.getFieldRequired(String fieldName)
|
boolean |
DDMStructure.getFieldRequired(String fieldName)
|
Map<String,Map<String,String>> |
DDMStructureWrapper.getFieldsMap()
|
Map<String,Map<String,String>> |
DDMStructure.getFieldsMap()
|
Map<String,Map<String,String>> |
DDMStructureWrapper.getFieldsMap(String locale)
|
Map<String,Map<String,String>> |
DDMStructure.getFieldsMap(String locale)
|
String |
DDMStructureWrapper.getFieldType(String fieldName)
|
String |
DDMStructure.getFieldType(String fieldName)
|
String |
DDMTemplateWrapper.getSmallImageType()
|
String |
DDMTemplate.getSmallImageType()
|
String |
DDMStorageLinkWrapper.getStorageType()
|
String |
DDMStorageLink.getStorageType()
|
DDMStructure |
DDMStructureLinkWrapper.getStructure()
|
DDMStructure |
DDMStructureLink.getStructure()
|
DDMStructure |
DDMStorageLinkWrapper.getStructure()
|
DDMStructure |
DDMStorageLink.getStructure()
|
List<DDMTemplate> |
DDMStructureWrapper.getTemplates()
|
List<DDMTemplate> |
DDMStructure.getTemplates()
|
Map<String,Map<String,String>> |
DDMStructureWrapper.getTransientFieldsMap(String locale)
|
Map<String,Map<String,String>> |
DDMStructure.getTransientFieldsMap(String locale)
|
String |
DDMTemplateWrapper.getUserUuid()
Returns the user uuid of this d d m template. |
String |
DDMTemplateModel.getUserUuid()
Returns the user uuid of this d d m template. |
String |
DDMStructureWrapper.getUserUuid()
Returns the user uuid of this d d m structure. |
String |
DDMStructureModel.getUserUuid()
Returns the user uuid of this d d m structure. |
String |
DDMContentWrapper.getUserUuid()
Returns the user uuid of this d d m content. |
String |
DDMContentModel.getUserUuid()
Returns the user uuid of this d d m content. |
boolean |
DDMStructureWrapper.hasField(String fieldName)
|
boolean |
DDMStructure.hasField(String fieldName)
|
boolean |
DDMStructureWrapper.isFieldRepeatable(String fieldName)
|
boolean |
DDMStructure.isFieldRepeatable(String fieldName)
|
void |
DDMTemplateWrapper.persist()
|
void |
DDMStructureWrapper.persist()
|
void |
DDMStructureLinkWrapper.persist()
|
void |
DDMStorageLinkWrapper.persist()
|
void |
DDMContentWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.dynamicdatamapping.service |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service that throw SystemException | |
|---|---|
DDMContent |
DDMContentLocalServiceWrapper.addContent(long userId,
long groupId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
static DDMContent |
DDMContentLocalServiceUtil.addContent(long userId,
long groupId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalService.addContent(long userId,
long groupId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalServiceWrapper.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
static DDMContent |
DDMContentLocalServiceUtil.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
DDMContent |
DDMContentLocalService.addDDMContent(DDMContent ddmContent)
Adds the d d m content to the database. |
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.addDDMStorageLink(DDMStorageLink ddmStorageLink)
Adds the d d m storage link to the database. |
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.addDDMStorageLink(DDMStorageLink ddmStorageLink)
Adds the d d m storage link to the database. |
DDMStorageLink |
DDMStorageLinkLocalService.addDDMStorageLink(DDMStorageLink ddmStorageLink)
Adds the d d m storage link to the database. |
DDMStructure |
DDMStructureLocalServiceWrapper.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
static DDMStructure |
DDMStructureLocalServiceUtil.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
DDMStructure |
DDMStructureLocalService.addDDMStructure(DDMStructure ddmStructure)
Adds the d d m structure to the database. |
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.addDDMStructureLink(DDMStructureLink ddmStructureLink)
Adds the d d m structure link to the database. |
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.addDDMStructureLink(DDMStructureLink ddmStructureLink)
Adds the d d m structure link to the database. |
DDMStructureLink |
DDMStructureLinkLocalService.addDDMStructureLink(DDMStructureLink ddmStructureLink)
Adds the d d m structure link to the database. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.addDDMTemplate(DDMTemplate ddmTemplate)
Adds the d d m template to the database. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.addDDMTemplate(DDMTemplate ddmTemplate)
Adds the d d m template to the database. |
DDMTemplate |
DDMTemplateLocalService.addDDMTemplate(DDMTemplate ddmTemplate)
Adds the d d m template to the database. |
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.addStorageLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.addStorageLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
DDMStorageLink |
DDMStorageLinkLocalService.addStorageLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
long classNameId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.addStructure(long groupId,
long parentStructureId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.addStructure(long userId,
long groupId,
String parentStructureKey,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.addStructureLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.addStructureLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
DDMStructureLink |
DDMStructureLinkLocalService.addStructureLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
|
void |
DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMStructureLocalService.addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMStructureLocalServiceWrapper.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
DDMStructureLocalServiceUtil.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DDMStructureLocalService.addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalService.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalService.addTemplate(long userId,
long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateServiceWrapper.addTemplate(long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateServiceUtil.addTemplate(long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateService.addTemplate(long groupId,
long classNameId,
long classPK,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateServiceWrapper.addTemplate(long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateServiceUtil.addTemplate(long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateService.addTemplate(long groupId,
long classNameId,
long classPK,
String templateKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
void |
DDMTemplateLocalServiceWrapper.addTemplateResources(DDMTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
DDMTemplateLocalServiceUtil.addTemplateResources(DDMTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMTemplateLocalService.addTemplateResources(DDMTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
DDMTemplateLocalServiceWrapper.addTemplateResources(DDMTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
DDMTemplateLocalServiceUtil.addTemplateResources(DDMTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
void |
DDMTemplateLocalService.addTemplateResources(DDMTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
DDMStructure |
DDMStructureLocalServiceWrapper.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.copyTemplate(long userId,
long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.copyTemplate(long userId,
long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalService.copyTemplate(long userId,
long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateServiceWrapper.copyTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateServiceUtil.copyTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateService.copyTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.copyTemplates(long userId,
long classNameId,
long oldClassPK,
long newClassPK,
String type,
ServiceContext serviceContext)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.copyTemplates(long userId,
long classNameId,
long oldClassPK,
long newClassPK,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateLocalService.copyTemplates(long userId,
long classNameId,
long oldClassPK,
long newClassPK,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
|
List<DDMTemplate> |
DDMTemplateService.copyTemplates(long classNameId,
long classPK,
long newClassPK,
String type,
ServiceContext serviceContext)
|
void |
DDMStorageLinkLocalServiceWrapper.deleteClassStorageLink(long classPK)
|
static void |
DDMStorageLinkLocalServiceUtil.deleteClassStorageLink(long classPK)
|
void |
DDMStorageLinkLocalService.deleteClassStorageLink(long classPK)
|
void |
DDMStructureLinkLocalServiceWrapper.deleteClassStructureLink(long classPK)
|
static void |
DDMStructureLinkLocalServiceUtil.deleteClassStructureLink(long classPK)
|
void |
DDMStructureLinkLocalService.deleteClassStructureLink(long classPK)
|
void |
DDMContentLocalServiceWrapper.deleteContent(DDMContent content)
|
static void |
DDMContentLocalServiceUtil.deleteContent(DDMContent content)
|
void |
DDMContentLocalService.deleteContent(DDMContent content)
|
void |
DDMContentLocalServiceWrapper.deleteContents(long groupId)
|
static void |
DDMContentLocalServiceUtil.deleteContents(long groupId)
|
void |
DDMContentLocalService.deleteContents(long groupId)
|
DDMContent |
DDMContentLocalServiceWrapper.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
static DDMContent |
DDMContentLocalServiceUtil.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
DDMContent |
DDMContentLocalService.deleteDDMContent(DDMContent ddmContent)
Deletes the d d m content from the database. |
DDMContent |
DDMContentLocalServiceWrapper.deleteDDMContent(long contentId)
Deletes the d d m content with the primary key from the database. |
static DDMContent |
DDMContentLocalServiceUtil.deleteDDMContent(long contentId)
Deletes the d d m content with the primary key from the database. |
DDMContent |
DDMContentLocalService.deleteDDMContent(long contentId)
Deletes the d d m content with the primary key from the database. |
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
Deletes the d d m storage link from the database. |
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
Deletes the d d m storage link from the database. |
DDMStorageLink |
DDMStorageLinkLocalService.deleteDDMStorageLink(DDMStorageLink ddmStorageLink)
Deletes the d d m storage link from the database. |
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.deleteDDMStorageLink(long storageLinkId)
Deletes the d d m storage link with the primary key from the database. |
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.deleteDDMStorageLink(long storageLinkId)
Deletes the d d m storage link with the primary key from the database. |
DDMStorageLink |
DDMStorageLinkLocalService.deleteDDMStorageLink(long storageLinkId)
Deletes the d d m storage link with the primary key from the database. |
DDMStructure |
DDMStructureLocalServiceWrapper.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
static DDMStructure |
DDMStructureLocalServiceUtil.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
DDMStructure |
DDMStructureLocalService.deleteDDMStructure(DDMStructure ddmStructure)
Deletes the d d m structure from the database. |
DDMStructure |
DDMStructureLocalServiceWrapper.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
static DDMStructure |
DDMStructureLocalServiceUtil.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructureLocalService.deleteDDMStructure(long structureId)
Deletes the d d m structure with the primary key from the database. |
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
Deletes the d d m structure link from the database. |
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
Deletes the d d m structure link from the database. |
DDMStructureLink |
DDMStructureLinkLocalService.deleteDDMStructureLink(DDMStructureLink ddmStructureLink)
Deletes the d d m structure link from the database. |
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.deleteDDMStructureLink(long structureLinkId)
Deletes the d d m structure link with the primary key from the database. |
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.deleteDDMStructureLink(long structureLinkId)
Deletes the d d m structure link with the primary key from the database. |
DDMStructureLink |
DDMStructureLinkLocalService.deleteDDMStructureLink(long structureLinkId)
Deletes the d d m structure link with the primary key from the database. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.deleteDDMTemplate(DDMTemplate ddmTemplate)
Deletes the d d m template from the database. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.deleteDDMTemplate(DDMTemplate ddmTemplate)
Deletes the d d m template from the database. |
DDMTemplate |
DDMTemplateLocalService.deleteDDMTemplate(DDMTemplate ddmTemplate)
Deletes the d d m template from the database. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.deleteDDMTemplate(long templateId)
Deletes the d d m template with the primary key from the database. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.deleteDDMTemplate(long templateId)
Deletes the d d m template with the primary key from the database. |
DDMTemplate |
DDMTemplateLocalService.deleteDDMTemplate(long templateId)
Deletes the d d m template with the primary key from the database. |
void |
DDMStorageLinkLocalServiceWrapper.deleteStorageLink(DDMStorageLink storageLink)
|
static void |
DDMStorageLinkLocalServiceUtil.deleteStorageLink(DDMStorageLink storageLink)
|
void |
DDMStorageLinkLocalService.deleteStorageLink(DDMStorageLink storageLink)
|
void |
DDMStorageLinkLocalServiceWrapper.deleteStorageLink(long storageLinkId)
|
static void |
DDMStorageLinkLocalServiceUtil.deleteStorageLink(long storageLinkId)
|
void |
DDMStorageLinkLocalService.deleteStorageLink(long storageLinkId)
|
void |
DDMStructureLocalServiceWrapper.deleteStructure(DDMStructure structure)
|
static void |
DDMStructureLocalServiceUtil.deleteStructure(DDMStructure structure)
|
void |
DDMStructureLocalService.deleteStructure(DDMStructure structure)
|
void |
DDMStructureServiceWrapper.deleteStructure(long structureId)
|
static void |
DDMStructureServiceUtil.deleteStructure(long structureId)
|
void |
DDMStructureService.deleteStructure(long structureId)
|
void |
DDMStructureLocalServiceWrapper.deleteStructure(long structureId)
|
static void |
DDMStructureLocalServiceUtil.deleteStructure(long structureId)
|
void |
DDMStructureLocalService.deleteStructure(long structureId)
|
void |
DDMStructureLocalServiceWrapper.deleteStructure(long groupId,
String structureKey)
|
static void |
DDMStructureLocalServiceUtil.deleteStructure(long groupId,
String structureKey)
|
void |
DDMStructureLocalService.deleteStructure(long groupId,
String structureKey)
|
void |
DDMStructureLinkLocalServiceWrapper.deleteStructureLink(DDMStructureLink structureLink)
|
static void |
DDMStructureLinkLocalServiceUtil.deleteStructureLink(DDMStructureLink structureLink)
|
void |
DDMStructureLinkLocalService.deleteStructureLink(DDMStructureLink structureLink)
|
void |
DDMStructureLinkLocalServiceWrapper.deleteStructureLink(long structureLinkId)
|
static void |
DDMStructureLinkLocalServiceUtil.deleteStructureLink(long structureLinkId)
|
void |
DDMStructureLinkLocalService.deleteStructureLink(long structureLinkId)
|
void |
DDMStructureLocalServiceWrapper.deleteStructures(long groupId)
|
static void |
DDMStructureLocalServiceUtil.deleteStructures(long groupId)
|
void |
DDMStructureLocalService.deleteStructures(long groupId)
|
void |
DDMStorageLinkLocalServiceWrapper.deleteStructureStorageLinks(long structureId)
|
static void |
DDMStorageLinkLocalServiceUtil.deleteStructureStorageLinks(long structureId)
|
void |
DDMStorageLinkLocalService.deleteStructureStorageLinks(long structureId)
|
void |
DDMStructureLinkLocalServiceWrapper.deleteStructureStructureLinks(long structureId)
|
static void |
DDMStructureLinkLocalServiceUtil.deleteStructureStructureLinks(long structureId)
|
void |
DDMStructureLinkLocalService.deleteStructureStructureLinks(long structureId)
|
void |
DDMTemplateLocalServiceWrapper.deleteTemplate(DDMTemplate template)
|
static void |
DDMTemplateLocalServiceUtil.deleteTemplate(DDMTemplate template)
|
void |
DDMTemplateLocalService.deleteTemplate(DDMTemplate template)
|
void |
DDMTemplateServiceWrapper.deleteTemplate(long templateId)
|
static void |
DDMTemplateServiceUtil.deleteTemplate(long templateId)
|
void |
DDMTemplateService.deleteTemplate(long templateId)
|
void |
DDMTemplateLocalServiceWrapper.deleteTemplate(long templateId)
|
static void |
DDMTemplateLocalServiceUtil.deleteTemplate(long templateId)
|
void |
DDMTemplateLocalService.deleteTemplate(long templateId)
|
void |
DDMTemplateLocalServiceWrapper.deleteTemplates(long groupId)
|
static void |
DDMTemplateLocalServiceUtil.deleteTemplates(long groupId)
|
void |
DDMTemplateLocalService.deleteTemplates(long groupId)
|
List |
DDMTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DDMTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DDMStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMStructureLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DDMStructureLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMStructureLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMStorageLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DDMStorageLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMStorageLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
DDMContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMContentLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
DDMTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DDMTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DDMStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMStructureLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DDMStructureLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMStructureLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMStorageLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DDMStorageLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMStorageLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
DDMContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMContentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
DDMTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DDMTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DDMStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMStructureLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DDMStructureLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMStructureLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMStorageLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DDMStorageLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMStorageLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
DDMContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
DDMContentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
DDMTemplateLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DDMTemplateLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMTemplateLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMStructureLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DDMStructureLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMStructureLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMStructureLinkLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DDMStructureLinkLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMStructureLinkLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMStorageLinkLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DDMStorageLinkLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMStorageLinkLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMContentLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
DDMContentLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
DDMContentLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
DDMContent |
DDMContentLocalServiceWrapper.fetchDDMContent(long contentId)
|
static DDMContent |
DDMContentLocalServiceUtil.fetchDDMContent(long contentId)
|
DDMContent |
DDMContentLocalService.fetchDDMContent(long contentId)
|
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.fetchDDMStorageLink(long storageLinkId)
|
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.fetchDDMStorageLink(long storageLinkId)
|
DDMStorageLink |
DDMStorageLinkLocalService.fetchDDMStorageLink(long storageLinkId)
|
DDMStructure |
DDMStructureLocalServiceWrapper.fetchDDMStructure(long structureId)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchDDMStructure(long structureId)
|
DDMStructure |
DDMStructureLocalService.fetchDDMStructure(long structureId)
|
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.fetchDDMStructureLink(long structureLinkId)
|
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.fetchDDMStructureLink(long structureLinkId)
|
DDMStructureLink |
DDMStructureLinkLocalService.fetchDDMStructureLink(long structureLinkId)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.fetchDDMTemplate(long templateId)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.fetchDDMTemplate(long templateId)
|
DDMTemplate |
DDMTemplateLocalService.fetchDDMTemplate(long templateId)
|
DDMStructure |
DDMStructureLocalServiceWrapper.fetchStructure(long structureId)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long structureId)
|
DDMStructure |
DDMStructureLocalService.fetchStructure(long structureId)
|
DDMStructure |
DDMStructureServiceWrapper.fetchStructure(long groupId,
String structureKey)
|
static DDMStructure |
DDMStructureServiceUtil.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureService.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalServiceWrapper.fetchStructure(long groupId,
String structureKey)
|
static DDMStructure |
DDMStructureLocalServiceUtil.fetchStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalService.fetchStructure(long groupId,
String structureKey)
|
DDMTemplate |
DDMTemplateServiceWrapper.fetchTemplate(long groupId,
String templateKey)
|
static DDMTemplate |
DDMTemplateServiceUtil.fetchTemplate(long groupId,
String templateKey)
|
DDMTemplate |
DDMTemplateService.fetchTemplate(long groupId,
String templateKey)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.fetchTemplate(long groupId,
String templateKey)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.fetchTemplate(long groupId,
String templateKey)
|
DDMTemplate |
DDMTemplateLocalService.fetchTemplate(long groupId,
String templateKey)
|
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.getClassStorageLink(long classPK)
|
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.getClassStorageLink(long classPK)
|
DDMStorageLink |
DDMStorageLinkLocalService.getClassStorageLink(long classPK)
|
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.getClassStructureLink(long classPK)
|
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.getClassStructureLink(long classPK)
|
DDMStructureLink |
DDMStructureLinkLocalService.getClassStructureLink(long classPK)
|
List<DDMStructureLink> |
DDMStructureLinkLocalServiceWrapper.getClassStructureLinks(long classNameId)
|
static List<DDMStructureLink> |
DDMStructureLinkLocalServiceUtil.getClassStructureLinks(long classNameId)
|
List<DDMStructureLink> |
DDMStructureLinkLocalService.getClassStructureLinks(long classNameId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId)
Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId)
Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long) |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId)
Deprecated. DDMStructureLocalService.getClassStructures(long, long) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
int start,
int end)
Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long, int, int) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
int start,
int end)
Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long, int, int) |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
int start,
int end)
Deprecated. DDMStructureLocalService.getClassStructures(long, long, int, int) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId)
|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. DDMStructureLocalServiceWrapper.getClassStructures(long, long, OrderByComparator) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. DDMStructureLocalServiceUtil.getClassStructures(long, long, OrderByComparator) |
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. DDMStructureLocalService.getClassStructures(long, long, OrderByComparator) |
DDMContent |
DDMContentLocalServiceWrapper.getContent(long contentId)
|
static DDMContent |
DDMContentLocalServiceUtil.getContent(long contentId)
|
DDMContent |
DDMContentLocalService.getContent(long contentId)
|
List<DDMContent> |
DDMContentLocalServiceWrapper.getContents()
|
static List<DDMContent> |
DDMContentLocalServiceUtil.getContents()
|
List<DDMContent> |
DDMContentLocalService.getContents()
|
List<DDMContent> |
DDMContentLocalServiceWrapper.getContents(long groupId)
|
static List<DDMContent> |
DDMContentLocalServiceUtil.getContents(long groupId)
|
List<DDMContent> |
DDMContentLocalService.getContents(long groupId)
|
List<DDMContent> |
DDMContentLocalServiceWrapper.getContents(long groupId,
int start,
int end)
|
static List<DDMContent> |
DDMContentLocalServiceUtil.getContents(long groupId,
int start,
int end)
|
List<DDMContent> |
DDMContentLocalService.getContents(long groupId,
int start,
int end)
|
int |
DDMContentLocalServiceWrapper.getContentsCount(long groupId)
|
static int |
DDMContentLocalServiceUtil.getContentsCount(long groupId)
|
int |
DDMContentLocalService.getContentsCount(long groupId)
|
DDMContent |
DDMContentLocalServiceWrapper.getDDMContent(long contentId)
Returns the d d m content with the primary key. |
static DDMContent |
DDMContentLocalServiceUtil.getDDMContent(long contentId)
Returns the d d m content with the primary key. |
DDMContent |
DDMContentLocalService.getDDMContent(long contentId)
Returns the d d m content with the primary key. |
DDMContent |
DDMContentLocalServiceWrapper.getDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content with the UUID in the group. |
static DDMContent |
DDMContentLocalServiceUtil.getDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content with the UUID in the group. |
DDMContent |
DDMContentLocalService.getDDMContentByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m content with the UUID in the group. |
List<DDMContent> |
DDMContentLocalServiceWrapper.getDDMContents(int start,
int end)
Returns a range of all the d d m contents. |
static List<DDMContent> |
DDMContentLocalServiceUtil.getDDMContents(int start,
int end)
Returns a range of all the d d m contents. |
List<DDMContent> |
DDMContentLocalService.getDDMContents(int start,
int end)
Returns a range of all the d d m contents. |
int |
DDMContentLocalServiceWrapper.getDDMContentsCount()
Returns the number of d d m contents. |
static int |
DDMContentLocalServiceUtil.getDDMContentsCount()
Returns the number of d d m contents. |
int |
DDMContentLocalService.getDDMContentsCount()
Returns the number of d d m contents. |
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.getDDMStorageLink(long storageLinkId)
Returns the d d m storage link with the primary key. |
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.getDDMStorageLink(long storageLinkId)
Returns the d d m storage link with the primary key. |
DDMStorageLink |
DDMStorageLinkLocalService.getDDMStorageLink(long storageLinkId)
Returns the d d m storage link with the primary key. |
List<DDMStorageLink> |
DDMStorageLinkLocalServiceWrapper.getDDMStorageLinks(int start,
int end)
Returns a range of all the d d m storage links. |
static List<DDMStorageLink> |
DDMStorageLinkLocalServiceUtil.getDDMStorageLinks(int start,
int end)
Returns a range of all the d d m storage links. |
List<DDMStorageLink> |
DDMStorageLinkLocalService.getDDMStorageLinks(int start,
int end)
Returns a range of all the d d m storage links. |
int |
DDMStorageLinkLocalServiceWrapper.getDDMStorageLinksCount()
Returns the number of d d m storage links. |
static int |
DDMStorageLinkLocalServiceUtil.getDDMStorageLinksCount()
Returns the number of d d m storage links. |
int |
DDMStorageLinkLocalService.getDDMStorageLinksCount()
Returns the number of d d m storage links. |
DDMStructure |
DDMStructureLocalServiceWrapper.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
static DDMStructure |
DDMStructureLocalServiceUtil.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
DDMStructure |
DDMStructureLocalService.getDDMStructure(long structureId)
Returns the d d m structure with the primary key. |
DDMStructure |
DDMStructureLocalServiceWrapper.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure with the UUID in the group. |
static DDMStructure |
DDMStructureLocalServiceUtil.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure with the UUID in the group. |
DDMStructure |
DDMStructureLocalService.getDDMStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m structure with the UUID in the group. |
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.getDDMStructureLink(long structureLinkId)
Returns the d d m structure link with the primary key. |
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.getDDMStructureLink(long structureLinkId)
Returns the d d m structure link with the primary key. |
DDMStructureLink |
DDMStructureLinkLocalService.getDDMStructureLink(long structureLinkId)
Returns the d d m structure link with the primary key. |
List<DDMStructureLink> |
DDMStructureLinkLocalServiceWrapper.getDDMStructureLinks(int start,
int end)
Returns a range of all the d d m structure links. |
static List<DDMStructureLink> |
DDMStructureLinkLocalServiceUtil.getDDMStructureLinks(int start,
int end)
Returns a range of all the d d m structure links. |
List<DDMStructureLink> |
DDMStructureLinkLocalService.getDDMStructureLinks(int start,
int end)
Returns a range of all the d d m structure links. |
int |
DDMStructureLinkLocalServiceWrapper.getDDMStructureLinksCount()
Returns the number of d d m structure links. |
static int |
DDMStructureLinkLocalServiceUtil.getDDMStructureLinksCount()
Returns the number of d d m structure links. |
int |
DDMStructureLinkLocalService.getDDMStructureLinksCount()
Returns the number of d d m structure links. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
List<DDMStructure> |
DDMStructureLocalService.getDDMStructures(int start,
int end)
Returns a range of all the d d m structures. |
int |
DDMStructureLocalServiceWrapper.getDDMStructuresCount()
Returns the number of d d m structures. |
static int |
DDMStructureLocalServiceUtil.getDDMStructuresCount()
Returns the number of d d m structures. |
int |
DDMStructureLocalService.getDDMStructuresCount()
Returns the number of d d m structures. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.getDDMTemplate(long templateId)
Returns the d d m template with the primary key. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.getDDMTemplate(long templateId)
Returns the d d m template with the primary key. |
DDMTemplate |
DDMTemplateLocalService.getDDMTemplate(long templateId)
Returns the d d m template with the primary key. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.getDDMTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m template with the UUID in the group. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.getDDMTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m template with the UUID in the group. |
DDMTemplate |
DDMTemplateLocalService.getDDMTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the d d m template with the UUID in the group. |
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getDDMTemplates(int start,
int end)
Returns a range of all the d d m templates. |
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getDDMTemplates(int start,
int end)
Returns a range of all the d d m templates. |
List<DDMTemplate> |
DDMTemplateLocalService.getDDMTemplates(int start,
int end)
Returns a range of all the d d m templates. |
int |
DDMTemplateLocalServiceWrapper.getDDMTemplatesCount()
Returns the number of d d m templates. |
static int |
DDMTemplateLocalServiceUtil.getDDMTemplatesCount()
Returns the number of d d m templates. |
int |
DDMTemplateLocalService.getDDMTemplatesCount()
Returns the number of d d m templates. |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
|
List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeStructures(long dlFileEntryTypeId)
|
PersistedModel |
DDMTemplateLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DDMTemplateLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMTemplateLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMStructureLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DDMStructureLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMStructureLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMStructureLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DDMStructureLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMStructureLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMStorageLinkLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DDMStorageLinkLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMStorageLinkLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMContentLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
DDMContentLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
DDMContentLocalService.getPersistedModel(Serializable primaryKeyObj)
|
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.getStorageLink(long storageLinkId)
|
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.getStorageLink(long storageLinkId)
|
DDMStorageLink |
DDMStorageLinkLocalService.getStorageLink(long storageLinkId)
|
DDMStructure |
DDMStructureServiceWrapper.getStructure(long structureId)
|
static DDMStructure |
DDMStructureServiceUtil.getStructure(long structureId)
|
DDMStructure |
DDMStructureService.getStructure(long structureId)
|
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long structureId)
|
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long structureId)
|
DDMStructure |
DDMStructureLocalService.getStructure(long structureId)
|
DDMStructure |
DDMStructureServiceWrapper.getStructure(long groupId,
String structureKey)
|
static DDMStructure |
DDMStructureServiceUtil.getStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureService.getStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
String structureKey)
|
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureLocalService.getStructure(long groupId,
String structureKey)
|
DDMStructure |
DDMStructureServiceWrapper.getStructure(long groupId,
String structureKey,
boolean includeGlobalStructures)
|
static DDMStructure |
DDMStructureServiceUtil.getStructure(long groupId,
String structureKey,
boolean includeGlobalStructures)
|
DDMStructure |
DDMStructureService.getStructure(long groupId,
String structureKey,
boolean includeGlobalStructures)
|
DDMStructure |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
String structureKey,
boolean includeGlobalStructures)
|
static DDMStructure |
DDMStructureLocalServiceUtil.getStructure(long groupId,
String structureKey,
boolean includeGlobalStructures)
|
DDMStructure |
DDMStructureLocalService.getStructure(long groupId,
String structureKey,
boolean includeGlobalStructures)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructure(long groupId,
String name,
String description)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructure(long groupId,
String name,
String description)
|
List<DDMStructure> |
DDMStructureLocalService.getStructure(long groupId,
String name,
String description)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries()
Deprecated. DDMStructureLocalServiceWrapper.getStructures() |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries()
Deprecated. DDMStructureLocalServiceUtil.getStructures() |
List<DDMStructure> |
DDMStructureLocalService.getStructureEntries()
Deprecated. DDMStructureLocalService.getStructures() |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries(long groupId)
Deprecated. DDMStructureLocalServiceWrapper.getStructures(long) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries(long groupId)
Deprecated. DDMStructureLocalServiceUtil.getStructures(long) |
List<DDMStructure> |
DDMStructureLocalService.getStructureEntries(long groupId)
Deprecated. DDMStructureLocalService.getStructures(long) |
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructureEntries(long groupId,
int start,
int end)
Deprecated. DDMStructureLocalServiceWrapper.getStructures(long, int, int) |
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructureEntries(long groupId,
int start,
int end)
Deprecated. DDMStructureLocalServiceUtil.getStructures(long, int, int) |
List<DDMStructure> |
DDMStructureLocalService.getStructureEntries(long groupId,
int start,
int end)
Deprecated. DDMStructureLocalService.getStructures(long, int, int) |
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.getStructureLink(long structureLinkId)
|
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.getStructureLink(long structureLinkId)
|
DDMStructureLink |
DDMStructureLinkLocalService.getStructureLink(long structureLinkId)
|
List<DDMStructureLink> |
DDMStructureLinkLocalServiceWrapper.getStructureLinks(long structureId,
int start,
int end)
|
static List<DDMStructureLink> |
DDMStructureLinkLocalServiceUtil.getStructureLinks(long structureId,
int start,
int end)
|
List<DDMStructureLink> |
DDMStructureLinkLocalService.getStructureLinks(long structureId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures()
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures()
|
List<DDMStructure> |
DDMStructureLocalService.getStructures()
|
List<DDMStructure> |
DDMStructureServiceWrapper.getStructures(long groupId)
|
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long groupId)
|
List<DDMStructure> |
DDMStructureService.getStructures(long groupId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId)
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId)
|
List<DDMStructure> |
DDMStructureServiceWrapper.getStructures(long[] groupIds)
|
static List<DDMStructure> |
DDMStructureServiceUtil.getStructures(long[] groupIds)
|
List<DDMStructure> |
DDMStructureService.getStructures(long[] groupIds)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long[] groupIds)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long[] groupIds)
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long[] groupIds)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
long classNameId)
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
DDMStructureLocalServiceWrapper.getStructuresCount(long groupId)
|
static int |
DDMStructureLocalServiceUtil.getStructuresCount(long groupId)
|
int |
DDMStructureLocalService.getStructuresCount(long groupId)
|
int |
DDMStructureLocalServiceWrapper.getStructuresCount(long groupId,
long classNameId)
|
static int |
DDMStructureLocalServiceUtil.getStructuresCount(long groupId,
long classNameId)
|
int |
DDMStructureLocalService.getStructuresCount(long groupId,
long classNameId)
|
List<DDMStorageLink> |
DDMStorageLinkLocalServiceWrapper.getStructureStorageLinks(long structureId)
|
static List<DDMStorageLink> |
DDMStorageLinkLocalServiceUtil.getStructureStorageLinks(long structureId)
|
List<DDMStorageLink> |
DDMStorageLinkLocalService.getStructureStorageLinks(long structureId)
|
int |
DDMStorageLinkLocalServiceWrapper.getStructureStorageLinksCount(long structureId)
|
static int |
DDMStorageLinkLocalServiceUtil.getStructureStorageLinksCount(long structureId)
|
int |
DDMStorageLinkLocalService.getStructureStorageLinksCount(long structureId)
|
DDMTemplate |
DDMTemplateServiceWrapper.getTemplate(long templateId)
|
static DDMTemplate |
DDMTemplateServiceUtil.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateService.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.getTemplate(long templateId)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateLocalService.getTemplate(long templateId)
|
DDMTemplate |
DDMTemplateServiceWrapper.getTemplate(long groupId,
String templateKey)
|
static DDMTemplate |
DDMTemplateServiceUtil.getTemplate(long groupId,
String templateKey)
|
DDMTemplate |
DDMTemplateService.getTemplate(long groupId,
String templateKey)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.getTemplate(long groupId,
String templateKey)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.getTemplate(long groupId,
String templateKey)
|
DDMTemplate |
DDMTemplateLocalService.getTemplate(long groupId,
String templateKey)
|
DDMTemplate |
DDMTemplateServiceWrapper.getTemplate(long groupId,
String templateKey,
boolean includeGlobalTemplates)
|
static DDMTemplate |
DDMTemplateServiceUtil.getTemplate(long groupId,
String templateKey,
boolean includeGlobalTemplates)
|
DDMTemplate |
DDMTemplateService.getTemplate(long groupId,
String templateKey,
boolean includeGlobalTemplates)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.getTemplate(long groupId,
String templateKey,
boolean includeGlobalTemplates)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.getTemplate(long groupId,
String templateKey,
boolean includeGlobalTemplates)
|
DDMTemplate |
DDMTemplateLocalService.getTemplate(long groupId,
String templateKey,
boolean includeGlobalTemplates)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplates(long classPK)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplates(long classPK)
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplates(long classPK)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.getTemplates(long groupId,
long classNameId)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.getTemplates(long groupId,
long classNameId)
|
List<DDMTemplate> |
DDMTemplateService.getTemplates(long groupId,
long classNameId)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplates(long groupId,
long classNameId)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplates(long groupId,
long classNameId)
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplates(long groupId,
long classNameId)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.getTemplates(long groupId,
long classNameId,
long classPK)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.getTemplates(long groupId,
long classNameId,
long classPK)
|
List<DDMTemplate> |
DDMTemplateService.getTemplates(long groupId,
long classNameId,
long classPK)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplates(long groupId,
long classNameId,
long classPK)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplates(long groupId,
long classNameId,
long classPK)
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplates(long groupId,
long classNameId,
long classPK)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplates(long classNameId,
long classPK,
String type)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplates(long classNameId,
long classPK,
String type)
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplates(long classNameId,
long classPK,
String type)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.getTemplates(long classNameId,
long classPK,
String type,
String mode)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.getTemplates(long classNameId,
long classPK,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateService.getTemplates(long classNameId,
long classPK,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplates(long classNameId,
long classPK,
String type,
String mode)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplates(long classNameId,
long classPK,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplates(long classNameId,
long classPK,
String type,
String mode)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalService.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateLocalService.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
DDMTemplateServiceWrapper.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
static int |
DDMTemplateServiceUtil.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateService.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
static int |
DDMTemplateLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateLocalService.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateServiceWrapper.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
DDMTemplateServiceUtil.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateService.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
DDMTemplateLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateLocalService.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMStructureServiceWrapper.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
static int |
DDMStructureServiceUtil.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
int |
DDMStructureService.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
int |
DDMStructureLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
static int |
DDMStructureLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
int |
DDMStructureLocalService.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
int |
DDMStructureServiceWrapper.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
static int |
DDMStructureServiceUtil.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
int |
DDMStructureService.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
int |
DDMStructureLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
static int |
DDMStructureLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
int |
DDMStructureLocalService.searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
int |
DDMTemplateServiceWrapper.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
static int |
DDMTemplateServiceUtil.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateService.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateLocalServiceWrapper.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
static int |
DDMTemplateLocalServiceUtil.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateLocalService.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateServiceWrapper.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
DDMTemplateServiceUtil.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateService.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateLocalServiceWrapper.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
DDMTemplateLocalServiceUtil.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateLocalService.searchCount(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
DDMContent |
DDMContentLocalServiceWrapper.updateContent(long contentId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
static DDMContent |
DDMContentLocalServiceUtil.updateContent(long contentId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalService.updateContent(long contentId,
String name,
String description,
String xml,
ServiceContext serviceContext)
|
DDMContent |
DDMContentLocalServiceWrapper.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
static DDMContent |
DDMContentLocalServiceUtil.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
DDMContent |
DDMContentLocalService.updateDDMContent(DDMContent ddmContent)
Updates the d d m content in the database or adds it if it does not yet exist. |
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
Updates the d d m storage link in the database or adds it if it does not yet exist. |
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
Updates the d d m storage link in the database or adds it if it does not yet exist. |
DDMStorageLink |
DDMStorageLinkLocalService.updateDDMStorageLink(DDMStorageLink ddmStorageLink)
Updates the d d m storage link in the database or adds it if it does not yet exist. |
DDMStructure |
DDMStructureLocalServiceWrapper.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
static DDMStructure |
DDMStructureLocalServiceUtil.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
DDMStructure |
DDMStructureLocalService.updateDDMStructure(DDMStructure ddmStructure)
Updates the d d m structure in the database or adds it if it does not yet exist. |
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
Updates the d d m structure link in the database or adds it if it does not yet exist. |
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
Updates the d d m structure link in the database or adds it if it does not yet exist. |
DDMStructureLink |
DDMStructureLinkLocalService.updateDDMStructureLink(DDMStructureLink ddmStructureLink)
Updates the d d m structure link in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalServiceWrapper.updateDDMTemplate(DDMTemplate ddmTemplate)
Updates the d d m template in the database or adds it if it does not yet exist. |
static DDMTemplate |
DDMTemplateLocalServiceUtil.updateDDMTemplate(DDMTemplate ddmTemplate)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMTemplate |
DDMTemplateLocalService.updateDDMTemplate(DDMTemplate ddmTemplate)
Updates the d d m template in the database or adds it if it does not yet exist. |
DDMStorageLink |
DDMStorageLinkLocalServiceWrapper.updateStorageLink(long storageLinkId,
long classNameId,
long classPK)
|
static DDMStorageLink |
DDMStorageLinkLocalServiceUtil.updateStorageLink(long storageLinkId,
long classNameId,
long classPK)
|
DDMStorageLink |
DDMStorageLinkLocalService.updateStorageLink(long storageLinkId,
long classNameId,
long classPK)
|
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateStructure(long structureId,
long parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureServiceWrapper.updateStructure(long groupId,
long parentStructureId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureServiceUtil.updateStructure(long groupId,
long parentStructureId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureService.updateStructure(long groupId,
long parentStructureId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalServiceWrapper.updateStructure(long groupId,
long parentStructureId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureLocalServiceUtil.updateStructure(long groupId,
long parentStructureId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
DDMStructureLocalService.updateStructure(long groupId,
long parentStructureId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructureLink |
DDMStructureLinkLocalServiceWrapper.updateStructureLink(long structureLinkId,
long classNameId,
long classPK,
long structureId)
|
static DDMStructureLink |
DDMStructureLinkLocalServiceUtil.updateStructureLink(long structureLinkId,
long classNameId,
long classPK,
long structureId)
|
DDMStructureLink |
DDMStructureLinkLocalService.updateStructureLink(long structureLinkId,
long classNameId,
long classPK,
long structureId)
|
DDMTemplate |
DDMTemplateServiceWrapper.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateServiceUtil.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateService.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalServiceWrapper.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateLocalServiceUtil.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
DDMTemplate |
DDMTemplateLocalService.updateTemplate(long templateId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String mode,
String language,
String script,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
| Uses of SystemException in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw SystemException | |
|---|---|
static int |
DDMTemplateUtil.countAll()
Returns the number of d d m templates. |
int |
DDMTemplatePersistence.countAll()
Returns the number of d d m templates. |
static int |
DDMStructureUtil.countAll()
Returns the number of d d m structures. |
int |
DDMStructurePersistence.countAll()
Returns the number of d d m structures. |
static int |
DDMStructureLinkUtil.countAll()
Returns the number of d d m structure links. |
int |
DDMStructureLinkPersistence.countAll()
Returns the number of d d m structure links. |
static int |
DDMStorageLinkUtil.countAll()
Returns the number of d d m storage links. |
int |
DDMStorageLinkPersistence.countAll()
Returns the number of d d m storage links. |
static int |
DDMContentUtil.countAll()
Returns the number of d d m contents. |
int |
DDMContentPersistence.countAll()
Returns the number of d d m contents. |
static int |
DDMTemplateUtil.countByC_C_T_M(long classNameId,
long classPK,
String type,
String mode)
Returns the number of d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?. |
int |
DDMTemplatePersistence.countByC_C_T_M(long classNameId,
long classPK,
String type,
String mode)
Returns the number of d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static int |
DDMTemplateUtil.countByC_C_T(long classNameId,
long classPK,
String type)
Returns the number of d d m templates where classNameId = ? and classPK = ? and type = ?. |
int |
DDMTemplatePersistence.countByC_C_T(long classNameId,
long classPK,
String type)
Returns the number of d d m templates where classNameId = ? and classPK = ? and type = ?. |
static int |
DDMStructureUtil.countByC_C(long companyId,
long classNameId)
Returns the number of d d m structures where companyId = ? and classNameId = ?. |
int |
DDMStructurePersistence.countByC_C(long companyId,
long classNameId)
Returns the number of d d m structures where companyId = ? and classNameId = ?. |
static int |
DDMTemplateFinderUtil.countByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
int |
DDMTemplateFinder.countByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
static int |
DDMTemplateFinderUtil.countByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateFinder.countByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
DDMTemplateFinderUtil.countByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
int |
DDMTemplateFinder.countByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
static int |
DDMTemplateFinderUtil.countByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateFinder.countByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
DDMStructureFinderUtil.countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator)
|
int |
DDMStructureFinder.countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator)
|
static int |
DDMStructureFinderUtil.countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
int |
DDMStructureFinder.countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
static int |
DDMStructureUtil.countByClassNameId(long classNameId)
Returns the number of d d m structures where classNameId = ?. |
int |
DDMStructurePersistence.countByClassNameId(long classNameId)
Returns the number of d d m structures where classNameId = ?. |
static int |
DDMStructureLinkUtil.countByClassNameId(long classNameId)
Returns the number of d d m structure links where classNameId = ?. |
int |
DDMStructureLinkPersistence.countByClassNameId(long classNameId)
Returns the number of d d m structure links where classNameId = ?. |
static int |
DDMTemplateUtil.countByClassPK(long classPK)
Returns the number of d d m templates where classPK = ?. |
int |
DDMTemplatePersistence.countByClassPK(long classPK)
Returns the number of d d m templates where classPK = ?. |
static int |
DDMStructureLinkUtil.countByClassPK(long classPK)
Returns the number of d d m structure links where classPK = ?. |
int |
DDMStructureLinkPersistence.countByClassPK(long classPK)
Returns the number of d d m structure links where classPK = ?. |
static int |
DDMStorageLinkUtil.countByClassPK(long classPK)
Returns the number of d d m storage links where classPK = ?. |
int |
DDMStorageLinkPersistence.countByClassPK(long classPK)
Returns the number of d d m storage links where classPK = ?. |
static int |
DDMContentUtil.countByCompanyId(long companyId)
Returns the number of d d m contents where companyId = ?. |
int |
DDMContentPersistence.countByCompanyId(long companyId)
Returns the number of d d m contents where companyId = ?. |
static int |
DDMTemplateUtil.countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
int |
DDMTemplatePersistence.countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
static int |
DDMTemplateUtil.countByG_C(long groupId,
long classNameId)
Returns the number of d d m templates where groupId = ? and classNameId = ?. |
int |
DDMTemplatePersistence.countByG_C(long groupId,
long classNameId)
Returns the number of d d m templates where groupId = ? and classNameId = ?. |
static int |
DDMStructureUtil.countByG_C(long groupId,
long classNameId)
Returns the number of d d m structures where groupId = ? and classNameId = ?. |
int |
DDMStructurePersistence.countByG_C(long groupId,
long classNameId)
Returns the number of d d m structures where groupId = ? and classNameId = ?. |
static int |
DDMStructureUtil.countByG_N_D(long groupId,
String name,
String description)
Returns the number of d d m structures where groupId = ? and name = ? and description = ?. |
int |
DDMStructurePersistence.countByG_N_D(long groupId,
String name,
String description)
Returns the number of d d m structures where groupId = ? and name = ? and description = ?. |
static int |
DDMStructureUtil.countByG_S(long groupId,
String structureKey)
Returns the number of d d m structures where groupId = ? and structureKey = ?. |
int |
DDMStructurePersistence.countByG_S(long groupId,
String structureKey)
Returns the number of d d m structures where groupId = ? and structureKey = ?. |
static int |
DDMTemplateUtil.countByG_T(long groupId,
String templateKey)
Returns the number of d d m templates where groupId = ? and templateKey = ?. |
int |
DDMTemplatePersistence.countByG_T(long groupId,
String templateKey)
Returns the number of d d m templates where groupId = ? and templateKey = ?. |
static int |
DDMTemplateUtil.countByGroupId(long groupId)
Returns the number of d d m templates where groupId = ?. |
int |
DDMTemplatePersistence.countByGroupId(long groupId)
Returns the number of d d m templates where groupId = ?. |
static int |
DDMStructureUtil.countByGroupId(long groupId)
Returns the number of d d m structures where groupId = ?. |
int |
DDMStructurePersistence.countByGroupId(long groupId)
Returns the number of d d m structures where groupId = ?. |
static int |
DDMContentUtil.countByGroupId(long groupId)
Returns the number of d d m contents where groupId = ?. |
int |
DDMContentPersistence.countByGroupId(long groupId)
Returns the number of d d m contents where groupId = ?. |
static int |
DDMStructureUtil.countByGroupId(long[] groupIds)
Returns the number of d d m structures where groupId = any ?. |
int |
DDMStructurePersistence.countByGroupId(long[] groupIds)
Returns the number of d d m structures where groupId = any ?. |
static int |
DDMTemplateFinderUtil.countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateFinder.countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
static int |
DDMStructureFinderUtil.countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
int |
DDMStructureFinder.countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
static int |
DDMTemplateFinderUtil.countByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateFinder.countByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
static int |
DDMTemplateUtil.countByLanguage(String language)
Returns the number of d d m templates where language = ?. |
int |
DDMTemplatePersistence.countByLanguage(String language)
Returns the number of d d m templates where language = ?. |
static int |
DDMStructureLinkUtil.countByStructureId(long structureId)
Returns the number of d d m structure links where structureId = ?. |
int |
DDMStructureLinkPersistence.countByStructureId(long structureId)
Returns the number of d d m structure links where structureId = ?. |
static int |
DDMStorageLinkUtil.countByStructureId(long structureId)
Returns the number of d d m storage links where structureId = ?. |
int |
DDMStorageLinkPersistence.countByStructureId(long structureId)
Returns the number of d d m storage links where structureId = ?. |
static int |
DDMStructureUtil.countByStructureKey(String structureKey)
Returns the number of d d m structures where structureKey = ?. |
int |
DDMStructurePersistence.countByStructureKey(String structureKey)
Returns the number of d d m structures where structureKey = ?. |
static int |
DDMTemplateUtil.countByTemplateKey(String templateKey)
Returns the number of d d m templates where templateKey = ?. |
int |
DDMTemplatePersistence.countByTemplateKey(String templateKey)
Returns the number of d d m templates where templateKey = ?. |
static int |
DDMTemplateUtil.countByType(String type)
Returns the number of d d m templates where type = ?. |
int |
DDMTemplatePersistence.countByType(String type)
Returns the number of d d m templates where type = ?. |
static int |
DDMTemplateUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of d d m templates where uuid = ? and companyId = ?. |
int |
DDMTemplatePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of d d m templates where uuid = ? and companyId = ?. |
static int |
DDMStructureUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of d d m structures where uuid = ? and companyId = ?. |
int |
DDMStructurePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of d d m structures where uuid = ? and companyId = ?. |
static int |
DDMContentUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of d d m contents where uuid = ? and companyId = ?. |
int |
DDMContentPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of d d m contents where uuid = ? and companyId = ?. |
static int |
DDMTemplateUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of d d m templates where uuid = ? and groupId = ?. |
int |
DDMTemplatePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of d d m templates where uuid = ? and groupId = ?. |
static int |
DDMStructureUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of d d m structures where uuid = ? and groupId = ?. |
int |
DDMStructurePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of d d m structures where uuid = ? and groupId = ?. |
static int |
DDMContentUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of d d m contents where uuid = ? and groupId = ?. |
int |
DDMContentPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of d d m contents where uuid = ? and groupId = ?. |
static int |
DDMTemplateUtil.countByUuid(String uuid)
Returns the number of d d m templates where uuid = ?. |
int |
DDMTemplatePersistence.countByUuid(String uuid)
Returns the number of d d m templates where uuid = ?. |
static int |
DDMStructureUtil.countByUuid(String uuid)
Returns the number of d d m structures where uuid = ?. |
int |
DDMStructurePersistence.countByUuid(String uuid)
Returns the number of d d m structures where uuid = ?. |
static int |
DDMStorageLinkUtil.countByUuid(String uuid)
Returns the number of d d m storage links where uuid = ?. |
int |
DDMStorageLinkPersistence.countByUuid(String uuid)
Returns the number of d d m storage links where uuid = ?. |
static int |
DDMContentUtil.countByUuid(String uuid)
Returns the number of d d m contents where uuid = ?. |
int |
DDMContentPersistence.countByUuid(String uuid)
Returns the number of d d m contents where uuid = ?. |
long |
DDMTemplateUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DDMStructureUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DDMStructureLinkUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DDMStorageLinkUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
DDMContentUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DDMStructure |
DDMStructureUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByC_C_T_First(long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByC_C_T_First(long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByC_C_T_Last(long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByC_C_T_Last(long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByC_C_T_M_First(long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByC_C_T_M_First(long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByC_C_T_M_Last(long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByC_C_T_M_Last(long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByClassPK_First(long classPK,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByClassPK_First(long classPK,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByClassPK_Last(long classPK,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByClassPK_Last(long classPK,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classPK = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByClassPK(long classPK)
Returns the d d m structure link where classPK = ? or returns null if it could not be found. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByClassPK(long classPK)
Returns the d d m structure link where classPK = ? or returns null if it could not be found. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByClassPK(long classPK)
Returns the d d m storage link where classPK = ? or returns null if it could not be found. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByClassPK(long classPK)
Returns the d d m storage link where classPK = ? or returns null if it could not be found. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByClassPK(long classPK,
boolean retrieveFromCache)
Returns the d d m structure link where classPK = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByClassPK(long classPK,
boolean retrieveFromCache)
Returns the d d m structure link where classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByClassPK(long classPK,
boolean retrieveFromCache)
Returns the d d m storage link where classPK = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByClassPK(long classPK,
boolean retrieveFromCache)
Returns the d d m storage link where classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMContent |
DDMContentUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found. |
DDMStructure |
DDMStructurePersistence.fetchByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found. |
static DDMStructure |
DDMStructureUtil.fetchByG_S(long groupId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStructure |
DDMStructurePersistence.fetchByG_S(long groupId,
String structureKey,
boolean retrieveFromCache)
Returns the d d m structure where groupId = ? and structureKey = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_T(long groupId,
String templateKey)
Returns the d d m template where groupId = ? and templateKey = ? or returns null if it could not be found. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_T(long groupId,
String templateKey)
Returns the d d m template where groupId = ? and templateKey = ? or returns null if it could not be found. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_T(long groupId,
String templateKey,
boolean retrieveFromCache)
Returns the d d m template where groupId = ? and templateKey = ? or returns null if it could not be found, optionally using the finder cache. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_T(long groupId,
String templateKey,
boolean retrieveFromCache)
Returns the d d m template where groupId = ? and templateKey = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMTemplate |
DDMTemplateUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByPrimaryKey(long templateId)
Returns the d d m template with the primary key or returns null if it could not be found. |
DDMTemplate |
DDMTemplatePersistence.fetchByPrimaryKey(long templateId)
Returns the d d m template with the primary key or returns null if it could not be found. |
static DDMStructure |
DDMStructureUtil.fetchByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or returns null if it could not be found. |
DDMStructure |
DDMStructurePersistence.fetchByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or returns null if it could not be found. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByPrimaryKey(long structureLinkId)
Returns the d d m structure link with the primary key or returns null if it could not be found. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByPrimaryKey(long structureLinkId)
Returns the d d m structure link with the primary key or returns null if it could not be found. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByPrimaryKey(long storageLinkId)
Returns the d d m storage link with the primary key or returns null if it could not be found. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByPrimaryKey(long storageLinkId)
Returns the d d m storage link with the primary key or returns null if it could not be found. |
static DDMContent |
DDMContentUtil.fetchByPrimaryKey(long contentId)
Returns the d d m content with the primary key or returns null if it could not be found. |
DDMContent |
DDMContentPersistence.fetchByPrimaryKey(long contentId)
Returns the d d m content with the primary key or returns null if it could not be found. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.fetchByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.fetchByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByTemplateKey_First(String templateKey,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where templateKey = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByTemplateKey_First(String templateKey,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where templateKey = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByTemplateKey_Last(String templateKey,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where templateKey = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByTemplateKey_Last(String templateKey,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where templateKey = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m template where uuid = ? and groupId = ? or returns null if it could not be found. |
DDMTemplate |
DDMTemplatePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m template where uuid = ? and groupId = ? or returns null if it could not be found. |
static DDMStructure |
DDMStructureUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found. |
DDMStructure |
DDMStructurePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found. |
static DDMContent |
DDMContentUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m content where uuid = ? and groupId = ? or returns null if it could not be found. |
DDMContent |
DDMContentPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the d d m content where uuid = ? and groupId = ? or returns null if it could not be found. |
static DDMTemplate |
DDMTemplateUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DDMTemplate |
DDMTemplatePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMStructure |
DDMStructureUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DDMStructure |
DDMStructurePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMContent |
DDMContentUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m content where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DDMContent |
DDMContentPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d m content where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
static int |
DDMTemplateFinderUtil.filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
int |
DDMTemplateFinder.filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
static int |
DDMTemplateFinderUtil.filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateFinder.filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
DDMTemplateFinderUtil.filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
int |
DDMTemplateFinder.filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
static int |
DDMTemplateFinderUtil.filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
DDMTemplateFinder.filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
DDMStructureFinderUtil.filterCountByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator)
|
int |
DDMStructureFinder.filterCountByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator)
|
static int |
DDMStructureFinderUtil.filterCountByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
int |
DDMStructureFinder.filterCountByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
static int |
DDMTemplateUtil.filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
int |
DDMTemplatePersistence.filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static int |
DDMTemplateUtil.filterCountByG_C(long groupId,
long classNameId)
Returns the number of d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
int |
DDMTemplatePersistence.filterCountByG_C(long groupId,
long classNameId)
Returns the number of d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
static int |
DDMStructureUtil.filterCountByG_C(long groupId,
long classNameId)
Returns the number of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
int |
DDMStructurePersistence.filterCountByG_C(long groupId,
long classNameId)
Returns the number of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static int |
DDMStructureUtil.filterCountByG_N_D(long groupId,
String name,
String description)
Returns the number of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
int |
DDMStructurePersistence.filterCountByG_N_D(long groupId,
String name,
String description)
Returns the number of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static int |
DDMTemplateUtil.filterCountByGroupId(long groupId)
Returns the number of d d m templates that the user has permission to view where groupId = ?. |
int |
DDMTemplatePersistence.filterCountByGroupId(long groupId)
Returns the number of d d m templates that the user has permission to view where groupId = ?. |
static int |
DDMStructureUtil.filterCountByGroupId(long groupId)
Returns the number of d d m structures that the user has permission to view where groupId = ?. |
int |
DDMStructurePersistence.filterCountByGroupId(long groupId)
Returns the number of d d m structures that the user has permission to view where groupId = ?. |
static int |
DDMStructureUtil.filterCountByGroupId(long[] groupIds)
Returns the number of d d m structures that the user has permission to view where groupId = any ?. |
int |
DDMStructurePersistence.filterCountByGroupId(long[] groupIds)
Returns the number of d d m structures that the user has permission to view where groupId = any ?. |
static int |
DDMTemplateFinderUtil.filterCountByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateFinder.filterCountByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode)
|
static int |
DDMStructureFinderUtil.filterCountByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
int |
DDMStructureFinder.filterCountByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
static int |
DDMTemplateFinderUtil.filterCountByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
int |
DDMTemplateFinder.filterCountByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDMTemplate[] |
DDMTemplateUtil.filterFindByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate[] |
DDMTemplateUtil.filterFindByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C(long groupId,
long classNameId)
Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C(long groupId,
long classNameId)
Returns all the d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long groupId,
long classNameId)
Returns all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId)
Returns all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
static DDMTemplate[] |
DDMTemplateUtil.filterFindByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByGroupId(long groupId)
Returns all the d d m templates that the user has permission to view where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByGroupId(long groupId)
Returns all the d d m templates that the user has permission to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long groupId)
Returns all the d d m structures that the user has permission to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId)
Returns all the d d m structures that the user has permission to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long[] groupIds)
Returns all the d d m structures that the user has permission to view where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds)
Returns all the d d m structures that the user has permission to view where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m templates that the user has permission to view where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m templates that the user has permission to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures that the user has permission to view where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateUtil.findAll()
Returns all the d d m templates. |
List<DDMTemplate> |
DDMTemplatePersistence.findAll()
Returns all the d d m templates. |
static List<DDMStructure> |
DDMStructureUtil.findAll()
Returns all the d d m structures. |
List<DDMStructure> |
DDMStructurePersistence.findAll()
Returns all the d d m structures. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findAll()
Returns all the d d m structure links. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findAll()
Returns all the d d m structure links. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findAll()
Returns all the d d m storage links. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findAll()
Returns all the d d m storage links. |
static List<DDMContent> |
DDMContentUtil.findAll()
Returns all the d d m contents. |
List<DDMContent> |
DDMContentPersistence.findAll()
Returns all the d d m contents. |
static List<DDMTemplate> |
DDMTemplateUtil.findAll(int start,
int end)
Returns a range of all the d d m templates. |
List<DDMTemplate> |
DDMTemplatePersistence.findAll(int start,
int end)
Returns a range of all the d d m templates. |
static List<DDMStructure> |
DDMStructureUtil.findAll(int start,
int end)
Returns a range of all the d d m structures. |
List<DDMStructure> |
DDMStructurePersistence.findAll(int start,
int end)
Returns a range of all the d d m structures. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findAll(int start,
int end)
Returns a range of all the d d m structure links. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findAll(int start,
int end)
Returns a range of all the d d m structure links. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findAll(int start,
int end)
Returns a range of all the d d m storage links. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findAll(int start,
int end)
Returns a range of all the d d m storage links. |
static List<DDMContent> |
DDMContentUtil.findAll(int start,
int end)
Returns a range of all the d d m contents. |
List<DDMContent> |
DDMContentPersistence.findAll(int start,
int end)
Returns a range of all the d d m contents. |
static List<DDMTemplate> |
DDMTemplateUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates. |
List<DDMTemplate> |
DDMTemplatePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates. |
static List<DDMStructure> |
DDMStructureUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures. |
List<DDMStructure> |
DDMStructurePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links. |
static List<DDMContent> |
DDMContentUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents. |
List<DDMContent> |
DDMContentPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents. |
static DDMStructure |
DDMStructureUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByC_C_T_First(long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByC_C_T_First(long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByC_C_T_Last(long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByC_C_T_Last(long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByC_C_T_M_First(long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.findByC_C_T_M_First(long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate |
DDMTemplateUtil.findByC_C_T_M_Last(long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.findByC_C_T_M_Last(long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByC_C_T_M_PrevAndNext(long templateId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByC_C_T_M_PrevAndNext(long templateId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByC_C_T_M(long classNameId,
long classPK,
String type,
String mode)
Returns all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByC_C_T_M(long classNameId,
long classPK,
String type,
String mode)
Returns all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByC_C_T_M(long classNameId,
long classPK,
String type,
String mode,
int start,
int end)
Returns a range of all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByC_C_T_M(long classNameId,
long classPK,
String type,
String mode,
int start,
int end)
Returns a range of all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByC_C_T_M(long classNameId,
long classPK,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByC_C_T_M(long classNameId,
long classPK,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByC_C_T_PrevAndNext(long templateId,
long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByC_C_T_PrevAndNext(long templateId,
long classNameId,
long classPK,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByC_C_T(long classNameId,
long classPK,
String type)
Returns all the d d m templates where classNameId = ? and classPK = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByC_C_T(long classNameId,
long classPK,
String type)
Returns all the d d m templates where classNameId = ? and classPK = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByC_C_T(long classNameId,
long classPK,
String type,
int start,
int end)
Returns a range of all the d d m templates where classNameId = ? and classPK = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByC_C_T(long classNameId,
long classPK,
String type,
int start,
int end)
Returns a range of all the d d m templates where classNameId = ? and classPK = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByC_C_T(long classNameId,
long classPK,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByC_C_T(long classNameId,
long classPK,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByC_C(long companyId,
long classNameId)
Returns all the d d m structures where companyId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId)
Returns all the d d m structures where companyId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where companyId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where companyId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDMStructure |
DDMStructureUtil.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
static DDMStructureLink[] |
DDMStructureLinkUtil.findByClassNameId_PrevAndNext(long structureLinkId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?. |
DDMStructureLink[] |
DDMStructureLinkPersistence.findByClassNameId_PrevAndNext(long structureLinkId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByClassNameId(long classNameId)
Returns all the d d m structures where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId)
Returns all the d d m structures where classNameId = ?. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findByClassNameId(long classNameId)
Returns all the d d m structure links where classNameId = ?. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findByClassNameId(long classNameId)
Returns all the d d m structure links where classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m structures where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m structures where classNameId = ?. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m structure links where classNameId = ?. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the d d m structure links where classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links where classNameId = ?. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links where classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByClassPK_First(long classPK,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByClassPK_First(long classPK,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.findByClassPK_Last(long classPK,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByClassPK_Last(long classPK,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where classPK = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByClassPK_PrevAndNext(long templateId,
long classPK,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByClassPK_PrevAndNext(long templateId,
long classPK,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByClassPK(long classPK)
Returns all the d d m templates where classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByClassPK(long classPK)
Returns all the d d m templates where classPK = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByClassPK(long classPK)
Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found. |
DDMStructureLink |
DDMStructureLinkPersistence.findByClassPK(long classPK)
Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found. |
static DDMStorageLink |
DDMStorageLinkUtil.findByClassPK(long classPK)
Returns the d d m storage link where classPK = ? or throws a NoSuchStorageLinkException if it could not be found. |
DDMStorageLink |
DDMStorageLinkPersistence.findByClassPK(long classPK)
Returns the d d m storage link where classPK = ? or throws a NoSuchStorageLinkException if it could not be found. |
static List<DDMTemplate> |
DDMTemplateUtil.findByClassPK(long classPK,
int start,
int end)
Returns a range of all the d d m templates where classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByClassPK(long classPK,
int start,
int end)
Returns a range of all the d d m templates where classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByClassPK(long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByClassPK(long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where classPK = ?. |
static DDMContent |
DDMContentUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
static DDMContent[] |
DDMContentUtil.findByCompanyId_PrevAndNext(long contentId,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where companyId = ?. |
DDMContent[] |
DDMContentPersistence.findByCompanyId_PrevAndNext(long contentId,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByCompanyId(long companyId)
Returns all the d d m contents where companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByCompanyId(long companyId)
Returns all the d d m contents where companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the d d m contents where companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the d d m contents where companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C(long groupId,
long classNameId)
Returns all the d d m templates where groupId = ? and classNameId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C(long groupId,
long classNameId)
Returns all the d d m templates where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long groupId,
long classNameId)
Returns all the d d m structures where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId)
Returns all the d d m structures where groupId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m templates where groupId = ? and classNameId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m templates where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description)
Returns all the d d m structures where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description,
int start,
int end)
Returns a range of all the d d m structures where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.findByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
DDMStructurePersistence.findByG_S(long groupId,
String structureKey)
Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found. |
static DDMTemplate |
DDMTemplateUtil.findByG_T(long groupId,
String templateKey)
Returns the d d m template where groupId = ? and templateKey = ? or throws a NoSuchTemplateException if it could not be found. |
DDMTemplate |
DDMTemplatePersistence.findByG_T(long groupId,
String templateKey)
Returns the d d m template where groupId = ? and templateKey = ? or throws a NoSuchTemplateException if it could not be found. |
static DDMTemplate |
DDMTemplateUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
static DDMContent[] |
DDMContentUtil.findByGroupId_PrevAndNext(long contentId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where groupId = ?. |
DDMContent[] |
DDMContentPersistence.findByGroupId_PrevAndNext(long contentId,
long groupId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByGroupId(long groupId)
Returns all the d d m templates where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByGroupId(long groupId)
Returns all the d d m templates where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long groupId)
Returns all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId)
Returns all the d d m structures where groupId = ?. |
static List<DDMContent> |
DDMContentUtil.findByGroupId(long groupId)
Returns all the d d m contents where groupId = ?. |
List<DDMContent> |
DDMContentPersistence.findByGroupId(long groupId)
Returns all the d d m contents where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long[] groupIds)
Returns all the d d m structures where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds)
Returns all the d d m structures where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the d d m structures where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m templates where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m templates where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m structures where groupId = ?. |
static List<DDMContent> |
DDMContentUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m contents where groupId = ?. |
List<DDMContent> |
DDMContentPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the d d m contents where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
static List<DDMContent> |
DDMContentUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where groupId = ?. |
List<DDMContent> |
DDMContentPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDMTemplate |
DDMTemplateUtil.findByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.findByLanguage_First(String language,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.findByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.findByLanguage_Last(String language,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByLanguage_PrevAndNext(long templateId,
String language,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where language = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByLanguage_PrevAndNext(long templateId,
String language,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where language = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByLanguage(String language)
Returns all the d d m templates where language = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByLanguage(String language)
Returns all the d d m templates where language = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByLanguage(String language,
int start,
int end)
Returns a range of all the d d m templates where language = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByLanguage(String language,
int start,
int end)
Returns a range of all the d d m templates where language = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByLanguage(String language,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where language = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByLanguage(String language,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where language = ?. |
static DDMTemplate |
DDMTemplateUtil.findByPrimaryKey(long templateId)
Returns the d d m template with the primary key or throws a NoSuchTemplateException if it could not be found. |
DDMTemplate |
DDMTemplatePersistence.findByPrimaryKey(long templateId)
Returns the d d m template with the primary key or throws a NoSuchTemplateException if it could not be found. |
static DDMStructure |
DDMStructureUtil.findByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
DDMStructurePersistence.findByPrimaryKey(long structureId)
Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found. |
static DDMStructureLink |
DDMStructureLinkUtil.findByPrimaryKey(long structureLinkId)
Returns the d d m structure link with the primary key or throws a NoSuchStructureLinkException if it could not be found. |
DDMStructureLink |
DDMStructureLinkPersistence.findByPrimaryKey(long structureLinkId)
Returns the d d m structure link with the primary key or throws a NoSuchStructureLinkException if it could not be found. |
static DDMStorageLink |
DDMStorageLinkUtil.findByPrimaryKey(long storageLinkId)
Returns the d d m storage link with the primary key or throws a NoSuchStorageLinkException if it could not be found. |
DDMStorageLink |
DDMStorageLinkPersistence.findByPrimaryKey(long storageLinkId)
Returns the d d m storage link with the primary key or throws a NoSuchStorageLinkException if it could not be found. |
static DDMContent |
DDMContentUtil.findByPrimaryKey(long contentId)
Returns the d d m content with the primary key or throws a NoSuchContentException if it could not be found. |
DDMContent |
DDMContentPersistence.findByPrimaryKey(long contentId)
Returns the d d m content with the primary key or throws a NoSuchContentException if it could not be found. |
static DDMStructureLink |
DDMStructureLinkUtil.findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
static DDMStructureLink[] |
DDMStructureLinkUtil.findByStructureId_PrevAndNext(long structureLinkId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?. |
DDMStructureLink[] |
DDMStructureLinkPersistence.findByStructureId_PrevAndNext(long structureLinkId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?. |
static DDMStorageLink[] |
DDMStorageLinkUtil.findByStructureId_PrevAndNext(long storageLinkId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?. |
DDMStorageLink[] |
DDMStorageLinkPersistence.findByStructureId_PrevAndNext(long storageLinkId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findByStructureId(long structureId)
Returns all the d d m structure links where structureId = ?. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findByStructureId(long structureId)
Returns all the d d m structure links where structureId = ?. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findByStructureId(long structureId)
Returns all the d d m storage links where structureId = ?. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findByStructureId(long structureId)
Returns all the d d m storage links where structureId = ?. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m structure links where structureId = ?. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m structure links where structureId = ?. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m storage links where structureId = ?. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m storage links where structureId = ?. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links where structureId = ?. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structure links where structureId = ?. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links where structureId = ?. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links where structureId = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.findByStructureKey_First(String structureKey,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.findByStructureKey_Last(String structureKey,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure[] |
DDMStructureUtil.findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
DDMStructure[] |
DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByStructureKey(String structureKey)
Returns all the d d m structures where structureKey = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey)
Returns all the d d m structures where structureKey = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByStructureKey(String structureKey,
int start,
int end)
Returns a range of all the d d m structures where structureKey = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey,
int start,
int end)
Returns a range of all the d d m structures where structureKey = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
static DDMTemplate |
DDMTemplateUtil.findByTemplateKey_First(String templateKey,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where templateKey = ?. |
DDMTemplate |
DDMTemplatePersistence.findByTemplateKey_First(String templateKey,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where templateKey = ?. |
static DDMTemplate |
DDMTemplateUtil.findByTemplateKey_Last(String templateKey,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where templateKey = ?. |
DDMTemplate |
DDMTemplatePersistence.findByTemplateKey_Last(String templateKey,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where templateKey = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByTemplateKey_PrevAndNext(long templateId,
String templateKey,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByTemplateKey_PrevAndNext(long templateId,
String templateKey,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByTemplateKey(String templateKey)
Returns all the d d m templates where templateKey = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByTemplateKey(String templateKey)
Returns all the d d m templates where templateKey = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByTemplateKey(String templateKey,
int start,
int end)
Returns a range of all the d d m templates where templateKey = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByTemplateKey(String templateKey,
int start,
int end)
Returns a range of all the d d m templates where templateKey = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByTemplateKey(String templateKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where templateKey = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByTemplateKey(String templateKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where templateKey = ?. |
static DDMTemplate |
DDMTemplateUtil.findByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByType_First(String type,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByType_Last(String type,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByType_PrevAndNext(long templateId,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where type = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByType_PrevAndNext(long templateId,
String type,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByType(String type)
Returns all the d d m templates where type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByType(String type)
Returns all the d d m templates where type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByType(String type,
int start,
int end)
Returns a range of all the d d m templates where type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByType(String type,
int start,
int end)
Returns a range of all the d d m templates where type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByType(String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByType(String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByUuid_C_PrevAndNext(long templateId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByUuid_C_PrevAndNext(long templateId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMContent[] |
DDMContentUtil.findByUuid_C_PrevAndNext(long contentId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMContent[] |
DDMContentPersistence.findByUuid_C_PrevAndNext(long contentId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ? and companyId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByUuid_C(String uuid,
long companyId)
Returns all the d d m templates where uuid = ? and companyId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the d d m templates where uuid = ? and companyId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid_C(String uuid,
long companyId)
Returns all the d d m structures where uuid = ? and companyId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the d d m structures where uuid = ? and companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid_C(String uuid,
long companyId)
Returns all the d d m contents where uuid = ? and companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the d d m contents where uuid = ? and companyId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m templates where uuid = ? and companyId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m templates where uuid = ? and companyId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m structures where uuid = ? and companyId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m structures where uuid = ? and companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m contents where uuid = ? and companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d m contents where uuid = ? and companyId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ? and companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ? and companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUUID_G(String uuid,
long groupId)
Returns the d d m template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
DDMTemplate |
DDMTemplatePersistence.findByUUID_G(String uuid,
long groupId)
Returns the d d m template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
static DDMStructure |
DDMStructureUtil.findByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
DDMStructure |
DDMStructurePersistence.findByUUID_G(String uuid,
long groupId)
Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
static DDMContent |
DDMContentUtil.findByUUID_G(String uuid,
long groupId)
Returns the d d m content where uuid = ? and groupId = ? or throws a NoSuchContentException if it could not be found. |
DDMContent |
DDMContentPersistence.findByUUID_G(String uuid,
long groupId)
Returns the d d m content where uuid = ? and groupId = ? or throws a NoSuchContentException if it could not be found. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByUuid_PrevAndNext(long templateId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByUuid_PrevAndNext(long templateId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?. |
static DDMStructure[] |
DDMStructureUtil.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
static DDMStorageLink[] |
DDMStorageLinkUtil.findByUuid_PrevAndNext(long storageLinkId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?. |
DDMStorageLink[] |
DDMStorageLinkPersistence.findByUuid_PrevAndNext(long storageLinkId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?. |
static DDMContent[] |
DDMContentUtil.findByUuid_PrevAndNext(long contentId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ?. |
DDMContent[] |
DDMContentPersistence.findByUuid_PrevAndNext(long contentId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByUuid(String uuid)
Returns all the d d m templates where uuid = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByUuid(String uuid)
Returns all the d d m templates where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid(String uuid)
Returns all the d d m structures where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid)
Returns all the d d m structures where uuid = ?. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findByUuid(String uuid)
Returns all the d d m storage links where uuid = ?. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findByUuid(String uuid)
Returns all the d d m storage links where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid(String uuid)
Returns all the d d m contents where uuid = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid(String uuid)
Returns all the d d m contents where uuid = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m templates where uuid = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m templates where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m structures where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m structures where uuid = ?. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m storage links where uuid = ?. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m storage links where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m contents where uuid = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m contents where uuid = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links where uuid = ?. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMStructureLink> |
DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMStorageLink> |
DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMContent> |
DDMContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMTemplate> |
DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMStructureLink> |
DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMStorageLink> |
DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMContent> |
DDMContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMTemplate> |
DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructureLink> |
DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStorageLink> |
DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMContent> |
DDMContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDMTemplate |
DDMTemplateUtil.remove(long templateId)
Removes the d d m template with the primary key from the database. |
DDMTemplate |
DDMTemplatePersistence.remove(long templateId)
Removes the d d m template with the primary key from the database. |
static DDMStructure |
DDMStructureUtil.remove(long structureId)
Removes the d d m structure with the primary key from the database. |
DDMStructure |
DDMStructurePersistence.remove(long structureId)
Removes the d d m structure with the primary key from the database. |
static DDMStructureLink |
DDMStructureLinkUtil.remove(long structureLinkId)
Removes the d d m structure link with the primary key from the database. |
DDMStructureLink |
DDMStructureLinkPersistence.remove(long structureLinkId)
Removes the d d m structure link with the primary key from the database. |
static DDMStorageLink |
DDMStorageLinkUtil.remove(long storageLinkId)
Removes the d d m storage link with the primary key from the database. |
DDMStorageLink |
DDMStorageLinkPersistence.remove(long storageLinkId)
Removes the d d m storage link with the primary key from the database. |
static DDMContent |
DDMContentUtil.remove(long contentId)
Removes the d d m content with the primary key from the database. |
DDMContent |
DDMContentPersistence.remove(long contentId)
Removes the d d m content with the primary key from the database. |
static void |
DDMTemplateUtil.removeAll()
Removes all the d d m templates from the database. |
void |
DDMTemplatePersistence.removeAll()
Removes all the d d m templates from the database. |
static void |
DDMStructureUtil.removeAll()
Removes all the d d m structures from the database. |
void |
DDMStructurePersistence.removeAll()
Removes all the d d m structures from the database. |
static void |
DDMStructureLinkUtil.removeAll()
Removes all the d d m structure links from the database. |
void |
DDMStructureLinkPersistence.removeAll()
Removes all the d d m structure links from the database. |
static void |
DDMStorageLinkUtil.removeAll()
Removes all the d d m storage links from the database. |
void |
DDMStorageLinkPersistence.removeAll()
Removes all the d d m storage links from the database. |
static void |
DDMContentUtil.removeAll()
Removes all the d d m contents from the database. |
void |
DDMContentPersistence.removeAll()
Removes all the d d m contents from the database. |
static void |
DDMTemplateUtil.removeByC_C_T_M(long classNameId,
long classPK,
String type,
String mode)
Removes all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ? from the database. |
void |
DDMTemplatePersistence.removeByC_C_T_M(long classNameId,
long classPK,
String type,
String mode)
Removes all the d d m templates where classNameId = ? and classPK = ? and type = ? and mode = ? from the database. |
static void |
DDMTemplateUtil.removeByC_C_T(long classNameId,
long classPK,
String type)
Removes all the d d m templates where classNameId = ? and classPK = ? and type = ? from the database. |
void |
DDMTemplatePersistence.removeByC_C_T(long classNameId,
long classPK,
String type)
Removes all the d d m templates where classNameId = ? and classPK = ? and type = ? from the database. |
static void |
DDMStructureUtil.removeByC_C(long companyId,
long classNameId)
Removes all the d d m structures where companyId = ? and classNameId = ? from the database. |
void |
DDMStructurePersistence.removeByC_C(long companyId,
long classNameId)
Removes all the d d m structures where companyId = ? and classNameId = ? from the database. |
static void |
DDMStructureUtil.removeByClassNameId(long classNameId)
Removes all the d d m structures where classNameId = ? from the database. |
void |
DDMStructurePersistence.removeByClassNameId(long classNameId)
Removes all the d d m structures where classNameId = ? from the database. |
static void |
DDMStructureLinkUtil.removeByClassNameId(long classNameId)
Removes all the d d m structure links where classNameId = ? from the database. |
void |
DDMStructureLinkPersistence.removeByClassNameId(long classNameId)
Removes all the d d m structure links where classNameId = ? from the database. |
static void |
DDMTemplateUtil.removeByClassPK(long classPK)
Removes all the d d m templates where classPK = ? from the database. |
void |
DDMTemplatePersistence.removeByClassPK(long classPK)
Removes all the d d m templates where classPK = ? from the database. |
static DDMStructureLink |
DDMStructureLinkUtil.removeByClassPK(long classPK)
Removes the d d m structure link where classPK = ? from the database. |
DDMStructureLink |
DDMStructureLinkPersistence.removeByClassPK(long classPK)
Removes the d d m structure link where classPK = ? from the database. |
static DDMStorageLink |
DDMStorageLinkUtil.removeByClassPK(long classPK)
Removes the d d m storage link where classPK = ? from the database. |
DDMStorageLink |
DDMStorageLinkPersistence.removeByClassPK(long classPK)
Removes the d d m storage link where classPK = ? from the database. |
static void |
DDMContentUtil.removeByCompanyId(long companyId)
Removes all the d d m contents where companyId = ? from the database. |
void |
DDMContentPersistence.removeByCompanyId(long companyId)
Removes all the d d m contents where companyId = ? from the database. |
static void |
DDMTemplateUtil.removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the d d m templates where groupId = ? and classNameId = ? and classPK = ? from the database. |
void |
DDMTemplatePersistence.removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the d d m templates where groupId = ? and classNameId = ? and classPK = ? from the database. |
static void |
DDMTemplateUtil.removeByG_C(long groupId,
long classNameId)
Removes all the d d m templates where groupId = ? and classNameId = ? from the database. |
void |
DDMTemplatePersistence.removeByG_C(long groupId,
long classNameId)
Removes all the d d m templates where groupId = ? and classNameId = ? from the database. |
static void |
DDMStructureUtil.removeByG_C(long groupId,
long classNameId)
Removes all the d d m structures where groupId = ? and classNameId = ? from the database. |
void |
DDMStructurePersistence.removeByG_C(long groupId,
long classNameId)
Removes all the d d m structures where groupId = ? and classNameId = ? from the database. |
static void |
DDMStructureUtil.removeByG_N_D(long groupId,
String name,
String description)
Removes all the d d m structures where groupId = ? and name = ? and description = ? from the database. |
void |
DDMStructurePersistence.removeByG_N_D(long groupId,
String name,
String description)
Removes all the d d m structures where groupId = ? and name = ? and description = ? from the database. |
static DDMStructure |
DDMStructureUtil.removeByG_S(long groupId,
String structureKey)
Removes the d d m structure where groupId = ? and structureKey = ? from the database. |
DDMStructure |
DDMStructurePersistence.removeByG_S(long groupId,
String structureKey)
Removes the d d m structure where groupId = ? and structureKey = ? from the database. |
static DDMTemplate |
DDMTemplateUtil.removeByG_T(long groupId,
String templateKey)
Removes the d d m template where groupId = ? and templateKey = ? from the database. |
DDMTemplate |
DDMTemplatePersistence.removeByG_T(long groupId,
String templateKey)
Removes the d d m template where groupId = ? and templateKey = ? from the database. |
static void |
DDMTemplateUtil.removeByGroupId(long groupId)
Removes all the d d m templates where groupId = ? from the database. |
void |
DDMTemplatePersistence.removeByGroupId(long groupId)
Removes all the d d m templates where groupId = ? from the database. |
static void |
DDMStructureUtil.removeByGroupId(long groupId)
Removes all the d d m structures where groupId = ? from the database. |
void |
DDMStructurePersistence.removeByGroupId(long groupId)
Removes all the d d m structures where groupId = ? from the database. |
static void |
DDMContentUtil.removeByGroupId(long groupId)
Removes all the d d m contents where groupId = ? from the database. |
void |
DDMContentPersistence.removeByGroupId(long groupId)
Removes all the d d m contents where groupId = ? from the database. |
static void |
DDMTemplateUtil.removeByLanguage(String language)
Removes all the d d m templates where language = ? from the database. |
void |
DDMTemplatePersistence.removeByLanguage(String language)
Removes all the d d m templates where language = ? from the database. |
static void |
DDMStructureLinkUtil.removeByStructureId(long structureId)
Removes all the d d m structure links where structureId = ? from the database. |
void |
DDMStructureLinkPersistence.removeByStructureId(long structureId)
Removes all the d d m structure links where structureId = ? from the database. |
static void |
DDMStorageLinkUtil.removeByStructureId(long structureId)
Removes all the d d m storage links where structureId = ? from the database. |
void |
DDMStorageLinkPersistence.removeByStructureId(long structureId)
Removes all the d d m storage links where structureId = ? from the database. |
static void |
DDMStructureUtil.removeByStructureKey(String structureKey)
Removes all the d d m structures where structureKey = ? from the database. |
void |
DDMStructurePersistence.removeByStructureKey(String structureKey)
Removes all the d d m structures where structureKey = ? from the database. |
static void |
DDMTemplateUtil.removeByTemplateKey(String templateKey)
Removes all the d d m templates where templateKey = ? from the database. |
void |
DDMTemplatePersistence.removeByTemplateKey(String templateKey)
Removes all the d d m templates where templateKey = ? from the database. |
static void |
DDMTemplateUtil.removeByType(String type)
Removes all the d d m templates where type = ? from the database. |
void |
DDMTemplatePersistence.removeByType(String type)
Removes all the d d m templates where type = ? from the database. |
static void |
DDMTemplateUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the d d m templates where uuid = ? and companyId = ? from the database. |
void |
DDMTemplatePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the d d m templates where uuid = ? and companyId = ? from the database. |
static void |
DDMStructureUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the d d m structures where uuid = ? and companyId = ? from the database. |
void |
DDMStructurePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the d d m structures where uuid = ? and companyId = ? from the database. |
static void |
DDMContentUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the d d m contents where uuid = ? and companyId = ? from the database. |
void |
DDMContentPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the d d m contents where uuid = ? and companyId = ? from the database. |
static DDMTemplate |
DDMTemplateUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d d m template where uuid = ? and groupId = ? from the database. |
DDMTemplate |
DDMTemplatePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d d m template where uuid = ? and groupId = ? from the database. |
static DDMStructure |
DDMStructureUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d d m structure where uuid = ? and groupId = ? from the database. |
DDMStructure |
DDMStructurePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d d m structure where uuid = ? and groupId = ? from the database. |
static DDMContent |
DDMContentUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d d m content where uuid = ? and groupId = ? from the database. |
DDMContent |
DDMContentPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d d m content where uuid = ? and groupId = ? from the database. |
static void |
DDMTemplateUtil.removeByUuid(String uuid)
Removes all the d d m templates where uuid = ? from the database. |
void |
DDMTemplatePersistence.removeByUuid(String uuid)
Removes all the d d m templates where uuid = ? from the database. |
static void |
DDMStructureUtil.removeByUuid(String uuid)
Removes all the d d m structures where uuid = ? from the database. |
void |
DDMStructurePersistence.removeByUuid(String uuid)
Removes all the d d m structures where uuid = ? from the database. |
static void |
DDMStorageLinkUtil.removeByUuid(String uuid)
Removes all the d d m storage links where uuid = ? from the database. |
void |
DDMStorageLinkPersistence.removeByUuid(String uuid)
Removes all the d d m storage links where uuid = ? from the database. |
static void |
DDMContentUtil.removeByUuid(String uuid)
Removes all the d d m contents where uuid = ? from the database. |
void |
DDMContentPersistence.removeByUuid(String uuid)
Removes all the d d m contents where uuid = ? from the database. |
static DDMContent |
DDMContentUtil.update(DDMContent ddmContent)
|
static DDMContent |
DDMContentUtil.update(DDMContent ddmContent,
ServiceContext serviceContext)
|
static DDMStorageLink |
DDMStorageLinkUtil.update(DDMStorageLink ddmStorageLink)
|
static DDMStorageLink |
DDMStorageLinkUtil.update(DDMStorageLink ddmStorageLink,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure)
|
static DDMStructureLink |
DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink)
|
static DDMStructureLink |
DDMStructureLinkUtil.update(DDMStructureLink ddmStructureLink,
ServiceContext serviceContext)
|
static DDMStructure |
DDMStructureUtil.update(DDMStructure ddmStructure,
ServiceContext serviceContext)
|
static DDMTemplate |
DDMTemplateUtil.update(DDMTemplate ddmTemplate)
|
static DDMTemplate |
DDMTemplateUtil.update(DDMTemplate ddmTemplate,
ServiceContext serviceContext)
|
static DDMContent |
DDMContentUtil.updateImpl(DDMContent ddmContent)
|
DDMContent |
DDMContentPersistence.updateImpl(DDMContent ddmContent)
|
static DDMStorageLink |
DDMStorageLinkUtil.updateImpl(DDMStorageLink ddmStorageLink)
|
DDMStorageLink |
DDMStorageLinkPersistence.updateImpl(DDMStorageLink ddmStorageLink)
|
static DDMStructure |
DDMStructureUtil.updateImpl(DDMStructure ddmStructure)
|
DDMStructure |
DDMStructurePersistence.updateImpl(DDMStructure ddmStructure)
|
static DDMStructureLink |
DDMStructureLinkUtil.updateImpl(DDMStructureLink ddmStructureLink)
|
DDMStructureLink |
DDMStructureLinkPersistence.updateImpl(DDMStructureLink ddmStructureLink)
|
static DDMTemplate |
DDMTemplateUtil.updateImpl(DDMTemplate ddmTemplate)
|
DDMTemplate |
DDMTemplatePersistence.updateImpl(DDMTemplate ddmTemplate)
|
| Uses of SystemException in com.liferay.portlet.dynamicdatamapping.storage |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.storage that throw SystemException | |
|---|---|
String |
Field.getDataType()
|
DDMStructure |
Field.getDDMStructure()
|
protected FieldRenderer |
Field.getFieldRenderer()
|
String |
Field.getRenderedValue(Locale locale)
|
String |
Field.getRenderedValue(Locale locale,
int valueIndex)
|
String |
Field.getType()
|
boolean |
Field.isRepeatable()
|
protected void |
BaseStorageAdapter.validateClassFields(long classPK,
Fields fields)
|
protected void |
BaseStorageAdapter.validateDDMStructureFields(long ddmStructureId,
Fields fields)
|
| Uses of SystemException in com.liferay.portlet.dynamicdatamapping.util |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util that throw SystemException | |
|---|---|
static String |
DDMXMLUtil.formatXML(Document document)
|
String |
DDMXML.formatXML(Document document)
|
static String |
DDMXMLUtil.formatXML(String xml)
|
String |
DDMXML.formatXML(String xml)
|
static Fields |
DDMXMLUtil.getFields(DDMStructure structure,
String xml)
|
Fields |
DDMXML.getFields(DDMStructure structure,
String xml)
|
static Fields |
DDMXMLUtil.getFields(DDMStructure structure,
XPath xPath,
String xml,
List<String> fieldNames)
|
Fields |
DDMXML.getFields(DDMStructure structure,
XPath xPath,
String xml,
List<String> fieldNames)
|
static Fields |
DDMUtil.getFields(long ddmStructureId,
long ddmTemplateId,
ServiceContext serviceContext)
|
Fields |
DDM.getFields(long ddmStructureId,
long ddmTemplateId,
ServiceContext serviceContext)
|
static Fields |
DDMUtil.getFields(long ddmStructureId,
long ddmTemplateId,
String fieldNamespace,
ServiceContext serviceContext)
|
Fields |
DDM.getFields(long ddmStructureId,
long ddmTemplateId,
String fieldNamespace,
ServiceContext serviceContext)
|
static Fields |
DDMUtil.getFields(long ddmStructureId,
ServiceContext serviceContext)
|
Fields |
DDM.getFields(long ddmStructureId,
ServiceContext serviceContext)
|
static Fields |
DDMUtil.getFields(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
|
Fields |
DDM.getFields(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
|
static JSONArray |
DDMXSDUtil.getJSONArray(DDMStructure structure,
String xsd)
|
JSONArray |
DDMXSD.getJSONArray(DDMStructure structure,
String xsd)
|
static JSONArray |
DDMXSDUtil.getJSONArray(String xml)
|
JSONArray |
DDMXSD.getJSONArray(String xml)
|
static String |
DDMXMLUtil.getXML(Document document,
Fields fields)
|
String |
DDMXML.getXML(Document document,
Fields fields)
|
static String |
DDMXMLUtil.getXML(Fields fields)
|
String |
DDMXML.getXML(Fields fields)
|
static String |
DDMXSDUtil.getXSD(long classNameId,
long classPK)
|
String |
DDMXSD.getXSD(long classNameId,
long classPK)
|
static String |
DDMXMLUtil.updateXMLDefaultLocale(String xml,
Locale contentDefaultLocale,
Locale contentNewDefaultLocale)
|
String |
DDMXML.updateXMLDefaultLocale(String xml,
Locale contentDefaultLocale,
Locale contentNewDefaultLocale)
|
| Uses of SystemException in com.liferay.portlet.expando.model |
|---|
| Methods in com.liferay.portlet.expando.model that throw SystemException | |
|---|---|
List<Locale> |
ExpandoValueWrapper.getAvailableLocales()
|
List<Locale> |
ExpandoValue.getAvailableLocales()
|
boolean |
ExpandoValueWrapper.getBoolean()
|
boolean |
ExpandoValue.getBoolean()
|
boolean[] |
ExpandoValueWrapper.getBooleanArray()
|
boolean[] |
ExpandoValue.getBooleanArray()
|
ExpandoColumn |
ExpandoValueWrapper.getColumn()
|
ExpandoColumn |
ExpandoValue.getColumn()
|
Date |
ExpandoValueWrapper.getDate()
|
Date |
ExpandoValue.getDate()
|
Date[] |
ExpandoValueWrapper.getDateArray()
|
Date[] |
ExpandoValue.getDateArray()
|
Locale |
ExpandoValueWrapper.getDefaultLocale()
|
Locale |
ExpandoValue.getDefaultLocale()
|
double |
ExpandoValueWrapper.getDouble()
|
double |
ExpandoValue.getDouble()
|
double[] |
ExpandoValueWrapper.getDoubleArray()
|
double[] |
ExpandoValue.getDoubleArray()
|
float |
ExpandoValueWrapper.getFloat()
|
float |
ExpandoValue.getFloat()
|
float[] |
ExpandoValueWrapper.getFloatArray()
|
float[] |
ExpandoValue.getFloatArray()
|
int |
ExpandoValueWrapper.getInteger()
|
int |
ExpandoValue.getInteger()
|
int[] |
ExpandoValueWrapper.getIntegerArray()
|
int[] |
ExpandoValue.getIntegerArray()
|
long |
ExpandoValueWrapper.getLong()
|
long |
ExpandoValue.getLong()
|
long[] |
ExpandoValueWrapper.getLongArray()
|
long[] |
ExpandoValue.getLongArray()
|
Number |
ExpandoValueWrapper.getNumber()
|
Number |
ExpandoValue.getNumber()
|
Number[] |
ExpandoValueWrapper.getNumberArray()
|
Number[] |
ExpandoValue.getNumberArray()
|
Serializable |
ExpandoValueWrapper.getSerializable()
|
Serializable |
ExpandoValue.getSerializable()
|
short |
ExpandoValueWrapper.getShort()
|
short |
ExpandoValue.getShort()
|
short[] |
ExpandoValueWrapper.getShortArray()
|
short[] |
ExpandoValue.getShortArray()
|
String |
ExpandoValueWrapper.getString()
|
String |
ExpandoValue.getString()
|
String |
ExpandoValueWrapper.getString(Locale locale)
|
String |
ExpandoValue.getString(Locale locale)
|
String[] |
ExpandoValueWrapper.getStringArray()
|
String[] |
ExpandoValue.getStringArray()
|
String[] |
ExpandoValueWrapper.getStringArray(Locale locale)
|
String[] |
ExpandoValue.getStringArray(Locale locale)
|
Map<Locale,String[]> |
ExpandoValueWrapper.getStringArrayMap()
|
Map<Locale,String[]> |
ExpandoValue.getStringArrayMap()
|
Map<Locale,String> |
ExpandoValueWrapper.getStringMap()
|
Map<Locale,String> |
ExpandoValue.getStringMap()
|
void |
ExpandoValueWrapper.persist()
|
void |
ExpandoTableWrapper.persist()
|
void |
ExpandoRowWrapper.persist()
|
void |
ExpandoColumnWrapper.persist()
|
void |
ExpandoValueWrapper.setBoolean(boolean data)
|
void |
ExpandoValue.setBoolean(boolean data)
|
void |
ExpandoValueWrapper.setBooleanArray(boolean[] data)
|
void |
ExpandoValue.setBooleanArray(boolean[] data)
|
void |
ExpandoValueWrapper.setDate(Date data)
|
void |
ExpandoValue.setDate(Date data)
|
void |
ExpandoValueWrapper.setDateArray(Date[] data)
|
void |
ExpandoValue.setDateArray(Date[] data)
|
void |
ExpandoValueWrapper.setDouble(double data)
|
void |
ExpandoValue.setDouble(double data)
|
void |
ExpandoValueWrapper.setDoubleArray(double[] data)
|
void |
ExpandoValue.setDoubleArray(double[] data)
|
void |
ExpandoValueWrapper.setFloat(float data)
|
void |
ExpandoValue.setFloat(float data)
|
void |
ExpandoValueWrapper.setFloatArray(float[] data)
|
void |
ExpandoValue.setFloatArray(float[] data)
|
void |
ExpandoValueWrapper.setInteger(int data)
|
void |
ExpandoValue.setInteger(int data)
|
void |
ExpandoValueWrapper.setIntegerArray(int[] data)
|
void |
ExpandoValue.setIntegerArray(int[] data)
|
void |
ExpandoValueWrapper.setLong(long data)
|
void |
ExpandoValue.setLong(long data)
|
void |
ExpandoValueWrapper.setLongArray(long[] data)
|
void |
ExpandoValue.setLongArray(long[] data)
|
void |
ExpandoValueWrapper.setNumber(Number data)
|
void |
ExpandoValue.setNumber(Number data)
|
void |
ExpandoValueWrapper.setNumberArray(Number[] data)
|
void |
ExpandoValue.setNumberArray(Number[] data)
|
void |
ExpandoValueWrapper.setShort(short data)
|
void |
ExpandoValue.setShort(short data)
|
void |
ExpandoValueWrapper.setShortArray(short[] data)
|
void |
ExpandoValue.setShortArray(short[] data)
|
void |
ExpandoValueWrapper.setString(String data)
|
void |
ExpandoValue.setString(String data)
|
void |
ExpandoValueWrapper.setString(String data,
Locale locale,
Locale defaultLocale)
|
void |
ExpandoValue.setString(String data,
Locale locale,
Locale defaultLocale)
|
void |
ExpandoValueWrapper.setStringArray(String[] data)
|
void |
ExpandoValue.setStringArray(String[] data)
|
void |
ExpandoValueWrapper.setStringArray(String[] data,
Locale locale,
Locale defaultLocale)
|
void |
ExpandoValue.setStringArray(String[] data,
Locale locale,
Locale defaultLocale)
|
void |
ExpandoValueWrapper.setStringArrayMap(Map<Locale,String[]> dataMap,
Locale defaultLocale)
|
void |
ExpandoValue.setStringArrayMap(Map<Locale,String[]> dataMap,
Locale defaultLocale)
|
void |
ExpandoValueWrapper.setStringMap(Map<Locale,String> dataMap,
Locale defaultLocale)
|
void |
ExpandoValue.setStringMap(Map<Locale,String> dataMap,
Locale defaultLocale)
|
| Uses of SystemException in com.liferay.portlet.expando.service |
|---|
| Methods in com.liferay.portlet.expando.service that throw SystemException | |
|---|---|
ExpandoColumn |
ExpandoColumnServiceWrapper.addColumn(long tableId,
String name,
int type)
|
static ExpandoColumn |
ExpandoColumnServiceUtil.addColumn(long tableId,
String name,
int type)
|
ExpandoColumn |
ExpandoColumnService.addColumn(long tableId,
String name,
int type)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.addColumn(long tableId,
String name,
int type)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.addColumn(long tableId,
String name,
int type)
|
ExpandoColumn |
ExpandoColumnLocalService.addColumn(long tableId,
String name,
int type)
|
ExpandoColumn |
ExpandoColumnServiceWrapper.addColumn(long tableId,
String name,
int type,
Object defaultData)
|
static ExpandoColumn |
ExpandoColumnServiceUtil.addColumn(long tableId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
ExpandoColumnService.addColumn(long tableId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.addColumn(long tableId,
String name,
int type,
Object defaultData)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.addColumn(long tableId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
ExpandoColumnLocalService.addColumn(long tableId,
String name,
int type,
Object defaultData)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId,
long classNameId)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.addDefaultTable(long companyId,
long classNameId)
|
ExpandoTable |
ExpandoTableLocalService.addDefaultTable(long companyId,
long classNameId)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId,
String className)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.addDefaultTable(long companyId,
String className)
|
ExpandoTable |
ExpandoTableLocalService.addDefaultTable(long companyId,
String className)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database. |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database. |
ExpandoColumn |
ExpandoColumnLocalService.addExpandoColumn(ExpandoColumn expandoColumn)
Adds the expando column to the database. |
ExpandoRow |
ExpandoRowLocalServiceWrapper.addExpandoRow(ExpandoRow expandoRow)
Adds the expando row to the database. |
static ExpandoRow |
ExpandoRowLocalServiceUtil.addExpandoRow(ExpandoRow expandoRow)
Adds the expando row to the database. |
ExpandoRow |
ExpandoRowLocalService.addExpandoRow(ExpandoRow expandoRow)
Adds the expando row to the database. |
ExpandoTable |
ExpandoTableLocalServiceWrapper.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database. |
static ExpandoTable |
ExpandoTableLocalServiceUtil.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database. |
ExpandoTable |
ExpandoTableLocalService.addExpandoTable(ExpandoTable expandoTable)
Adds the expando table to the database. |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addExpandoValue(ExpandoValue expandoValue)
Adds the expando value to the database. |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addExpandoValue(ExpandoValue expandoValue)
Adds the expando value to the database. |
ExpandoValue |
ExpandoValueLocalService.addExpandoValue(ExpandoValue expandoValue)
Adds the expando value to the database. |
ExpandoRow |
ExpandoRowLocalServiceWrapper.addRow(long tableId,
long classPK)
|
static ExpandoRow |
ExpandoRowLocalServiceUtil.addRow(long tableId,
long classPK)
|
ExpandoRow |
ExpandoRowLocalService.addRow(long tableId,
long classPK)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addTable(long companyId,
long classNameId,
String name)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.addTable(long companyId,
long classNameId,
String name)
|
ExpandoTable |
ExpandoTableLocalService.addTable(long companyId,
long classNameId,
String name)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addTable(long classNameId,
String name)
Deprecated. ExpandoTableLocalServiceWrapper.addTable(long, long, String) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.addTable(long classNameId,
String name)
Deprecated. ExpandoTableLocalServiceUtil.addTable(long, long, String) |
ExpandoTable |
ExpandoTableLocalService.addTable(long classNameId,
String name)
Deprecated. ExpandoTableLocalService.addTable(long, long, String) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.addTable(long companyId,
String className,
String name)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.addTable(long companyId,
String className,
String name)
|
ExpandoTable |
ExpandoTableLocalService.addTable(long companyId,
String className,
String name)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.addTable(String className,
String name)
Deprecated. ExpandoTableLocalServiceWrapper.addTable(long, String, String) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.addTable(String className,
String name)
Deprecated. ExpandoTableLocalServiceUtil.addTable(long, String, String) |
ExpandoTable |
ExpandoTableLocalService.addTable(String className,
String name)
Deprecated. ExpandoTableLocalService.addTable(long, String, String) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long classNameId,
long tableId,
long columnId,
long classPK,
String data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long classNameId,
long tableId,
long columnId,
long classPK,
String data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long classNameId,
long tableId,
long columnId,
long classPK,
String data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date[] data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<Locale,?> dataMap,
Locale defautlLocale)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<Locale,?> dataMap,
Locale defautlLocale)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<Locale,?> dataMap,
Locale defautlLocale)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number[] data)
|
ExpandoValue |
ExpandoValueServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
|
static ExpandoValue |
ExpandoValueServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
|
ExpandoValue |
ExpandoValueService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] data)
|
ExpandoValue |
ExpandoValueServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
|
static ExpandoValue |
ExpandoValueServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
|
ExpandoValue |
ExpandoValueService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String[] data)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String[] data)
|
ExpandoValue |
ExpandoValueLocalService.addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String[] data)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
boolean data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
boolean[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
boolean data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
boolean[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
boolean data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
boolean[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
boolean[] data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
boolean[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
boolean[] data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
boolean[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
boolean[] data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
boolean[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
Date data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Date[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
Date data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Date[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
Date data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Date[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
Date[] data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Date[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
Date[] data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Date[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
Date[] data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Date[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
double data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
double[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
double data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
double[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
double data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
double[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
double[] data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
double[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
double[] data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
double[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
double[] data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
double[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
float data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
float[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
float data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
float[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
float data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
float[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
float[] data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
float[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
float[] data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
float[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
float[] data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
float[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
int data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, int[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
int data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, int[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
int data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, int[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
int[] data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, int[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
int[] data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, int[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
int[] data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, int[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
long data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, long[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
long data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, long[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
long data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, long[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
long[] data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, long[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
long[] data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, long[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
long[] data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, long[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
Object data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long, Object) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
Object data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long, Object) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
Object data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long, Object) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
short data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
short[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
short data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
short[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
short data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
short[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
short[] data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
short[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
short[] data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
short[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
short[] data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
short[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
String data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
String[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
String data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
String[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
String data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
String[]) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.addValue(String className,
String tableName,
String columnName,
long classPK,
String[] data)
Deprecated. ExpandoValueLocalServiceWrapper.addValue(long, String, String, String, long,
String[]) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.addValue(String className,
String tableName,
String columnName,
long classPK,
String[] data)
Deprecated. ExpandoValueLocalServiceUtil.addValue(long, String, String, String, long,
String[]) |
ExpandoValue |
ExpandoValueLocalService.addValue(String className,
String tableName,
String columnName,
long classPK,
String[] data)
Deprecated. ExpandoValueLocalService.addValue(long, String, String, String, long,
String[]) |
void |
ExpandoValueLocalServiceWrapper.addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data)
|
static void |
ExpandoValueLocalServiceUtil.addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data)
|
void |
ExpandoValueLocalService.addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data)
|
void |
ExpandoValueLocalServiceWrapper.addValues(long companyId,
long classNameId,
String tableName,
long classPK,
Map<String,Serializable> attributes)
|
static void |
ExpandoValueLocalServiceUtil.addValues(long companyId,
long classNameId,
String tableName,
long classPK,
Map<String,Serializable> attributes)
|
void |
ExpandoValueLocalService.addValues(long companyId,
long classNameId,
String tableName,
long classPK,
Map<String,Serializable> attributes)
|
void |
ExpandoValueServiceWrapper.addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
|
static void |
ExpandoValueServiceUtil.addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
|
void |
ExpandoValueService.addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributeValues)
|
void |
ExpandoValueLocalServiceWrapper.addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributes)
|
static void |
ExpandoValueLocalServiceUtil.addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributes)
|
void |
ExpandoValueLocalService.addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributes)
|
void |
ExpandoColumnLocalServiceWrapper.deleteColumn(ExpandoColumn column)
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumn(ExpandoColumn column)
|
void |
ExpandoColumnLocalService.deleteColumn(ExpandoColumn column)
|
void |
ExpandoColumnServiceWrapper.deleteColumn(long columnId)
|
static void |
ExpandoColumnServiceUtil.deleteColumn(long columnId)
|
void |
ExpandoColumnService.deleteColumn(long columnId)
|
void |
ExpandoColumnLocalServiceWrapper.deleteColumn(long columnId)
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumn(long columnId)
|
void |
ExpandoColumnLocalService.deleteColumn(long columnId)
|
void |
ExpandoColumnLocalServiceWrapper.deleteColumn(long companyId,
long classNameId,
String tableName,
String name)
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumn(long companyId,
long classNameId,
String tableName,
String name)
|
void |
ExpandoColumnLocalService.deleteColumn(long companyId,
long classNameId,
String tableName,
String name)
|
void |
ExpandoColumnLocalServiceWrapper.deleteColumn(long tableId,
String name)
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumn(long tableId,
String name)
|
void |
ExpandoColumnLocalService.deleteColumn(long tableId,
String name)
|
void |
ExpandoColumnLocalServiceWrapper.deleteColumn(long companyId,
String className,
String tableName,
String name)
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumn(long companyId,
String className,
String tableName,
String name)
|
void |
ExpandoColumnLocalService.deleteColumn(long companyId,
String className,
String tableName,
String name)
|
void |
ExpandoColumnLocalServiceWrapper.deleteColumns(long tableId)
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumns(long tableId)
|
void |
ExpandoColumnLocalService.deleteColumns(long tableId)
|
void |
ExpandoColumnLocalServiceWrapper.deleteColumns(long companyId,
long classNameId,
String tableName)
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumns(long companyId,
long classNameId,
String tableName)
|
void |
ExpandoColumnLocalService.deleteColumns(long companyId,
long classNameId,
String tableName)
|
void |
ExpandoColumnLocalServiceWrapper.deleteColumns(long companyId,
String className,
String tableName)
|
static void |
ExpandoColumnLocalServiceUtil.deleteColumns(long companyId,
String className,
String tableName)
|
void |
ExpandoColumnLocalService.deleteColumns(long companyId,
String className,
String tableName)
|
void |
ExpandoValueLocalServiceWrapper.deleteColumnValues(long columnId)
|
static void |
ExpandoValueLocalServiceUtil.deleteColumnValues(long columnId)
|
void |
ExpandoValueLocalService.deleteColumnValues(long columnId)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database. |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database. |
ExpandoColumn |
ExpandoColumnLocalService.deleteExpandoColumn(ExpandoColumn expandoColumn)
Deletes the expando column from the database. |
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.deleteExpandoColumn(long columnId)
Deletes the expando column with the primary key from the database. |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.deleteExpandoColumn(long columnId)
Deletes the expando column with the primary key from the database. |
ExpandoColumn |
ExpandoColumnLocalService.deleteExpandoColumn(long columnId)
Deletes the expando column with the primary key from the database. |
ExpandoRow |
ExpandoRowLocalServiceWrapper.deleteExpandoRow(ExpandoRow expandoRow)
Deletes the expando row from the database. |
static ExpandoRow |
ExpandoRowLocalServiceUtil.deleteExpandoRow(ExpandoRow expandoRow)
Deletes the expando row from the database. |
ExpandoRow |
ExpandoRowLocalService.deleteExpandoRow(ExpandoRow expandoRow)
Deletes the expando row from the database. |
ExpandoRow |
ExpandoRowLocalServiceWrapper.deleteExpandoRow(long rowId)
Deletes the expando row with the primary key from the database. |
static ExpandoRow |
ExpandoRowLocalServiceUtil.deleteExpandoRow(long rowId)
Deletes the expando row with the primary key from the database. |
ExpandoRow |
ExpandoRowLocalService.deleteExpandoRow(long rowId)
Deletes the expando row with the primary key from the database. |
ExpandoTable |
ExpandoTableLocalServiceWrapper.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database. |
static ExpandoTable |
ExpandoTableLocalServiceUtil.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database. |
ExpandoTable |
ExpandoTableLocalService.deleteExpandoTable(ExpandoTable expandoTable)
Deletes the expando table from the database. |
ExpandoTable |
ExpandoTableLocalServiceWrapper.deleteExpandoTable(long tableId)
Deletes the expando table with the primary key from the database. |
static ExpandoTable |
ExpandoTableLocalServiceUtil.deleteExpandoTable(long tableId)
Deletes the expando table with the primary key from the database. |
ExpandoTable |
ExpandoTableLocalService.deleteExpandoTable(long tableId)
Deletes the expando table with the primary key from the database. |
ExpandoValue |
ExpandoValueLocalServiceWrapper.deleteExpandoValue(ExpandoValue expandoValue)
Deletes the expando value from the database. |
static ExpandoValue |
ExpandoValueLocalServiceUtil.deleteExpandoValue(ExpandoValue expandoValue)
Deletes the expando value from the database. |
ExpandoValue |
ExpandoValueLocalService.deleteExpandoValue(ExpandoValue expandoValue)
Deletes the expando value from the database. |
ExpandoValue |
ExpandoValueLocalServiceWrapper.deleteExpandoValue(long valueId)
Deletes the expando value with the primary key from the database. |
static ExpandoValue |
ExpandoValueLocalServiceUtil.deleteExpandoValue(long valueId)
Deletes the expando value with the primary key from the database. |
ExpandoValue |
ExpandoValueLocalService.deleteExpandoValue(long valueId)
Deletes the expando value with the primary key from the database. |
void |
ExpandoRowLocalServiceWrapper.deleteRow(ExpandoRow row)
|
static void |
ExpandoRowLocalServiceUtil.deleteRow(ExpandoRow row)
|
void |
ExpandoRowLocalService.deleteRow(ExpandoRow row)
|
void |
ExpandoRowLocalServiceWrapper.deleteRow(long rowId)
|
static void |
ExpandoRowLocalServiceUtil.deleteRow(long rowId)
|
void |
ExpandoRowLocalService.deleteRow(long rowId)
|
void |
ExpandoRowLocalServiceWrapper.deleteRow(long tableId,
long classPK)
|
static void |
ExpandoRowLocalServiceUtil.deleteRow(long tableId,
long classPK)
|
void |
ExpandoRowLocalService.deleteRow(long tableId,
long classPK)
|
void |
ExpandoRowLocalServiceWrapper.deleteRow(long companyId,
long classNameId,
String tableName,
long classPK)
|
static void |
ExpandoRowLocalServiceUtil.deleteRow(long companyId,
long classNameId,
String tableName,
long classPK)
|
void |
ExpandoRowLocalService.deleteRow(long companyId,
long classNameId,
String tableName,
long classPK)
|
void |
ExpandoRowLocalServiceWrapper.deleteRow(long companyId,
String className,
String tableName,
long classPK)
|
static void |
ExpandoRowLocalServiceUtil.deleteRow(long companyId,
String className,
String tableName,
long classPK)
|
void |
ExpandoRowLocalService.deleteRow(long companyId,
String className,
String tableName,
long classPK)
|
void |
ExpandoValueLocalServiceWrapper.deleteRowValues(long rowId)
|
static void |
ExpandoValueLocalServiceUtil.deleteRowValues(long rowId)
|
void |
ExpandoValueLocalService.deleteRowValues(long rowId)
|
void |
ExpandoTableLocalServiceWrapper.deleteTable(ExpandoTable table)
|
static void |
ExpandoTableLocalServiceUtil.deleteTable(ExpandoTable table)
|
void |
ExpandoTableLocalService.deleteTable(ExpandoTable table)
|
void |
ExpandoTableLocalServiceWrapper.deleteTable(long tableId)
|
static void |
ExpandoTableLocalServiceUtil.deleteTable(long tableId)
|
void |
ExpandoTableLocalService.deleteTable(long tableId)
|
void |
ExpandoTableLocalServiceWrapper.deleteTable(long companyId,
long classNameId,
String name)
|
static void |
ExpandoTableLocalServiceUtil.deleteTable(long companyId,
long classNameId,
String name)
|
void |
ExpandoTableLocalService.deleteTable(long companyId,
long classNameId,
String name)
|
void |
ExpandoTableLocalServiceWrapper.deleteTable(long companyId,
String className,
String name)
|
static void |
ExpandoTableLocalServiceUtil.deleteTable(long companyId,
String className,
String name)
|
void |
ExpandoTableLocalService.deleteTable(long companyId,
String className,
String name)
|
void |
ExpandoTableLocalServiceWrapper.deleteTables(long companyId,
long classNameId)
|
static void |
ExpandoTableLocalServiceUtil.deleteTables(long companyId,
long classNameId)
|
void |
ExpandoTableLocalService.deleteTables(long companyId,
long classNameId)
|
void |
ExpandoTableLocalServiceWrapper.deleteTables(long companyId,
String className)
|
static void |
ExpandoTableLocalServiceUtil.deleteTables(long companyId,
String className)
|
void |
ExpandoTableLocalService.deleteTables(long companyId,
String className)
|
void |
ExpandoValueLocalServiceWrapper.deleteTableValues(long tableId)
|
static void |
ExpandoValueLocalServiceUtil.deleteTableValues(long tableId)
|
void |
ExpandoValueLocalService.deleteTableValues(long tableId)
|
void |
ExpandoValueLocalServiceWrapper.deleteValue(ExpandoValue value)
|
static void |
ExpandoValueLocalServiceUtil.deleteValue(ExpandoValue value)
|
void |
ExpandoValueLocalService.deleteValue(ExpandoValue value)
|
void |
ExpandoValueLocalServiceWrapper.deleteValue(long valueId)
|
static void |
ExpandoValueLocalServiceUtil.deleteValue(long valueId)
|
void |
ExpandoValueLocalService.deleteValue(long valueId)
|
void |
ExpandoValueLocalServiceWrapper.deleteValue(long columnId,
long rowId)
|
static void |
ExpandoValueLocalServiceUtil.deleteValue(long columnId,
long rowId)
|
void |
ExpandoValueLocalService.deleteValue(long columnId,
long rowId)
|
void |
ExpandoValueLocalServiceWrapper.deleteValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK)
|
static void |
ExpandoValueLocalServiceUtil.deleteValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK)
|
void |
ExpandoValueLocalService.deleteValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK)
|
void |
ExpandoValueLocalServiceWrapper.deleteValue(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
static void |
ExpandoValueLocalServiceUtil.deleteValue(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
void |
ExpandoValueLocalService.deleteValue(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
void |
ExpandoValueLocalServiceWrapper.deleteValues(long classNameId,
long classPK)
|
static void |
ExpandoValueLocalServiceUtil.deleteValues(long classNameId,
long classPK)
|
void |
ExpandoValueLocalService.deleteValues(long classNameId,
long classPK)
|
void |
ExpandoValueLocalServiceWrapper.deleteValues(String className,
long classPK)
|
static void |
ExpandoValueLocalServiceUtil.deleteValues(String className,
long classPK)
|
void |
ExpandoValueLocalService.deleteValues(String className,
long classPK)
|
List |
ExpandoValueLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ExpandoValueLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ExpandoValueLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ExpandoTableLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ExpandoTableLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ExpandoTableLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ExpandoRowLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ExpandoRowLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ExpandoRowLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ExpandoColumnLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ExpandoColumnLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ExpandoColumnLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ExpandoValueLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ExpandoValueLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ExpandoValueLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ExpandoTableLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ExpandoTableLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ExpandoTableLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ExpandoRowLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ExpandoRowLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ExpandoRowLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ExpandoColumnLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ExpandoColumnLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ExpandoColumnLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ExpandoValueLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ExpandoValueLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ExpandoValueLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ExpandoTableLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ExpandoTableLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ExpandoTableLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ExpandoRowLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ExpandoRowLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ExpandoRowLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ExpandoColumnLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ExpandoColumnLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ExpandoColumnLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
ExpandoValueLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ExpandoValueLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ExpandoValueLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ExpandoTableLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ExpandoTableLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ExpandoTableLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ExpandoRowLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ExpandoRowLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ExpandoRowLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ExpandoColumnLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ExpandoColumnLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ExpandoColumnLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
ExpandoTable |
ExpandoTableLocalServiceWrapper.fetchDefaultTable(long companyId,
long classNameId)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.fetchDefaultTable(long companyId,
long classNameId)
|
ExpandoTable |
ExpandoTableLocalService.fetchDefaultTable(long companyId,
long classNameId)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.fetchDefaultTable(long companyId,
String className)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.fetchDefaultTable(long companyId,
String className)
|
ExpandoTable |
ExpandoTableLocalService.fetchDefaultTable(long companyId,
String className)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.fetchExpandoColumn(long columnId)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.fetchExpandoColumn(long columnId)
|
ExpandoColumn |
ExpandoColumnLocalService.fetchExpandoColumn(long columnId)
|
ExpandoRow |
ExpandoRowLocalServiceWrapper.fetchExpandoRow(long rowId)
|
static ExpandoRow |
ExpandoRowLocalServiceUtil.fetchExpandoRow(long rowId)
|
ExpandoRow |
ExpandoRowLocalService.fetchExpandoRow(long rowId)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.fetchExpandoTable(long tableId)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.fetchExpandoTable(long tableId)
|
ExpandoTable |
ExpandoTableLocalService.fetchExpandoTable(long tableId)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.fetchExpandoValue(long valueId)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.fetchExpandoValue(long valueId)
|
ExpandoValue |
ExpandoValueLocalService.fetchExpandoValue(long valueId)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.fetchTable(long companyId,
long classNameId,
String name)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.fetchTable(long companyId,
long classNameId,
String name)
|
ExpandoTable |
ExpandoTableLocalService.fetchTable(long companyId,
long classNameId,
String name)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getColumn(long columnId)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getColumn(long columnId)
|
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long columnId)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getColumn(long companyId,
long classNameId,
String tableName,
String name)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getColumn(long companyId,
long classNameId,
String tableName,
String name)
|
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long companyId,
long classNameId,
String tableName,
String name)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getColumn(long tableId,
String name)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getColumn(long tableId,
String name)
|
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long tableId,
String name)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getColumn(long companyId,
String className,
String tableName,
String name)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getColumn(long companyId,
String className,
String tableName,
String name)
|
ExpandoColumn |
ExpandoColumnLocalService.getColumn(long companyId,
String className,
String tableName,
String name)
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long tableId)
|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long tableId)
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long tableId)
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long tableId,
Collection<String> names)
|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long tableId,
Collection<String> names)
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long tableId,
Collection<String> names)
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long companyId,
long classNameId,
String tableName)
|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long companyId,
long classNameId,
String tableName)
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
long classNameId,
String tableName)
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long companyId,
long classNameId,
String tableName,
Collection<String> names)
|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long companyId,
long classNameId,
String tableName,
Collection<String> names)
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
long classNameId,
String tableName,
Collection<String> names)
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long companyId,
String className,
String tableName)
|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long companyId,
String className,
String tableName)
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
String className,
String tableName)
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getColumns(long companyId,
String className,
String tableName,
Collection<String> columnNames)
|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getColumns(long companyId,
String className,
String tableName,
Collection<String> columnNames)
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getColumns(long companyId,
String className,
String tableName,
Collection<String> columnNames)
|
int |
ExpandoColumnLocalServiceWrapper.getColumnsCount(long tableId)
|
static int |
ExpandoColumnLocalServiceUtil.getColumnsCount(long tableId)
|
int |
ExpandoColumnLocalService.getColumnsCount(long tableId)
|
int |
ExpandoColumnLocalServiceWrapper.getColumnsCount(long companyId,
long classNameId,
String tableName)
|
static int |
ExpandoColumnLocalServiceUtil.getColumnsCount(long companyId,
long classNameId,
String tableName)
|
int |
ExpandoColumnLocalService.getColumnsCount(long companyId,
long classNameId,
String tableName)
|
int |
ExpandoColumnLocalServiceWrapper.getColumnsCount(long companyId,
String className,
String tableName)
|
static int |
ExpandoColumnLocalServiceUtil.getColumnsCount(long companyId,
String className,
String tableName)
|
int |
ExpandoColumnLocalService.getColumnsCount(long companyId,
String className,
String tableName)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getColumnValues(long columnId,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getColumnValues(long columnId,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long columnId,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
String data,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
String data,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
String data,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getColumnValues(long companyId,
String className,
String tableName,
String columnName,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getColumnValues(long companyId,
String className,
String tableName,
String columnName,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long companyId,
String className,
String tableName,
String columnName,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getColumnValues(long companyId,
String className,
String tableName,
String columnName,
String data,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getColumnValues(long companyId,
String className,
String tableName,
String columnName,
String data,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(long companyId,
String className,
String tableName,
String columnName,
String data,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getColumnValues(String className,
String tableName,
String columnName,
String data,
int start,
int end)
Deprecated. ExpandoValueLocalServiceWrapper.getColumnValues(long, String, String, String, String,
int, int) |
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getColumnValues(String className,
String tableName,
String columnName,
String data,
int start,
int end)
Deprecated. ExpandoValueLocalServiceUtil.getColumnValues(long, String, String, String, String,
int, int) |
List<ExpandoValue> |
ExpandoValueLocalService.getColumnValues(String className,
String tableName,
String columnName,
String data,
int start,
int end)
Deprecated. ExpandoValueLocalService.getColumnValues(long, String, String, String, String,
int, int) |
int |
ExpandoValueLocalServiceWrapper.getColumnValuesCount(long columnId)
|
static int |
ExpandoValueLocalServiceUtil.getColumnValuesCount(long columnId)
|
int |
ExpandoValueLocalService.getColumnValuesCount(long columnId)
|
int |
ExpandoValueLocalServiceWrapper.getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName)
|
static int |
ExpandoValueLocalServiceUtil.getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName)
|
int |
ExpandoValueLocalService.getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName)
|
int |
ExpandoValueLocalServiceWrapper.getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName,
String data)
|
static int |
ExpandoValueLocalServiceUtil.getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName,
String data)
|
int |
ExpandoValueLocalService.getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName,
String data)
|
int |
ExpandoValueLocalServiceWrapper.getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName)
|
static int |
ExpandoValueLocalServiceUtil.getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName)
|
int |
ExpandoValueLocalService.getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName)
|
int |
ExpandoValueLocalServiceWrapper.getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName,
String data)
|
static int |
ExpandoValueLocalServiceUtil.getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName,
String data)
|
int |
ExpandoValueLocalService.getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName,
String data)
|
int |
ExpandoValueLocalServiceWrapper.getColumnValuesCount(String className,
String tableName,
String columnName,
String data)
Deprecated. ExpandoValueLocalServiceWrapper.getColumnValuesCount(long, String, String, String,
String) |
static int |
ExpandoValueLocalServiceUtil.getColumnValuesCount(String className,
String tableName,
String columnName,
String data)
Deprecated. ExpandoValueLocalServiceUtil.getColumnValuesCount(long, String, String, String,
String) |
int |
ExpandoValueLocalService.getColumnValuesCount(String className,
String tableName,
String columnName,
String data)
Deprecated. ExpandoValueLocalService.getColumnValuesCount(long, String, String, String,
String) |
Map<String,Serializable> |
ExpandoValueServiceWrapper.getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
|
static Map<String,Serializable> |
ExpandoValueServiceUtil.getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
|
Map<String,Serializable> |
ExpandoValueService.getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
|
Map<String,Serializable> |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
|
static Map<String,Serializable> |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
|
Map<String,Serializable> |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK)
|
Serializable |
ExpandoValueServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
static Serializable |
ExpandoValueServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
Serializable |
ExpandoValueService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
Serializable |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
static Serializable |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
Serializable |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
boolean |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean defaultData)
|
static boolean |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean defaultData)
|
boolean |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean defaultData)
|
boolean[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData)
|
static boolean[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData)
|
boolean[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData)
|
Date |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date defaultData)
|
static Date |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date defaultData)
|
Date |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date defaultData)
|
Date[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date[] defaultData)
|
static Date[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date[] defaultData)
|
Date[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date[] defaultData)
|
double |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double defaultData)
|
static double |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double defaultData)
|
double |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double defaultData)
|
double[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] defaultData)
|
static double[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] defaultData)
|
double[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] defaultData)
|
float |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float defaultData)
|
static float |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float defaultData)
|
float |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float defaultData)
|
float[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] defaultData)
|
static float[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] defaultData)
|
float[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] defaultData)
|
int |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int defaultData)
|
static int |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int defaultData)
|
int |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int defaultData)
|
int[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] defaultData)
|
static int[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] defaultData)
|
int[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] defaultData)
|
long |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long defaultData)
|
static long |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long defaultData)
|
long |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long defaultData)
|
long[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] defaultData)
|
static long[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] defaultData)
|
long[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] defaultData)
|
Map<?,?> |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<?,?> defaultData)
|
static Map<?,?> |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<?,?> defaultData)
|
Map<?,?> |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<?,?> defaultData)
|
Number |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number defaultData)
|
static Number |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number defaultData)
|
Number |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number defaultData)
|
Number[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number[] defaultData)
|
static Number[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number[] defaultData)
|
Number[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number[] defaultData)
|
short |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short defaultData)
|
static short |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short defaultData)
|
short |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short defaultData)
|
short[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] defaultData)
|
static short[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] defaultData)
|
short[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] defaultData)
|
String |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String defaultData)
|
static String |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String defaultData)
|
String |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String defaultData)
|
String[] |
ExpandoValueLocalServiceWrapper.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String[] defaultData)
|
static String[] |
ExpandoValueLocalServiceUtil.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String[] defaultData)
|
String[] |
ExpandoValueLocalService.getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String[] defaultData)
|
Serializable |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long) |
static Serializable |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long) |
Serializable |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long) |
boolean |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
boolean defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long,
boolean[]) |
static boolean |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
boolean defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long,
boolean[]) |
boolean |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
boolean defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long,
boolean[]) |
boolean[] |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long,
boolean[]) |
static boolean[] |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long,
boolean[]) |
boolean[] |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long,
boolean[]) |
Date |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
Date defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, Date[]) |
static Date |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
Date defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, Date[]) |
Date |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
Date defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, Date[]) |
Date[] |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
Date[] defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, Date[]) |
static Date[] |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
Date[] defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, Date[]) |
Date[] |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
Date[] defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, Date[]) |
double |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
double defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long,
double[]) |
static double |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
double defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long,
double[]) |
double |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
double defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long,
double[]) |
double[] |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
double[] defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long,
double[]) |
static double[] |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
double[] defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long,
double[]) |
double[] |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
double[] defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long,
double[]) |
float |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
float defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, float[]) |
static float |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
float defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, float[]) |
float |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
float defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, float[]) |
float[] |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
float[] defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, float[]) |
static float[] |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
float[] defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, float[]) |
float[] |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
float[] defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, float[]) |
int |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
int defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, int[]) |
static int |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
int defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, int[]) |
int |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
int defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, int[]) |
int[] |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
int[] defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, int[]) |
static int[] |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
int[] defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, int[]) |
int[] |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
int[] defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, int[]) |
long |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
long defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, long[]) |
static long |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
long defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, long[]) |
long |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
long defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, long[]) |
long[] |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
long[] defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, long[]) |
static long[] |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
long[] defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, long[]) |
long[] |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
long[] defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, long[]) |
short |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
short defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, short[]) |
static short |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
short defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, short[]) |
short |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
short defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, short[]) |
short[] |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
short[] defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long, short[]) |
static short[] |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
short[] defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long, short[]) |
short[] |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
short[] defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long, short[]) |
String |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
String defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long,
String[]) |
static String |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
String defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long,
String[]) |
String |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
String defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long,
String[]) |
String[] |
ExpandoValueLocalServiceWrapper.getData(String className,
String tableName,
String columnName,
long classPK,
String[] defaultData)
Deprecated. ExpandoValueLocalServiceWrapper.getData(long, String, String, String, long,
String[]) |
static String[] |
ExpandoValueLocalServiceUtil.getData(String className,
String tableName,
String columnName,
long classPK,
String[] defaultData)
Deprecated. ExpandoValueLocalServiceUtil.getData(long, String, String, String, long,
String[]) |
String[] |
ExpandoValueLocalService.getData(String className,
String tableName,
String columnName,
long classPK,
String[] defaultData)
Deprecated. ExpandoValueLocalService.getData(long, String, String, String, long,
String[]) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId,
long classNameId)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.getDefaultTable(long companyId,
long classNameId)
|
ExpandoTable |
ExpandoTableLocalService.getDefaultTable(long companyId,
long classNameId)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId,
String className)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.getDefaultTable(long companyId,
String className)
|
ExpandoTable |
ExpandoTableLocalService.getDefaultTable(long companyId,
String className)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumn(long companyId,
long classNameId,
String name)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getDefaultTableColumn(long companyId,
long classNameId,
String name)
|
ExpandoColumn |
ExpandoColumnLocalService.getDefaultTableColumn(long companyId,
long classNameId,
String name)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumn(long companyId,
String className,
String name)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getDefaultTableColumn(long companyId,
String className,
String name)
|
ExpandoColumn |
ExpandoColumnLocalService.getDefaultTableColumn(long companyId,
String className,
String name)
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumns(long companyId,
long classNameId)
|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getDefaultTableColumns(long companyId,
long classNameId)
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getDefaultTableColumns(long companyId,
long classNameId)
|
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumns(long companyId,
String className)
|
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getDefaultTableColumns(long companyId,
String className)
|
List<ExpandoColumn> |
ExpandoColumnLocalService.getDefaultTableColumns(long companyId,
String className)
|
int |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumnsCount(long companyId,
long classNameId)
|
static int |
ExpandoColumnLocalServiceUtil.getDefaultTableColumnsCount(long companyId,
long classNameId)
|
int |
ExpandoColumnLocalService.getDefaultTableColumnsCount(long companyId,
long classNameId)
|
int |
ExpandoColumnLocalServiceWrapper.getDefaultTableColumnsCount(long companyId,
String className)
|
static int |
ExpandoColumnLocalServiceUtil.getDefaultTableColumnsCount(long companyId,
String className)
|
int |
ExpandoColumnLocalService.getDefaultTableColumnsCount(long companyId,
String className)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getDefaultTableColumnValues(long companyId,
long classNameId,
String columnName,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getDefaultTableColumnValues(long companyId,
long classNameId,
String columnName,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getDefaultTableColumnValues(long companyId,
long classNameId,
String columnName,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getDefaultTableColumnValues(long companyId,
String className,
String columnName,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getDefaultTableColumnValues(long companyId,
String className,
String columnName,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getDefaultTableColumnValues(long companyId,
String className,
String columnName,
int start,
int end)
|
int |
ExpandoValueLocalServiceWrapper.getDefaultTableColumnValuesCount(long companyId,
long classNameId,
String columnName)
|
static int |
ExpandoValueLocalServiceUtil.getDefaultTableColumnValuesCount(long companyId,
long classNameId,
String columnName)
|
int |
ExpandoValueLocalService.getDefaultTableColumnValuesCount(long companyId,
long classNameId,
String columnName)
|
int |
ExpandoValueLocalServiceWrapper.getDefaultTableColumnValuesCount(long companyId,
String className,
String columnName)
|
static int |
ExpandoValueLocalServiceUtil.getDefaultTableColumnValuesCount(long companyId,
String className,
String columnName)
|
int |
ExpandoValueLocalService.getDefaultTableColumnValuesCount(long companyId,
String className,
String columnName)
|
List<ExpandoRow> |
ExpandoRowLocalServiceWrapper.getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
|
static List<ExpandoRow> |
ExpandoRowLocalServiceUtil.getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalService.getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalServiceWrapper.getDefaultTableRows(long companyId,
String className,
int start,
int end)
|
static List<ExpandoRow> |
ExpandoRowLocalServiceUtil.getDefaultTableRows(long companyId,
String className,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalService.getDefaultTableRows(long companyId,
String className,
int start,
int end)
|
int |
ExpandoRowLocalServiceWrapper.getDefaultTableRowsCount(long companyId,
long classNameId)
|
static int |
ExpandoRowLocalServiceUtil.getDefaultTableRowsCount(long companyId,
long classNameId)
|
int |
ExpandoRowLocalService.getDefaultTableRowsCount(long companyId,
long classNameId)
|
int |
ExpandoRowLocalServiceWrapper.getDefaultTableRowsCount(long companyId,
String className)
|
static int |
ExpandoRowLocalServiceUtil.getDefaultTableRowsCount(long companyId,
String className)
|
int |
ExpandoRowLocalService.getDefaultTableRowsCount(long companyId,
String className)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.getExpandoColumn(long columnId)
Returns the expando column with the primary key. |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.getExpandoColumn(long columnId)
Returns the expando column with the primary key. |
ExpandoColumn |
ExpandoColumnLocalService.getExpandoColumn(long columnId)
Returns the expando column with the primary key. |
List<ExpandoColumn> |
ExpandoColumnLocalServiceWrapper.getExpandoColumns(int start,
int end)
Returns a range of all the expando columns. |
static List<ExpandoColumn> |
ExpandoColumnLocalServiceUtil.getExpandoColumns(int start,
int end)
Returns a range of all the expando columns. |
List<ExpandoColumn> |
ExpandoColumnLocalService.getExpandoColumns(int start,
int end)
Returns a range of all the expando columns. |
int |
ExpandoColumnLocalServiceWrapper.getExpandoColumnsCount()
Returns the number of expando columns. |
static int |
ExpandoColumnLocalServiceUtil.getExpandoColumnsCount()
Returns the number of expando columns. |
int |
ExpandoColumnLocalService.getExpandoColumnsCount()
Returns the number of expando columns. |
ExpandoRow |
ExpandoRowLocalServiceWrapper.getExpandoRow(long rowId)
Returns the expando row with the primary key. |
static ExpandoRow |
ExpandoRowLocalServiceUtil.getExpandoRow(long rowId)
Returns the expando row with the primary key. |
ExpandoRow |
ExpandoRowLocalService.getExpandoRow(long rowId)
Returns the expando row with the primary key. |
List<ExpandoRow> |
ExpandoRowLocalServiceWrapper.getExpandoRows(int start,
int end)
Returns a range of all the expando rows. |
static List<ExpandoRow> |
ExpandoRowLocalServiceUtil.getExpandoRows(int start,
int end)
Returns a range of all the expando rows. |
List<ExpandoRow> |
ExpandoRowLocalService.getExpandoRows(int start,
int end)
Returns a range of all the expando rows. |
int |
ExpandoRowLocalServiceWrapper.getExpandoRowsCount()
Returns the number of expando rows. |
static int |
ExpandoRowLocalServiceUtil.getExpandoRowsCount()
Returns the number of expando rows. |
int |
ExpandoRowLocalService.getExpandoRowsCount()
Returns the number of expando rows. |
ExpandoTable |
ExpandoTableLocalServiceWrapper.getExpandoTable(long tableId)
Returns the expando table with the primary key. |
static ExpandoTable |
ExpandoTableLocalServiceUtil.getExpandoTable(long tableId)
Returns the expando table with the primary key. |
ExpandoTable |
ExpandoTableLocalService.getExpandoTable(long tableId)
Returns the expando table with the primary key. |
List<ExpandoTable> |
ExpandoTableLocalServiceWrapper.getExpandoTables(int start,
int end)
Returns a range of all the expando tables. |
static List<ExpandoTable> |
ExpandoTableLocalServiceUtil.getExpandoTables(int start,
int end)
Returns a range of all the expando tables. |
List<ExpandoTable> |
ExpandoTableLocalService.getExpandoTables(int start,
int end)
Returns a range of all the expando tables. |
int |
ExpandoTableLocalServiceWrapper.getExpandoTablesCount()
Returns the number of expando tables. |
static int |
ExpandoTableLocalServiceUtil.getExpandoTablesCount()
Returns the number of expando tables. |
int |
ExpandoTableLocalService.getExpandoTablesCount()
Returns the number of expando tables. |
ExpandoValue |
ExpandoValueLocalServiceWrapper.getExpandoValue(long valueId)
Returns the expando value with the primary key. |
static ExpandoValue |
ExpandoValueLocalServiceUtil.getExpandoValue(long valueId)
Returns the expando value with the primary key. |
ExpandoValue |
ExpandoValueLocalService.getExpandoValue(long valueId)
Returns the expando value with the primary key. |
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getExpandoValues(int start,
int end)
Returns a range of all the expando values. |
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getExpandoValues(int start,
int end)
Returns a range of all the expando values. |
List<ExpandoValue> |
ExpandoValueLocalService.getExpandoValues(int start,
int end)
Returns a range of all the expando values. |
int |
ExpandoValueLocalServiceWrapper.getExpandoValuesCount()
Returns the number of expando values. |
static int |
ExpandoValueLocalServiceUtil.getExpandoValuesCount()
Returns the number of expando values. |
int |
ExpandoValueLocalService.getExpandoValuesCount()
Returns the number of expando values. |
JSONObject |
ExpandoValueServiceWrapper.getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
static JSONObject |
ExpandoValueServiceUtil.getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
JSONObject |
ExpandoValueService.getJSONData(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
PersistedModel |
ExpandoValueLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ExpandoValueLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ExpandoValueLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ExpandoTableLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ExpandoTableLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ExpandoTableLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ExpandoRowLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ExpandoRowLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ExpandoRowLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ExpandoColumnLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ExpandoColumnLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ExpandoColumnLocalService.getPersistedModel(Serializable primaryKeyObj)
|
ExpandoRow |
ExpandoRowLocalServiceWrapper.getRow(long rowId)
|
static ExpandoRow |
ExpandoRowLocalServiceUtil.getRow(long rowId)
|
ExpandoRow |
ExpandoRowLocalService.getRow(long rowId)
|
ExpandoRow |
ExpandoRowLocalServiceWrapper.getRow(long tableId,
long classPK)
|
static ExpandoRow |
ExpandoRowLocalServiceUtil.getRow(long tableId,
long classPK)
|
ExpandoRow |
ExpandoRowLocalService.getRow(long tableId,
long classPK)
|
ExpandoRow |
ExpandoRowLocalServiceWrapper.getRow(long companyId,
long classNameId,
String tableName,
long classPK)
|
static ExpandoRow |
ExpandoRowLocalServiceUtil.getRow(long companyId,
long classNameId,
String tableName,
long classPK)
|
ExpandoRow |
ExpandoRowLocalService.getRow(long companyId,
long classNameId,
String tableName,
long classPK)
|
ExpandoRow |
ExpandoRowLocalServiceWrapper.getRow(long companyId,
String className,
String tableName,
long classPK)
|
static ExpandoRow |
ExpandoRowLocalServiceUtil.getRow(long companyId,
String className,
String tableName,
long classPK)
|
ExpandoRow |
ExpandoRowLocalService.getRow(long companyId,
String className,
String tableName,
long classPK)
|
List<ExpandoRow> |
ExpandoRowLocalServiceWrapper.getRows(long tableId,
int start,
int end)
|
static List<ExpandoRow> |
ExpandoRowLocalServiceUtil.getRows(long tableId,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalService.getRows(long tableId,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalServiceWrapper.getRows(long companyId,
long classNameId,
String tableName,
int start,
int end)
|
static List<ExpandoRow> |
ExpandoRowLocalServiceUtil.getRows(long companyId,
long classNameId,
String tableName,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalService.getRows(long companyId,
long classNameId,
String tableName,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalServiceWrapper.getRows(long companyId,
String className,
String tableName,
int start,
int end)
|
static List<ExpandoRow> |
ExpandoRowLocalServiceUtil.getRows(long companyId,
String className,
String tableName,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalService.getRows(long companyId,
String className,
String tableName,
int start,
int end)
|
List<ExpandoRow> |
ExpandoRowLocalServiceWrapper.getRows(String className,
String tableName,
int start,
int end)
Deprecated. ExpandoRowLocalServiceWrapper.getRows(long, String, String, int, int) |
static List<ExpandoRow> |
ExpandoRowLocalServiceUtil.getRows(String className,
String tableName,
int start,
int end)
Deprecated. ExpandoRowLocalServiceUtil.getRows(long, String, String, int, int) |
List<ExpandoRow> |
ExpandoRowLocalService.getRows(String className,
String tableName,
int start,
int end)
Deprecated. ExpandoRowLocalService.getRows(long, String, String, int, int) |
int |
ExpandoRowLocalServiceWrapper.getRowsCount(long tableId)
|
static int |
ExpandoRowLocalServiceUtil.getRowsCount(long tableId)
|
int |
ExpandoRowLocalService.getRowsCount(long tableId)
|
int |
ExpandoRowLocalServiceWrapper.getRowsCount(long companyId,
long classNameId,
String tableName)
|
static int |
ExpandoRowLocalServiceUtil.getRowsCount(long companyId,
long classNameId,
String tableName)
|
int |
ExpandoRowLocalService.getRowsCount(long companyId,
long classNameId,
String tableName)
|
int |
ExpandoRowLocalServiceWrapper.getRowsCount(long companyId,
String className,
String tableName)
|
static int |
ExpandoRowLocalServiceUtil.getRowsCount(long companyId,
String className,
String tableName)
|
int |
ExpandoRowLocalService.getRowsCount(long companyId,
String className,
String tableName)
|
int |
ExpandoRowLocalServiceWrapper.getRowsCount(String className,
String tableName)
Deprecated. ExpandoRowLocalServiceWrapper.getRowsCount(long, String, String) |
static int |
ExpandoRowLocalServiceUtil.getRowsCount(String className,
String tableName)
Deprecated. ExpandoRowLocalServiceUtil.getRowsCount(long, String, String) |
int |
ExpandoRowLocalService.getRowsCount(String className,
String tableName)
Deprecated. ExpandoRowLocalService.getRowsCount(long, String, String) |
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getRowValues(long rowId)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getRowValues(long rowId)
|
List<ExpandoValue> |
ExpandoValueLocalService.getRowValues(long rowId)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getRowValues(long rowId,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getRowValues(long rowId,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getRowValues(long rowId,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getRowValues(long companyId,
long classNameId,
String tableName,
long classPK,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getRowValues(long companyId,
long classNameId,
String tableName,
long classPK,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getRowValues(long companyId,
long classNameId,
String tableName,
long classPK,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalServiceWrapper.getRowValues(long companyId,
String className,
String tableName,
long classPK,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueLocalServiceUtil.getRowValues(long companyId,
String className,
String tableName,
long classPK,
int start,
int end)
|
List<ExpandoValue> |
ExpandoValueLocalService.getRowValues(long companyId,
String className,
String tableName,
long classPK,
int start,
int end)
|
int |
ExpandoValueLocalServiceWrapper.getRowValuesCount(long rowId)
|
static int |
ExpandoValueLocalServiceUtil.getRowValuesCount(long rowId)
|
int |
ExpandoValueLocalService.getRowValuesCount(long rowId)
|
int |
ExpandoValueLocalServiceWrapper.getRowValuesCount(long companyId,
long classNameId,
String tableName,
long classPK)
|
static int |
ExpandoValueLocalServiceUtil.getRowValuesCount(long companyId,
long classNameId,
String tableName,
long classPK)
|
int |
ExpandoValueLocalService.getRowValuesCount(long companyId,
long classNameId,
String tableName,
long classPK)
|
int |
ExpandoValueLocalServiceWrapper.getRowValuesCount(long companyId,
String className,
String tableName,
long classPK)
|
static int |
ExpandoValueLocalServiceUtil.getRowValuesCount(long companyId,
String className,
String tableName,
long classPK)
|
int |
ExpandoValueLocalService.getRowValuesCount(long companyId,
String className,
String tableName,
long classPK)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.getTable(long tableId)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.getTable(long tableId)
|
ExpandoTable |
ExpandoTableLocalService.getTable(long tableId)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.getTable(long companyId,
long classNameId,
String name)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.getTable(long companyId,
long classNameId,
String name)
|
ExpandoTable |
ExpandoTableLocalService.getTable(long companyId,
long classNameId,
String name)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.getTable(long classNameId,
String name)
Deprecated. ExpandoTableLocalServiceWrapper.getTable(long, long, String) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.getTable(long classNameId,
String name)
Deprecated. ExpandoTableLocalServiceUtil.getTable(long, long, String) |
ExpandoTable |
ExpandoTableLocalService.getTable(long classNameId,
String name)
Deprecated. ExpandoTableLocalService.getTable(long, long, String) |
ExpandoTable |
ExpandoTableLocalServiceWrapper.getTable(long companyId,
String className,
String name)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.getTable(long companyId,
String className,
String name)
|
ExpandoTable |
ExpandoTableLocalService.getTable(long companyId,
String className,
String name)
|
ExpandoTable |
ExpandoTableLocalServiceWrapper.getTable(String className,
String name)
Deprecated. ExpandoTableLocalServiceWrapper.getTable(long, String, String) |
static ExpandoTable |
ExpandoTableLocalServiceUtil.getTable(String className,
String name)
Deprecated. ExpandoTableLocalServiceUtil.getTable(long, String, String) |
ExpandoTable |
ExpandoTableLocalService.getTable(String className,
String name)
Deprecated. ExpandoTableLocalService.getTable(long, String, String) |
List<ExpandoTable> |
ExpandoTableLocalServiceWrapper.getTables(long companyId,
long classNameId)
|
static List<ExpandoTable> |
ExpandoTableLocalServiceUtil.getTables(long companyId,
long classNameId)
|
List<ExpandoTable> |
ExpandoTableLocalService.getTables(long companyId,
long classNameId)
|
List<ExpandoTable> |
ExpandoTableLocalServiceWrapper.getTables(long companyId,
String className)
|
static List<ExpandoTable> |
ExpandoTableLocalServiceUtil.getTables(long companyId,
String className)
|
List<ExpandoTable> |
ExpandoTableLocalService.getTables(long companyId,
String className)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.getValue(long valueId)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.getValue(long valueId)
|
ExpandoValue |
ExpandoValueLocalService.getValue(long valueId)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.getValue(long columnId,
long rowId)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.getValue(long columnId,
long rowId)
|
ExpandoValue |
ExpandoValueLocalService.getValue(long columnId,
long rowId)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.getValue(long tableId,
long columnId,
long classPK)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.getValue(long tableId,
long columnId,
long classPK)
|
ExpandoValue |
ExpandoValueLocalService.getValue(long tableId,
long columnId,
long classPK)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.getValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.getValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK)
|
ExpandoValue |
ExpandoValueLocalService.getValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.getValue(long classNameId,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalServiceWrapper.getValue(long, long, String, String, long) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.getValue(long classNameId,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalServiceUtil.getValue(long, long, String, String, long) |
ExpandoValue |
ExpandoValueLocalService.getValue(long classNameId,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalService.getValue(long, long, String, String, long) |
ExpandoValue |
ExpandoValueLocalServiceWrapper.getValue(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
static ExpandoValue |
ExpandoValueLocalServiceUtil.getValue(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
ExpandoValue |
ExpandoValueLocalService.getValue(long companyId,
String className,
String tableName,
String columnName,
long classPK)
|
ExpandoValue |
ExpandoValueLocalServiceWrapper.getValue(String className,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalServiceWrapper.getValue(long, String, String, String, long) |
static ExpandoValue |
ExpandoValueLocalServiceUtil.getValue(String className,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalServiceUtil.getValue(long, String, String, String, long) |
ExpandoValue |
ExpandoValueLocalService.getValue(String className,
String tableName,
String columnName,
long classPK)
Deprecated. ExpandoValueLocalService.getValue(long, String, String, String, long) |
ExpandoColumn |
ExpandoColumnServiceWrapper.updateColumn(long columnId,
String name,
int type)
|
static ExpandoColumn |
ExpandoColumnServiceUtil.updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
ExpandoColumnService.updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateColumn(long columnId,
String name,
int type)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
ExpandoColumnLocalService.updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
ExpandoColumnServiceWrapper.updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
static ExpandoColumn |
ExpandoColumnServiceUtil.updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
ExpandoColumnService.updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
ExpandoColumnLocalService.updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist. |
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist. |
ExpandoColumn |
ExpandoColumnLocalService.updateExpandoColumn(ExpandoColumn expandoColumn)
Updates the expando column in the database or adds it if it does not yet exist. |
ExpandoRow |
ExpandoRowLocalServiceWrapper.updateExpandoRow(ExpandoRow expandoRow)
Updates the expando row in the database or adds it if it does not yet exist. |
static ExpandoRow |
ExpandoRowLocalServiceUtil.updateExpandoRow(ExpandoRow expandoRow)
Updates the expando row in the database or adds it if it does not yet exist. |
ExpandoRow |
ExpandoRowLocalService.updateExpandoRow(ExpandoRow expandoRow)
Updates the expando row in the database or adds it if it does not yet exist. |
ExpandoTable |
ExpandoTableLocalServiceWrapper.updateExpandoTable(ExpandoTable expandoTable)
Updates the expando table in the database or adds it if it does not yet exist. |
static ExpandoTable |
ExpandoTableLocalServiceUtil.updateExpandoTable(ExpandoTable expandoTable)
Updates the expando table in the database or adds it if it does not yet exist. |
ExpandoTable |
ExpandoTableLocalService.updateExpandoTable(ExpandoTable expandoTable)
Updates the expando table in the database or adds it if it does not yet exist. |
ExpandoValue |
ExpandoValueLocalServiceWrapper.updateExpandoValue(ExpandoValue expandoValue)
Updates the expando value in the database or adds it if it does not yet exist. |
static ExpandoValue |
ExpandoValueLocalServiceUtil.updateExpandoValue(ExpandoValue expandoValue)
Updates the expando value in the database or adds it if it does not yet exist. |
ExpandoValue |
ExpandoValueLocalService.updateExpandoValue(ExpandoValue expandoValue)
Updates the expando value in the database or adds it if it does not yet exist. |
ExpandoTable |
ExpandoTableLocalServiceWrapper.updateTable(long tableId,
String name)
|
static ExpandoTable |
ExpandoTableLocalServiceUtil.updateTable(long tableId,
String name)
|
ExpandoTable |
ExpandoTableLocalService.updateTable(long tableId,
String name)
|
ExpandoColumn |
ExpandoColumnServiceWrapper.updateTypeSettings(long columnId,
String typeSettings)
|
static ExpandoColumn |
ExpandoColumnServiceUtil.updateTypeSettings(long columnId,
String typeSettings)
|
ExpandoColumn |
ExpandoColumnService.updateTypeSettings(long columnId,
String typeSettings)
|
ExpandoColumn |
ExpandoColumnLocalServiceWrapper.updateTypeSettings(long columnId,
String typeSettings)
|
static ExpandoColumn |
ExpandoColumnLocalServiceUtil.updateTypeSettings(long columnId,
String typeSettings)
|
ExpandoColumn |
ExpandoColumnLocalService.updateTypeSettings(long columnId,
String typeSettings)
|
| Uses of SystemException in com.liferay.portlet.expando.service.permission |
|---|
| Methods in com.liferay.portlet.expando.service.permission that throw SystemException | |
|---|---|
static void |
ExpandoColumnPermissionUtil.check(PermissionChecker permissionChecker,
long columnId,
String actionId)
|
void |
ExpandoColumnPermission.check(PermissionChecker permissionChecker,
long columnId,
String actionId)
|
static void |
ExpandoColumnPermissionUtil.check(PermissionChecker permissionChecker,
long companyId,
String className,
String tableName,
String columnName,
String actionId)
|
void |
ExpandoColumnPermission.check(PermissionChecker permissionChecker,
long companyId,
String className,
String tableName,
String columnName,
String actionId)
|
static boolean |
ExpandoColumnPermissionUtil.contains(PermissionChecker permissionChecker,
long columnId,
String actionId)
|
boolean |
ExpandoColumnPermission.contains(PermissionChecker permissionChecker,
long columnId,
String actionId)
|
static boolean |
ExpandoColumnPermissionUtil.contains(PermissionChecker permissionChecker,
long companyId,
String className,
String tableName,
String columnName,
String actionId)
|
boolean |
ExpandoColumnPermission.contains(PermissionChecker permissionChecker,
long companyId,
String className,
String tableName,
String columnName,
String actionId)
|
| Uses of SystemException in com.liferay.portlet.expando.service.persistence |
|---|
| Methods in com.liferay.portlet.expando.service.persistence that throw SystemException | |
|---|---|
static int |
ExpandoValueUtil.countAll()
Returns the number of expando values. |
int |
ExpandoValuePersistence.countAll()
Returns the number of expando values. |
static int |
ExpandoTableUtil.countAll()
Returns the number of expando tables. |
int |
ExpandoTablePersistence.countAll()
Returns the number of expando tables. |
static int |
ExpandoRowUtil.countAll()
Returns the number of expando rows. |
int |
ExpandoRowPersistence.countAll()
Returns the number of expando rows. |
static int |
ExpandoColumnUtil.countAll()
Returns the number of expando columns. |
int |
ExpandoColumnPersistence.countAll()
Returns the number of expando columns. |
static int |
ExpandoTableUtil.countByC_C_N(long companyId,
long classNameId,
String name)
Returns the number of expando tables where companyId = ? and classNameId = ? and name = ?. |
int |
ExpandoTablePersistence.countByC_C_N(long companyId,
long classNameId,
String name)
Returns the number of expando tables where companyId = ? and classNameId = ? and name = ?. |
static int |
ExpandoValueUtil.countByC_C(long classNameId,
long classPK)
Returns the number of expando values where classNameId = ? and classPK = ?. |
int |
ExpandoValuePersistence.countByC_C(long classNameId,
long classPK)
Returns the number of expando values where classNameId = ? and classPK = ?. |
static int |
ExpandoTableUtil.countByC_C(long companyId,
long classNameId)
Returns the number of expando tables where companyId = ? and classNameId = ?. |
int |
ExpandoTablePersistence.countByC_C(long companyId,
long classNameId)
Returns the number of expando tables where companyId = ? and classNameId = ?. |
static int |
ExpandoValueUtil.countByC_R(long columnId,
long rowId)
Returns the number of expando values where columnId = ? and rowId = ?. |
int |
ExpandoValuePersistence.countByC_R(long columnId,
long rowId)
Returns the number of expando values where columnId = ? and rowId = ?. |
static int |
ExpandoValueUtil.countByColumnId(long columnId)
Returns the number of expando values where columnId = ?. |
int |
ExpandoValuePersistence.countByColumnId(long columnId)
Returns the number of expando values where columnId = ?. |
static int |
ExpandoValueUtil.countByRowId(long rowId)
Returns the number of expando values where rowId = ?. |
int |
ExpandoValuePersistence.countByRowId(long rowId)
Returns the number of expando values where rowId = ?. |
static int |
ExpandoValueUtil.countByT_C_C(long tableId,
long columnId,
long classPK)
Returns the number of expando values where tableId = ? and columnId = ? and classPK = ?. |
int |
ExpandoValuePersistence.countByT_C_C(long tableId,
long columnId,
long classPK)
Returns the number of expando values where tableId = ? and columnId = ? and classPK = ?. |
static int |
ExpandoValueUtil.countByT_C_D(long tableId,
long columnId,
String data)
Returns the number of expando values where tableId = ? and columnId = ? and data = ?. |
int |
ExpandoValuePersistence.countByT_C_D(long tableId,
long columnId,
String data)
Returns the number of expando values where tableId = ? and columnId = ? and data = ?. |
static int |
ExpandoValueUtil.countByT_C(long tableId,
long columnId)
Returns the number of expando values where tableId = ? and columnId = ?. |
int |
ExpandoValuePersistence.countByT_C(long tableId,
long columnId)
Returns the number of expando values where tableId = ? and columnId = ?. |
static int |
ExpandoRowUtil.countByT_C(long tableId,
long classPK)
Returns the number of expando rows where tableId = ? and classPK = ?. |
int |
ExpandoRowPersistence.countByT_C(long tableId,
long classPK)
Returns the number of expando rows where tableId = ? and classPK = ?. |
static int |
ExpandoValueUtil.countByT_CPK(long tableId,
long classPK)
Returns the number of expando values where tableId = ? and classPK = ?. |
int |
ExpandoValuePersistence.countByT_CPK(long tableId,
long classPK)
Returns the number of expando values where tableId = ? and classPK = ?. |
static int |
ExpandoColumnUtil.countByT_N(long tableId,
String name)
Returns the number of expando columns where tableId = ? and name = ?. |
int |
ExpandoColumnPersistence.countByT_N(long tableId,
String name)
Returns the number of expando columns where tableId = ? and name = ?. |
static int |
ExpandoColumnUtil.countByT_N(long tableId,
String[] names)
Returns the number of expando columns where tableId = ? and name = any ?. |
int |
ExpandoColumnPersistence.countByT_N(long tableId,
String[] names)
Returns the number of expando columns where tableId = ? and name = any ?. |
static int |
ExpandoValueUtil.countByT_R(long tableId,
long rowId)
Returns the number of expando values where tableId = ? and rowId = ?. |
int |
ExpandoValuePersistence.countByT_R(long tableId,
long rowId)
Returns the number of expando values where tableId = ? and rowId = ?. |
static int |
ExpandoValueUtil.countByTableId(long tableId)
Returns the number of expando values where tableId = ?. |
int |
ExpandoValuePersistence.countByTableId(long tableId)
Returns the number of expando values where tableId = ?. |
static int |
ExpandoRowUtil.countByTableId(long tableId)
Returns the number of expando rows where tableId = ?. |
int |
ExpandoRowPersistence.countByTableId(long tableId)
Returns the number of expando rows where tableId = ?. |
static int |
ExpandoColumnUtil.countByTableId(long tableId)
Returns the number of expando columns where tableId = ?. |
int |
ExpandoColumnPersistence.countByTableId(long tableId)
Returns the number of expando columns where tableId = ?. |
long |
ExpandoValueUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ExpandoTableUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ExpandoRowUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ExpandoColumnUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static ExpandoValue |
ExpandoValueUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?. |
static ExpandoTable |
ExpandoTableUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?. |
static ExpandoTable |
ExpandoTableUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoTable |
ExpandoTableUtil.fetchByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found. |
ExpandoTable |
ExpandoTablePersistence.fetchByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found. |
static ExpandoTable |
ExpandoTableUtil.fetchByC_C_N(long companyId,
long classNameId,
String name,
boolean retrieveFromCache)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
ExpandoTable |
ExpandoTablePersistence.fetchByC_C_N(long companyId,
long classNameId,
String name,
boolean retrieveFromCache)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static ExpandoValue |
ExpandoValueUtil.fetchByC_R(long columnId,
long rowId)
Returns the expando value where columnId = ? and rowId = ? or returns null if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.fetchByC_R(long columnId,
long rowId)
Returns the expando value where columnId = ? and rowId = ? or returns null if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.fetchByC_R(long columnId,
long rowId,
boolean retrieveFromCache)
Returns the expando value where columnId = ? and rowId = ? or returns null if it could not be found, optionally using the finder cache. |
ExpandoValue |
ExpandoValuePersistence.fetchByC_R(long columnId,
long rowId,
boolean retrieveFromCache)
Returns the expando value where columnId = ? and rowId = ? or returns null if it could not be found, optionally using the finder cache. |
static ExpandoValue |
ExpandoValueUtil.fetchByColumnId_First(long columnId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByColumnId_First(long columnId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByColumnId_Last(long columnId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByColumnId_Last(long columnId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByPrimaryKey(long valueId)
Returns the expando value with the primary key or returns null if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.fetchByPrimaryKey(long valueId)
Returns the expando value with the primary key or returns null if it could not be found. |
static ExpandoTable |
ExpandoTableUtil.fetchByPrimaryKey(long tableId)
Returns the expando table with the primary key or returns null if it could not be found. |
ExpandoTable |
ExpandoTablePersistence.fetchByPrimaryKey(long tableId)
Returns the expando table with the primary key or returns null if it could not be found. |
static ExpandoRow |
ExpandoRowUtil.fetchByPrimaryKey(long rowId)
Returns the expando row with the primary key or returns null if it could not be found. |
ExpandoRow |
ExpandoRowPersistence.fetchByPrimaryKey(long rowId)
Returns the expando row with the primary key or returns null if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByPrimaryKey(long columnId)
Returns the expando column with the primary key or returns null if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByPrimaryKey(long columnId)
Returns the expando column with the primary key or returns null if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.fetchByRowId_First(long rowId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByRowId_First(long rowId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByRowId_Last(long rowId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByRowId_Last(long rowId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_C(long tableId,
long columnId,
long classPK)
Returns the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_C(long tableId,
long columnId,
long classPK)
Returns the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_C(long tableId,
long columnId,
long classPK,
boolean retrieveFromCache)
Returns the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_C(long tableId,
long columnId,
long classPK,
boolean retrieveFromCache)
Returns the expando value where tableId = ? and columnId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_First(long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_First(long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_Last(long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_Last(long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?. |
static ExpandoRow |
ExpandoRowUtil.fetchByT_C(long tableId,
long classPK)
Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found. |
ExpandoRow |
ExpandoRowPersistence.fetchByT_C(long tableId,
long classPK)
Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found. |
static ExpandoRow |
ExpandoRowUtil.fetchByT_C(long tableId,
long classPK,
boolean retrieveFromCache)
Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
ExpandoRow |
ExpandoRowPersistence.fetchByT_C(long tableId,
long classPK,
boolean retrieveFromCache)
Returns the expando row where tableId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_CPK_First(long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_CPK_First(long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_CPK_Last(long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_CPK_Last(long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or returns null if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or returns null if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByT_N(long tableId,
String name,
boolean retrieveFromCache)
Returns the expando column where tableId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByT_N(long tableId,
String name,
boolean retrieveFromCache)
Returns the expando column where tableId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_R_First(long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_R_First(long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_R_Last(long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_R_Last(long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ?. |
static ExpandoRow |
ExpandoRowUtil.fetchByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando row in the ordered set where tableId = ?. |
ExpandoRow |
ExpandoRowPersistence.fetchByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando row in the ordered set where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ?. |
static ExpandoRow |
ExpandoRowUtil.fetchByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando row in the ordered set where tableId = ?. |
ExpandoRow |
ExpandoRowPersistence.fetchByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando row in the ordered set where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
static int |
ExpandoColumnUtil.filterCountByT_N(long tableId,
String name)
Returns the number of expando columns that the user has permission to view where tableId = ? and name = ?. |
int |
ExpandoColumnPersistence.filterCountByT_N(long tableId,
String name)
Returns the number of expando columns that the user has permission to view where tableId = ? and name = ?. |
static int |
ExpandoColumnUtil.filterCountByT_N(long tableId,
String[] names)
Returns the number of expando columns that the user has permission to view where tableId = ? and name = any ?. |
int |
ExpandoColumnPersistence.filterCountByT_N(long tableId,
String[] names)
Returns the number of expando columns that the user has permission to view where tableId = ? and name = any ?. |
static int |
ExpandoColumnUtil.filterCountByTableId(long tableId)
Returns the number of expando columns that the user has permission to view where tableId = ?. |
int |
ExpandoColumnPersistence.filterCountByTableId(long tableId)
Returns the number of expando columns that the user has permission to view where tableId = ?. |
static ExpandoColumn[] |
ExpandoColumnUtil.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?. |
ExpandoColumn[] |
ExpandoColumnPersistence.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.filterFindByTableId(long tableId)
Returns all the expando columns that the user has permission to view where tableId = ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.filterFindByTableId(long tableId)
Returns all the expando columns that the user has permission to view where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.filterFindByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns that the user has permission to view where tableId = ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.filterFindByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns that the user has permission to view where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findAll()
Returns all the expando values. |
List<ExpandoValue> |
ExpandoValuePersistence.findAll()
Returns all the expando values. |
static List<ExpandoTable> |
ExpandoTableUtil.findAll()
Returns all the expando tables. |
List<ExpandoTable> |
ExpandoTablePersistence.findAll()
Returns all the expando tables. |
static List<ExpandoRow> |
ExpandoRowUtil.findAll()
Returns all the expando rows. |
List<ExpandoRow> |
ExpandoRowPersistence.findAll()
Returns all the expando rows. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll()
Returns all the expando columns. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll()
Returns all the expando columns. |
static List<ExpandoValue> |
ExpandoValueUtil.findAll(int start,
int end)
Returns a range of all the expando values. |
List<ExpandoValue> |
ExpandoValuePersistence.findAll(int start,
int end)
Returns a range of all the expando values. |
static List<ExpandoTable> |
ExpandoTableUtil.findAll(int start,
int end)
Returns a range of all the expando tables. |
List<ExpandoTable> |
ExpandoTablePersistence.findAll(int start,
int end)
Returns a range of all the expando tables. |
static List<ExpandoRow> |
ExpandoRowUtil.findAll(int start,
int end)
Returns a range of all the expando rows. |
List<ExpandoRow> |
ExpandoRowPersistence.findAll(int start,
int end)
Returns a range of all the expando rows. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll(int start,
int end)
Returns a range of all the expando columns. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll(int start,
int end)
Returns a range of all the expando columns. |
static List<ExpandoValue> |
ExpandoValueUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values. |
List<ExpandoValue> |
ExpandoValuePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values. |
static List<ExpandoTable> |
ExpandoTableUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando tables. |
List<ExpandoTable> |
ExpandoTablePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando tables. |
static List<ExpandoRow> |
ExpandoRowUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando rows. |
List<ExpandoRow> |
ExpandoRowPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando rows. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns. |
static ExpandoValue |
ExpandoValueUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?. |
static ExpandoTable |
ExpandoTableUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?. |
static ExpandoTable |
ExpandoTableUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoTable |
ExpandoTableUtil.findByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a NoSuchTableException if it could not be found. |
ExpandoTable |
ExpandoTablePersistence.findByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a NoSuchTableException if it could not be found. |
static ExpandoValue[] |
ExpandoValueUtil.findByC_C_PrevAndNext(long valueId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByC_C_PrevAndNext(long valueId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?. |
static ExpandoTable[] |
ExpandoTableUtil.findByC_C_PrevAndNext(long tableId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable[] |
ExpandoTablePersistence.findByC_C_PrevAndNext(long tableId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByC_C(long classNameId,
long classPK)
Returns all the expando values where classNameId = ? and classPK = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByC_C(long classNameId,
long classPK)
Returns all the expando values where classNameId = ? and classPK = ?. |
static List<ExpandoTable> |
ExpandoTableUtil.findByC_C(long companyId,
long classNameId)
Returns all the expando tables where companyId = ? and classNameId = ?. |
List<ExpandoTable> |
ExpandoTablePersistence.findByC_C(long companyId,
long classNameId)
Returns all the expando tables where companyId = ? and classNameId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the expando values where classNameId = ? and classPK = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the expando values where classNameId = ? and classPK = ?. |
static List<ExpandoTable> |
ExpandoTableUtil.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the expando tables where companyId = ? and classNameId = ?. |
List<ExpandoTable> |
ExpandoTablePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the expando tables where companyId = ? and classNameId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where classNameId = ? and classPK = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where classNameId = ? and classPK = ?. |
static List<ExpandoTable> |
ExpandoTableUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?. |
List<ExpandoTable> |
ExpandoTablePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByC_R(long columnId,
long rowId)
Returns the expando value where columnId = ? and rowId = ? or throws a NoSuchValueException if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.findByC_R(long columnId,
long rowId)
Returns the expando value where columnId = ? and rowId = ? or throws a NoSuchValueException if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.findByColumnId_First(long columnId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByColumnId_First(long columnId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByColumnId_Last(long columnId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByColumnId_Last(long columnId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where columnId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId,
long columnId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where columnId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByColumnId_PrevAndNext(long valueId,
long columnId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where columnId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByColumnId(long columnId)
Returns all the expando values where columnId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByColumnId(long columnId)
Returns all the expando values where columnId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByColumnId(long columnId,
int start,
int end)
Returns a range of all the expando values where columnId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByColumnId(long columnId,
int start,
int end)
Returns a range of all the expando values where columnId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByColumnId(long columnId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where columnId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByColumnId(long columnId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByPrimaryKey(long valueId)
Returns the expando value with the primary key or throws a NoSuchValueException if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.findByPrimaryKey(long valueId)
Returns the expando value with the primary key or throws a NoSuchValueException if it could not be found. |
static ExpandoTable |
ExpandoTableUtil.findByPrimaryKey(long tableId)
Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found. |
ExpandoTable |
ExpandoTablePersistence.findByPrimaryKey(long tableId)
Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found. |
static ExpandoRow |
ExpandoRowUtil.findByPrimaryKey(long rowId)
Returns the expando row with the primary key or throws a NoSuchRowException if it could not be found. |
ExpandoRow |
ExpandoRowPersistence.findByPrimaryKey(long rowId)
Returns the expando row with the primary key or throws a NoSuchRowException if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a NoSuchColumnException if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.findByRowId_First(long rowId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByRowId_First(long rowId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByRowId_Last(long rowId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByRowId_Last(long rowId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where rowId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByRowId_PrevAndNext(long valueId,
long rowId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where rowId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByRowId_PrevAndNext(long valueId,
long rowId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where rowId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByRowId(long rowId)
Returns all the expando values where rowId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByRowId(long rowId)
Returns all the expando values where rowId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByRowId(long rowId,
int start,
int end)
Returns a range of all the expando values where rowId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByRowId(long rowId,
int start,
int end)
Returns a range of all the expando values where rowId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByRowId(long rowId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where rowId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByRowId(long rowId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_C(long tableId,
long columnId,
long classPK)
Returns the expando value where tableId = ? and columnId = ? and classPK = ? or throws a NoSuchValueException if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_C(long tableId,
long columnId,
long classPK)
Returns the expando value where tableId = ? and columnId = ? and classPK = ? or throws a NoSuchValueException if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByT_C_D_PrevAndNext(long valueId,
long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByT_C_D_PrevAndNext(long valueId,
long tableId,
long columnId,
String data,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_C_D(long tableId,
long columnId,
String data)
Returns all the expando values where tableId = ? and columnId = ? and data = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_C_D(long tableId,
long columnId,
String data)
Returns all the expando values where tableId = ? and columnId = ? and data = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_C_D(long tableId,
long columnId,
String data,
int start,
int end)
Returns a range of all the expando values where tableId = ? and columnId = ? and data = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_C_D(long tableId,
long columnId,
String data,
int start,
int end)
Returns a range of all the expando values where tableId = ? and columnId = ? and data = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_C_D(long tableId,
long columnId,
String data,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_C_D(long tableId,
long columnId,
String data,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_First(long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_First(long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_Last(long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_Last(long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByT_C_PrevAndNext(long valueId,
long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByT_C_PrevAndNext(long valueId,
long tableId,
long columnId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_C(long tableId,
long columnId)
Returns all the expando values where tableId = ? and columnId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_C(long tableId,
long columnId)
Returns all the expando values where tableId = ? and columnId = ?. |
static ExpandoRow |
ExpandoRowUtil.findByT_C(long tableId,
long classPK)
Returns the expando row where tableId = ? and classPK = ? or throws a NoSuchRowException if it could not be found. |
ExpandoRow |
ExpandoRowPersistence.findByT_C(long tableId,
long classPK)
Returns the expando row where tableId = ? and classPK = ? or throws a NoSuchRowException if it could not be found. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_C(long tableId,
long columnId,
int start,
int end)
Returns a range of all the expando values where tableId = ? and columnId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_C(long tableId,
long columnId,
int start,
int end)
Returns a range of all the expando values where tableId = ? and columnId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_C(long tableId,
long columnId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and columnId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_C(long tableId,
long columnId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_CPK_First(long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_CPK_First(long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_CPK_Last(long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_CPK_Last(long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByT_CPK_PrevAndNext(long valueId,
long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByT_CPK_PrevAndNext(long valueId,
long tableId,
long classPK,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_CPK(long tableId,
long classPK)
Returns all the expando values where tableId = ? and classPK = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_CPK(long tableId,
long classPK)
Returns all the expando values where tableId = ? and classPK = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_CPK(long tableId,
long classPK,
int start,
int end)
Returns a range of all the expando values where tableId = ? and classPK = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_CPK(long tableId,
long classPK,
int start,
int end)
Returns a range of all the expando values where tableId = ? and classPK = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_CPK(long tableId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and classPK = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_CPK(long tableId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and classPK = ?. |
static ExpandoColumn |
ExpandoColumnUtil.findByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or throws a NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.findByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or throws a NoSuchColumnException if it could not be found. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names)
Returns all the expando columns where tableId = ? and name = any ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names)
Returns all the expando columns where tableId = ? and name = any ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names,
int start,
int end)
Returns a range of all the expando columns where tableId = ? and name = any ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names,
int start,
int end)
Returns a range of all the expando columns where tableId = ? and name = any ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_R_First(long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_R_First(long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_R_Last(long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_R_Last(long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByT_R_PrevAndNext(long valueId,
long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByT_R_PrevAndNext(long valueId,
long tableId,
long rowId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_R(long tableId,
long rowId)
Returns all the expando values where tableId = ? and rowId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_R(long tableId,
long rowId)
Returns all the expando values where tableId = ? and rowId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_R(long tableId,
long rowId,
int start,
int end)
Returns a range of all the expando values where tableId = ? and rowId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_R(long tableId,
long rowId,
int start,
int end)
Returns a range of all the expando values where tableId = ? and rowId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_R(long tableId,
long rowId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and rowId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_R(long tableId,
long rowId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando value in the ordered set where tableId = ?. |
static ExpandoRow |
ExpandoRowUtil.findByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando row in the ordered set where tableId = ?. |
ExpandoRow |
ExpandoRowPersistence.findByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando row in the ordered set where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando value in the ordered set where tableId = ?. |
static ExpandoRow |
ExpandoRowUtil.findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando row in the ordered set where tableId = ?. |
ExpandoRow |
ExpandoRowPersistence.findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando row in the ordered set where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByTableId_PrevAndNext(long valueId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByTableId_PrevAndNext(long valueId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ?. |
static ExpandoRow[] |
ExpandoRowUtil.findByTableId_PrevAndNext(long rowId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando rows before and after the current expando row in the ordered set where tableId = ?. |
ExpandoRow[] |
ExpandoRowPersistence.findByTableId_PrevAndNext(long rowId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando rows before and after the current expando row in the ordered set where tableId = ?. |
static ExpandoColumn[] |
ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?. |
ExpandoColumn[] |
ExpandoColumnPersistence.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByTableId(long tableId)
Returns all the expando values where tableId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByTableId(long tableId)
Returns all the expando values where tableId = ?. |
static List<ExpandoRow> |
ExpandoRowUtil.findByTableId(long tableId)
Returns all the expando rows where tableId = ?. |
List<ExpandoRow> |
ExpandoRowPersistence.findByTableId(long tableId)
Returns all the expando rows where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId)
Returns all the expando columns where tableId = ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId)
Returns all the expando columns where tableId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando values where tableId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando values where tableId = ?. |
static List<ExpandoRow> |
ExpandoRowUtil.findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando rows where tableId = ?. |
List<ExpandoRow> |
ExpandoRowPersistence.findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando rows where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns where tableId = ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando columns where tableId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando values where tableId = ?. |
static List<ExpandoRow> |
ExpandoRowUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando rows where tableId = ?. |
List<ExpandoRow> |
ExpandoRowPersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando rows where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ExpandoTable> |
ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ExpandoRow> |
ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ExpandoValue> |
ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ExpandoTable> |
ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ExpandoRow> |
ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ExpandoValue> |
ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ExpandoTable> |
ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ExpandoRow> |
ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ExpandoColumn> |
ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static ExpandoValue |
ExpandoValueUtil.remove(long valueId)
Removes the expando value with the primary key from the database. |
ExpandoValue |
ExpandoValuePersistence.remove(long valueId)
Removes the expando value with the primary key from the database. |
static ExpandoTable |
ExpandoTableUtil.remove(long tableId)
Removes the expando table with the primary key from the database. |
ExpandoTable |
ExpandoTablePersistence.remove(long tableId)
Removes the expando table with the primary key from the database. |
static ExpandoRow |
ExpandoRowUtil.remove(long rowId)
Removes the expando row with the primary key from the database. |
ExpandoRow |
ExpandoRowPersistence.remove(long rowId)
Removes the expando row with the primary key from the database. |
static ExpandoColumn |
ExpandoColumnUtil.remove(long columnId)
Removes the expando column with the primary key from the database. |
ExpandoColumn |
ExpandoColumnPersistence.remove(long columnId)
Removes the expando column with the primary key from the database. |
static void |
ExpandoValueUtil.removeAll()
Removes all the expando values from the database. |
void |
ExpandoValuePersistence.removeAll()
Removes all the expando values from the database. |
static void |
ExpandoTableUtil.removeAll()
Removes all the expando tables from the database. |
void |
ExpandoTablePersistence.removeAll()
Removes all the expando tables from the database. |
static void |
ExpandoRowUtil.removeAll()
Removes all the expando rows from the database. |
void |
ExpandoRowPersistence.removeAll()
Removes all the expando rows from the database. |
static void |
ExpandoColumnUtil.removeAll()
Removes all the expando columns from the database. |
void |
ExpandoColumnPersistence.removeAll()
Removes all the expando columns from the database. |
static ExpandoTable |
ExpandoTableUtil.removeByC_C_N(long companyId,
long classNameId,
String name)
Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database. |
ExpandoTable |
ExpandoTablePersistence.removeByC_C_N(long companyId,
long classNameId,
String name)
Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database. |
static void |
ExpandoValueUtil.removeByC_C(long classNameId,
long classPK)
Removes all the expando values where classNameId = ? and classPK = ? from the database. |
void |
ExpandoValuePersistence.removeByC_C(long classNameId,
long classPK)
Removes all the expando values where classNameId = ? and classPK = ? from the database. |
static void |
ExpandoTableUtil.removeByC_C(long companyId,
long classNameId)
Removes all the expando tables where companyId = ? and classNameId = ? from the database. |
void |
ExpandoTablePersistence.removeByC_C(long companyId,
long classNameId)
Removes all the expando tables where companyId = ? and classNameId = ? from the database. |
static ExpandoValue |
ExpandoValueUtil.removeByC_R(long columnId,
long rowId)
Removes the expando value where columnId = ? and rowId = ? from the database. |
ExpandoValue |
ExpandoValuePersistence.removeByC_R(long columnId,
long rowId)
Removes the expando value where columnId = ? and rowId = ? from the database. |
static void |
ExpandoValueUtil.removeByColumnId(long columnId)
Removes all the expando values where columnId = ? from the database. |
void |
ExpandoValuePersistence.removeByColumnId(long columnId)
Removes all the expando values where columnId = ? from the database. |
static void |
ExpandoValueUtil.removeByRowId(long rowId)
Removes all the expando values where rowId = ? from the database. |
void |
ExpandoValuePersistence.removeByRowId(long rowId)
Removes all the expando values where rowId = ? from the database. |
static ExpandoValue |
ExpandoValueUtil.removeByT_C_C(long tableId,
long columnId,
long classPK)
Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database. |
ExpandoValue |
ExpandoValuePersistence.removeByT_C_C(long tableId,
long columnId,
long classPK)
Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database. |
static void |
ExpandoValueUtil.removeByT_C_D(long tableId,
long columnId,
String data)
Removes all the expando values where tableId = ? and columnId = ? and data = ? from the database. |
void |
ExpandoValuePersistence.removeByT_C_D(long tableId,
long columnId,
String data)
Removes all the expando values where tableId = ? and columnId = ? and data = ? from the database. |
static void |
ExpandoValueUtil.removeByT_C(long tableId,
long columnId)
Removes all the expando values where tableId = ? and columnId = ? from the database. |
void |
ExpandoValuePersistence.removeByT_C(long tableId,
long columnId)
Removes all the expando values where tableId = ? and columnId = ? from the database. |
static ExpandoRow |
ExpandoRowUtil.removeByT_C(long tableId,
long classPK)
Removes the expando row where tableId = ? and classPK = ? from the database. |
ExpandoRow |
ExpandoRowPersistence.removeByT_C(long tableId,
long classPK)
Removes the expando row where tableId = ? and classPK = ? from the database. |
static void |
ExpandoValueUtil.removeByT_CPK(long tableId,
long classPK)
Removes all the expando values where tableId = ? and classPK = ? from the database. |
void |
ExpandoValuePersistence.removeByT_CPK(long tableId,
long classPK)
Removes all the expando values where tableId = ? and classPK = ? from the database. |
static ExpandoColumn |
ExpandoColumnUtil.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database. |
ExpandoColumn |
ExpandoColumnPersistence.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database. |
static void |
ExpandoValueUtil.removeByT_R(long tableId,
long rowId)
Removes all the expando values where tableId = ? and rowId = ? from the database. |
void |
ExpandoValuePersistence.removeByT_R(long tableId,
long rowId)
Removes all the expando values where tableId = ? and rowId = ? from the database. |
static void |
ExpandoValueUtil.removeByTableId(long tableId)
Removes all the expando values where tableId = ? from the database. |
void |
ExpandoValuePersistence.removeByTableId(long tableId)
Removes all the expando values where tableId = ? from the database. |
static void |
ExpandoRowUtil.removeByTableId(long tableId)
Removes all the expando rows where tableId = ? from the database. |
void |
ExpandoRowPersistence.removeByTableId(long tableId)
Removes all the expando rows where tableId = ? from the database. |
static void |
ExpandoColumnUtil.removeByTableId(long tableId)
Removes all the expando columns where tableId = ? from the database. |
void |
ExpandoColumnPersistence.removeByTableId(long tableId)
Removes all the expando columns where tableId = ? from the database. |
static ExpandoColumn |
ExpandoColumnUtil.update(ExpandoColumn expandoColumn)
|
static ExpandoColumn |
ExpandoColumnUtil.update(ExpandoColumn expandoColumn,
ServiceContext serviceContext)
|
static ExpandoRow |
ExpandoRowUtil.update(ExpandoRow expandoRow)
|
static ExpandoRow |
ExpandoRowUtil.update(ExpandoRow expandoRow,
ServiceContext serviceContext)
|
static ExpandoTable |
ExpandoTableUtil.update(ExpandoTable expandoTable)
|
static ExpandoTable |
ExpandoTableUtil.update(ExpandoTable expandoTable,
ServiceContext serviceContext)
|
static ExpandoValue |
ExpandoValueUtil.update(ExpandoValue expandoValue)
|
static ExpandoValue |
ExpandoValueUtil.update(ExpandoValue expandoValue,
ServiceContext serviceContext)
|
static ExpandoColumn |
ExpandoColumnUtil.updateImpl(ExpandoColumn expandoColumn)
|
ExpandoColumn |
ExpandoColumnPersistence.updateImpl(ExpandoColumn expandoColumn)
|
static ExpandoRow |
ExpandoRowUtil.updateImpl(ExpandoRow expandoRow)
|
ExpandoRow |
ExpandoRowPersistence.updateImpl(ExpandoRow expandoRow)
|
static ExpandoTable |
ExpandoTableUtil.updateImpl(ExpandoTable expandoTable)
|
ExpandoTable |
ExpandoTablePersistence.updateImpl(ExpandoTable expandoTable)
|
static ExpandoValue |
ExpandoValueUtil.updateImpl(ExpandoValue expandoValue)
|
ExpandoValue |
ExpandoValuePersistence.updateImpl(ExpandoValue expandoValue)
|
| Uses of SystemException in com.liferay.portlet.journal.model |
|---|
| Methods in com.liferay.portlet.journal.model that throw SystemException | |
|---|---|
List<JournalFolder> |
JournalFolderWrapper.getAncestors()
|
List<JournalFolder> |
JournalFolder.getAncestors()
|
JournalArticleResource |
JournalArticleWrapper.getArticleResource()
|
JournalArticleResource |
JournalArticle.getArticleResource()
|
String |
JournalArticleWrapper.getArticleResourceUuid()
|
String |
JournalArticle.getArticleResourceUuid()
|
JournalFolder |
JournalFolderWrapper.getParentFolder()
|
JournalFolder |
JournalFolder.getParentFolder()
|
String |
JournalTemplateWrapper.getSmallImageType()
|
String |
JournalTemplate.getSmallImageType()
|
String |
JournalArticleWrapper.getSmallImageType()
|
String |
JournalArticle.getSmallImageType()
|
String |
JournalArticleWrapper.getStatusByUserUuid()
Returns the status by user uuid of this journal article. |
String |
JournalArticleModel.getStatusByUserUuid()
Returns the status by user uuid of this journal article. |
String |
JournalTemplateWrapper.getUserUuid()
Returns the user uuid of this journal template. |
String |
JournalTemplateModel.getUserUuid()
Returns the user uuid of this journal template. |
String |
JournalStructureWrapper.getUserUuid()
Returns the user uuid of this journal structure. |
String |
JournalStructureModel.getUserUuid()
Returns the user uuid of this journal structure. |
String |
JournalFolderWrapper.getUserUuid()
Returns the user uuid of this journal folder. |
String |
JournalFolderModel.getUserUuid()
Returns the user uuid of this journal folder. |
String |
JournalFeedWrapper.getUserUuid()
Returns the user uuid of this journal feed. |
String |
JournalFeedModel.getUserUuid()
Returns the user uuid of this journal feed. |
String |
JournalArticleWrapper.getUserUuid()
Returns the user uuid of this journal article. |
String |
JournalArticleModel.getUserUuid()
Returns the user uuid of this journal article. |
void |
JournalTemplateWrapper.persist()
|
void |
JournalStructureWrapper.persist()
|
void |
JournalFolderWrapper.persist()
|
void |
JournalFeedWrapper.persist()
|
void |
JournalContentSearchWrapper.persist()
|
void |
JournalArticleWrapper.persist()
|
void |
JournalArticleResourceWrapper.persist()
|
void |
JournalArticleImageWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service that throw SystemException | |
|---|---|
JournalArticle |
JournalArticleLocalServiceWrapper.addArticle(long userId,
long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.addArticle(long userId,
long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.addArticle(long userId,
long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.addArticle(long userId,
long groupId,
long folderId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String structureId,
String templateId,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.addArticle(long userId,
long groupId,
long folderId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String structureId,
String templateId,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.addArticle(long userId,
long groupId,
long folderId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String structureId,
String templateId,
ServiceContext serviceContext)
|
void |
JournalArticleImageLocalServiceWrapper.addArticleImageId(long articleImageId,
long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
static void |
JournalArticleImageLocalServiceUtil.addArticleImageId(long articleImageId,
long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
void |
JournalArticleImageLocalService.addArticleImageId(long articleImageId,
long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
void |
JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalArticleLocalService.addArticleResources(JournalArticle article,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalArticleLocalService.addArticleResources(JournalArticle article,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalArticleLocalServiceWrapper.addArticleResources(long groupId,
String articleId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalArticleLocalServiceUtil.addArticleResources(long groupId,
String articleId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalArticleLocalService.addArticleResources(long groupId,
String articleId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalArticleLocalServiceWrapper.addArticleResources(long groupId,
String articleId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalArticleLocalServiceUtil.addArticleResources(long groupId,
String articleId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalArticleLocalService.addArticleResources(long groupId,
String articleId,
String[] groupPermissions,
String[] guestPermissions)
|
JournalFeed |
JournalFeedLocalServiceWrapper.addFeed(long userId,
long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedLocalServiceUtil.addFeed(long userId,
long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedLocalService.addFeed(long userId,
long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedServiceWrapper.addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedServiceUtil.addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedService.addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
void |
JournalFeedLocalServiceWrapper.addFeedResources(JournalFeed feed,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalFeedLocalServiceUtil.addFeedResources(JournalFeed feed,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalFeedLocalService.addFeedResources(JournalFeed feed,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalFeedLocalServiceWrapper.addFeedResources(JournalFeed feed,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalFeedLocalServiceUtil.addFeedResources(JournalFeed feed,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalFeedLocalService.addFeedResources(JournalFeed feed,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalFeedLocalServiceWrapper.addFeedResources(long feedId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalFeedLocalServiceUtil.addFeedResources(long feedId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalFeedLocalService.addFeedResources(long feedId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalFeedLocalServiceWrapper.addFeedResources(long feedId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalFeedLocalServiceUtil.addFeedResources(long feedId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalFeedLocalService.addFeedResources(long feedId,
String[] groupPermissions,
String[] guestPermissions)
|
JournalFolder |
JournalFolderLocalServiceWrapper.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
static JournalArticle |
JournalArticleLocalServiceUtil.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
JournalArticle |
JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
JournalArticleImage |
JournalArticleImageLocalServiceWrapper.addJournalArticleImage(JournalArticleImage journalArticleImage)
Adds the journal article image to the database. |
static JournalArticleImage |
JournalArticleImageLocalServiceUtil.addJournalArticleImage(JournalArticleImage journalArticleImage)
Adds the journal article image to the database. |
JournalArticleImage |
JournalArticleImageLocalService.addJournalArticleImage(JournalArticleImage journalArticleImage)
Adds the journal article image to the database. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
JournalArticleResource |
JournalArticleResourceLocalService.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
JournalContentSearch |
JournalContentSearchLocalServiceWrapper.addJournalContentSearch(JournalContentSearch journalContentSearch)
Adds the journal content search to the database. |
static JournalContentSearch |
JournalContentSearchLocalServiceUtil.addJournalContentSearch(JournalContentSearch journalContentSearch)
Adds the journal content search to the database. |
JournalContentSearch |
JournalContentSearchLocalService.addJournalContentSearch(JournalContentSearch journalContentSearch)
Adds the journal content search to the database. |
JournalFeed |
JournalFeedLocalServiceWrapper.addJournalFeed(JournalFeed journalFeed)
Adds the journal feed to the database. |
static JournalFeed |
JournalFeedLocalServiceUtil.addJournalFeed(JournalFeed journalFeed)
Adds the journal feed to the database. |
JournalFeed |
JournalFeedLocalService.addJournalFeed(JournalFeed journalFeed)
Adds the journal feed to the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalService.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalStructure |
JournalStructureLocalServiceWrapper.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
static JournalStructure |
JournalStructureLocalServiceUtil.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
JournalStructure |
JournalStructureLocalService.addJournalStructure(JournalStructure journalStructure)
Adds the journal structure to the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalTemplate |
JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
Adds the journal template to the database. |
JournalStructure |
JournalStructureLocalServiceWrapper.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureLocalServiceUtil.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalService.addStructure(long userId,
long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureServiceWrapper.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureServiceUtil.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureService.addStructure(long groupId,
String structureId,
boolean autoStructureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
void |
JournalStructureLocalServiceWrapper.addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalStructureLocalServiceUtil.addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalService.addStructureResources(JournalStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalServiceWrapper.addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalStructureLocalServiceUtil.addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalStructureLocalService.addStructureResources(JournalStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalStructureLocalServiceWrapper.addStructureResources(long groupId,
String structureId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalStructureLocalServiceUtil.addStructureResources(long groupId,
String structureId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalService.addStructureResources(long groupId,
String structureId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalStructureLocalServiceWrapper.addStructureResources(long groupId,
String structureId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalStructureLocalServiceUtil.addStructureResources(long groupId,
String structureId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalStructureLocalService.addStructureResources(long groupId,
String structureId,
String[] groupPermissions,
String[] guestPermissions)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalService.addTemplate(long userId,
long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.addTemplate(long groupId,
String templateId,
boolean autoTemplateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
void |
JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalService.addTemplateResources(JournalTemplate template,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalTemplateLocalService.addTemplateResources(JournalTemplate template,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalTemplateLocalServiceWrapper.addTemplateResources(long groupId,
String templateId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalTemplateLocalServiceUtil.addTemplateResources(long groupId,
String templateId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalService.addTemplateResources(long groupId,
String templateId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalTemplateLocalServiceWrapper.addTemplateResources(long groupId,
String templateId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
JournalTemplateLocalServiceUtil.addTemplateResources(long groupId,
String templateId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalTemplateLocalService.addTemplateResources(long groupId,
String templateId,
String[] groupPermissions,
String[] guestPermissions)
|
JournalArticle |
JournalArticleLocalServiceWrapper.checkArticleResourcePrimKey(long groupId,
String articleId,
double version)
|
static JournalArticle |
JournalArticleLocalServiceUtil.checkArticleResourcePrimKey(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalService.checkArticleResourcePrimKey(long groupId,
String articleId,
double version)
|
void |
JournalArticleLocalServiceWrapper.checkArticles()
|
static void |
JournalArticleLocalServiceUtil.checkArticles()
|
void |
JournalArticleLocalService.checkArticles()
|
void |
JournalContentSearchLocalServiceWrapper.checkContentSearches(long companyId)
|
static void |
JournalContentSearchLocalServiceUtil.checkContentSearches(long companyId)
|
void |
JournalContentSearchLocalService.checkContentSearches(long companyId)
|
void |
JournalTemplateLocalServiceWrapper.checkNewLine(long groupId,
String templateId)
|
static void |
JournalTemplateLocalServiceUtil.checkNewLine(long groupId,
String templateId)
|
void |
JournalTemplateLocalService.checkNewLine(long groupId,
String templateId)
|
void |
JournalStructureLocalServiceWrapper.checkNewLine(long groupId,
String structureId)
|
static void |
JournalStructureLocalServiceUtil.checkNewLine(long groupId,
String structureId)
|
void |
JournalStructureLocalService.checkNewLine(long groupId,
String structureId)
|
void |
JournalArticleLocalServiceWrapper.checkNewLine(long groupId,
String articleId,
double version)
|
static void |
JournalArticleLocalServiceUtil.checkNewLine(long groupId,
String articleId,
double version)
|
void |
JournalArticleLocalService.checkNewLine(long groupId,
String articleId,
double version)
|
void |
JournalArticleLocalServiceWrapper.checkStructure(long groupId,
String articleId,
double version)
|
static void |
JournalArticleLocalServiceUtil.checkStructure(long groupId,
String articleId,
double version)
|
void |
JournalArticleLocalService.checkStructure(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalServiceWrapper.copyArticle(long userId,
long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
static JournalArticle |
JournalArticleLocalServiceUtil.copyArticle(long userId,
long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalArticle |
JournalArticleLocalService.copyArticle(long userId,
long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalArticle |
JournalArticleServiceWrapper.copyArticle(long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
static JournalArticle |
JournalArticleServiceUtil.copyArticle(long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalArticle |
JournalArticleService.copyArticle(long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalStructure |
JournalStructureLocalServiceWrapper.copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
static JournalStructure |
JournalStructureLocalServiceUtil.copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureLocalService.copyStructure(long userId,
long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureServiceWrapper.copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
static JournalStructure |
JournalStructureServiceUtil.copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalStructure |
JournalStructureService.copyStructure(long groupId,
String oldStructureId,
String newStructureId,
boolean autoStructureId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateLocalService.copyTemplate(long userId,
long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateServiceWrapper.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
static JournalTemplate |
JournalTemplateServiceUtil.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
JournalTemplate |
JournalTemplateService.copyTemplate(long groupId,
String oldTemplateId,
String newTemplateId,
boolean autoTemplateId)
|
void |
JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article)
|
static void |
JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article)
|
void |
JournalArticleLocalService.deleteArticle(JournalArticle article)
|
void |
JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
|
static void |
JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleLocalService.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleServiceWrapper.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
static void |
JournalArticleServiceUtil.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleService.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleLocalServiceWrapper.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
static void |
JournalArticleLocalServiceUtil.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleLocalService.deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleLocalServiceWrapper.deleteArticle(long groupId,
String articleId,
ServiceContext serviceContext)
|
static void |
JournalArticleLocalServiceUtil.deleteArticle(long groupId,
String articleId,
ServiceContext serviceContext)
|
void |
JournalArticleLocalService.deleteArticle(long groupId,
String articleId,
ServiceContext serviceContext)
|
void |
JournalArticleServiceWrapper.deleteArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
static void |
JournalArticleServiceUtil.deleteArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleService.deleteArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalContentSearchLocalServiceWrapper.deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
|
static void |
JournalContentSearchLocalServiceUtil.deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
|
void |
JournalContentSearchLocalService.deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
|
void |
JournalContentSearchLocalServiceWrapper.deleteArticleContentSearches(long groupId,
String articleId)
|
static void |
JournalContentSearchLocalServiceUtil.deleteArticleContentSearches(long groupId,
String articleId)
|
void |
JournalContentSearchLocalService.deleteArticleContentSearches(long groupId,
String articleId)
|
void |
JournalArticleImageLocalServiceWrapper.deleteArticleImage(JournalArticleImage articleImage)
|
static void |
JournalArticleImageLocalServiceUtil.deleteArticleImage(JournalArticleImage articleImage)
|
void |
JournalArticleImageLocalService.deleteArticleImage(JournalArticleImage articleImage)
|
void |
JournalArticleImageLocalServiceWrapper.deleteArticleImage(long articleImageId)
|
static void |
JournalArticleImageLocalServiceUtil.deleteArticleImage(long articleImageId)
|
void |
JournalArticleImageLocalService.deleteArticleImage(long articleImageId)
|
void |
JournalArticleImageLocalServiceWrapper.deleteArticleImage(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
static void |
JournalArticleImageLocalServiceUtil.deleteArticleImage(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
void |
JournalArticleImageLocalService.deleteArticleImage(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
void |
JournalArticleResourceLocalServiceWrapper.deleteArticleResource(long groupId,
String articleId)
|
static void |
JournalArticleResourceLocalServiceUtil.deleteArticleResource(long groupId,
String articleId)
|
void |
JournalArticleResourceLocalService.deleteArticleResource(long groupId,
String articleId)
|
void |
JournalArticleLocalServiceWrapper.deleteArticles(long groupId)
|
static void |
JournalArticleLocalServiceUtil.deleteArticles(long groupId)
|
void |
JournalArticleLocalService.deleteArticles(long groupId)
|
void |
JournalArticleLocalServiceWrapper.deleteArticles(long groupId,
long folderId)
|
static void |
JournalArticleLocalServiceUtil.deleteArticles(long groupId,
long folderId)
|
void |
JournalArticleLocalService.deleteArticles(long groupId,
long folderId)
|
void |
JournalFeedLocalServiceWrapper.deleteFeed(JournalFeed feed)
|
static void |
JournalFeedLocalServiceUtil.deleteFeed(JournalFeed feed)
|
void |
JournalFeedLocalService.deleteFeed(JournalFeed feed)
|
void |
JournalFeedLocalServiceWrapper.deleteFeed(long feedId)
|
static void |
JournalFeedLocalServiceUtil.deleteFeed(long feedId)
|
void |
JournalFeedLocalService.deleteFeed(long feedId)
|
void |
JournalFeedServiceWrapper.deleteFeed(long groupId,
long feedId)
|
static void |
JournalFeedServiceUtil.deleteFeed(long groupId,
long feedId)
|
void |
JournalFeedService.deleteFeed(long groupId,
long feedId)
|
void |
JournalFeedServiceWrapper.deleteFeed(long groupId,
String feedId)
|
static void |
JournalFeedServiceUtil.deleteFeed(long groupId,
String feedId)
|
void |
JournalFeedService.deleteFeed(long groupId,
String feedId)
|
void |
JournalFeedLocalServiceWrapper.deleteFeed(long groupId,
String feedId)
|
static void |
JournalFeedLocalServiceUtil.deleteFeed(long groupId,
String feedId)
|
void |
JournalFeedLocalService.deleteFeed(long groupId,
String feedId)
|
void |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder)
|
static void |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder)
|
void |
JournalFolderLocalService.deleteFolder(JournalFolder folder)
|
void |
JournalFolderServiceWrapper.deleteFolder(long folderId)
|
static void |
JournalFolderServiceUtil.deleteFolder(long folderId)
|
void |
JournalFolderService.deleteFolder(long folderId)
|
void |
JournalFolderLocalServiceWrapper.deleteFolder(long folderId)
|
static void |
JournalFolderLocalServiceUtil.deleteFolder(long folderId)
|
void |
JournalFolderLocalService.deleteFolder(long folderId)
|
void |
JournalFolderLocalServiceWrapper.deleteFolders(long groupId)
|
static void |
JournalFolderLocalServiceUtil.deleteFolders(long groupId)
|
void |
JournalFolderLocalService.deleteFolders(long groupId)
|
void |
JournalArticleImageLocalServiceWrapper.deleteImages(long groupId,
String articleId,
double version)
|
static void |
JournalArticleImageLocalServiceUtil.deleteImages(long groupId,
String articleId,
double version)
|
void |
JournalArticleImageLocalService.deleteImages(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
static JournalArticle |
JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
JournalArticle |
JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
JournalArticle |
JournalArticleLocalServiceWrapper.deleteJournalArticle(long id)
Deletes the journal article with the primary key from the database. |
static JournalArticle |
JournalArticleLocalServiceUtil.deleteJournalArticle(long id)
Deletes the journal article with the primary key from the database. |
JournalArticle |
JournalArticleLocalService.deleteJournalArticle(long id)
Deletes the journal article with the primary key from the database. |
JournalArticleImage |
JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
Deletes the journal article image from the database. |
static JournalArticleImage |
JournalArticleImageLocalServiceUtil.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
Deletes the journal article image from the database. |
JournalArticleImage |
JournalArticleImageLocalService.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
Deletes the journal article image from the database. |
JournalArticleImage |
JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(long articleImageId)
Deletes the journal article image with the primary key from the database. |
static JournalArticleImage |
JournalArticleImageLocalServiceUtil.deleteJournalArticleImage(long articleImageId)
Deletes the journal article image with the primary key from the database. |
JournalArticleImage |
JournalArticleImageLocalService.deleteJournalArticleImage(long articleImageId)
Deletes the journal article image with the primary key from the database. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
JournalArticleResource |
JournalArticleResourceLocalService.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.deleteJournalArticleResource(long resourcePrimKey)
Deletes the journal article resource with the primary key from the database. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.deleteJournalArticleResource(long resourcePrimKey)
Deletes the journal article resource with the primary key from the database. |
JournalArticleResource |
JournalArticleResourceLocalService.deleteJournalArticleResource(long resourcePrimKey)
Deletes the journal article resource with the primary key from the database. |
JournalContentSearch |
JournalContentSearchLocalServiceWrapper.deleteJournalContentSearch(JournalContentSearch journalContentSearch)
Deletes the journal content search from the database. |
static JournalContentSearch |
JournalContentSearchLocalServiceUtil.deleteJournalContentSearch(JournalContentSearch journalContentSearch)
Deletes the journal content search from the database. |
JournalContentSearch |
JournalContentSearchLocalService.deleteJournalContentSearch(JournalContentSearch journalContentSearch)
Deletes the journal content search from the database. |
JournalContentSearch |
JournalContentSearchLocalServiceWrapper.deleteJournalContentSearch(long contentSearchId)
Deletes the journal content search with the primary key from the database. |
static JournalContentSearch |
JournalContentSearchLocalServiceUtil.deleteJournalContentSearch(long contentSearchId)
Deletes the journal content search with the primary key from the database. |
JournalContentSearch |
JournalContentSearchLocalService.deleteJournalContentSearch(long contentSearchId)
Deletes the journal content search with the primary key from the database. |
JournalFeed |
JournalFeedLocalServiceWrapper.deleteJournalFeed(JournalFeed journalFeed)
Deletes the journal feed from the database. |
static JournalFeed |
JournalFeedLocalServiceUtil.deleteJournalFeed(JournalFeed journalFeed)
Deletes the journal feed from the database. |
JournalFeed |
JournalFeedLocalService.deleteJournalFeed(JournalFeed journalFeed)
Deletes the journal feed from the database. |
JournalFeed |
JournalFeedLocalServiceWrapper.deleteJournalFeed(long id)
Deletes the journal feed with the primary key from the database. |
static JournalFeed |
JournalFeedLocalServiceUtil.deleteJournalFeed(long id)
Deletes the journal feed with the primary key from the database. |
JournalFeed |
JournalFeedLocalService.deleteJournalFeed(long id)
Deletes the journal feed with the primary key from the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalService.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderLocalService.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
JournalStructure |
JournalStructureLocalServiceWrapper.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
static JournalStructure |
JournalStructureLocalServiceUtil.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
JournalStructure |
JournalStructureLocalService.deleteJournalStructure(JournalStructure journalStructure)
Deletes the journal structure from the database. |
JournalStructure |
JournalStructureLocalServiceWrapper.deleteJournalStructure(long id)
Deletes the journal structure with the primary key from the database. |
static JournalStructure |
JournalStructureLocalServiceUtil.deleteJournalStructure(long id)
Deletes the journal structure with the primary key from the database. |
JournalStructure |
JournalStructureLocalService.deleteJournalStructure(long id)
Deletes the journal structure with the primary key from the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
JournalTemplate |
JournalTemplateLocalService.deleteJournalTemplate(JournalTemplate journalTemplate)
Deletes the journal template from the database. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.deleteJournalTemplate(long id)
Deletes the journal template with the primary key from the database. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.deleteJournalTemplate(long id)
Deletes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplateLocalService.deleteJournalTemplate(long id)
Deletes the journal template with the primary key from the database. |
void |
JournalArticleLocalServiceWrapper.deleteLayoutArticleReferences(long groupId,
String layoutUuid)
|
static void |
JournalArticleLocalServiceUtil.deleteLayoutArticleReferences(long groupId,
String layoutUuid)
|
void |
JournalArticleLocalService.deleteLayoutArticleReferences(long groupId,
String layoutUuid)
|
void |
JournalContentSearchLocalServiceWrapper.deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
|
static void |
JournalContentSearchLocalServiceUtil.deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
|
void |
JournalContentSearchLocalService.deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
|
void |
JournalContentSearchLocalServiceWrapper.deleteOwnerContentSearches(long groupId,
boolean privateLayout)
|
static void |
JournalContentSearchLocalServiceUtil.deleteOwnerContentSearches(long groupId,
boolean privateLayout)
|
void |
JournalContentSearchLocalService.deleteOwnerContentSearches(long groupId,
boolean privateLayout)
|
void |
JournalStructureLocalServiceWrapper.deleteStructure(JournalStructure structure)
|
static void |
JournalStructureLocalServiceUtil.deleteStructure(JournalStructure structure)
|
void |
JournalStructureLocalService.deleteStructure(JournalStructure structure)
|
void |
JournalStructureServiceWrapper.deleteStructure(long groupId,
String structureId)
|
static void |
JournalStructureServiceUtil.deleteStructure(long groupId,
String structureId)
|
void |
JournalStructureService.deleteStructure(long groupId,
String structureId)
|
void |
JournalStructureLocalServiceWrapper.deleteStructure(long groupId,
String structureId)
|
static void |
JournalStructureLocalServiceUtil.deleteStructure(long groupId,
String structureId)
|
void |
JournalStructureLocalService.deleteStructure(long groupId,
String structureId)
|
void |
JournalStructureLocalServiceWrapper.deleteStructures(long groupId)
|
static void |
JournalStructureLocalServiceUtil.deleteStructures(long groupId)
|
void |
JournalStructureLocalService.deleteStructures(long groupId)
|
void |
JournalTemplateLocalServiceWrapper.deleteTemplate(JournalTemplate template)
|
static void |
JournalTemplateLocalServiceUtil.deleteTemplate(JournalTemplate template)
|
void |
JournalTemplateLocalService.deleteTemplate(JournalTemplate template)
|
void |
JournalTemplateServiceWrapper.deleteTemplate(long groupId,
String templateId)
|
static void |
JournalTemplateServiceUtil.deleteTemplate(long groupId,
String templateId)
|
void |
JournalTemplateService.deleteTemplate(long groupId,
String templateId)
|
void |
JournalTemplateLocalServiceWrapper.deleteTemplate(long groupId,
String templateId)
|
static void |
JournalTemplateLocalServiceUtil.deleteTemplate(long groupId,
String templateId)
|
void |
JournalTemplateLocalService.deleteTemplate(long groupId,
String templateId)
|
void |
JournalTemplateLocalServiceWrapper.deleteTemplates(long groupId)
|
static void |
JournalTemplateLocalServiceUtil.deleteTemplates(long groupId)
|
void |
JournalTemplateLocalService.deleteTemplates(long groupId)
|
List |
JournalTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
JournalTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
JournalStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
JournalFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalFeedLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
JournalFeedLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalFeedLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalContentSearchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
JournalContentSearchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalContentSearchLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalArticleResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
JournalArticleResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalArticleResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalArticleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
JournalArticleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalArticleLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalArticleImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
JournalArticleImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalArticleImageLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
JournalTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
JournalTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
JournalStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
JournalFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalFeedLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
JournalFeedLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalFeedLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalContentSearchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
JournalContentSearchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalContentSearchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalArticleResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
JournalArticleResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalArticleResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalArticleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
JournalArticleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalArticleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalArticleImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
JournalArticleImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalArticleImageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
JournalTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
JournalTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
JournalStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
JournalFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalFeedLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
JournalFeedLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalFeedLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalContentSearchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
JournalContentSearchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalContentSearchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalArticleResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
JournalArticleResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalArticleResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalArticleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
JournalArticleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalArticleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalArticleImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
JournalArticleImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
JournalArticleImageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
JournalTemplateLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
JournalTemplateLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalTemplateLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalStructureLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
JournalStructureLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalStructureLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalFolderLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
JournalFolderLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalFolderLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalFeedLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
JournalFeedLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalFeedLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalContentSearchLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
JournalContentSearchLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalContentSearchLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalArticleResourceLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
JournalArticleResourceLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalArticleResourceLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalArticleLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
JournalArticleLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalArticleLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalArticleImageLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
JournalArticleImageLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
JournalArticleImageLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
JournalArticle |
JournalArticleLocalServiceWrapper.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleLocalServiceWrapper.expireArticle(long userId,
long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
static void |
JournalArticleLocalServiceUtil.expireArticle(long userId,
long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleLocalService.expireArticle(long userId,
long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleServiceWrapper.expireArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
static void |
JournalArticleServiceUtil.expireArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleService.expireArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchFolder(long groupId,
String name)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchFolder(long groupId,
String name)
|
JournalFolder |
JournalFolderLocalService.fetchFolder(long groupId,
String name)
|
JournalArticle |
JournalArticleLocalServiceWrapper.fetchJournalArticle(long id)
|
static JournalArticle |
JournalArticleLocalServiceUtil.fetchJournalArticle(long id)
|
JournalArticle |
JournalArticleLocalService.fetchJournalArticle(long id)
|
JournalArticleImage |
JournalArticleImageLocalServiceWrapper.fetchJournalArticleImage(long articleImageId)
|
static JournalArticleImage |
JournalArticleImageLocalServiceUtil.fetchJournalArticleImage(long articleImageId)
|
JournalArticleImage |
JournalArticleImageLocalService.fetchJournalArticleImage(long articleImageId)
|
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.fetchJournalArticleResource(long resourcePrimKey)
|
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.fetchJournalArticleResource(long resourcePrimKey)
|
JournalArticleResource |
JournalArticleResourceLocalService.fetchJournalArticleResource(long resourcePrimKey)
|
JournalContentSearch |
JournalContentSearchLocalServiceWrapper.fetchJournalContentSearch(long contentSearchId)
|
static JournalContentSearch |
JournalContentSearchLocalServiceUtil.fetchJournalContentSearch(long contentSearchId)
|
JournalContentSearch |
JournalContentSearchLocalService.fetchJournalContentSearch(long contentSearchId)
|
JournalFeed |
JournalFeedLocalServiceWrapper.fetchJournalFeed(long id)
|
static JournalFeed |
JournalFeedLocalServiceUtil.fetchJournalFeed(long id)
|
JournalFeed |
JournalFeedLocalService.fetchJournalFeed(long id)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchJournalFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchJournalFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.fetchJournalFolder(long folderId)
|
JournalStructure |
JournalStructureLocalServiceWrapper.fetchJournalStructure(long id)
|
static JournalStructure |
JournalStructureLocalServiceUtil.fetchJournalStructure(long id)
|
JournalStructure |
JournalStructureLocalService.fetchJournalStructure(long id)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.fetchJournalTemplate(long id)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.fetchJournalTemplate(long id)
|
JournalTemplate |
JournalTemplateLocalService.fetchJournalTemplate(long id)
|
JournalArticle |
JournalArticleServiceWrapper.getArticle(long id)
|
static JournalArticle |
JournalArticleServiceUtil.getArticle(long id)
|
JournalArticle |
JournalArticleService.getArticle(long id)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticle(long id)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticle(long id)
|
JournalArticle |
JournalArticleLocalService.getArticle(long id)
|
JournalArticle |
JournalArticleServiceWrapper.getArticle(long groupId,
String articleId)
|
static JournalArticle |
JournalArticleServiceUtil.getArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleService.getArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticle(long groupId,
String articleId)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalService.getArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleServiceWrapper.getArticle(long groupId,
String articleId,
double version)
|
static JournalArticle |
JournalArticleServiceUtil.getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleService.getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticle(long groupId,
String articleId,
double version)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalService.getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleServiceWrapper.getArticle(long groupId,
String className,
long classPK)
|
static JournalArticle |
JournalArticleServiceUtil.getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleService.getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticle(long groupId,
String className,
long classPK)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalService.getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleServiceWrapper.getArticleByUrlTitle(long groupId,
String urlTitle)
|
static JournalArticle |
JournalArticleServiceUtil.getArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleService.getArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticleByUrlTitle(long groupId,
String urlTitle)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleLocalService.getArticleByUrlTitle(long groupId,
String urlTitle)
|
String |
JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
static String |
JournalArticleLocalServiceUtil.getArticleContent(JournalArticle article,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalService.getArticleContent(JournalArticle article,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalServiceWrapper.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
|
static String |
JournalArticleLocalServiceUtil.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalService.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalServiceWrapper.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
static String |
JournalArticleLocalServiceUtil.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalService.getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleServiceWrapper.getArticleContent(long groupId,
String articleId,
double version,
String languageId,
ThemeDisplay themeDisplay)
|
static String |
JournalArticleServiceUtil.getArticleContent(long groupId,
String articleId,
double version,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleService.getArticleContent(long groupId,
String articleId,
double version,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalServiceWrapper.getArticleContent(long groupId,
String articleId,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
|
static String |
JournalArticleLocalServiceUtil.getArticleContent(long groupId,
String articleId,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalService.getArticleContent(long groupId,
String articleId,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalServiceWrapper.getArticleContent(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
static String |
JournalArticleLocalServiceUtil.getArticleContent(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalService.getArticleContent(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleServiceWrapper.getArticleContent(long groupId,
String articleId,
String languageId,
ThemeDisplay themeDisplay)
|
static String |
JournalArticleServiceUtil.getArticleContent(long groupId,
String articleId,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleService.getArticleContent(long groupId,
String articleId,
String languageId,
ThemeDisplay themeDisplay)
|
List<JournalContentSearch> |
JournalContentSearchLocalServiceWrapper.getArticleContentSearches()
|
static List<JournalContentSearch> |
JournalContentSearchLocalServiceUtil.getArticleContentSearches()
|
List<JournalContentSearch> |
JournalContentSearchLocalService.getArticleContentSearches()
|
List<JournalContentSearch> |
JournalContentSearchLocalServiceWrapper.getArticleContentSearches(long groupId,
String articleId)
|
static List<JournalContentSearch> |
JournalContentSearchLocalServiceUtil.getArticleContentSearches(long groupId,
String articleId)
|
List<JournalContentSearch> |
JournalContentSearchLocalService.getArticleContentSearches(long groupId,
String articleId)
|
List<JournalContentSearch> |
JournalContentSearchLocalServiceWrapper.getArticleContentSearches(String articleId)
|
static List<JournalContentSearch> |
JournalContentSearchLocalServiceUtil.getArticleContentSearches(String articleId)
|
List<JournalContentSearch> |
JournalContentSearchLocalService.getArticleContentSearches(String articleId)
|
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(JournalArticle article,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(JournalArticle article,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(JournalArticle article,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleImage |
JournalArticleImageLocalServiceWrapper.getArticleImage(long articleImageId)
|
static JournalArticleImage |
JournalArticleImageLocalServiceUtil.getArticleImage(long articleImageId)
|
JournalArticleImage |
JournalArticleImageLocalService.getArticleImage(long articleImageId)
|
long |
JournalArticleImageLocalServiceWrapper.getArticleImageId(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
static long |
JournalArticleImageLocalServiceUtil.getArticleImageId(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
long |
JournalArticleImageLocalService.getArticleImageId(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
|
long |
JournalArticleImageLocalServiceWrapper.getArticleImageId(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId,
boolean tempImage)
|
static long |
JournalArticleImageLocalServiceUtil.getArticleImageId(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId,
boolean tempImage)
|
long |
JournalArticleImageLocalService.getArticleImageId(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId,
boolean tempImage)
|
List<JournalArticleImage> |
JournalArticleImageLocalServiceWrapper.getArticleImages(long groupId)
|
static List<JournalArticleImage> |
JournalArticleImageLocalServiceUtil.getArticleImages(long groupId)
|
List<JournalArticleImage> |
JournalArticleImageLocalService.getArticleImages(long groupId)
|
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.getArticleResource(long articleResourcePrimKey)
|
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.getArticleResource(long articleResourcePrimKey)
|
JournalArticleResource |
JournalArticleResourceLocalService.getArticleResource(long articleResourcePrimKey)
|
long |
JournalArticleResourceLocalServiceWrapper.getArticleResourcePrimKey(long groupId,
String articleId)
|
static long |
JournalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(long groupId,
String articleId)
|
long |
JournalArticleResourceLocalService.getArticleResourcePrimKey(long groupId,
String articleId)
|
long |
JournalArticleResourceLocalServiceWrapper.getArticleResourcePrimKey(String uuid,
long groupId,
String articleId)
|
static long |
JournalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(String uuid,
long groupId,
String articleId)
|
long |
JournalArticleResourceLocalService.getArticleResourcePrimKey(String uuid,
long groupId,
String articleId)
|
List<JournalArticleResource> |
JournalArticleResourceLocalServiceWrapper.getArticleResources(long groupId)
|
static List<JournalArticleResource> |
JournalArticleResourceLocalServiceUtil.getArticleResources(long groupId)
|
List<JournalArticleResource> |
JournalArticleResourceLocalService.getArticleResources(long groupId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles()
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles()
|
List<JournalArticle> |
JournalArticleLocalService.getArticles()
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
int start,
int end)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticles(long groupId,
long folderId)
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticles(long groupId,
long folderId)
|
List<JournalArticle> |
JournalArticleService.getArticles(long groupId,
long folderId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
long folderId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
long folderId)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
long folderId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
long folderId,
int start,
int end)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
long folderId,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
long folderId,
int start,
int end)
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
String articleId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
String articleId)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
String articleId)
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByLayoutUuid(long groupId,
String layoutUuid)
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByLayoutUuid(long groupId,
String layoutUuid)
|
List<JournalArticle> |
JournalArticleService.getArticlesByLayoutUuid(long groupId,
String layoutUuid)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticlesBySmallImageId(long smallImageId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticlesBySmallImageId(long smallImageId)
|
List<JournalArticle> |
JournalArticleLocalService.getArticlesBySmallImageId(long smallImageId)
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByStructureId(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByStructureId(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.getArticlesByStructureId(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByUserId(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByUserId(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.getArticlesByUserId(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator obc)
|
int |
JournalArticleLocalServiceWrapper.getArticlesCount(long groupId)
|
static int |
JournalArticleLocalServiceUtil.getArticlesCount(long groupId)
|
int |
JournalArticleLocalService.getArticlesCount(long groupId)
|
int |
JournalArticleServiceWrapper.getArticlesCount(long groupId,
long folderId)
|
static int |
JournalArticleServiceUtil.getArticlesCount(long groupId,
long folderId)
|
int |
JournalArticleService.getArticlesCount(long groupId,
long folderId)
|
int |
JournalArticleLocalServiceWrapper.getArticlesCount(long groupId,
long folderId)
|
static int |
JournalArticleLocalServiceUtil.getArticlesCount(long groupId,
long folderId)
|
int |
JournalArticleLocalService.getArticlesCount(long groupId,
long folderId)
|
int |
JournalArticleServiceWrapper.getArticlesCountByArticleId(long groupId,
String articleId)
|
static int |
JournalArticleServiceUtil.getArticlesCountByArticleId(long groupId,
String articleId)
|
int |
JournalArticleService.getArticlesCountByArticleId(long groupId,
String articleId)
|
int |
JournalArticleServiceWrapper.getArticlesCountByStructureId(long groupId,
String structureId)
|
static int |
JournalArticleServiceUtil.getArticlesCountByStructureId(long groupId,
String structureId)
|
int |
JournalArticleService.getArticlesCountByStructureId(long groupId,
String structureId)
|
int |
JournalArticleServiceWrapper.getArticlesCountByUserId(long groupId,
long userId,
long classNameId)
|
static int |
JournalArticleServiceUtil.getArticlesCountByUserId(long groupId,
long userId,
long classNameId)
|
int |
JournalArticleService.getArticlesCountByUserId(long groupId,
long userId,
long classNameId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getCompanyArticles(long companyId,
double version,
int status,
int start,
int end)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getCompanyArticles(long companyId,
double version,
int status,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalService.getCompanyArticles(long companyId,
double version,
int status,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getCompanyArticles(long companyId,
int status,
int start,
int end)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getCompanyArticles(long companyId,
int status,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalService.getCompanyArticles(long companyId,
int status,
int start,
int end)
|
int |
JournalArticleLocalServiceWrapper.getCompanyArticlesCount(long companyId,
double version,
int status,
int start,
int end)
|
static int |
JournalArticleLocalServiceUtil.getCompanyArticlesCount(long companyId,
double version,
int status,
int start,
int end)
|
int |
JournalArticleLocalService.getCompanyArticlesCount(long companyId,
double version,
int status,
int start,
int end)
|
int |
JournalArticleLocalServiceWrapper.getCompanyArticlesCount(long companyId,
int status)
|
static int |
JournalArticleLocalServiceUtil.getCompanyArticlesCount(long companyId,
int status)
|
int |
JournalArticleLocalService.getCompanyArticlesCount(long companyId,
int status)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
int |
JournalFolderLocalServiceWrapper.getCompanyFoldersCount(long companyId)
|
static int |
JournalFolderLocalServiceUtil.getCompanyFoldersCount(long companyId)
|
int |
JournalFolderLocalService.getCompanyFoldersCount(long companyId)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getDisplayArticle(long groupId,
String articleId)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getDisplayArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalService.getDisplayArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleServiceWrapper.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
static JournalArticle |
JournalArticleServiceUtil.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleService.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleLocalService.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalFeed |
JournalFeedLocalServiceWrapper.getFeed(long feedId)
|
static JournalFeed |
JournalFeedLocalServiceUtil.getFeed(long feedId)
|
JournalFeed |
JournalFeedLocalService.getFeed(long feedId)
|
JournalFeed |
JournalFeedServiceWrapper.getFeed(long groupId,
long feedId)
|
static JournalFeed |
JournalFeedServiceUtil.getFeed(long groupId,
long feedId)
|
JournalFeed |
JournalFeedService.getFeed(long groupId,
long feedId)
|
JournalFeed |
JournalFeedServiceWrapper.getFeed(long groupId,
String feedId)
|
static JournalFeed |
JournalFeedServiceUtil.getFeed(long groupId,
String feedId)
|
JournalFeed |
JournalFeedService.getFeed(long groupId,
String feedId)
|
JournalFeed |
JournalFeedLocalServiceWrapper.getFeed(long groupId,
String feedId)
|
static JournalFeed |
JournalFeedLocalServiceUtil.getFeed(long groupId,
String feedId)
|
JournalFeed |
JournalFeedLocalService.getFeed(long groupId,
String feedId)
|
List<JournalFeed> |
JournalFeedLocalServiceWrapper.getFeeds()
|
static List<JournalFeed> |
JournalFeedLocalServiceUtil.getFeeds()
|
List<JournalFeed> |
JournalFeedLocalService.getFeeds()
|
List<JournalFeed> |
JournalFeedLocalServiceWrapper.getFeeds(long groupId)
|
static List<JournalFeed> |
JournalFeedLocalServiceUtil.getFeeds(long groupId)
|
List<JournalFeed> |
JournalFeedLocalService.getFeeds(long groupId)
|
List<JournalFeed> |
JournalFeedLocalServiceWrapper.getFeeds(long groupId,
int start,
int end)
|
static List<JournalFeed> |
JournalFeedLocalServiceUtil.getFeeds(long groupId,
int start,
int end)
|
List<JournalFeed> |
JournalFeedLocalService.getFeeds(long groupId,
int start,
int end)
|
int |
JournalFeedLocalServiceWrapper.getFeedsCount(long groupId)
|
static int |
JournalFeedLocalServiceUtil.getFeedsCount(long groupId)
|
int |
JournalFeedLocalService.getFeedsCount(long groupId)
|
JournalFolder |
JournalFolderServiceWrapper.getFolder(long folderId)
|
static JournalFolder |
JournalFolderServiceUtil.getFolder(long folderId)
|
JournalFolder |
JournalFolderService.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.getFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.getFolder(long folderId)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<Object> |
JournalFolderServiceWrapper.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<Object> |
JournalFolderServiceUtil.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
JournalFolderService.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
JournalFolderLocalServiceWrapper.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<Object> |
JournalFolderLocalServiceUtil.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
JournalFolderLocalService.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
int |
JournalArticleServiceWrapper.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds)
|
static int |
JournalArticleServiceUtil.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds)
|
int |
JournalArticleService.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds)
|
int |
JournalFolderServiceWrapper.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
|
static int |
JournalFolderServiceUtil.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
|
int |
JournalFolderService.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
|
int |
JournalFolderLocalServiceWrapper.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
|
static int |
JournalFolderLocalServiceUtil.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
|
int |
JournalFolderLocalService.getFoldersAndArticlesCount(long groupId,
List<Long> folderIds,
int status)
|
int |
JournalFolderServiceWrapper.getFoldersAndArticlesCount(long groupId,
long folderId)
|
static int |
JournalFolderServiceUtil.getFoldersAndArticlesCount(long groupId,
long folderId)
|
int |
JournalFolderService.getFoldersAndArticlesCount(long groupId,
long folderId)
|
int |
JournalFolderLocalServiceWrapper.getFoldersAndArticlesCount(long groupId,
long folderId)
|
static int |
JournalFolderLocalServiceUtil.getFoldersAndArticlesCount(long groupId,
long folderId)
|
int |
JournalFolderLocalService.getFoldersAndArticlesCount(long groupId,
long folderId)
|
int |
JournalFolderServiceWrapper.getFoldersCount(long groupId,
long parentFolderId)
|
static int |
JournalFolderServiceUtil.getFoldersCount(long groupId,
long parentFolderId)
|
int |
JournalFolderService.getFoldersCount(long groupId,
long parentFolderId)
|
int |
JournalFolderLocalServiceWrapper.getFoldersCount(long groupId,
long parentFolderId)
|
static int |
JournalFolderLocalServiceUtil.getFoldersCount(long groupId,
long parentFolderId)
|
int |
JournalFolderLocalService.getFoldersCount(long groupId,
long parentFolderId)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getJournalArticle(long id)
Returns the journal article with the primary key. |
static JournalArticle |
JournalArticleLocalServiceUtil.getJournalArticle(long id)
Returns the journal article with the primary key. |
JournalArticle |
JournalArticleLocalService.getJournalArticle(long id)
Returns the journal article with the primary key. |
JournalArticle |
JournalArticleLocalServiceWrapper.getJournalArticleByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article with the UUID in the group. |
static JournalArticle |
JournalArticleLocalServiceUtil.getJournalArticleByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article with the UUID in the group. |
JournalArticle |
JournalArticleLocalService.getJournalArticleByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article with the UUID in the group. |
JournalArticleImage |
JournalArticleImageLocalServiceWrapper.getJournalArticleImage(long articleImageId)
Returns the journal article image with the primary key. |
static JournalArticleImage |
JournalArticleImageLocalServiceUtil.getJournalArticleImage(long articleImageId)
Returns the journal article image with the primary key. |
JournalArticleImage |
JournalArticleImageLocalService.getJournalArticleImage(long articleImageId)
Returns the journal article image with the primary key. |
List<JournalArticleImage> |
JournalArticleImageLocalServiceWrapper.getJournalArticleImages(int start,
int end)
Returns a range of all the journal article images. |
static List<JournalArticleImage> |
JournalArticleImageLocalServiceUtil.getJournalArticleImages(int start,
int end)
Returns a range of all the journal article images. |
List<JournalArticleImage> |
JournalArticleImageLocalService.getJournalArticleImages(int start,
int end)
Returns a range of all the journal article images. |
int |
JournalArticleImageLocalServiceWrapper.getJournalArticleImagesCount()
Returns the number of journal article images. |
static int |
JournalArticleImageLocalServiceUtil.getJournalArticleImagesCount()
Returns the number of journal article images. |
int |
JournalArticleImageLocalService.getJournalArticleImagesCount()
Returns the number of journal article images. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.getJournalArticleResource(long resourcePrimKey)
Returns the journal article resource with the primary key. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.getJournalArticleResource(long resourcePrimKey)
Returns the journal article resource with the primary key. |
JournalArticleResource |
JournalArticleResourceLocalService.getJournalArticleResource(long resourcePrimKey)
Returns the journal article resource with the primary key. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.getJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource with the UUID in the group. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.getJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource with the UUID in the group. |
JournalArticleResource |
JournalArticleResourceLocalService.getJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource with the UUID in the group. |
List<JournalArticleResource> |
JournalArticleResourceLocalServiceWrapper.getJournalArticleResources(int start,
int end)
Returns a range of all the journal article resources. |
static List<JournalArticleResource> |
JournalArticleResourceLocalServiceUtil.getJournalArticleResources(int start,
int end)
Returns a range of all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourceLocalService.getJournalArticleResources(int start,
int end)
Returns a range of all the journal article resources. |
int |
JournalArticleResourceLocalServiceWrapper.getJournalArticleResourcesCount()
Returns the number of journal article resources. |
static int |
JournalArticleResourceLocalServiceUtil.getJournalArticleResourcesCount()
Returns the number of journal article resources. |
int |
JournalArticleResourceLocalService.getJournalArticleResourcesCount()
Returns the number of journal article resources. |
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getJournalArticles(int start,
int end)
Returns a range of all the journal articles. |
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getJournalArticles(int start,
int end)
Returns a range of all the journal articles. |
List<JournalArticle> |
JournalArticleLocalService.getJournalArticles(int start,
int end)
Returns a range of all the journal articles. |
int |
JournalArticleLocalServiceWrapper.getJournalArticlesCount()
Returns the number of journal articles. |
static int |
JournalArticleLocalServiceUtil.getJournalArticlesCount()
Returns the number of journal articles. |
int |
JournalArticleLocalService.getJournalArticlesCount()
Returns the number of journal articles. |
JournalContentSearch |
JournalContentSearchLocalServiceWrapper.getJournalContentSearch(long contentSearchId)
Returns the journal content search with the primary key. |
static JournalContentSearch |
JournalContentSearchLocalServiceUtil.getJournalContentSearch(long contentSearchId)
Returns the journal content search with the primary key. |
JournalContentSearch |
JournalContentSearchLocalService.getJournalContentSearch(long contentSearchId)
Returns the journal content search with the primary key. |
List<JournalContentSearch> |
JournalContentSearchLocalServiceWrapper.getJournalContentSearchs(int start,
int end)
Returns a range of all the journal content searchs. |
static List<JournalContentSearch> |
JournalContentSearchLocalServiceUtil.getJournalContentSearchs(int start,
int end)
Returns a range of all the journal content searchs. |
List<JournalContentSearch> |
JournalContentSearchLocalService.getJournalContentSearchs(int start,
int end)
Returns a range of all the journal content searchs. |
int |
JournalContentSearchLocalServiceWrapper.getJournalContentSearchsCount()
Returns the number of journal content searchs. |
static int |
JournalContentSearchLocalServiceUtil.getJournalContentSearchsCount()
Returns the number of journal content searchs. |
int |
JournalContentSearchLocalService.getJournalContentSearchsCount()
Returns the number of journal content searchs. |
JournalFeed |
JournalFeedLocalServiceWrapper.getJournalFeed(long id)
Returns the journal feed with the primary key. |
static JournalFeed |
JournalFeedLocalServiceUtil.getJournalFeed(long id)
Returns the journal feed with the primary key. |
JournalFeed |
JournalFeedLocalService.getJournalFeed(long id)
Returns the journal feed with the primary key. |
JournalFeed |
JournalFeedLocalServiceWrapper.getJournalFeedByUuidAndGroupId(String uuid,
long groupId)
Returns the journal feed with the UUID in the group. |
static JournalFeed |
JournalFeedLocalServiceUtil.getJournalFeedByUuidAndGroupId(String uuid,
long groupId)
Returns the journal feed with the UUID in the group. |
JournalFeed |
JournalFeedLocalService.getJournalFeedByUuidAndGroupId(String uuid,
long groupId)
Returns the journal feed with the UUID in the group. |
List<JournalFeed> |
JournalFeedLocalServiceWrapper.getJournalFeeds(int start,
int end)
Returns a range of all the journal feeds. |
static List<JournalFeed> |
JournalFeedLocalServiceUtil.getJournalFeeds(int start,
int end)
Returns a range of all the journal feeds. |
List<JournalFeed> |
JournalFeedLocalService.getJournalFeeds(int start,
int end)
Returns a range of all the journal feeds. |
int |
JournalFeedLocalServiceWrapper.getJournalFeedsCount()
Returns the number of journal feeds. |
static int |
JournalFeedLocalServiceUtil.getJournalFeedsCount()
Returns the number of journal feeds. |
int |
JournalFeedLocalService.getJournalFeedsCount()
Returns the number of journal feeds. |
JournalFolder |
JournalFolderLocalServiceWrapper.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
static JournalFolder |
JournalFolderLocalServiceUtil.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
JournalFolder |
JournalFolderLocalService.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
JournalFolder |
JournalFolderLocalServiceWrapper.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder with the UUID in the group. |
static JournalFolder |
JournalFolderLocalServiceUtil.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder with the UUID in the group. |
JournalFolder |
JournalFolderLocalService.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder with the UUID in the group. |
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderLocalService.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
int |
JournalFolderLocalServiceWrapper.getJournalFoldersCount()
Returns the number of journal folders. |
static int |
JournalFolderLocalServiceUtil.getJournalFoldersCount()
Returns the number of journal folders. |
int |
JournalFolderLocalService.getJournalFoldersCount()
Returns the number of journal folders. |
JournalStructure |
JournalStructureLocalServiceWrapper.getJournalStructure(long id)
Returns the journal structure with the primary key. |
static JournalStructure |
JournalStructureLocalServiceUtil.getJournalStructure(long id)
Returns the journal structure with the primary key. |
JournalStructure |
JournalStructureLocalService.getJournalStructure(long id)
Returns the journal structure with the primary key. |
JournalStructure |
JournalStructureLocalServiceWrapper.getJournalStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the journal structure with the UUID in the group. |
static JournalStructure |
JournalStructureLocalServiceUtil.getJournalStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the journal structure with the UUID in the group. |
JournalStructure |
JournalStructureLocalService.getJournalStructureByUuidAndGroupId(String uuid,
long groupId)
Returns the journal structure with the UUID in the group. |
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getJournalStructures(int start,
int end)
Returns a range of all the journal structures. |
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getJournalStructures(int start,
int end)
Returns a range of all the journal structures. |
List<JournalStructure> |
JournalStructureLocalService.getJournalStructures(int start,
int end)
Returns a range of all the journal structures. |
int |
JournalStructureLocalServiceWrapper.getJournalStructuresCount()
Returns the number of journal structures. |
static int |
JournalStructureLocalServiceUtil.getJournalStructuresCount()
Returns the number of journal structures. |
int |
JournalStructureLocalService.getJournalStructuresCount()
Returns the number of journal structures. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.getJournalTemplate(long id)
Returns the journal template with the primary key. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.getJournalTemplate(long id)
Returns the journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalService.getJournalTemplate(long id)
Returns the journal template with the primary key. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the journal template with the UUID in the group. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the journal template with the UUID in the group. |
JournalTemplate |
JournalTemplateLocalService.getJournalTemplateByUuidAndGroupId(String uuid,
long groupId)
Returns the journal template with the UUID in the group. |
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getJournalTemplates(int start,
int end)
Returns a range of all the journal templates. |
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getJournalTemplates(int start,
int end)
Returns a range of all the journal templates. |
List<JournalTemplate> |
JournalTemplateLocalService.getJournalTemplates(int start,
int end)
Returns a range of all the journal templates. |
int |
JournalTemplateLocalServiceWrapper.getJournalTemplatesCount()
Returns the number of journal templates. |
static int |
JournalTemplateLocalServiceUtil.getJournalTemplatesCount()
Returns the number of journal templates. |
int |
JournalTemplateLocalService.getJournalTemplatesCount()
Returns the number of journal templates. |
JournalArticle |
JournalArticleServiceWrapper.getLatestArticle(long resourcePrimKey)
|
static JournalArticle |
JournalArticleServiceUtil.getLatestArticle(long resourcePrimKey)
|
JournalArticle |
JournalArticleService.getLatestArticle(long resourcePrimKey)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long resourcePrimKey)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey,
int status)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey,
int status)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long resourcePrimKey,
int status)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey,
int status,
boolean preferApproved)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey,
int status,
boolean preferApproved)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long resourcePrimKey,
int status,
boolean preferApproved)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long groupId,
String articleId)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleServiceWrapper.getLatestArticle(long groupId,
String articleId,
int status)
|
static JournalArticle |
JournalArticleServiceUtil.getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
JournalArticleService.getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long groupId,
String articleId,
int status)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
JournalArticleServiceWrapper.getLatestArticle(long groupId,
String className,
long classPK)
|
static JournalArticle |
JournalArticleServiceUtil.getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleService.getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long groupId,
String className,
long classPK)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticleByUrlTitle(long groupId,
String urlTitle,
int status)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticleByUrlTitle(long groupId,
String urlTitle,
int status)
|
JournalArticle |
JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId,
String urlTitle,
int status)
|
double |
JournalArticleLocalServiceWrapper.getLatestVersion(long groupId,
String articleId)
|
static double |
JournalArticleLocalServiceUtil.getLatestVersion(long groupId,
String articleId)
|
double |
JournalArticleLocalService.getLatestVersion(long groupId,
String articleId)
|
double |
JournalArticleLocalServiceWrapper.getLatestVersion(long groupId,
String articleId,
int status)
|
static double |
JournalArticleLocalServiceUtil.getLatestVersion(long groupId,
String articleId,
int status)
|
double |
JournalArticleLocalService.getLatestVersion(long groupId,
String articleId,
int status)
|
List<Long> |
JournalContentSearchLocalServiceWrapper.getLayoutIds(long groupId,
boolean privateLayout,
String articleId)
|
static List<Long> |
JournalContentSearchLocalServiceUtil.getLayoutIds(long groupId,
boolean privateLayout,
String articleId)
|
List<Long> |
JournalContentSearchLocalService.getLayoutIds(long groupId,
boolean privateLayout,
String articleId)
|
int |
JournalContentSearchLocalServiceWrapper.getLayoutIdsCount(long groupId,
boolean privateLayout,
String articleId)
|
static int |
JournalContentSearchLocalServiceUtil.getLayoutIdsCount(long groupId,
boolean privateLayout,
String articleId)
|
int |
JournalContentSearchLocalService.getLayoutIdsCount(long groupId,
boolean privateLayout,
String articleId)
|
int |
JournalContentSearchLocalServiceWrapper.getLayoutIdsCount(String articleId)
|
static int |
JournalContentSearchLocalServiceUtil.getLayoutIdsCount(String articleId)
|
int |
JournalContentSearchLocalService.getLayoutIdsCount(String articleId)
|
PersistedModel |
JournalTemplateLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
JournalTemplateLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalTemplateLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalStructureLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
JournalStructureLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalStructureLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalFolderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
JournalFolderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalFolderLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalFeedLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
JournalFeedLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalFeedLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalContentSearchLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
JournalContentSearchLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalContentSearchLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalArticleResourceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
JournalArticleResourceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalArticleResourceLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalArticleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
JournalArticleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalArticleLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalArticleImageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
JournalArticleImageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
JournalArticleImageLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<JournalContentSearch> |
JournalContentSearchLocalServiceWrapper.getPortletContentSearches(String portletId)
|
static List<JournalContentSearch> |
JournalContentSearchLocalServiceUtil.getPortletContentSearches(String portletId)
|
List<JournalContentSearch> |
JournalContentSearchLocalService.getPortletContentSearches(String portletId)
|
JournalStructure |
JournalStructureLocalServiceWrapper.getStructure(long id)
|
static JournalStructure |
JournalStructureLocalServiceUtil.getStructure(long id)
|
JournalStructure |
JournalStructureLocalService.getStructure(long id)
|
JournalStructure |
JournalStructureServiceWrapper.getStructure(long groupId,
String structureId)
|
static JournalStructure |
JournalStructureServiceUtil.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureService.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureLocalServiceWrapper.getStructure(long groupId,
String structureId)
|
static JournalStructure |
JournalStructureLocalServiceUtil.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureLocalService.getStructure(long groupId,
String structureId)
|
JournalStructure |
JournalStructureServiceWrapper.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
static JournalStructure |
JournalStructureServiceUtil.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureService.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureLocalServiceWrapper.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
static JournalStructure |
JournalStructureLocalServiceUtil.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
JournalStructure |
JournalStructureLocalService.getStructure(long groupId,
String structureId,
boolean includeGlobalStructures)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getStructureArticles(long groupId,
String structureId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getStructureArticles(long groupId,
String structureId)
|
List<JournalArticle> |
JournalArticleLocalService.getStructureArticles(long groupId,
String structureId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getStructureArticles(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getStructureArticles(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.getStructureArticles(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
int |
JournalArticleLocalServiceWrapper.getStructureArticlesCount(long groupId,
String structureId)
|
static int |
JournalArticleLocalServiceUtil.getStructureArticlesCount(long groupId,
String structureId)
|
int |
JournalArticleLocalService.getStructureArticlesCount(long groupId,
String structureId)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures()
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures()
|
List<JournalStructure> |
JournalStructureLocalService.getStructures()
|
List<JournalStructure> |
JournalStructureServiceWrapper.getStructures(long groupId)
|
static List<JournalStructure> |
JournalStructureServiceUtil.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureService.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures(long groupId)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureLocalService.getStructures(long groupId)
|
List<JournalStructure> |
JournalStructureServiceWrapper.getStructures(long[] groupIds)
|
static List<JournalStructure> |
JournalStructureServiceUtil.getStructures(long[] groupIds)
|
List<JournalStructure> |
JournalStructureService.getStructures(long[] groupIds)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.getStructures(long groupId,
int start,
int end)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.getStructures(long groupId,
int start,
int end)
|
List<JournalStructure> |
JournalStructureLocalService.getStructures(long groupId,
int start,
int end)
|
int |
JournalStructureLocalServiceWrapper.getStructuresCount(long groupId)
|
static int |
JournalStructureLocalServiceUtil.getStructuresCount(long groupId)
|
int |
JournalStructureLocalService.getStructuresCount(long groupId)
|
List<JournalTemplate> |
JournalTemplateServiceWrapper.getStructureTemplates(long groupId,
String structureId)
|
static List<JournalTemplate> |
JournalTemplateServiceUtil.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateService.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId,
String structureId)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalService.getStructureTemplates(long groupId,
String structureId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalService.getStructureTemplates(long groupId,
String structureId,
int start,
int end)
|
int |
JournalTemplateLocalServiceWrapper.getStructureTemplatesCount(long groupId,
String structureId)
|
static int |
JournalTemplateLocalServiceUtil.getStructureTemplatesCount(long groupId,
String structureId)
|
int |
JournalTemplateLocalService.getStructureTemplatesCount(long groupId,
String structureId)
|
void |
JournalFolderServiceWrapper.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
static void |
JournalFolderServiceUtil.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
JournalFolderService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
JournalFolderLocalServiceWrapper.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
static void |
JournalFolderLocalServiceUtil.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
void |
JournalFolderLocalService.getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
List<Long> |
JournalFolderServiceWrapper.getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
static List<Long> |
JournalFolderServiceUtil.getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
List<Long> |
JournalFolderService.getSubfolderIds(long groupId,
long folderId,
boolean recurse)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplate(long id)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplate(long id)
|
JournalTemplate |
JournalTemplateLocalService.getTemplate(long id)
|
JournalTemplate |
JournalTemplateServiceWrapper.getTemplate(long groupId,
String templateId)
|
static JournalTemplate |
JournalTemplateServiceUtil.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateService.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplate(long groupId,
String templateId)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalService.getTemplate(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateServiceWrapper.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
static JournalTemplate |
JournalTemplateServiceUtil.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateService.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
JournalTemplate |
JournalTemplateLocalService.getTemplate(long groupId,
String templateId,
boolean includeGlobalTemplates)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId,
String templateId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getTemplateArticles(long groupId,
String templateId)
|
List<JournalArticle> |
JournalArticleLocalService.getTemplateArticles(long groupId,
String templateId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId,
String templateId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getTemplateArticles(long groupId,
String templateId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.getTemplateArticles(long groupId,
String templateId,
int start,
int end,
OrderByComparator obc)
|
int |
JournalArticleLocalServiceWrapper.getTemplateArticlesCount(long groupId,
String templateId)
|
static int |
JournalArticleLocalServiceUtil.getTemplateArticlesCount(long groupId,
String templateId)
|
int |
JournalArticleLocalService.getTemplateArticlesCount(long groupId,
String templateId)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.getTemplateBySmallImageId(long smallImageId)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.getTemplateBySmallImageId(long smallImageId)
|
JournalTemplate |
JournalTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates()
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates()
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates()
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates(long groupId)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates(long groupId)
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates(long groupId)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.getTemplates(long groupId,
int start,
int end)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.getTemplates(long groupId,
int start,
int end)
|
List<JournalTemplate> |
JournalTemplateLocalService.getTemplates(long groupId,
int start,
int end)
|
int |
JournalTemplateLocalServiceWrapper.getTemplatesCount(long groupId)
|
static int |
JournalTemplateLocalServiceUtil.getTemplatesCount(long groupId)
|
int |
JournalTemplateLocalService.getTemplatesCount(long groupId)
|
boolean |
JournalArticleLocalServiceWrapper.hasArticle(long groupId,
String articleId)
|
static boolean |
JournalArticleLocalServiceUtil.hasArticle(long groupId,
String articleId)
|
boolean |
JournalArticleLocalService.hasArticle(long groupId,
String articleId)
|
boolean |
JournalTemplateLocalServiceWrapper.hasTemplate(long groupId,
String templateId)
|
static boolean |
JournalTemplateLocalServiceUtil.hasTemplate(long groupId,
String templateId)
|
boolean |
JournalTemplateLocalService.hasTemplate(long groupId,
String templateId)
|
boolean |
JournalArticleLocalServiceWrapper.isLatestVersion(long groupId,
String articleId,
double version)
|
static boolean |
JournalArticleLocalServiceUtil.isLatestVersion(long groupId,
String articleId,
double version)
|
boolean |
JournalArticleLocalService.isLatestVersion(long groupId,
String articleId,
double version)
|
boolean |
JournalArticleLocalServiceWrapper.isLatestVersion(long groupId,
String articleId,
double version,
int status)
|
static boolean |
JournalArticleLocalServiceUtil.isLatestVersion(long groupId,
String articleId,
double version,
int status)
|
boolean |
JournalArticleLocalService.isLatestVersion(long groupId,
String articleId,
double version,
int status)
|
void |
JournalArticleServiceWrapper.moveArticle(long groupId,
String articleId,
long newFolderId)
|
static void |
JournalArticleServiceUtil.moveArticle(long groupId,
String articleId,
long newFolderId)
|
void |
JournalArticleService.moveArticle(long groupId,
String articleId,
long newFolderId)
|
void |
JournalArticleLocalServiceWrapper.moveArticle(long groupId,
String articleId,
long newFolderId)
|
static void |
JournalArticleLocalServiceUtil.moveArticle(long groupId,
String articleId,
long newFolderId)
|
void |
JournalArticleLocalService.moveArticle(long groupId,
String articleId,
long newFolderId)
|
JournalFolder |
JournalFolderServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
void |
JournalArticleServiceWrapper.removeArticleLocale(long companyId,
String languageId)
|
static void |
JournalArticleServiceUtil.removeArticleLocale(long companyId,
String languageId)
|
void |
JournalArticleService.removeArticleLocale(long companyId,
String languageId)
|
JournalArticle |
JournalArticleServiceWrapper.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
static JournalArticle |
JournalArticleServiceUtil.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
JournalArticle |
JournalArticleService.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
JournalArticle |
JournalArticleLocalServiceWrapper.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
static JournalArticle |
JournalArticleLocalServiceUtil.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
JournalArticle |
JournalArticleLocalService.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
List<JournalStructure> |
JournalStructureServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureService.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalService.search(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureServiceWrapper.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureServiceUtil.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureService.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureLocalService.search(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateService.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalService.search(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateServiceWrapper.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateServiceUtil.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateService.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalServiceWrapper.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateLocalServiceUtil.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateLocalService.search(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
Hits |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String structureId,
String templateId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
|
static Hits |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String structureId,
String templateId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
|
Hits |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String structureId,
String templateId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort sort)
|
Hits |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
String type,
String status,
String structureId,
String templateId,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
|
static Hits |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
String type,
String status,
String structureId,
String templateId,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
|
Hits |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
String type,
String status,
String structureId,
String templateId,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
|
List<JournalFeed> |
JournalFeedLocalServiceWrapper.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalFeed> |
JournalFeedLocalServiceUtil.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalFeed> |
JournalFeedLocalService.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalFeed> |
JournalFeedLocalServiceWrapper.search(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalFeed> |
JournalFeedLocalServiceUtil.search(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalFeed> |
JournalFeedLocalService.search(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
int |
JournalStructureServiceWrapper.searchCount(long companyId,
long[] groupIds,
String keywords)
|
static int |
JournalStructureServiceUtil.searchCount(long companyId,
long[] groupIds,
String keywords)
|
int |
JournalStructureService.searchCount(long companyId,
long[] groupIds,
String keywords)
|
int |
JournalStructureLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
String keywords)
|
static int |
JournalStructureLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
String keywords)
|
int |
JournalStructureLocalService.searchCount(long companyId,
long[] groupIds,
String keywords)
|
int |
JournalTemplateServiceWrapper.searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
static int |
JournalTemplateServiceUtil.searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
int |
JournalTemplateService.searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
int |
JournalTemplateLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
static int |
JournalTemplateLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
int |
JournalTemplateLocalService.searchCount(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
int |
JournalStructureServiceWrapper.searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
static int |
JournalStructureServiceUtil.searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
JournalStructureService.searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
JournalStructureLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
static int |
JournalStructureLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
JournalStructureLocalService.searchCount(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
JournalTemplateServiceWrapper.searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
static int |
JournalTemplateServiceUtil.searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
int |
JournalTemplateService.searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
int |
JournalTemplateLocalServiceWrapper.searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
static int |
JournalTemplateLocalServiceUtil.searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
int |
JournalTemplateLocalService.searchCount(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
int |
JournalArticleServiceWrapper.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
static int |
JournalArticleServiceUtil.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
int |
JournalArticleService.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
int |
JournalArticleLocalServiceWrapper.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
static int |
JournalArticleLocalServiceUtil.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
int |
JournalArticleLocalService.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
int |
JournalArticleServiceWrapper.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalArticleServiceUtil.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleService.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleLocalServiceWrapper.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalArticleLocalServiceUtil.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleLocalService.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleServiceWrapper.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalArticleServiceUtil.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleService.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleLocalServiceWrapper.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalArticleLocalServiceUtil.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleLocalService.searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalFeedLocalServiceWrapper.searchCount(long companyId,
long groupId,
String keywords)
|
static int |
JournalFeedLocalServiceUtil.searchCount(long companyId,
long groupId,
String keywords)
|
int |
JournalFeedLocalService.searchCount(long companyId,
long groupId,
String keywords)
|
int |
JournalFeedLocalServiceWrapper.searchCount(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
|
static int |
JournalFeedLocalServiceUtil.searchCount(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
|
int |
JournalFeedLocalService.searchCount(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
|
void |
JournalArticleServiceWrapper.subscribe(long groupId)
|
static void |
JournalArticleServiceUtil.subscribe(long groupId)
|
void |
JournalArticleService.subscribe(long groupId)
|
void |
JournalArticleLocalServiceWrapper.subscribe(long userId,
long groupId)
|
static void |
JournalArticleLocalServiceUtil.subscribe(long userId,
long groupId)
|
void |
JournalArticleLocalService.subscribe(long userId,
long groupId)
|
void |
JournalArticleServiceWrapper.unsubscribe(long groupId)
|
static void |
JournalArticleServiceUtil.unsubscribe(long groupId)
|
void |
JournalArticleService.unsubscribe(long groupId)
|
void |
JournalArticleLocalServiceWrapper.unsubscribe(long userId,
long groupId)
|
static void |
JournalArticleLocalServiceUtil.unsubscribe(long userId,
long groupId)
|
void |
JournalArticleLocalService.unsubscribe(long userId,
long groupId)
|
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateArticle(long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateArticle(long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleServiceWrapper.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
static JournalArticle |
JournalArticleServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleServiceUtil.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
JournalArticleService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleService.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleLocalServiceWrapper.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleLocalServiceUtil.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
JournalArticleLocalService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleLocalService.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
JournalArticleServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
void |
JournalArticleLocalServiceWrapper.updateAsset(long userId,
JournalArticle article,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
JournalArticleLocalServiceUtil.updateAsset(long userId,
JournalArticle article,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
JournalArticleLocalService.updateAsset(long userId,
JournalArticle article,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
JournalArticle |
JournalArticleServiceWrapper.updateContent(long groupId,
String articleId,
double version,
String content)
|
static JournalArticle |
JournalArticleServiceUtil.updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
JournalArticleService.updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateContent(long groupId,
String articleId,
double version,
String content)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
JournalArticleLocalService.updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalContentSearch |
JournalContentSearchLocalServiceWrapper.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
|
static JournalContentSearch |
JournalContentSearchLocalServiceUtil.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
|
JournalContentSearch |
JournalContentSearchLocalService.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
|
List<JournalContentSearch> |
JournalContentSearchLocalServiceWrapper.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String[] articleIds)
|
static List<JournalContentSearch> |
JournalContentSearchLocalServiceUtil.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String[] articleIds)
|
List<JournalContentSearch> |
JournalContentSearchLocalService.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String[] articleIds)
|
JournalContentSearch |
JournalContentSearchLocalServiceWrapper.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean purge)
|
static JournalContentSearch |
JournalContentSearchLocalServiceUtil.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean purge)
|
JournalContentSearch |
JournalContentSearchLocalService.updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean purge)
|
JournalFeed |
JournalFeedServiceWrapper.updateFeed(long groupId,
String feedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedServiceUtil.updateFeed(long groupId,
String feedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedService.updateFeed(long groupId,
String feedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedLocalServiceWrapper.updateFeed(long groupId,
String feedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedLocalServiceUtil.updateFeed(long groupId,
String feedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFeed |
JournalFeedLocalService.updateFeed(long groupId,
String feedId,
String name,
String description,
String type,
String structureId,
String templateId,
String rendererTemplateId,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedFormat,
double feedVersion,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticleImage |
JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage)
Updates the journal article image in the database or adds it if it does not yet exist. |
static JournalArticleImage |
JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage)
Updates the journal article image in the database or adds it if it does not yet exist. |
JournalArticleImage |
JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage)
Updates the journal article image in the database or adds it if it does not yet exist. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
JournalArticleResource |
JournalArticleResourceLocalService.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
JournalContentSearch |
JournalContentSearchLocalServiceWrapper.updateJournalContentSearch(JournalContentSearch journalContentSearch)
Updates the journal content search in the database or adds it if it does not yet exist. |
static JournalContentSearch |
JournalContentSearchLocalServiceUtil.updateJournalContentSearch(JournalContentSearch journalContentSearch)
Updates the journal content search in the database or adds it if it does not yet exist. |
JournalContentSearch |
JournalContentSearchLocalService.updateJournalContentSearch(JournalContentSearch journalContentSearch)
Updates the journal content search in the database or adds it if it does not yet exist. |
JournalFeed |
JournalFeedLocalServiceWrapper.updateJournalFeed(JournalFeed journalFeed)
Updates the journal feed in the database or adds it if it does not yet exist. |
static JournalFeed |
JournalFeedLocalServiceUtil.updateJournalFeed(JournalFeed journalFeed)
Updates the journal feed in the database or adds it if it does not yet exist. |
JournalFeed |
JournalFeedLocalService.updateJournalFeed(JournalFeed journalFeed)
Updates the journal feed in the database or adds it if it does not yet exist. |
JournalFolder |
JournalFolderLocalServiceWrapper.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
static JournalFolder |
JournalFolderLocalServiceUtil.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
JournalFolder |
JournalFolderLocalService.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalServiceWrapper.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
static JournalStructure |
JournalStructureLocalServiceUtil.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalStructure |
JournalStructureLocalService.updateJournalStructure(JournalStructure journalStructure)
Updates the journal structure in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
static JournalTemplate |
JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalTemplate |
JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate)
Updates the journal template in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
long classPK,
int status,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
long classPK,
int status,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
long classPK,
int status,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureServiceWrapper.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureServiceUtil.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureService.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalServiceWrapper.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureLocalServiceUtil.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalStructure |
JournalStructureLocalService.updateStructure(long groupId,
String structureId,
String parentStructureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalServiceWrapper.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateLocalServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateLocalService.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateServiceWrapper.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateServiceUtil.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
JournalTemplate |
JournalTemplateService.updateTemplate(long groupId,
String templateId,
String structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsl,
boolean formatXsl,
String langType,
boolean cacheable,
ServiceContext serviceContext)
|
void |
JournalArticleLocalServiceWrapper.updateTemplateId(long groupId,
long classNameId,
String oldTemplateId,
String newTemplateId)
|
static void |
JournalArticleLocalServiceUtil.updateTemplateId(long groupId,
long classNameId,
String oldTemplateId,
String newTemplateId)
|
void |
JournalArticleLocalService.updateTemplateId(long groupId,
long classNameId,
String oldTemplateId,
String newTemplateId)
|
| Uses of SystemException in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence that throw SystemException | |
|---|---|
static int |
JournalTemplateUtil.countAll()
Returns the number of journal templates. |
int |
JournalTemplatePersistence.countAll()
Returns the number of journal templates. |
static int |
JournalStructureUtil.countAll()
Returns the number of journal structures. |
int |
JournalStructurePersistence.countAll()
Returns the number of journal structures. |
static int |
JournalFolderUtil.countAll()
Returns the number of journal folders. |
int |
JournalFolderPersistence.countAll()
Returns the number of journal folders. |
static int |
JournalFeedUtil.countAll()
Returns the number of journal feeds. |
int |
JournalFeedPersistence.countAll()
Returns the number of journal feeds. |
static int |
JournalContentSearchUtil.countAll()
Returns the number of journal content searchs. |
int |
JournalContentSearchPersistence.countAll()
Returns the number of journal content searchs. |
static int |
JournalArticleUtil.countAll()
Returns the number of journal articles. |
static int |
JournalArticleResourceUtil.countAll()
Returns the number of journal article resources. |
int |
JournalArticleResourcePersistence.countAll()
Returns the number of journal article resources. |
int |
JournalArticlePersistence.countAll()
Returns the number of journal articles. |
static int |
JournalArticleImageUtil.countAll()
Returns the number of journal article images. |
int |
JournalArticleImagePersistence.countAll()
Returns the number of journal article images. |
static int |
JournalContentSearchUtil.countByArticleId(String articleId)
Returns the number of journal content searchs where articleId = ?. |
int |
JournalContentSearchPersistence.countByArticleId(String articleId)
Returns the number of journal content searchs where articleId = ?. |
static int |
JournalArticleFinderUtil.countByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleFinder.countByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalArticleFinderUtil.countByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleFinder.countByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalArticleFinderUtil.countByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleFinder.countByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalFeedFinderUtil.countByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
int |
JournalFeedFinder.countByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
static int |
JournalFeedFinderUtil.countByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
|
int |
JournalFeedFinder.countByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator)
|
static int |
JournalStructureFinderUtil.countByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
int |
JournalStructureFinder.countByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
static int |
JournalStructureFinderUtil.countByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
JournalStructureFinder.countByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
static int |
JournalTemplateFinderUtil.countByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
int |
JournalTemplateFinder.countByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
static int |
JournalArticleUtil.countByC_ST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status = ?. |
int |
JournalArticlePersistence.countByC_ST(long companyId,
int status)
Returns the number of journal articles where companyId = ? and status = ?. |
static int |
JournalArticleUtil.countByC_V_ST(long companyId,
double version,
int status)
Returns the number of journal articles where companyId = ? and version = ? and status = ?. |
int |
JournalArticlePersistence.countByC_V_ST(long companyId,
double version,
int status)
Returns the number of journal articles where companyId = ? and version = ? and status = ?. |
static int |
JournalArticleUtil.countByC_V(long companyId,
double version)
Returns the number of journal articles where companyId = ? and version = ?. |
int |
JournalArticlePersistence.countByC_V(long companyId,
double version)
Returns the number of journal articles where companyId = ? and version = ?. |
static int |
JournalFolderUtil.countByCompanyId(long companyId)
Returns the number of journal folders where companyId = ?. |
int |
JournalFolderPersistence.countByCompanyId(long companyId)
Returns the number of journal folders where companyId = ?. |
static int |
JournalArticleUtil.countByCompanyId(long companyId)
Returns the number of journal articles where companyId = ?. |
int |
JournalArticlePersistence.countByCompanyId(long companyId)
Returns the number of journal articles where companyId = ?. |
static int |
JournalArticleUtil.countByG_A_ST(long groupId,
String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status = ?. |
int |
JournalArticlePersistence.countByG_A_ST(long groupId,
String articleId,
int status)
Returns the number of journal articles where groupId = ? and articleId = ? and status = ?. |
static int |
JournalArticleUtil.countByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns the number of journal articles where groupId = ? and articleId = ? and status = any ?. |
int |
JournalArticlePersistence.countByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns the number of journal articles where groupId = ? and articleId = ? and status = any ?. |
static int |
JournalArticleImageUtil.countByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the number of journal article images where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ?. |
int |
JournalArticleImagePersistence.countByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the number of journal article images where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ?. |
static int |
JournalArticleUtil.countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal articles where groupId = ? and articleId = ? and version = ?. |
int |
JournalArticlePersistence.countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal articles where groupId = ? and articleId = ? and version = ?. |
static int |
JournalArticleImageUtil.countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal article images where groupId = ? and articleId = ? and version = ?. |
int |
JournalArticleImagePersistence.countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal article images where groupId = ? and articleId = ? and version = ?. |
static int |
JournalContentSearchUtil.countByG_A(long groupId,
String articleId)
Returns the number of journal content searchs where groupId = ? and articleId = ?. |
int |
JournalContentSearchPersistence.countByG_A(long groupId,
String articleId)
Returns the number of journal content searchs where groupId = ? and articleId = ?. |
static int |
JournalArticleUtil.countByG_A(long groupId,
String articleId)
Returns the number of journal articles where groupId = ? and articleId = ?. |
static int |
JournalArticleResourceUtil.countByG_A(long groupId,
String articleId)
Returns the number of journal article resources where groupId = ? and articleId = ?. |
int |
JournalArticleResourcePersistence.countByG_A(long groupId,
String articleId)
Returns the number of journal article resources where groupId = ? and articleId = ?. |
int |
JournalArticlePersistence.countByG_A(long groupId,
String articleId)
Returns the number of journal articles where groupId = ? and articleId = ?. |
static int |
JournalArticleUtil.countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles where groupId = ? and classNameId = ? and classPK = ?. |
int |
JournalArticlePersistence.countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static int |
JournalArticleUtil.countByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
int |
JournalArticlePersistence.countByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static int |
JournalArticleUtil.countByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the number of journal articles where groupId = ? and classNameId = ? and structureId = ?. |
int |
JournalArticlePersistence.countByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the number of journal articles where groupId = ? and classNameId = ? and structureId = ?. |
static int |
JournalArticleUtil.countByG_C_T(long groupId,
long classNameId,
String templateId)
Returns the number of journal articles where groupId = ? and classNameId = ? and templateId = ?. |
int |
JournalArticlePersistence.countByG_C_T(long groupId,
long classNameId,
String templateId)
Returns the number of journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static int |
JournalArticleFinderUtil.countByG_F_S(long groupId,
List<Long> folderIds,
int status)
|
int |
JournalArticleFinder.countByG_F_S(long groupId,
List<Long> folderIds,
int status)
|
static int |
JournalArticleUtil.countByG_F_ST(long groupId,
long folderId,
int status)
Returns the number of journal articles where groupId = ? and folderId = ? and status = ?. |
int |
JournalArticlePersistence.countByG_F_ST(long groupId,
long folderId,
int status)
Returns the number of journal articles where groupId = ? and folderId = ? and status = ?. |
static int |
JournalArticleUtil.countByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns the number of journal articles where groupId = ? and folderId = ? and status = any ?. |
int |
JournalArticlePersistence.countByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns the number of journal articles where groupId = ? and folderId = ? and status = any ?. |
static int |
JournalArticleUtil.countByG_F(long groupId,
long folderId)
Returns the number of journal articles where groupId = ? and folderId = ?. |
int |
JournalArticlePersistence.countByG_F(long groupId,
long folderId)
Returns the number of journal articles where groupId = ? and folderId = ?. |
static int |
JournalArticleUtil.countByG_F(long groupId,
long[] folderIds)
Returns the number of journal articles where groupId = ? and folderId = any ?. |
int |
JournalArticlePersistence.countByG_F(long groupId,
long[] folderIds)
Returns the number of journal articles where groupId = ? and folderId = any ?. |
static int |
JournalFeedUtil.countByG_F(long groupId,
String feedId)
Returns the number of journal feeds where groupId = ? and feedId = ?. |
int |
JournalFeedPersistence.countByG_F(long groupId,
String feedId)
Returns the number of journal feeds where groupId = ? and feedId = ?. |
static int |
JournalArticleUtil.countByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and layoutUuid = ?. |
int |
JournalArticlePersistence.countByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles where groupId = ? and layoutUuid = ?. |
static int |
JournalFolderUtil.countByG_N(long groupId,
String name)
Returns the number of journal folders where groupId = ? and name = ?. |
int |
JournalFolderPersistence.countByG_N(long groupId,
String name)
Returns the number of journal folders where groupId = ? and name = ?. |
static int |
JournalContentSearchUtil.countByG_P_A(long groupId,
boolean privateLayout,
String articleId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
int |
JournalContentSearchPersistence.countByG_P_A(long groupId,
boolean privateLayout,
String articleId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
static int |
JournalContentSearchUtil.countByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ?. |
int |
JournalContentSearchPersistence.countByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ?. |
static int |
JournalContentSearchUtil.countByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
int |
JournalContentSearchPersistence.countByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static int |
JournalContentSearchUtil.countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
int |
JournalContentSearchPersistence.countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
static int |
JournalFolderUtil.countByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the number of journal folders where groupId = ? and parentFolderId = ? and name = ?. |
int |
JournalFolderPersistence.countByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the number of journal folders where groupId = ? and parentFolderId = ? and name = ?. |
static int |
JournalContentSearchUtil.countByG_P(long groupId,
boolean privateLayout)
Returns the number of journal content searchs where groupId = ? and privateLayout = ?. |
int |
JournalContentSearchPersistence.countByG_P(long groupId,
boolean privateLayout)
Returns the number of journal content searchs where groupId = ? and privateLayout = ?. |
static int |
JournalFolderUtil.countByG_P(long groupId,
long parentFolderId)
Returns the number of journal folders where groupId = ? and parentFolderId = ?. |
int |
JournalFolderPersistence.countByG_P(long groupId,
long parentFolderId)
Returns the number of journal folders where groupId = ? and parentFolderId = ?. |
static int |
JournalStructureUtil.countByG_P(long groupId,
String parentStructureId)
Returns the number of journal structures where groupId = ? and parentStructureId = ?. |
int |
JournalStructurePersistence.countByG_P(long groupId,
String parentStructureId)
Returns the number of journal structures where groupId = ? and parentStructureId = ?. |
static int |
JournalTemplateUtil.countByG_S(long groupId,
String structureId)
Returns the number of journal templates where groupId = ? and structureId = ?. |
int |
JournalTemplatePersistence.countByG_S(long groupId,
String structureId)
Returns the number of journal templates where groupId = ? and structureId = ?. |
static int |
JournalStructureUtil.countByG_S(long groupId,
String structureId)
Returns the number of journal structures where groupId = ? and structureId = ?. |
int |
JournalStructurePersistence.countByG_S(long groupId,
String structureId)
Returns the number of journal structures where groupId = ? and structureId = ?. |
static int |
JournalArticleUtil.countByG_S(long groupId,
String structureId)
Returns the number of journal articles where groupId = ? and structureId = ?. |
int |
JournalArticlePersistence.countByG_S(long groupId,
String structureId)
Returns the number of journal articles where groupId = ? and structureId = ?. |
static int |
JournalArticleUtil.countByG_ST(long groupId,
int status)
Returns the number of journal articles where groupId = ? and status = ?. |
int |
JournalArticlePersistence.countByG_ST(long groupId,
int status)
Returns the number of journal articles where groupId = ? and status = ?. |
static int |
JournalTemplateUtil.countByG_T(long groupId,
String templateId)
Returns the number of journal templates where groupId = ? and templateId = ?. |
int |
JournalTemplatePersistence.countByG_T(long groupId,
String templateId)
Returns the number of journal templates where groupId = ? and templateId = ?. |
static int |
JournalArticleUtil.countByG_T(long groupId,
String templateId)
Returns the number of journal articles where groupId = ? and templateId = ?. |
int |
JournalArticlePersistence.countByG_T(long groupId,
String templateId)
Returns the number of journal articles where groupId = ? and templateId = ?. |
static int |
JournalArticleUtil.countByG_U_C(long groupId,
long userId,
long classNameId)
Returns the number of journal articles where groupId = ? and userId = ? and classNameId = ?. |
int |
JournalArticlePersistence.countByG_U_C(long groupId,
long userId,
long classNameId)
Returns the number of journal articles where groupId = ? and userId = ? and classNameId = ?. |
static int |
JournalArticleUtil.countByG_U(long groupId,
long userId)
Returns the number of journal articles where groupId = ? and userId = ?. |
int |
JournalArticlePersistence.countByG_U(long groupId,
long userId)
Returns the number of journal articles where groupId = ? and userId = ?. |
static int |
JournalArticleUtil.countByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns the number of journal articles where groupId = ? and urlTitle = ? and status = ?. |
int |
JournalArticlePersistence.countByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns the number of journal articles where groupId = ? and urlTitle = ? and status = ?. |
static int |
JournalArticleUtil.countByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles where groupId = ? and urlTitle = ?. |
int |
JournalArticlePersistence.countByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles where groupId = ? and urlTitle = ?. |
static int |
JournalTemplateUtil.countByGroupId(long groupId)
Returns the number of journal templates where groupId = ?. |
int |
JournalTemplatePersistence.countByGroupId(long groupId)
Returns the number of journal templates where groupId = ?. |
static int |
JournalStructureUtil.countByGroupId(long groupId)
Returns the number of journal structures where groupId = ?. |
int |
JournalStructurePersistence.countByGroupId(long groupId)
Returns the number of journal structures where groupId = ?. |
static int |
JournalFolderUtil.countByGroupId(long groupId)
Returns the number of journal folders where groupId = ?. |
int |
JournalFolderPersistence.countByGroupId(long groupId)
Returns the number of journal folders where groupId = ?. |
static int |
JournalFeedUtil.countByGroupId(long groupId)
Returns the number of journal feeds where groupId = ?. |
int |
JournalFeedPersistence.countByGroupId(long groupId)
Returns the number of journal feeds where groupId = ?. |
static int |
JournalArticleUtil.countByGroupId(long groupId)
Returns the number of journal articles where groupId = ?. |
static int |
JournalArticleResourceUtil.countByGroupId(long groupId)
Returns the number of journal article resources where groupId = ?. |
int |
JournalArticleResourcePersistence.countByGroupId(long groupId)
Returns the number of journal article resources where groupId = ?. |
int |
JournalArticlePersistence.countByGroupId(long groupId)
Returns the number of journal articles where groupId = ?. |
static int |
JournalArticleImageUtil.countByGroupId(long groupId)
Returns the number of journal article images where groupId = ?. |
int |
JournalArticleImagePersistence.countByGroupId(long groupId)
Returns the number of journal article images where groupId = ?. |
static int |
JournalStructureUtil.countByGroupId(long[] groupIds)
Returns the number of journal structures where groupId = any ?. |
int |
JournalStructurePersistence.countByGroupId(long[] groupIds)
Returns the number of journal structures where groupId = any ?. |
static int |
JournalStructureFinderUtil.countByKeywords(long companyId,
long[] groupIds,
String keywords)
|
int |
JournalStructureFinder.countByKeywords(long companyId,
long[] groupIds,
String keywords)
|
static int |
JournalTemplateFinderUtil.countByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
int |
JournalTemplateFinder.countByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
static int |
JournalArticleFinderUtil.countByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
int |
JournalArticleFinder.countByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
static int |
JournalFeedFinderUtil.countByKeywords(long companyId,
long groupId,
String keywords)
|
int |
JournalFeedFinder.countByKeywords(long companyId,
long groupId,
String keywords)
|
static int |
JournalArticleUtil.countByLayoutUuid(String layoutUuid)
Returns the number of journal articles where layoutUuid = ?. |
int |
JournalArticlePersistence.countByLayoutUuid(String layoutUuid)
Returns the number of journal articles where layoutUuid = ?. |
static int |
JournalStructureUtil.countByParentStructureId(String parentStructureId)
Returns the number of journal structures where parentStructureId = ?. |
int |
JournalStructurePersistence.countByParentStructureId(String parentStructureId)
Returns the number of journal structures where parentStructureId = ?. |
static int |
JournalContentSearchUtil.countByPortletId(String portletId)
Returns the number of journal content searchs where portletId = ?. |
int |
JournalContentSearchPersistence.countByPortletId(String portletId)
Returns the number of journal content searchs where portletId = ?. |
static int |
JournalArticleUtil.countByR_ST(long resourcePrimKey,
int status)
Returns the number of journal articles where resourcePrimKey = ? and status = ?. |
int |
JournalArticlePersistence.countByR_ST(long resourcePrimKey,
int status)
Returns the number of journal articles where resourcePrimKey = ? and status = ?. |
static int |
JournalArticleUtil.countByResourcePrimKey(long resourcePrimKey)
Returns the number of journal articles where resourcePrimKey = ?. |
int |
JournalArticlePersistence.countByResourcePrimKey(long resourcePrimKey)
Returns the number of journal articles where resourcePrimKey = ?. |
static int |
JournalTemplateUtil.countBySmallImageId(long smallImageId)
Returns the number of journal templates where smallImageId = ?. |
int |
JournalTemplatePersistence.countBySmallImageId(long smallImageId)
Returns the number of journal templates where smallImageId = ?. |
static int |
JournalArticleUtil.countBySmallImageId(long smallImageId)
Returns the number of journal articles where smallImageId = ?. |
int |
JournalArticlePersistence.countBySmallImageId(long smallImageId)
Returns the number of journal articles where smallImageId = ?. |
static int |
JournalTemplateUtil.countByStructureId(String structureId)
Returns the number of journal templates where structureId = ?. |
int |
JournalTemplatePersistence.countByStructureId(String structureId)
Returns the number of journal templates where structureId = ?. |
static int |
JournalStructureUtil.countByStructureId(String structureId)
Returns the number of journal structures where structureId = ?. |
int |
JournalStructurePersistence.countByStructureId(String structureId)
Returns the number of journal structures where structureId = ?. |
static int |
JournalArticleUtil.countByStructureId(String structureId)
Returns the number of journal articles where structureId = ?. |
int |
JournalArticlePersistence.countByStructureId(String structureId)
Returns the number of journal articles where structureId = ?. |
static int |
JournalArticleImageUtil.countByTempImage(boolean tempImage)
Returns the number of journal article images where tempImage = ?. |
int |
JournalArticleImagePersistence.countByTempImage(boolean tempImage)
Returns the number of journal article images where tempImage = ?. |
static int |
JournalTemplateUtil.countByTemplateId(String templateId)
Returns the number of journal templates where templateId = ?. |
int |
JournalTemplatePersistence.countByTemplateId(String templateId)
Returns the number of journal templates where templateId = ?. |
static int |
JournalArticleUtil.countByTemplateId(String templateId)
Returns the number of journal articles where templateId = ?. |
int |
JournalArticlePersistence.countByTemplateId(String templateId)
Returns the number of journal articles where templateId = ?. |
static int |
JournalTemplateUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of journal templates where uuid = ? and companyId = ?. |
int |
JournalTemplatePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of journal templates where uuid = ? and companyId = ?. |
static int |
JournalStructureUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of journal structures where uuid = ? and companyId = ?. |
int |
JournalStructurePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of journal structures where uuid = ? and companyId = ?. |
static int |
JournalFolderUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of journal folders where uuid = ? and companyId = ?. |
int |
JournalFolderPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of journal folders where uuid = ? and companyId = ?. |
static int |
JournalFeedUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of journal feeds where uuid = ? and companyId = ?. |
int |
JournalFeedPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of journal feeds where uuid = ? and companyId = ?. |
static int |
JournalArticleUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of journal articles where uuid = ? and companyId = ?. |
int |
JournalArticlePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of journal articles where uuid = ? and companyId = ?. |
static int |
JournalTemplateUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of journal templates where uuid = ? and groupId = ?. |
int |
JournalTemplatePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of journal templates where uuid = ? and groupId = ?. |
static int |
JournalStructureUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of journal structures where uuid = ? and groupId = ?. |
int |
JournalStructurePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of journal structures where uuid = ? and groupId = ?. |
static int |
JournalFolderUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of journal folders where uuid = ? and groupId = ?. |
int |
JournalFolderPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of journal folders where uuid = ? and groupId = ?. |
static int |
JournalFeedUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of journal feeds where uuid = ? and groupId = ?. |
int |
JournalFeedPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of journal feeds where uuid = ? and groupId = ?. |
static int |
JournalArticleUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of journal articles where uuid = ? and groupId = ?. |
static int |
JournalArticleResourceUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of journal article resources where uuid = ? and groupId = ?. |
int |
JournalArticleResourcePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of journal article resources where uuid = ? and groupId = ?. |
int |
JournalArticlePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of journal articles where uuid = ? and groupId = ?. |
static int |
JournalTemplateUtil.countByUuid(String uuid)
Returns the number of journal templates where uuid = ?. |
int |
JournalTemplatePersistence.countByUuid(String uuid)
Returns the number of journal templates where uuid = ?. |
static int |
JournalStructureUtil.countByUuid(String uuid)
Returns the number of journal structures where uuid = ?. |
int |
JournalStructurePersistence.countByUuid(String uuid)
Returns the number of journal structures where uuid = ?. |
static int |
JournalFolderUtil.countByUuid(String uuid)
Returns the number of journal folders where uuid = ?. |
int |
JournalFolderPersistence.countByUuid(String uuid)
Returns the number of journal folders where uuid = ?. |
static int |
JournalFeedUtil.countByUuid(String uuid)
Returns the number of journal feeds where uuid = ?. |
int |
JournalFeedPersistence.countByUuid(String uuid)
Returns the number of journal feeds where uuid = ?. |
static int |
JournalArticleUtil.countByUuid(String uuid)
Returns the number of journal articles where uuid = ?. |
static int |
JournalArticleResourceUtil.countByUuid(String uuid)
Returns the number of journal article resources where uuid = ?. |
int |
JournalArticleResourcePersistence.countByUuid(String uuid)
Returns the number of journal article resources where uuid = ?. |
int |
JournalArticlePersistence.countByUuid(String uuid)
Returns the number of journal articles where uuid = ?. |
static int |
JournalFolderFinderUtil.countF_A_ByG_F(long groupId,
long folderId)
|
int |
JournalFolderFinder.countF_A_ByG_F(long groupId,
long folderId)
|
long |
JournalTemplateUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
JournalStructureUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
JournalFolderUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
JournalFeedUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
JournalContentSearchUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
JournalArticleUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
JournalArticleResourceUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
JournalArticleImageUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static JournalContentSearch |
JournalContentSearchUtil.fetchByArticleId_First(String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByArticleId_First(String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByArticleId_Last(String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByArticleId_Last(String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId,
boolean retrieveFromCache)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId,
boolean retrieveFromCache)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_V(long groupId,
String articleId,
double version,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_V(long groupId,
String articleId,
double version,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByG_A(long groupId,
String articleId)
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByG_A(long groupId,
String articleId)
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByG_A(long groupId,
String articleId,
boolean retrieveFromCache)
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByG_A(long groupId,
String articleId,
boolean retrieveFromCache)
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_S(long groupId,
long classNameId,
String structureId,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_S(long groupId,
long classNameId,
String structureId,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalFeed |
JournalFeedUtil.fetchByG_F(long groupId,
String feedId)
Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found. |
JournalFeed |
JournalFeedPersistence.fetchByG_F(long groupId,
String feedId)
Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found. |
static JournalFeed |
JournalFeedUtil.fetchByG_F(long groupId,
String feedId,
boolean retrieveFromCache)
Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalFeed |
JournalFeedPersistence.fetchByG_F(long groupId,
String feedId,
boolean retrieveFromCache)
Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistence.fetchByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
JournalFolder |
JournalFolderPersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_A_First(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_A_First(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_A_Last(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_A_Last(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or returns null if it could not be found. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or returns null if it could not be found. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean retrieveFromCache)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean retrieveFromCache)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByG_S(long groupId,
String structureId)
Returns the journal structure where groupId = ? and structureId = ? or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByG_S(long groupId,
String structureId)
Returns the journal structure where groupId = ? and structureId = ? or returns null if it could not be found. |
static JournalStructure |
JournalStructureUtil.fetchByG_S(long groupId,
String structureId,
boolean retrieveFromCache)
Returns the journal structure where groupId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalStructure |
JournalStructurePersistence.fetchByG_S(long groupId,
String structureId,
boolean retrieveFromCache)
Returns the journal structure where groupId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_T(long groupId,
String templateId)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_T(long groupId,
String templateId)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchByG_T(long groupId,
String templateId,
boolean retrieveFromCache)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchByG_T(long groupId,
String templateId,
boolean retrieveFromCache)
Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
static JournalStructure |
JournalStructureUtil.fetchByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByPrimaryKey(long id)
Returns the journal template with the primary key or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchByPrimaryKey(long id)
Returns the journal template with the primary key or returns null if it could not be found. |
static JournalStructure |
JournalStructureUtil.fetchByPrimaryKey(long id)
Returns the journal structure with the primary key or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByPrimaryKey(long id)
Returns the journal structure with the primary key or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByPrimaryKey(long folderId)
Returns the journal folder with the primary key or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistence.fetchByPrimaryKey(long folderId)
Returns the journal folder with the primary key or returns null if it could not be found. |
static JournalFeed |
JournalFeedUtil.fetchByPrimaryKey(long id)
Returns the journal feed with the primary key or returns null if it could not be found. |
JournalFeed |
JournalFeedPersistence.fetchByPrimaryKey(long id)
Returns the journal feed with the primary key or returns null if it could not be found. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByPrimaryKey(long contentSearchId)
Returns the journal content search with the primary key or returns null if it could not be found. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByPrimaryKey(long contentSearchId)
Returns the journal content search with the primary key or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByPrimaryKey(long id)
Returns the journal article with the primary key or returns null if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByPrimaryKey(long resourcePrimKey)
Returns the journal article resource with the primary key or returns null if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByPrimaryKey(long resourcePrimKey)
Returns the journal article resource with the primary key or returns null if it could not be found. |
JournalArticle |
JournalArticlePersistence.fetchByPrimaryKey(long id)
Returns the journal article with the primary key or returns null if it could not be found. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByPrimaryKey(long articleImageId)
Returns the journal article image with the primary key or returns null if it could not be found. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByPrimaryKey(long articleImageId)
Returns the journal article image with the primary key or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Returns the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Returns the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate |
JournalTemplateUtil.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ? and companyId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ? and companyId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ? and companyId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed |
JournalFeedUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed |
JournalFeedPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ? and companyId = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ? and companyId = ?. |
static JournalStructure |
JournalStructureUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ? and companyId = ?. |
JournalStructure |
JournalStructurePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed |
JournalFeedUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed |
JournalFeedPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
static JournalStructure |
JournalStructureUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalStructure |
JournalStructureUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal structure where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalStructure |
JournalStructurePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal structure where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalFeed |
JournalFeedUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalFeed |
JournalFeedPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalArticle |
JournalArticlePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalTemplate |
JournalTemplatePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalStructure |
JournalStructureUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalStructure |
JournalStructurePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal structure where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalFolder |
JournalFolderUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalFolder |
JournalFolderPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalFeed |
JournalFeedUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalFeed |
JournalFeedPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticle |
JournalArticlePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalTemplate |
JournalTemplateUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
static JournalStructure |
JournalStructureUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static int |
JournalArticleFinderUtil.filterCountByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleFinder.filterCountByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalArticleFinderUtil.filterCountByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleFinder.filterCountByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalArticleFinderUtil.filterCountByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
JournalArticleFinder.filterCountByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
static int |
JournalStructureFinderUtil.filterCountByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
int |
JournalStructureFinder.filterCountByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator)
|
static int |
JournalStructureFinderUtil.filterCountByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
int |
JournalStructureFinder.filterCountByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator)
|
static int |
JournalTemplateFinderUtil.filterCountByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
int |
JournalTemplateFinder.filterCountByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator)
|
static int |
JournalArticleUtil.filterCountByG_A_ST(long groupId,
String articleId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
int |
JournalArticlePersistence.filterCountByG_A_ST(long groupId,
String articleId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static int |
JournalArticleUtil.filterCountByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
int |
JournalArticlePersistence.filterCountByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static int |
JournalArticleUtil.filterCountByG_A(long groupId,
String articleId)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
int |
JournalArticlePersistence.filterCountByG_A(long groupId,
String articleId)
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static int |
JournalArticleUtil.filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
int |
JournalArticlePersistence.filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static int |
JournalArticleUtil.filterCountByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
int |
JournalArticlePersistence.filterCountByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static int |
JournalArticleUtil.filterCountByG_C_T(long groupId,
long classNameId,
String templateId)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
int |
JournalArticlePersistence.filterCountByG_C_T(long groupId,
long classNameId,
String templateId)
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static int |
JournalArticleFinderUtil.filterCountByG_F_S(long groupId,
List<Long> folderIds,
int status)
|
int |
JournalArticleFinder.filterCountByG_F_S(long groupId,
List<Long> folderIds,
int status)
|
static int |
JournalArticleUtil.filterCountByG_F_ST(long groupId,
long folderId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
int |
JournalArticlePersistence.filterCountByG_F_ST(long groupId,
long folderId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static int |
JournalArticleUtil.filterCountByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
int |
JournalArticlePersistence.filterCountByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
static int |
JournalArticleUtil.filterCountByG_F(long groupId,
long folderId)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
int |
JournalArticlePersistence.filterCountByG_F(long groupId,
long folderId)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
static int |
JournalArticleUtil.filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
int |
JournalArticlePersistence.filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
static int |
JournalArticleUtil.filterCountByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
int |
JournalArticlePersistence.filterCountByG_L(long groupId,
String layoutUuid)
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static int |
JournalFolderUtil.filterCountByG_P(long groupId,
long parentFolderId)
Returns the number of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
int |
JournalFolderPersistence.filterCountByG_P(long groupId,
long parentFolderId)
Returns the number of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static int |
JournalStructureUtil.filterCountByG_P(long groupId,
String parentStructureId)
Returns the number of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
int |
JournalStructurePersistence.filterCountByG_P(long groupId,
String parentStructureId)
Returns the number of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static int |
JournalTemplateUtil.filterCountByG_S(long groupId,
String structureId)
Returns the number of journal templates that the user has permission to view where groupId = ? and structureId = ?. |
int |
JournalTemplatePersistence.filterCountByG_S(long groupId,
String structureId)
Returns the number of journal templates that the user has permission to view where groupId = ? and structureId = ?. |
static int |
JournalArticleUtil.filterCountByG_S(long groupId,
String structureId)
Returns the number of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
int |
JournalArticlePersistence.filterCountByG_S(long groupId,
String structureId)
Returns the number of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static int |
JournalArticleUtil.filterCountByG_ST(long groupId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and status = ?. |
int |
JournalArticlePersistence.filterCountByG_ST(long groupId,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and status = ?. |
static int |
JournalArticleUtil.filterCountByG_T(long groupId,
String templateId)
Returns the number of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
int |
JournalArticlePersistence.filterCountByG_T(long groupId,
String templateId)
Returns the number of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static int |
JournalArticleUtil.filterCountByG_U_C(long groupId,
long userId,
long classNameId)
Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
int |
JournalArticlePersistence.filterCountByG_U_C(long groupId,
long userId,
long classNameId)
Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
static int |
JournalArticleUtil.filterCountByG_U(long groupId,
long userId)
Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ?. |
int |
JournalArticlePersistence.filterCountByG_U(long groupId,
long userId)
Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ?. |
static int |
JournalArticleUtil.filterCountByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
int |
JournalArticlePersistence.filterCountByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static int |
JournalArticleUtil.filterCountByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
int |
JournalArticlePersistence.filterCountByG_UT(long groupId,
String urlTitle)
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static int |
JournalTemplateUtil.filterCountByGroupId(long groupId)
Returns the number of journal templates that the user has permission to view where groupId = ?. |
int |
JournalTemplatePersistence.filterCountByGroupId(long groupId)
Returns the number of journal templates that the user has permission to view where groupId = ?. |
static int |
JournalStructureUtil.filterCountByGroupId(long groupId)
Returns the number of journal structures that the user has permission to view where groupId = ?. |
int |
JournalStructurePersistence.filterCountByGroupId(long groupId)
Returns the number of journal structures that the user has permission to view where groupId = ?. |
static int |
JournalFolderUtil.filterCountByGroupId(long groupId)
Returns the number of journal folders that the user has permission to view where groupId = ?. |
int |
JournalFolderPersistence.filterCountByGroupId(long groupId)
Returns the number of journal folders that the user has permission to view where groupId = ?. |
static int |
JournalFeedUtil.filterCountByGroupId(long groupId)
Returns the number of journal feeds that the user has permission to view where groupId = ?. |
int |
JournalFeedPersistence.filterCountByGroupId(long groupId)
Returns the number of journal feeds that the user has permission to view where groupId = ?. |
static int |
JournalArticleUtil.filterCountByGroupId(long groupId)
Returns the number of journal articles that the user has permission to view where groupId = ?. |
int |
JournalArticlePersistence.filterCountByGroupId(long groupId)
Returns the number of journal articles that the user has permission to view where groupId = ?. |
static int |
JournalStructureUtil.filterCountByGroupId(long[] groupIds)
Returns the number of journal structures that the user has permission to view where groupId = any ?. |
int |
JournalStructurePersistence.filterCountByGroupId(long[] groupIds)
Returns the number of journal structures that the user has permission to view where groupId = any ?. |
static int |
JournalStructureFinderUtil.filterCountByKeywords(long companyId,
long[] groupIds,
String keywords)
|
int |
JournalStructureFinder.filterCountByKeywords(long companyId,
long[] groupIds,
String keywords)
|
static int |
JournalTemplateFinderUtil.filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
int |
JournalTemplateFinder.filterCountByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator)
|
static int |
JournalArticleFinderUtil.filterCountByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
int |
JournalArticleFinder.filterCountByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
static int |
JournalFolderFinderUtil.filterCountF_A_ByG_F(long groupId,
long folderId)
|
int |
JournalFolderFinder.filterCountF_A_ByG_F(long groupId,
long folderId)
|
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalStructure> |
JournalStructureFinderUtil.filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureFinderUtil.filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.filterFindByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateFinderUtil.filterFindByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinder.filterFindByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static JournalArticle[] |
JournalArticleUtil.filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A(long groupId,
String articleId)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A(long groupId,
String articleId)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F_ST(long groupId,
long folderId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F_ST(long groupId,
long folderId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F(long groupId,
long folderId)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F(long groupId,
long folderId)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_L(long groupId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_L(long groupId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static JournalStructure[] |
JournalStructureUtil.filterFindByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistence.filterFindByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByG_P(long groupId,
String parentStructureId)
Returns all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId)
Returns all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId)
Returns all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId)
Returns all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_S(long groupId,
String structureId)
Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_S(long groupId,
String structureId)
Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_ST(long groupId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_ST(long groupId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_T(long groupId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_T(long groupId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_U_C(long groupId,
long userId,
long classNameId)
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_U_C(long groupId,
long userId,
long classNameId)
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_U(long groupId,
long userId)
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_U(long groupId,
long userId)
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT(long groupId,
String urlTitle)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT(long groupId,
String urlTitle)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
static JournalTemplate[] |
JournalTemplateUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?. |
static JournalStructure[] |
JournalStructureUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?. |
JournalStructure[] |
JournalStructurePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set of journal structures that the user has permission to view where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
static JournalFeed[] |
JournalFeedUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?. |
JournalFeed[] |
JournalFeedPersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId)
Returns all the journal templates that the user has permission to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId)
Returns all the journal templates that the user has permission to view where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId)
Returns all the journal structures that the user has permission to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId)
Returns all the journal structures that the user has permission to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByGroupId(long groupId)
Returns all the journal folders that the user has permission to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId)
Returns all the journal folders that the user has permission to view where groupId = ?. |
static List<JournalFeed> |
JournalFeedUtil.filterFindByGroupId(long groupId)
Returns all the journal feeds that the user has permission to view where groupId = ?. |
List<JournalFeed> |
JournalFeedPersistence.filterFindByGroupId(long groupId)
Returns all the journal feeds that the user has permission to view where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByGroupId(long groupId)
Returns all the journal articles that the user has permission to view where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByGroupId(long groupId)
Returns all the journal articles that the user has permission to view where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long[] groupIds)
Returns all the journal structures that the user has permission to view where groupId = any ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long[] groupIds)
Returns all the journal structures that the user has permission to view where groupId = any ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = any ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = any ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permission to view where groupId = any ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permission to view where groupId = any ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates that the user has permission to view where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures that the user has permission to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ?. |
static List<JournalFeed> |
JournalFeedUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal feeds that the user has permission to view where groupId = ?. |
List<JournalFeed> |
JournalFeedPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal feeds that the user has permission to view where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures that the user has permissions to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
static List<JournalFeed> |
JournalFeedUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?. |
List<JournalFeed> |
JournalFeedPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
static List<JournalStructure> |
JournalStructureFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinder.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.filterFindByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<Object> |
JournalFolderFinderUtil.filterFindF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
JournalFolderFinder.filterFindF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateUtil.findAll()
Returns all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistence.findAll()
Returns all the journal templates. |
static List<JournalStructure> |
JournalStructureUtil.findAll()
Returns all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll()
Returns all the journal structures. |
static List<JournalFolder> |
JournalFolderUtil.findAll()
Returns all the journal folders. |
List<JournalFolder> |
JournalFolderPersistence.findAll()
Returns all the journal folders. |
static List<JournalFeed> |
JournalFeedUtil.findAll()
Returns all the journal feeds. |
List<JournalFeed> |
JournalFeedPersistence.findAll()
Returns all the journal feeds. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findAll()
Returns all the journal content searchs. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findAll()
Returns all the journal content searchs. |
static List<JournalArticle> |
JournalArticleUtil.findAll()
Returns all the journal articles. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findAll()
Returns all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findAll()
Returns all the journal article resources. |
List<JournalArticle> |
JournalArticlePersistence.findAll()
Returns all the journal articles. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findAll()
Returns all the journal article images. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findAll()
Returns all the journal article images. |
static List<JournalTemplate> |
JournalTemplateUtil.findAll(int start,
int end)
Returns a range of all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistence.findAll(int start,
int end)
Returns a range of all the journal templates. |
static List<JournalStructure> |
JournalStructureUtil.findAll(int start,
int end)
Returns a range of all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll(int start,
int end)
Returns a range of all the journal structures. |
static List<JournalFolder> |
JournalFolderUtil.findAll(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderPersistence.findAll(int start,
int end)
Returns a range of all the journal folders. |
static List<JournalFeed> |
JournalFeedUtil.findAll(int start,
int end)
Returns a range of all the journal feeds. |
List<JournalFeed> |
JournalFeedPersistence.findAll(int start,
int end)
Returns a range of all the journal feeds. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findAll(int start,
int end)
Returns a range of all the journal content searchs. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findAll(int start,
int end)
Returns a range of all the journal content searchs. |
static List<JournalArticle> |
JournalArticleUtil.findAll(int start,
int end)
Returns a range of all the journal articles. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findAll(int start,
int end)
Returns a range of all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findAll(int start,
int end)
Returns a range of all the journal article resources. |
List<JournalArticle> |
JournalArticlePersistence.findAll(int start,
int end)
Returns a range of all the journal articles. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findAll(int start,
int end)
Returns a range of all the journal article images. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findAll(int start,
int end)
Returns a range of all the journal article images. |
static List<JournalTemplate> |
JournalTemplateUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates. |
List<JournalTemplate> |
JournalTemplatePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates. |
static List<JournalStructure> |
JournalStructureUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures. |
List<JournalStructure> |
JournalStructurePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures. |
static List<JournalFolder> |
JournalFolderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders. |
List<JournalFolder> |
JournalFolderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders. |
static List<JournalFeed> |
JournalFeedUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds. |
List<JournalFeed> |
JournalFeedPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs. |
static List<JournalArticle> |
JournalArticleUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources. |
List<JournalArticle> |
JournalArticlePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images. |
static JournalContentSearch |
JournalContentSearchUtil.findByArticleId_First(String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByArticleId_First(String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByArticleId_Last(String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByArticleId_Last(String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByArticleId_PrevAndNext(long contentSearchId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByArticleId_PrevAndNext(long contentSearchId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByArticleId(String articleId)
Returns all the journal content searchs where articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByArticleId(String articleId)
Returns all the journal content searchs where articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByArticleId(String articleId,
int start,
int end)
Returns a range of all the journal content searchs where articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByArticleId(String articleId,
int start,
int end)
Returns a range of all the journal content searchs where articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByArticleId(String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByArticleId(String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where articleId = ?. |
static List<JournalArticle> |
JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalFeed> |
JournalFeedFinderUtil.findByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalFeed> |
JournalFeedFinder.findByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalFeed> |
JournalFeedFinderUtil.findByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalFeed> |
JournalFeedFinder.findByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureFinderUtil.findByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.findByC_G_S_N_D(long companyId,
long[] groupIds,
String[] structureIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalStructure> |
JournalStructureFinderUtil.findByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.findByC_G_S_N_D(long companyId,
long[] groupIds,
String structureId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateFinderUtil.findByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinder.findByC_G_T_S_N_D(long companyId,
long[] groupIds,
String templateId,
String structureId,
String structureIdComparator,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static JournalArticle |
JournalArticleUtil.findByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_ST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_ST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_ST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_ST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V_ST(long companyId,
double version,
int status)
Returns all the journal articles where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V_ST(long companyId,
double version,
int status)
Returns all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V(long companyId,
double version)
Returns all the journal articles where companyId = ? and version = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V(long companyId,
double version)
Returns all the journal articles where companyId = ? and version = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V(long companyId,
double version,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V(long companyId,
double version,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId)
Returns all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId)
Returns all the journal folders where companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByCompanyId(long companyId)
Returns all the journal articles where companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByCompanyId(long companyId)
Returns all the journal articles where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal folders where companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal articles where companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal articles where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
static List<JournalArticle> |
JournalArticleFinderUtil.findByExpirationDate(long classNameId,
int status,
Date expirationDateLT)
|
List<JournalArticle> |
JournalArticleFinder.findByExpirationDate(long classNameId,
int status,
Date expirationDateLT)
|
static JournalContentSearch |
JournalContentSearchUtil.findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_A_PrevAndNext(long contentSearchId,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_A_PrevAndNext(long contentSearchId,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found. |
JournalArticleImage |
JournalArticleImagePersistence.findByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found. |
static JournalArticleImage |
JournalArticleImageUtil.findByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage[] |
JournalArticleImageUtil.findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage[] |
JournalArticleImagePersistence.findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found. |
JournalArticle |
JournalArticlePersistence.findByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByG_A_V(long groupId,
String articleId,
double version)
Returns all the journal article images where groupId = ? and articleId = ? and version = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByG_A_V(long groupId,
String articleId,
double version)
Returns all the journal article images where groupId = ? and articleId = ? and version = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end)
Returns a range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end)
Returns a range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_A(long groupId,
String articleId)
Returns all the journal content searchs where groupId = ? and articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_A(long groupId,
String articleId)
Returns all the journal content searchs where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A(long groupId,
String articleId)
Returns all the journal articles where groupId = ? and articleId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByG_A(long groupId,
String articleId)
Returns the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.findByG_A(long groupId,
String articleId)
Returns the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A(long groupId,
String articleId)
Returns all the journal articles where groupId = ? and articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found. |
JournalArticle |
JournalArticlePersistence.findByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found. |
static JournalArticle |
JournalArticleUtil.findByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F_ST(long groupId,
long folderId,
int status)
Returns all the journal articles where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F_ST(long groupId,
long folderId,
int status)
Returns all the journal articles where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns all the journal articles where groupId = ? and folderId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F_ST(long groupId,
long folderId,
int[] statuses)
Returns all the journal articles where groupId = ? and folderId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F(long groupId,
long folderId)
Returns all the journal articles where groupId = ? and folderId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F(long groupId,
long folderId)
Returns all the journal articles where groupId = ? and folderId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F(long groupId,
long[] folderIds)
Returns all the journal articles where groupId = ? and folderId = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F(long groupId,
long[] folderIds)
Returns all the journal articles where groupId = ? and folderId = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and folderId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?. |
static JournalFeed |
JournalFeedUtil.findByG_F(long groupId,
String feedId)
Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistence.findByG_F(long groupId,
String feedId)
Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found. |
static JournalArticle |
JournalArticleUtil.findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_L(long groupId,
String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_L(long groupId,
String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
static JournalFolder |
JournalFolderUtil.findByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistence.findByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_A_First(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_A_First(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_A_Last(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_A_Last(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
String articleId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_A(long groupId,
boolean privateLayout,
String articleId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_A(long groupId,
boolean privateLayout,
String articleId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_A(long groupId,
boolean privateLayout,
String articleId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_A(long groupId,
boolean privateLayout,
String articleId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_A(long groupId,
boolean privateLayout,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_A(long groupId,
boolean privateLayout,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalStructure |
JournalStructureUtil.findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByG_P_First(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or throws a NoSuchContentSearchException if it could not be found. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
Returns the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? or throws a NoSuchContentSearchException if it could not be found. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalStructure |
JournalStructureUtil.findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByG_P_Last(long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistence.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByG_P_PrevAndNext(long id,
long groupId,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where groupId = ? and parentStructureId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P(long groupId,
boolean privateLayout)
Returns all the journal content searchs where groupId = ? and privateLayout = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P(long groupId,
boolean privateLayout)
Returns all the journal content searchs where groupId = ? and privateLayout = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the journal content searchs where groupId = ? and privateLayout = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P(long groupId,
long parentFolderId)
Returns all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId)
Returns all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByG_P(long groupId,
String parentStructureId)
Returns all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByG_P(long groupId,
String parentStructureId)
Returns all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByG_P(long groupId,
String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where groupId = ? and parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = ? and parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByG_P(long groupId,
String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = ? and parentStructureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByG_S(long groupId,
String structureId)
Returns all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByG_S(long groupId,
String structureId)
Returns all the journal templates where groupId = ? and structureId = ?. |
static JournalStructure |
JournalStructureUtil.findByG_S(long groupId,
String structureId)
Returns the journal structure where groupId = ? and structureId = ? or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistence.findByG_S(long groupId,
String structureId)
Returns the journal structure where groupId = ? and structureId = ? or throws a NoSuchStructureException if it could not be found. |
static List<JournalArticle> |
JournalArticleUtil.findByG_S(long groupId,
String structureId)
Returns all the journal articles where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_S(long groupId,
String structureId)
Returns all the journal articles where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal templates where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where groupId = ? and structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_ST(long groupId,
int status)
Returns all the journal articles where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_ST(long groupId,
int status)
Returns all the journal articles where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByG_T(long groupId,
String templateId)
Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByG_T(long groupId,
String templateId)
Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found. |
static List<JournalArticle> |
JournalArticleUtil.findByG_T(long groupId,
String templateId)
Returns all the journal articles where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_T(long groupId,
String templateId)
Returns all the journal articles where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_U_C(long groupId,
long userId,
long classNameId)
Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_U_C(long groupId,
long userId,
long classNameId)
Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_U(long groupId,
long userId)
Returns all the journal articles where groupId = ? and userId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_U(long groupId,
long userId)
Returns all the journal articles where groupId = ? and userId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and userId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and userId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT(long groupId,
String urlTitle)
Returns all the journal articles where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT(long groupId,
String urlTitle)
Returns all the journal articles where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
static JournalTemplate |
JournalTemplateUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where groupId = ?. |
static JournalStructure |
JournalStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
JournalStructure |
JournalStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where groupId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where groupId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
static JournalFeed[] |
JournalFeedUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?. |
JournalFeed[] |
JournalFeedPersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
static JournalArticleResource[] |
JournalArticleResourceUtil.findByGroupId_PrevAndNext(long resourcePrimKey,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?. |
JournalArticleResource[] |
JournalArticleResourcePersistence.findByGroupId_PrevAndNext(long resourcePrimKey,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
static JournalArticleImage[] |
JournalArticleImageUtil.findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
JournalArticleImage[] |
JournalArticleImagePersistence.findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId)
Returns all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId)
Returns all the journal templates where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId)
Returns all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId)
Returns all the journal structures where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId)
Returns all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId)
Returns all the journal folders where groupId = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByGroupId(long groupId)
Returns all the journal feeds where groupId = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByGroupId(long groupId)
Returns all the journal feeds where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByGroupId(long groupId)
Returns all the journal articles where groupId = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByGroupId(long groupId)
Returns all the journal article resources where groupId = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByGroupId(long groupId)
Returns all the journal article resources where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByGroupId(long groupId)
Returns all the journal articles where groupId = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByGroupId(long groupId)
Returns all the journal article images where groupId = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByGroupId(long groupId)
Returns all the journal article images where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long[] groupIds)
Returns all the journal structures where groupId = any ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long[] groupIds)
Returns all the journal structures where groupId = any ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the journal structures where groupId = any ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the journal structures where groupId = any ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = any ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = any ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal templates where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal structures where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders where groupId = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal feeds where groupId = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal feeds where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles where groupId = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal article resources where groupId = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal article resources where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles where groupId = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal article images where groupId = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal article images where groupId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where groupId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where groupId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds where groupId = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources where groupId = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where groupId = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where groupId = ?. |
static List<JournalStructure> |
JournalStructureFinderUtil.findByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalStructure> |
JournalStructureFinder.findByKeywords(long companyId,
long[] groupIds,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateFinderUtil.findByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
List<JournalTemplate> |
JournalTemplateFinder.findByKeywords(long companyId,
long[] groupIds,
String keywords,
String structureId,
String structureIdComparator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleFinderUtil.findByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.findByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalFeed> |
JournalFeedFinderUtil.findByKeywords(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
|
List<JournalFeed> |
JournalFeedFinder.findByKeywords(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator obc)
|
static JournalArticle |
JournalArticleUtil.findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByLayoutUuid(String layoutUuid)
Returns all the journal articles where layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByLayoutUuid(String layoutUuid)
Returns all the journal articles where layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
static JournalStructure |
JournalStructureUtil.findByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByParentStructureId_First(String parentStructureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where parentStructureId = ?. |
static JournalStructure |
JournalStructureUtil.findByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
JournalStructure |
JournalStructurePersistence.findByParentStructureId_Last(String parentStructureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where parentStructureId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByParentStructureId_PrevAndNext(long id,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByParentStructureId_PrevAndNext(long id,
String parentStructureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByParentStructureId(String parentStructureId)
Returns all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByParentStructureId(String parentStructureId)
Returns all the journal structures where parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByParentStructureId(String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByParentStructureId(String parentStructureId,
int start,
int end)
Returns a range of all the journal structures where parentStructureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByParentStructureId(String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where parentStructureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByParentStructureId(String parentStructureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where parentStructureId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByPortletId_First(String portletId,
OrderByComparator orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByPortletId_Last(String portletId,
OrderByComparator orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByPortletId_PrevAndNext(long contentSearchId,
String portletId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByPortletId_PrevAndNext(long contentSearchId,
String portletId,
OrderByComparator orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByPortletId(String portletId)
Returns all the journal content searchs where portletId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByPortletId(String portletId)
Returns all the journal content searchs where portletId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByPortletId(String portletId,
int start,
int end)
Returns a range of all the journal content searchs where portletId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByPortletId(String portletId,
int start,
int end)
Returns a range of all the journal content searchs where portletId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByPortletId(String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where portletId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByPortletId(String portletId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal content searchs where portletId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByPrimaryKey(long id)
Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByPrimaryKey(long id)
Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found. |
static JournalStructure |
JournalStructureUtil.findByPrimaryKey(long id)
Returns the journal structure with the primary key or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistence.findByPrimaryKey(long id)
Returns the journal structure with the primary key or throws a NoSuchStructureException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByPrimaryKey(long folderId)
Returns the journal folder with the primary key or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistence.findByPrimaryKey(long folderId)
Returns the journal folder with the primary key or throws a NoSuchFolderException if it could not be found. |
static JournalFeed |
JournalFeedUtil.findByPrimaryKey(long id)
Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistence.findByPrimaryKey(long id)
Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found. |
static JournalContentSearch |
JournalContentSearchUtil.findByPrimaryKey(long contentSearchId)
Returns the journal content search with the primary key or throws a NoSuchContentSearchException if it could not be found. |
JournalContentSearch |
JournalContentSearchPersistence.findByPrimaryKey(long contentSearchId)
Returns the journal content search with the primary key or throws a NoSuchContentSearchException if it could not be found. |
static JournalArticle |
JournalArticleUtil.findByPrimaryKey(long id)
Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.findByPrimaryKey(long resourcePrimKey)
Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.findByPrimaryKey(long resourcePrimKey)
Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found. |
JournalArticle |
JournalArticlePersistence.findByPrimaryKey(long id)
Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found. |
static JournalArticleImage |
JournalArticleImageUtil.findByPrimaryKey(long articleImageId)
Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found. |
JournalArticleImage |
JournalArticleImagePersistence.findByPrimaryKey(long articleImageId)
Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found. |
static JournalArticle |
JournalArticleFinderUtil.findByR_D(long resourcePrimKey,
Date displayDate)
|
JournalArticle |
JournalArticleFinder.findByR_D(long resourcePrimKey,
Date displayDate)
|
static JournalArticle |
JournalArticleUtil.findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_ST(long resourcePrimKey,
int status)
Returns all the journal articles where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_ST(long resourcePrimKey,
int status)
Returns all the journal articles where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey)
Returns all the journal articles where resourcePrimKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey)
Returns all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleFinderUtil.findByReviewDate(long classNameId,
Date reviewDateLT,
Date reviewDateGT)
|
List<JournalArticle> |
JournalArticleFinder.findByReviewDate(long classNameId,
Date reviewDateLT,
Date reviewDateGT)
|
static JournalArticle |
JournalArticleUtil.findBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.findBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.findBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.findBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
static JournalArticle[] |
JournalArticleUtil.findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
JournalArticle[] |
JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
static JournalTemplate |
JournalTemplateUtil.findBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findBySmallImageId(long smallImageId)
Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found. |
static List<JournalArticle> |
JournalArticleUtil.findBySmallImageId(long smallImageId)
Returns all the journal articles where smallImageId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findBySmallImageId(long smallImageId)
Returns all the journal articles where smallImageId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the journal articles where smallImageId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the journal articles where smallImageId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
JournalArticle |
JournalArticlePersistence.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where structureId = ?. |
static JournalStructure |
JournalStructureUtil.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
JournalStructure |
JournalStructurePersistence.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
JournalArticle |
JournalArticlePersistence.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where structureId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where structureId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where structureId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where structureId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where structureId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByStructureId(String structureId)
Returns all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByStructureId(String structureId)
Returns all the journal templates where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId)
Returns all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId)
Returns all the journal structures where structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByStructureId(String structureId)
Returns all the journal articles where structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByStructureId(String structureId)
Returns all the journal articles where structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal templates where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal structures where structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal articles where structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal articles where structureId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where structureId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where structureId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where structureId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where structureId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage[] |
JournalArticleImageUtil.findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
JournalArticleImage[] |
JournalArticleImagePersistence.findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByTempImage(boolean tempImage)
Returns all the journal article images where tempImage = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByTempImage(boolean tempImage)
Returns all the journal article images where tempImage = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByTempImage(boolean tempImage,
int start,
int end)
Returns a range of all the journal article images where tempImage = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByTempImage(boolean tempImage,
int start,
int end)
Returns a range of all the journal article images where tempImage = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByTempImage(boolean tempImage,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where tempImage = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByTempImage(boolean tempImage,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where tempImage = ?. |
static JournalTemplate |
JournalTemplateUtil.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where templateId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId)
Returns all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId)
Returns all the journal templates where templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByTemplateId(String templateId)
Returns all the journal articles where templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByTemplateId(String templateId)
Returns all the journal articles where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal templates where templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal articles where templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal articles where templateId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where templateId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where templateId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ? and companyId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ? and companyId = ?. |
static JournalStructure |
JournalStructureUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ? and companyId = ?. |
JournalStructure |
JournalStructurePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed |
JournalFeedUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ? and companyId = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ? and companyId = ?. |
static JournalStructure |
JournalStructureUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ? and companyId = ?. |
JournalStructure |
JournalStructurePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed |
JournalFeedUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where uuid = ? and companyId = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where uuid = ? and companyId = ?. |
static JournalStructure[] |
JournalStructureUtil.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where uuid = ? and companyId = ?. |
JournalStructure[] |
JournalStructurePersistence.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed[] |
JournalFeedUtil.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed[] |
JournalFeedPersistence.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid_C(String uuid,
long companyId)
Returns all the journal templates where uuid = ? and companyId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the journal templates where uuid = ? and companyId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid_C(String uuid,
long companyId)
Returns all the journal structures where uuid = ? and companyId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the journal structures where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid_C(String uuid,
long companyId)
Returns all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByUuid_C(String uuid,
long companyId)
Returns all the journal feeds where uuid = ? and companyId = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the journal feeds where uuid = ? and companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByUuid_C(String uuid,
long companyId)
Returns all the journal articles where uuid = ? and companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the journal articles where uuid = ? and companyId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal templates where uuid = ? and companyId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal templates where uuid = ? and companyId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal structures where uuid = ? and companyId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal structures where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal feeds where uuid = ? and companyId = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal feeds where uuid = ? and companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal articles where uuid = ? and companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal articles where uuid = ? and companyId = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where uuid = ? and companyId = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where uuid = ? and companyId = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where uuid = ? and companyId = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where uuid = ? and companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where uuid = ? and companyId = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal template in the ordered set where uuid = ?. |
static JournalStructure |
JournalStructureUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal structure in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalTemplate |
JournalTemplateUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
JournalTemplate |
JournalTemplatePersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found. |
static JournalStructure |
JournalStructureUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
JournalStructure |
JournalStructurePersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
static JournalFeed |
JournalFeedUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found. |
static JournalArticle |
JournalArticleUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal article resource where uuid = ? and groupId = ? or throws a NoSuchArticleResourceException if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal article resource where uuid = ? and groupId = ? or throws a NoSuchArticleResourceException if it could not be found. |
JournalArticle |
JournalArticlePersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found. |
static JournalTemplate |
JournalTemplateUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
JournalTemplate |
JournalTemplatePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal template in the ordered set where uuid = ?. |
static JournalStructure |
JournalStructureUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
JournalStructure |
JournalStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal structure in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalTemplate[] |
JournalTemplateUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where uuid = ?. |
JournalTemplate[] |
JournalTemplatePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal templates before and after the current journal template in the ordered set where uuid = ?. |
static JournalStructure[] |
JournalStructureUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where uuid = ?. |
JournalStructure[] |
JournalStructurePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal structures before and after the current journal structure in the ordered set where uuid = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
static JournalFeed[] |
JournalFeedUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?. |
JournalFeed[] |
JournalFeedPersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
static JournalArticleResource[] |
JournalArticleResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?. |
JournalArticleResource[] |
JournalArticleResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid)
Returns all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid)
Returns all the journal templates where uuid = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid)
Returns all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid)
Returns all the journal structures where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid)
Returns all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid)
Returns all the journal folders where uuid = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByUuid(String uuid)
Returns all the journal feeds where uuid = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByUuid(String uuid)
Returns all the journal feeds where uuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByUuid(String uuid)
Returns all the journal articles where uuid = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByUuid(String uuid)
Returns all the journal article resources where uuid = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByUuid(String uuid)
Returns all the journal article resources where uuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByUuid(String uuid)
Returns all the journal articles where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal templates where uuid = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal structures where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal folders where uuid = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal feeds where uuid = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal feeds where uuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal articles where uuid = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal article resources where uuid = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal article resources where uuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal articles where uuid = ?. |
static List<JournalTemplate> |
JournalTemplateUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where uuid = ?. |
List<JournalTemplate> |
JournalTemplatePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal templates where uuid = ?. |
static List<JournalStructure> |
JournalStructureUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where uuid = ?. |
List<JournalStructure> |
JournalStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal structures where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where uuid = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources where uuid = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources where uuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where uuid = ?. |
static List<Object> |
JournalFolderFinderUtil.findF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<Object> |
JournalFolderFinder.findF_AByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalTemplate> |
JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalStructure> |
JournalStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalFolder> |
JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalFeed> |
JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalContentSearch> |
JournalContentSearchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalArticle> |
JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalArticleResource> |
JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalArticleImage> |
JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalTemplate> |
JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalStructure> |
JournalStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalFeed> |
JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalContentSearch> |
JournalContentSearchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalArticle> |
JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalArticleResource> |
JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalArticleImage> |
JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalTemplate> |
JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalStructure> |
JournalStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalFolder> |
JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalFeed> |
JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalContentSearch> |
JournalContentSearchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticleResource> |
JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticleImage> |
JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static JournalTemplate |
JournalTemplateUtil.remove(long id)
Removes the journal template with the primary key from the database. |
JournalTemplate |
JournalTemplatePersistence.remove(long id)
Removes the journal template with the primary key from the database. |
static JournalStructure |
JournalStructureUtil.remove(long id)
Removes the journal structure with the primary key from the database. |
JournalStructure |
JournalStructurePersistence.remove(long id)
Removes the journal structure with the primary key from the database. |
static JournalFolder |
JournalFolderUtil.remove(long folderId)
Removes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderPersistence.remove(long folderId)
Removes the journal folder with the primary key from the database. |
static JournalFeed |
JournalFeedUtil.remove(long id)
Removes the journal feed with the primary key from the database. |
JournalFeed |
JournalFeedPersistence.remove(long id)
Removes the journal feed with the primary key from the database. |
static JournalContentSearch |
JournalContentSearchUtil.remove(long contentSearchId)
Removes the journal content search with the primary key from the database. |
JournalContentSearch |
JournalContentSearchPersistence.remove(long contentSearchId)
Removes the journal content search with the primary key from the database. |
static JournalArticle |
JournalArticleUtil.remove(long id)
Removes the journal article with the primary key from the database. |
static JournalArticleResource |
JournalArticleResourceUtil.remove(long resourcePrimKey)
Removes the journal article resource with the primary key from the database. |
JournalArticleResource |
JournalArticleResourcePersistence.remove(long resourcePrimKey)
Removes the journal article resource with the primary key from the database. |
JournalArticle |
JournalArticlePersistence.remove(long id)
Removes the journal article with the primary key from the database. |
static JournalArticleImage |
JournalArticleImageUtil.remove(long articleImageId)
Removes the journal article image with the primary key from the database. |
JournalArticleImage |
JournalArticleImagePersistence.remove(long articleImageId)
Removes the journal article image with the primary key from the database. |
static void |
JournalTemplateUtil.removeAll()
Removes all the journal templates from the database. |
void |
JournalTemplatePersistence.removeAll()
Removes all the journal templates from the database. |
static void |
JournalStructureUtil.removeAll()
Removes all the journal structures from the database. |
void |
JournalStructurePersistence.removeAll()
Removes all the journal structures from the database. |
static void |
JournalFolderUtil.removeAll()
Removes all the journal folders from the database. |
void |
JournalFolderPersistence.removeAll()
Removes all the journal folders from the database. |
static void |
JournalFeedUtil.removeAll()
Removes all the journal feeds from the database. |
void |
JournalFeedPersistence.removeAll()
Removes all the journal feeds from the database. |
static void |
JournalContentSearchUtil.removeAll()
Removes all the journal content searchs from the database. |
void |
JournalContentSearchPersistence.removeAll()
Removes all the journal content searchs from the database. |
static void |
JournalArticleUtil.removeAll()
Removes all the journal articles from the database. |
static void |
JournalArticleResourceUtil.removeAll()
Removes all the journal article resources from the database. |
void |
JournalArticleResourcePersistence.removeAll()
Removes all the journal article resources from the database. |
void |
JournalArticlePersistence.removeAll()
Removes all the journal articles from the database. |
static void |
JournalArticleImageUtil.removeAll()
Removes all the journal article images from the database. |
void |
JournalArticleImagePersistence.removeAll()
Removes all the journal article images from the database. |
static void |
JournalContentSearchUtil.removeByArticleId(String articleId)
Removes all the journal content searchs where articleId = ? from the database. |
void |
JournalContentSearchPersistence.removeByArticleId(String articleId)
Removes all the journal content searchs where articleId = ? from the database. |
static void |
JournalArticleUtil.removeByC_ST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status = ? from the database. |
void |
JournalArticlePersistence.removeByC_ST(long companyId,
int status)
Removes all the journal articles where companyId = ? and status = ? from the database. |
static void |
JournalArticleUtil.removeByC_V_ST(long companyId,
double version,
int status)
Removes all the journal articles where companyId = ? and version = ? and status = ? from the database. |
void |
JournalArticlePersistence.removeByC_V_ST(long companyId,
double version,
int status)
Removes all the journal articles where companyId = ? and version = ? and status = ? from the database. |
static void |
JournalArticleUtil.removeByC_V(long companyId,
double version)
Removes all the journal articles where companyId = ? and version = ? from the database. |
void |
JournalArticlePersistence.removeByC_V(long companyId,
double version)
Removes all the journal articles where companyId = ? and version = ? from the database. |
static void |
JournalFolderUtil.removeByCompanyId(long companyId)
Removes all the journal folders where companyId = ? from the database. |
void |
JournalFolderPersistence.removeByCompanyId(long companyId)
Removes all the journal folders where companyId = ? from the database. |
static void |
JournalArticleUtil.removeByCompanyId(long companyId)
Removes all the journal articles where companyId = ? from the database. |
void |
JournalArticlePersistence.removeByCompanyId(long companyId)
Removes all the journal articles where companyId = ? from the database. |
static void |
JournalArticleUtil.removeByG_A_ST(long groupId,
String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status = ? from the database. |
void |
JournalArticlePersistence.removeByG_A_ST(long groupId,
String articleId,
int status)
Removes all the journal articles where groupId = ? and articleId = ? and status = ? from the database. |
static JournalArticleImage |
JournalArticleImageUtil.removeByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database. |
JournalArticleImage |
JournalArticleImagePersistence.removeByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database. |
static JournalArticle |
JournalArticleUtil.removeByG_A_V(long groupId,
String articleId,
double version)
Removes the journal article where groupId = ? and articleId = ? and version = ? from the database. |
JournalArticle |
JournalArticlePersistence.removeByG_A_V(long groupId,
String articleId,
double version)
Removes the journal article where groupId = ? and articleId = ? and version = ? from the database. |
static void |
JournalArticleImageUtil.removeByG_A_V(long groupId,
String articleId,
double version)
Removes all the journal article images where groupId = ? and articleId = ? and version = ? from the database. |
void |
JournalArticleImagePersistence.removeByG_A_V(long groupId,
String articleId,
double version)
Removes all the journal article images where groupId = ? and articleId = ? and version = ? from the database. |
static void |
JournalContentSearchUtil.removeByG_A(long groupId,
String articleId)
Removes all the journal content searchs where groupId = ? and articleId = ? from the database. |
void |
JournalContentSearchPersistence.removeByG_A(long groupId,
String articleId)
Removes all the journal content searchs where groupId = ? and articleId = ? from the database. |
static void |
JournalArticleUtil.removeByG_A(long groupId,
String articleId)
Removes all the journal articles where groupId = ? and articleId = ? from the database. |
static JournalArticleResource |
JournalArticleResourceUtil.removeByG_A(long groupId,
String articleId)
Removes the journal article resource where groupId = ? and articleId = ? from the database. |
JournalArticleResource |
JournalArticleResourcePersistence.removeByG_A(long groupId,
String articleId)
Removes the journal article resource where groupId = ? and articleId = ? from the database. |
void |
JournalArticlePersistence.removeByG_A(long groupId,
String articleId)
Removes all the journal articles where groupId = ? and articleId = ? from the database. |
static void |
JournalArticleUtil.removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the journal articles where groupId = ? and classNameId = ? and classPK = ? from the database. |
void |
JournalArticlePersistence.removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the journal articles where groupId = ? and classNameId = ? and classPK = ? from the database. |
static void |
JournalArticleUtil.removeByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Removes all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ? from the database. |
void |
JournalArticlePersistence.removeByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Removes all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ? from the database. |
static JournalArticle |
JournalArticleUtil.removeByG_C_S(long groupId,
long classNameId,
String structureId)
Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database. |
JournalArticle |
JournalArticlePersistence.removeByG_C_S(long groupId,
long classNameId,
String structureId)
Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database. |
static void |
JournalArticleUtil.removeByG_C_T(long groupId,
long classNameId,
String templateId)
Removes all the journal articles where groupId = ? and classNameId = ? and templateId = ? from the database. |
void |
JournalArticlePersistence.removeByG_C_T(long groupId,
long classNameId,
String templateId)
Removes all the journal articles where groupId = ? and classNameId = ? and templateId = ? from the database. |
static void |
JournalArticleUtil.removeByG_F_ST(long groupId,
long folderId,
int status)
Removes all the journal articles where groupId = ? and folderId = ? and status = ? from the database. |
void |
JournalArticlePersistence.removeByG_F_ST(long groupId,
long folderId,
int status)
Removes all the journal articles where groupId = ? and folderId = ? and status = ? from the database. |
static void |
JournalArticleUtil.removeByG_F(long groupId,
long folderId)
Removes all the journal articles where groupId = ? and folderId = ? from the database. |
void |
JournalArticlePersistence.removeByG_F(long groupId,
long folderId)
Removes all the journal articles where groupId = ? and folderId = ? from the database. |
static JournalFeed |
JournalFeedUtil.removeByG_F(long groupId,
String feedId)
Removes the journal feed where groupId = ? and feedId = ? from the database. |
JournalFeed |
JournalFeedPersistence.removeByG_F(long groupId,
String feedId)
Removes the journal feed where groupId = ? and feedId = ? from the database. |
static void |
JournalArticleUtil.removeByG_L(long groupId,
String layoutUuid)
Removes all the journal articles where groupId = ? and layoutUuid = ? from the database. |
void |
JournalArticlePersistence.removeByG_L(long groupId,
String layoutUuid)
Removes all the journal articles where groupId = ? and layoutUuid = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByG_N(long groupId,
String name)
Removes the journal folder where groupId = ? and name = ? from the database. |
JournalFolder |
JournalFolderPersistence.removeByG_N(long groupId,
String name)
Removes the journal folder where groupId = ? and name = ? from the database. |
static void |
JournalContentSearchUtil.removeByG_P_A(long groupId,
boolean privateLayout,
String articleId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ? from the database. |
void |
JournalContentSearchPersistence.removeByG_P_A(long groupId,
boolean privateLayout,
String articleId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ? from the database. |
static JournalContentSearch |
JournalContentSearchUtil.removeByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
Removes the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? from the database. |
JournalContentSearch |
JournalContentSearchPersistence.removeByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
Removes the journal content search where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? and articleId = ? from the database. |
static void |
JournalContentSearchUtil.removeByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? from the database. |
void |
JournalContentSearchPersistence.removeByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ? from the database. |
static void |
JournalContentSearchUtil.removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? from the database. |
void |
JournalContentSearchPersistence.removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the journal folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
JournalFolder |
JournalFolderPersistence.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the journal folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
static void |
JournalContentSearchUtil.removeByG_P(long groupId,
boolean privateLayout)
Removes all the journal content searchs where groupId = ? and privateLayout = ? from the database. |
void |
JournalContentSearchPersistence.removeByG_P(long groupId,
boolean privateLayout)
Removes all the journal content searchs where groupId = ? and privateLayout = ? from the database. |
static void |
JournalFolderUtil.removeByG_P(long groupId,
long parentFolderId)
Removes all the journal folders where groupId = ? and parentFolderId = ? from the database. |
void |
JournalFolderPersistence.removeByG_P(long groupId,
long parentFolderId)
Removes all the journal folders where groupId = ? and parentFolderId = ? from the database. |
static void |
JournalStructureUtil.removeByG_P(long groupId,
String parentStructureId)
Removes all the journal structures where groupId = ? and parentStructureId = ? from the database. |
void |
JournalStructurePersistence.removeByG_P(long groupId,
String parentStructureId)
Removes all the journal structures where groupId = ? and parentStructureId = ? from the database. |
static void |
JournalTemplateUtil.removeByG_S(long groupId,
String structureId)
Removes all the journal templates where groupId = ? and structureId = ? from the database. |
void |
JournalTemplatePersistence.removeByG_S(long groupId,
String structureId)
Removes all the journal templates where groupId = ? and structureId = ? from the database. |
static JournalStructure |
JournalStructureUtil.removeByG_S(long groupId,
String structureId)
Removes the journal structure where groupId = ? and structureId = ? from the database. |
JournalStructure |
JournalStructurePersistence.removeByG_S(long groupId,
String structureId)
Removes the journal structure where groupId = ? and structureId = ? from the database. |
static void |
JournalArticleUtil.removeByG_S(long groupId,
String structureId)
Removes all the journal articles where groupId = ? and structureId = ? from the database. |
void |
JournalArticlePersistence.removeByG_S(long groupId,
String structureId)
Removes all the journal articles where groupId = ? and structureId = ? from the database. |
static void |
JournalArticleUtil.removeByG_ST(long groupId,
int status)
Removes all the journal articles where groupId = ? and status = ? from the database. |
void |
JournalArticlePersistence.removeByG_ST(long groupId,
int status)
Removes all the journal articles where groupId = ? and status = ? from the database. |
static JournalTemplate |
JournalTemplateUtil.removeByG_T(long groupId,
String templateId)
Removes the journal template where groupId = ? and templateId = ? from the database. |
JournalTemplate |
JournalTemplatePersistence.removeByG_T(long groupId,
String templateId)
Removes the journal template where groupId = ? and templateId = ? from the database. |
static void |
JournalArticleUtil.removeByG_T(long groupId,
String templateId)
Removes all the journal articles where groupId = ? and templateId = ? from the database. |
void |
JournalArticlePersistence.removeByG_T(long groupId,
String templateId)
Removes all the journal articles where groupId = ? and templateId = ? from the database. |
static void |
JournalArticleUtil.removeByG_U_C(long groupId,
long userId,
long classNameId)
Removes all the journal articles where groupId = ? and userId = ? and classNameId = ? from the database. |
void |
JournalArticlePersistence.removeByG_U_C(long groupId,
long userId,
long classNameId)
Removes all the journal articles where groupId = ? and userId = ? and classNameId = ? from the database. |
static void |
JournalArticleUtil.removeByG_U(long groupId,
long userId)
Removes all the journal articles where groupId = ? and userId = ? from the database. |
void |
JournalArticlePersistence.removeByG_U(long groupId,
long userId)
Removes all the journal articles where groupId = ? and userId = ? from the database. |
static void |
JournalArticleUtil.removeByG_UT_ST(long groupId,
String urlTitle,
int status)
Removes all the journal articles where groupId = ? and urlTitle = ? and status = ? from the database. |
void |
JournalArticlePersistence.removeByG_UT_ST(long groupId,
String urlTitle,
int status)
Removes all the journal articles where groupId = ? and urlTitle = ? and status = ? from the database. |
static void |
JournalArticleUtil.removeByG_UT(long groupId,
String urlTitle)
Removes all the journal articles where groupId = ? and urlTitle = ? from the database. |
void |
JournalArticlePersistence.removeByG_UT(long groupId,
String urlTitle)
Removes all the journal articles where groupId = ? and urlTitle = ? from the database. |
static void |
JournalTemplateUtil.removeByGroupId(long groupId)
Removes all the journal templates where groupId = ? from the database. |
void |
JournalTemplatePersistence.removeByGroupId(long groupId)
Removes all the journal templates where groupId = ? from the database. |
static void |
JournalStructureUtil.removeByGroupId(long groupId)
Removes all the journal structures where groupId = ? from the database. |
void |
JournalStructurePersistence.removeByGroupId(long groupId)
Removes all the journal structures where groupId = ? from the database. |
static void |
JournalFolderUtil.removeByGroupId(long groupId)
Removes all the journal folders where groupId = ? from the database. |
void |
JournalFolderPersistence.removeByGroupId(long groupId)
Removes all the journal folders where groupId = ? from the database. |
static void |
JournalFeedUtil.removeByGroupId(long groupId)
Removes all the journal feeds where groupId = ? from the database. |
void |
JournalFeedPersistence.removeByGroupId(long groupId)
Removes all the journal feeds where groupId = ? from the database. |
static void |
JournalArticleUtil.removeByGroupId(long groupId)
Removes all the journal articles where groupId = ? from the database. |
static void |
JournalArticleResourceUtil.removeByGroupId(long groupId)
Removes all the journal article resources where groupId = ? from the database. |
void |
JournalArticleResourcePersistence.removeByGroupId(long groupId)
Removes all the journal article resources where groupId = ? from the database. |
void |
JournalArticlePersistence.removeByGroupId(long groupId)
Removes all the journal articles where groupId = ? from the database. |
static void |
JournalArticleImageUtil.removeByGroupId(long groupId)
Removes all the journal article images where groupId = ? from the database. |
void |
JournalArticleImagePersistence.removeByGroupId(long groupId)
Removes all the journal article images where groupId = ? from the database. |
static void |
JournalArticleUtil.removeByLayoutUuid(String layoutUuid)
Removes all the journal articles where layoutUuid = ? from the database. |
void |
JournalArticlePersistence.removeByLayoutUuid(String layoutUuid)
Removes all the journal articles where layoutUuid = ? from the database. |
static void |
JournalStructureUtil.removeByParentStructureId(String parentStructureId)
Removes all the journal structures where parentStructureId = ? from the database. |
void |
JournalStructurePersistence.removeByParentStructureId(String parentStructureId)
Removes all the journal structures where parentStructureId = ? from the database. |
static void |
JournalContentSearchUtil.removeByPortletId(String portletId)
Removes all the journal content searchs where portletId = ? from the database. |
void |
JournalContentSearchPersistence.removeByPortletId(String portletId)
Removes all the journal content searchs where portletId = ? from the database. |
static void |
JournalArticleUtil.removeByR_ST(long resourcePrimKey,
int status)
Removes all the journal articles where resourcePrimKey = ? and status = ? from the database. |
void |
JournalArticlePersistence.removeByR_ST(long resourcePrimKey,
int status)
Removes all the journal articles where resourcePrimKey = ? and status = ? from the database. |
static void |
JournalArticleUtil.removeByResourcePrimKey(long resourcePrimKey)
Removes all the journal articles where resourcePrimKey = ? from the database. |
void |
JournalArticlePersistence.removeByResourcePrimKey(long resourcePrimKey)
Removes all the journal articles where resourcePrimKey = ? from the database. |
static JournalTemplate |
JournalTemplateUtil.removeBySmallImageId(long smallImageId)
Removes the journal template where smallImageId = ? from the database. |
JournalTemplate |
JournalTemplatePersistence.removeBySmallImageId(long smallImageId)
Removes the journal template where smallImageId = ? from the database. |
static void |
JournalArticleUtil.removeBySmallImageId(long smallImageId)
Removes all the journal articles where smallImageId = ? from the database. |
void |
JournalArticlePersistence.removeBySmallImageId(long smallImageId)
Removes all the journal articles where smallImageId = ? from the database. |
static void |
JournalTemplateUtil.removeByStructureId(String structureId)
Removes all the journal templates where structureId = ? from the database. |
void |
JournalTemplatePersistence.removeByStructureId(String structureId)
Removes all the journal templates where structureId = ? from the database. |
static void |
JournalStructureUtil.removeByStructureId(String structureId)
Removes all the journal structures where structureId = ? from the database. |
void |
JournalStructurePersistence.removeByStructureId(String structureId)
Removes all the journal structures where structureId = ? from the database. |
static void |
JournalArticleUtil.removeByStructureId(String structureId)
Removes all the journal articles where structureId = ? from the database. |
void |
JournalArticlePersistence.removeByStructureId(String structureId)
Removes all the journal articles where structureId = ? from the database. |
static void |
JournalArticleImageUtil.removeByTempImage(boolean tempImage)
Removes all the journal article images where tempImage = ? from the database. |
void |
JournalArticleImagePersistence.removeByTempImage(boolean tempImage)
Removes all the journal article images where tempImage = ? from the database. |
static void |
JournalTemplateUtil.removeByTemplateId(String templateId)
Removes all the journal templates where templateId = ? from the database. |
void |
JournalTemplatePersistence.removeByTemplateId(String templateId)
Removes all the journal templates where templateId = ? from the database. |
static void |
JournalArticleUtil.removeByTemplateId(String templateId)
Removes all the journal articles where templateId = ? from the database. |
void |
JournalArticlePersistence.removeByTemplateId(String templateId)
Removes all the journal articles where templateId = ? from the database. |
static void |
JournalTemplateUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the journal templates where uuid = ? and companyId = ? from the database. |
void |
JournalTemplatePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the journal templates where uuid = ? and companyId = ? from the database. |
static void |
JournalStructureUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the journal structures where uuid = ? and companyId = ? from the database. |
void |
JournalStructurePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the journal structures where uuid = ? and companyId = ? from the database. |
static void |
JournalFolderUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the journal folders where uuid = ? and companyId = ? from the database. |
void |
JournalFolderPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the journal folders where uuid = ? and companyId = ? from the database. |
static void |
JournalFeedUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the journal feeds where uuid = ? and companyId = ? from the database. |
void |
JournalFeedPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the journal feeds where uuid = ? and companyId = ? from the database. |
static void |
JournalArticleUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the journal articles where uuid = ? and companyId = ? from the database. |
void |
JournalArticlePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the journal articles where uuid = ? and companyId = ? from the database. |
static JournalTemplate |
JournalTemplateUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal template where uuid = ? and groupId = ? from the database. |
JournalTemplate |
JournalTemplatePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal template where uuid = ? and groupId = ? from the database. |
static JournalStructure |
JournalStructureUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal structure where uuid = ? and groupId = ? from the database. |
JournalStructure |
JournalStructurePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal structure where uuid = ? and groupId = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal folder where uuid = ? and groupId = ? from the database. |
JournalFolder |
JournalFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal folder where uuid = ? and groupId = ? from the database. |
static JournalFeed |
JournalFeedUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal feed where uuid = ? and groupId = ? from the database. |
JournalFeed |
JournalFeedPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal feed where uuid = ? and groupId = ? from the database. |
static JournalArticle |
JournalArticleUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal article where uuid = ? and groupId = ? from the database. |
static JournalArticleResource |
JournalArticleResourceUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal article resource where uuid = ? and groupId = ? from the database. |
JournalArticleResource |
JournalArticleResourcePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal article resource where uuid = ? and groupId = ? from the database. |
JournalArticle |
JournalArticlePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal article where uuid = ? and groupId = ? from the database. |
static void |
JournalTemplateUtil.removeByUuid(String uuid)
Removes all the journal templates where uuid = ? from the database. |
void |
JournalTemplatePersistence.removeByUuid(String uuid)
Removes all the journal templates where uuid = ? from the database. |
static void |
JournalStructureUtil.removeByUuid(String uuid)
Removes all the journal structures where uuid = ? from the database. |
void |
JournalStructurePersistence.removeByUuid(String uuid)
Removes all the journal structures where uuid = ? from the database. |
static void |
JournalFolderUtil.removeByUuid(String uuid)
Removes all the journal folders where uuid = ? from the database. |
void |
JournalFolderPersistence.removeByUuid(String uuid)
Removes all the journal folders where uuid = ? from the database. |
static void |
JournalFeedUtil.removeByUuid(String uuid)
Removes all the journal feeds where uuid = ? from the database. |
void |
JournalFeedPersistence.removeByUuid(String uuid)
Removes all the journal feeds where uuid = ? from the database. |
static void |
JournalArticleUtil.removeByUuid(String uuid)
Removes all the journal articles where uuid = ? from the database. |
static void |
JournalArticleResourceUtil.removeByUuid(String uuid)
Removes all the journal article resources where uuid = ? from the database. |
void |
JournalArticleResourcePersistence.removeByUuid(String uuid)
Removes all the journal article resources where uuid = ? from the database. |
void |
JournalArticlePersistence.removeByUuid(String uuid)
Removes all the journal articles where uuid = ? from the database. |
static JournalArticle |
JournalArticleUtil.update(JournalArticle journalArticle)
|
static JournalArticleImage |
JournalArticleImageUtil.update(JournalArticleImage journalArticleImage)
|
static JournalArticleImage |
JournalArticleImageUtil.update(JournalArticleImage journalArticleImage,
ServiceContext serviceContext)
|
static JournalArticleResource |
JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource)
|
static JournalArticleResource |
JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleUtil.update(JournalArticle journalArticle,
ServiceContext serviceContext)
|
static JournalContentSearch |
JournalContentSearchUtil.update(JournalContentSearch journalContentSearch)
|
static JournalContentSearch |
JournalContentSearchUtil.update(JournalContentSearch journalContentSearch,
ServiceContext serviceContext)
|
static JournalFeed |
JournalFeedUtil.update(JournalFeed journalFeed)
|
static JournalFeed |
JournalFeedUtil.update(JournalFeed journalFeed,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderUtil.update(JournalFolder journalFolder)
|
static JournalFolder |
JournalFolderUtil.update(JournalFolder journalFolder,
ServiceContext serviceContext)
|
static JournalStructure |
JournalStructureUtil.update(JournalStructure journalStructure)
|
static JournalStructure |
JournalStructureUtil.update(JournalStructure journalStructure,
ServiceContext serviceContext)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate)
|
static JournalTemplate |
JournalTemplateUtil.update(JournalTemplate journalTemplate,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleUtil.updateImpl(JournalArticle journalArticle)
|
JournalArticle |
JournalArticlePersistence.updateImpl(JournalArticle journalArticle)
|
static JournalArticleImage |
JournalArticleImageUtil.updateImpl(JournalArticleImage journalArticleImage)
|
JournalArticleImage |
JournalArticleImagePersistence.updateImpl(JournalArticleImage journalArticleImage)
|
static JournalArticleResource |
JournalArticleResourceUtil.updateImpl(JournalArticleResource journalArticleResource)
|
JournalArticleResource |
JournalArticleResourcePersistence.updateImpl(JournalArticleResource journalArticleResource)
|
static JournalContentSearch |
JournalContentSearchUtil.updateImpl(JournalContentSearch journalContentSearch)
|
JournalContentSearch |
JournalContentSearchPersistence.updateImpl(JournalContentSearch journalContentSearch)
|
static JournalFeed |
JournalFeedUtil.updateImpl(JournalFeed journalFeed)
|
JournalFeed |
JournalFeedPersistence.updateImpl(JournalFeed journalFeed)
|
static JournalFolder |
JournalFolderUtil.updateImpl(JournalFolder journalFolder)
|
JournalFolder |
JournalFolderPersistence.updateImpl(JournalFolder journalFolder)
|
static JournalStructure |
JournalStructureUtil.updateImpl(JournalStructure journalStructure)
|
JournalStructure |
JournalStructurePersistence.updateImpl(JournalStructure journalStructure)
|
static JournalTemplate |
JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate)
|
JournalTemplate |
JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate)
|
| Uses of SystemException in com.liferay.portlet.layoutsadmin.util |
|---|
| Methods in com.liferay.portlet.layoutsadmin.util that throw SystemException | |
|---|---|
static String |
SitemapUtil.getSitemap(long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay)
|
String |
Sitemap.getSitemap(long groupId,
boolean privateLayout,
ThemeDisplay themeDisplay)
|
| Uses of SystemException in com.liferay.portlet.messageboards.model |
|---|
| Methods in com.liferay.portlet.messageboards.model that throw SystemException | |
|---|---|
List<Long> |
MBCategoryWrapper.getAncestorCategoryIds()
|
List<Long> |
MBCategory.getAncestorCategoryIds()
|
List<MBCategory> |
MBCategoryWrapper.getAncestors()
|
List<MBCategory> |
MBCategory.getAncestors()
|
String[] |
MBMessageWrapper.getAssetTagNames()
|
String[] |
MBMessage.getAssetTagNames()
|
List<FileEntry> |
MBMessageWrapper.getAttachmentsFileEntries()
|
List<FileEntry> |
MBMessage.getAttachmentsFileEntries()
|
List<FileEntry> |
MBMessageWrapper.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessage.getAttachmentsFileEntries(int start,
int end)
|
int |
MBMessageWrapper.getAttachmentsFileEntriesCount()
|
int |
MBMessage.getAttachmentsFileEntriesCount()
|
long |
MBThreadWrapper.getAttachmentsFolderId()
|
long |
MBThread.getAttachmentsFolderId()
|
long |
MBMessageWrapper.getAttachmentsFolderId()
|
long |
MBMessage.getAttachmentsFolderId()
|
String |
MBBanWrapper.getBanUserUuid()
Returns the ban user uuid of this message boards ban. |
String |
MBBanModel.getBanUserUuid()
Returns the ban user uuid of this message boards ban. |
MBCategory |
MBMessageWrapper.getCategory()
|
MBCategory |
MBMessage.getCategory()
|
List<FileEntry> |
MBMessageWrapper.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
MBMessage.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
MBMessageWrapper.getDeletedAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
MBMessage.getDeletedAttachmentsFileEntries(int start,
int end)
|
int |
MBMessageWrapper.getDeletedAttachmentsFileEntriesCount()
|
int |
MBMessage.getDeletedAttachmentsFileEntriesCount()
|
String |
MBThreadWrapper.getLastPostByUserUuid()
Returns the last post by user uuid of this message boards thread. |
String |
MBThreadModel.getLastPostByUserUuid()
Returns the last post by user uuid of this message boards thread. |
MBCategory |
MBCategoryWrapper.getParentCategory()
|
MBCategory |
MBCategory.getParentCategory()
|
String |
MBThreadWrapper.getRootMessageUserUuid()
Returns the root message user uuid of this message boards thread. |
String |
MBThreadModel.getRootMessageUserUuid()
Returns the root message user uuid of this message boards thread. |
String |
MBStatsUserWrapper.getStatsUserUuid()
Returns the stats user uuid of this message boards stats user. |
String |
MBStatsUserModel.getStatsUserUuid()
Returns the stats user uuid of this message boards stats user. |
String |
MBThreadWrapper.getStatusByUserUuid()
Returns the status by user uuid of this message boards thread. |
String |
MBThreadModel.getStatusByUserUuid()
Returns the status by user uuid of this message boards thread. |
String |
MBMessageWrapper.getStatusByUserUuid()
Returns the status by user uuid of this message-boards message. |
String |
MBMessageModel.getStatusByUserUuid()
Returns the status by user uuid of this message-boards message. |
String |
MBCategoryWrapper.getStatusByUserUuid()
Returns the status by user uuid of this message boards category. |
String |
MBCategoryModel.getStatusByUserUuid()
Returns the status by user uuid of this message boards category. |
MBThread |
MBMessageWrapper.getThread()
|
MBThread |
MBMessage.getThread()
|
long |
MBMessageWrapper.getThreadAttachmentsFolderId()
|
long |
MBMessage.getThreadAttachmentsFolderId()
|
String |
MBThreadFlagWrapper.getUserUuid()
Returns the user uuid of this message boards thread flag. |
String |
MBThreadFlagModel.getUserUuid()
Returns the user uuid of this message boards thread flag. |
String |
MBStatsUserWrapper.getUserUuid()
Returns the user uuid of this message boards stats user. |
String |
MBStatsUserModel.getUserUuid()
Returns the user uuid of this message boards stats user. |
String |
MBMessageWrapper.getUserUuid()
Returns the user uuid of this message-boards message. |
String |
MBMessageModel.getUserUuid()
Returns the user uuid of this message-boards message. |
String |
MBMailingListWrapper.getUserUuid()
Returns the user uuid of this message boards mailing list. |
String |
MBMailingListModel.getUserUuid()
Returns the user uuid of this message boards mailing list. |
String |
MBCategoryWrapper.getUserUuid()
Returns the user uuid of this message boards category. |
String |
MBCategoryModel.getUserUuid()
Returns the user uuid of this message boards category. |
String |
MBBanWrapper.getUserUuid()
Returns the user uuid of this message boards ban. |
String |
MBBanModel.getUserUuid()
Returns the user uuid of this message boards ban. |
boolean |
MBMessageWrapper.isInTrashThread()
|
boolean |
MBMessage.isInTrashThread()
|
void |
MBThreadWrapper.persist()
|
void |
MBThreadFlagWrapper.persist()
|
void |
MBStatsUserWrapper.persist()
|
void |
MBMessageWrapper.persist()
|
void |
MBMailingListWrapper.persist()
|
void |
MBDiscussionWrapper.persist()
|
void |
MBCategoryWrapper.persist()
|
void |
MBBanWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.messageboards.service |
|---|
| Methods in com.liferay.portlet.messageboards.service that throw SystemException | |
|---|---|
MBBan |
MBBanLocalServiceWrapper.addBan(long userId,
long banUserId,
ServiceContext serviceContext)
|
static MBBan |
MBBanLocalServiceUtil.addBan(long userId,
long banUserId,
ServiceContext serviceContext)
|
MBBan |
MBBanLocalService.addBan(long userId,
long banUserId,
ServiceContext serviceContext)
|
MBBan |
MBBanServiceWrapper.addBan(long banUserId,
ServiceContext serviceContext)
|
static MBBan |
MBBanServiceUtil.addBan(long banUserId,
ServiceContext serviceContext)
|
MBBan |
MBBanService.addBan(long banUserId,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryServiceWrapper.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryServiceWrapper.addCategory(long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryServiceUtil.addCategory(long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryService.addCategory(long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
ServiceContext serviceContext)
|
void |
MBCategoryLocalServiceWrapper.addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
MBCategoryLocalServiceUtil.addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
MBCategoryLocalService.addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
MBCategoryLocalServiceWrapper.addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
MBCategoryLocalServiceUtil.addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
MBCategoryLocalService.addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
MBCategoryLocalService.addCategoryResources(MBCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
void |
MBCategoryLocalService.addCategoryResources(MBCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
MBDiscussion |
MBDiscussionLocalServiceWrapper.addDiscussion(long classNameId,
long classPK,
long threadId)
|
static MBDiscussion |
MBDiscussionLocalServiceUtil.addDiscussion(long classNameId,
long classPK,
long threadId)
|
MBDiscussion |
MBDiscussionLocalService.addDiscussion(long classNameId,
long classPK,
long threadId)
|
MBMessage |
MBMessageLocalServiceWrapper.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
int workflowAction)
|
static MBMessage |
MBMessageLocalServiceUtil.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
int workflowAction)
|
MBMessage |
MBMessageLocalService.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
int workflowAction)
|
MBMessage |
MBMessageServiceWrapper.addDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.addDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.addDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.addDiscussionMessage(long userId,
String userName,
long groupId,
String className,
long classPK,
long threadId,
long parentMessageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMailingList |
MBMailingListLocalServiceWrapper.addMailingList(long userId,
long groupId,
long categoryId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
static MBMailingList |
MBMailingListLocalServiceUtil.addMailingList(long userId,
long groupId,
long categoryId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
MBMailingList |
MBMailingListLocalService.addMailingList(long userId,
long groupId,
long categoryId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
MBBan |
MBBanLocalServiceWrapper.addMBBan(MBBan mbBan)
Adds the message boards ban to the database. |
static MBBan |
MBBanLocalServiceUtil.addMBBan(MBBan mbBan)
Adds the message boards ban to the database. |
MBBan |
MBBanLocalService.addMBBan(MBBan mbBan)
Adds the message boards ban to the database. |
MBCategory |
MBCategoryLocalServiceWrapper.addMBCategory(MBCategory mbCategory)
Adds the message boards category to the database. |
static MBCategory |
MBCategoryLocalServiceUtil.addMBCategory(MBCategory mbCategory)
Adds the message boards category to the database. |
MBCategory |
MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
Adds the message boards category to the database. |
MBDiscussion |
MBDiscussionLocalServiceWrapper.addMBDiscussion(MBDiscussion mbDiscussion)
Adds the message boards discussion to the database. |
static MBDiscussion |
MBDiscussionLocalServiceUtil.addMBDiscussion(MBDiscussion mbDiscussion)
Adds the message boards discussion to the database. |
MBDiscussion |
MBDiscussionLocalService.addMBDiscussion(MBDiscussion mbDiscussion)
Adds the message boards discussion to the database. |
MBMailingList |
MBMailingListLocalServiceWrapper.addMBMailingList(MBMailingList mbMailingList)
Adds the message boards mailing list to the database. |
static MBMailingList |
MBMailingListLocalServiceUtil.addMBMailingList(MBMailingList mbMailingList)
Adds the message boards mailing list to the database. |
MBMailingList |
MBMailingListLocalService.addMBMailingList(MBMailingList mbMailingList)
Adds the message boards mailing list to the database. |
MBMessage |
MBMessageLocalServiceWrapper.addMBMessage(MBMessage mbMessage)
Adds the message-boards message to the database. |
static MBMessage |
MBMessageLocalServiceUtil.addMBMessage(MBMessage mbMessage)
Adds the message-boards message to the database. |
MBMessage |
MBMessageLocalService.addMBMessage(MBMessage mbMessage)
Adds the message-boards message to the database. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
MBStatsUser |
MBStatsUserLocalService.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
MBThread |
MBThreadLocalServiceWrapper.addMBThread(MBThread mbThread)
Adds the message boards thread to the database. |
static MBThread |
MBThreadLocalServiceUtil.addMBThread(MBThread mbThread)
Adds the message boards thread to the database. |
MBThread |
MBThreadLocalService.addMBThread(MBThread mbThread)
Adds the message boards thread to the database. |
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database. |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database. |
MBThreadFlag |
MBThreadFlagLocalService.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database. |
MBMessage |
MBMessageServiceWrapper.addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
Deprecated. MBMessageServiceWrapper.addMessage(long, String, String, String,
java.util.List, boolean, double, boolean,
com.liferay.portal.service.ServiceContext) |
static MBMessage |
MBMessageServiceUtil.addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
Deprecated. MBMessageServiceUtil.addMessage(long, String, String, String,
java.util.List, boolean, double, boolean,
com.liferay.portal.service.ServiceContext) |
MBMessage |
MBMessageService.addMessage(long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
Deprecated. MBMessageService.addMessage(long, String, String, String,
java.util.List, boolean, double, boolean,
com.liferay.portal.service.ServiceContext) |
MBMessage |
MBMessageServiceWrapper.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.addMessage(long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.addMessage(long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.addMessage(long categoryId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
void |
MBMessageLocalServiceWrapper.addMessageResources(long messageId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
MBMessageLocalServiceUtil.addMessageResources(long messageId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
MBMessageLocalService.addMessageResources(long messageId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
MBMessageLocalServiceWrapper.addMessageResources(long messageId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
MBMessageLocalServiceUtil.addMessageResources(long messageId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
MBMessageLocalService.addMessageResources(long messageId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
MBMessageLocalServiceWrapper.addMessageResources(MBMessage message,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
MBMessageLocalServiceUtil.addMessageResources(MBMessage message,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
MBMessageLocalService.addMessageResources(MBMessage message,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
MBMessageLocalServiceWrapper.addMessageResources(MBMessage message,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
MBMessageLocalServiceUtil.addMessageResources(MBMessage message,
String[] groupPermissions,
String[] guestPermissions)
|
void |
MBMessageLocalService.addMessageResources(MBMessage message,
String[] groupPermissions,
String[] guestPermissions)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.addStatsUser(long groupId,
long userId)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.addStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalService.addStatsUser(long groupId,
long userId)
|
MBThread |
MBThreadLocalServiceWrapper.addThread(long categoryId,
MBMessage message)
|
static MBThread |
MBThreadLocalServiceUtil.addThread(long categoryId,
MBMessage message)
|
MBThread |
MBThreadLocalService.addThread(long categoryId,
MBMessage message)
|
void |
MBThreadFlagLocalServiceWrapper.addThreadFlag(long userId,
MBThread thread)
|
static void |
MBThreadFlagLocalServiceUtil.addThreadFlag(long userId,
MBThread thread)
|
void |
MBThreadFlagLocalService.addThreadFlag(long userId,
MBThread thread)
|
void |
MBBanLocalServiceWrapper.checkBan(long groupId,
long banUserId)
|
static void |
MBBanLocalServiceUtil.checkBan(long groupId,
long banUserId)
|
void |
MBBanLocalService.checkBan(long groupId,
long banUserId)
|
void |
MBBanLocalServiceWrapper.deleteBan(long banId)
|
static void |
MBBanLocalServiceUtil.deleteBan(long banId)
|
void |
MBBanLocalService.deleteBan(long banId)
|
void |
MBBanServiceWrapper.deleteBan(long banUserId,
ServiceContext serviceContext)
|
static void |
MBBanServiceUtil.deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
MBBanService.deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
MBBanLocalServiceWrapper.deleteBan(long banUserId,
ServiceContext serviceContext)
|
static void |
MBBanLocalServiceUtil.deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
MBBanLocalService.deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
MBBanLocalServiceWrapper.deleteBan(MBBan ban)
|
static void |
MBBanLocalServiceUtil.deleteBan(MBBan ban)
|
void |
MBBanLocalService.deleteBan(MBBan ban)
|
void |
MBBanLocalServiceWrapper.deleteBansByBanUserId(long banUserId)
|
static void |
MBBanLocalServiceUtil.deleteBansByBanUserId(long banUserId)
|
void |
MBBanLocalService.deleteBansByBanUserId(long banUserId)
|
void |
MBBanLocalServiceWrapper.deleteBansByGroupId(long groupId)
|
static void |
MBBanLocalServiceUtil.deleteBansByGroupId(long groupId)
|
void |
MBBanLocalService.deleteBansByGroupId(long groupId)
|
void |
MBCategoryLocalServiceWrapper.deleteCategories(long groupId)
|
static void |
MBCategoryLocalServiceUtil.deleteCategories(long groupId)
|
void |
MBCategoryLocalService.deleteCategories(long groupId)
|
void |
MBCategoryLocalServiceWrapper.deleteCategory(long categoryId)
|
static void |
MBCategoryLocalServiceUtil.deleteCategory(long categoryId)
|
void |
MBCategoryLocalService.deleteCategory(long categoryId)
|
void |
MBCategoryServiceWrapper.deleteCategory(long categoryId,
boolean includeTrashedEntries)
|
static void |
MBCategoryServiceUtil.deleteCategory(long categoryId,
boolean includeTrashedEntries)
|
void |
MBCategoryService.deleteCategory(long categoryId,
boolean includeTrashedEntries)
|
void |
MBCategoryServiceWrapper.deleteCategory(long groupId,
long categoryId)
|
static void |
MBCategoryServiceUtil.deleteCategory(long groupId,
long categoryId)
|
void |
MBCategoryService.deleteCategory(long groupId,
long categoryId)
|
void |
MBCategoryLocalServiceWrapper.deleteCategory(MBCategory category)
|
static void |
MBCategoryLocalServiceUtil.deleteCategory(MBCategory category)
|
void |
MBCategoryLocalService.deleteCategory(MBCategory category)
|
void |
MBCategoryLocalServiceWrapper.deleteCategory(MBCategory category,
boolean includeTrashedEntries)
|
static void |
MBCategoryLocalServiceUtil.deleteCategory(MBCategory category,
boolean includeTrashedEntries)
|
void |
MBCategoryLocalService.deleteCategory(MBCategory category,
boolean includeTrashedEntries)
|
void |
MBMailingListLocalServiceWrapper.deleteCategoryMailingList(long groupId,
long categoryId)
|
static void |
MBMailingListLocalServiceUtil.deleteCategoryMailingList(long groupId,
long categoryId)
|
void |
MBMailingListLocalService.deleteCategoryMailingList(long groupId,
long categoryId)
|
MBMessage |
MBMessageLocalServiceWrapper.deleteDiscussionMessage(long messageId)
|
static MBMessage |
MBMessageLocalServiceUtil.deleteDiscussionMessage(long messageId)
|
MBMessage |
MBMessageLocalService.deleteDiscussionMessage(long messageId)
|
void |
MBMessageServiceWrapper.deleteDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId)
|
static void |
MBMessageServiceUtil.deleteDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId)
|
void |
MBMessageService.deleteDiscussionMessage(long groupId,
String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId)
|
void |
MBMessageLocalServiceWrapper.deleteDiscussionMessages(String className,
long classPK)
|
static void |
MBMessageLocalServiceUtil.deleteDiscussionMessages(String className,
long classPK)
|
void |
MBMessageLocalService.deleteDiscussionMessages(String className,
long classPK)
|
void |
MBMailingListLocalServiceWrapper.deleteMailingList(long mailingListId)
|
static void |
MBMailingListLocalServiceUtil.deleteMailingList(long mailingListId)
|
void |
MBMailingListLocalService.deleteMailingList(long mailingListId)
|
void |
MBMailingListLocalServiceWrapper.deleteMailingList(MBMailingList mailingList)
|
static void |
MBMailingListLocalServiceUtil.deleteMailingList(MBMailingList mailingList)
|
void |
MBMailingListLocalService.deleteMailingList(MBMailingList mailingList)
|
MBBan |
MBBanLocalServiceWrapper.deleteMBBan(long banId)
Deletes the message boards ban with the primary key from the database. |
static MBBan |
MBBanLocalServiceUtil.deleteMBBan(long banId)
Deletes the message boards ban with the primary key from the database. |
MBBan |
MBBanLocalService.deleteMBBan(long banId)
Deletes the message boards ban with the primary key from the database. |
MBBan |
MBBanLocalServiceWrapper.deleteMBBan(MBBan mbBan)
Deletes the message boards ban from the database. |
static MBBan |
MBBanLocalServiceUtil.deleteMBBan(MBBan mbBan)
Deletes the message boards ban from the database. |
MBBan |
MBBanLocalService.deleteMBBan(MBBan mbBan)
Deletes the message boards ban from the database. |
MBCategory |
MBCategoryLocalServiceWrapper.deleteMBCategory(long categoryId)
Deletes the message boards category with the primary key from the database. |
static MBCategory |
MBCategoryLocalServiceUtil.deleteMBCategory(long categoryId)
Deletes the message boards category with the primary key from the database. |
MBCategory |
MBCategoryLocalService.deleteMBCategory(long categoryId)
Deletes the message boards category with the primary key from the database. |
MBCategory |
MBCategoryLocalServiceWrapper.deleteMBCategory(MBCategory mbCategory)
Deletes the message boards category from the database. |
static MBCategory |
MBCategoryLocalServiceUtil.deleteMBCategory(MBCategory mbCategory)
Deletes the message boards category from the database. |
MBCategory |
MBCategoryLocalService.deleteMBCategory(MBCategory mbCategory)
Deletes the message boards category from the database. |
MBDiscussion |
MBDiscussionLocalServiceWrapper.deleteMBDiscussion(long discussionId)
Deletes the message boards discussion with the primary key from the database. |
static MBDiscussion |
MBDiscussionLocalServiceUtil.deleteMBDiscussion(long discussionId)
Deletes the message boards discussion with the primary key from the database. |
MBDiscussion |
MBDiscussionLocalService.deleteMBDiscussion(long discussionId)
Deletes the message boards discussion with the primary key from the database. |
MBDiscussion |
MBDiscussionLocalServiceWrapper.deleteMBDiscussion(MBDiscussion mbDiscussion)
Deletes the message boards discussion from the database. |
static MBDiscussion |
MBDiscussionLocalServiceUtil.deleteMBDiscussion(MBDiscussion mbDiscussion)
Deletes the message boards discussion from the database. |
MBDiscussion |
MBDiscussionLocalService.deleteMBDiscussion(MBDiscussion mbDiscussion)
Deletes the message boards discussion from the database. |
MBMailingList |
MBMailingListLocalServiceWrapper.deleteMBMailingList(long mailingListId)
Deletes the message boards mailing list with the primary key from the database. |
static MBMailingList |
MBMailingListLocalServiceUtil.deleteMBMailingList(long mailingListId)
Deletes the message boards mailing list with the primary key from the database. |
MBMailingList |
MBMailingListLocalService.deleteMBMailingList(long mailingListId)
Deletes the message boards mailing list with the primary key from the database. |
MBMailingList |
MBMailingListLocalServiceWrapper.deleteMBMailingList(MBMailingList mbMailingList)
Deletes the message boards mailing list from the database. |
static MBMailingList |
MBMailingListLocalServiceUtil.deleteMBMailingList(MBMailingList mbMailingList)
Deletes the message boards mailing list from the database. |
MBMailingList |
MBMailingListLocalService.deleteMBMailingList(MBMailingList mbMailingList)
Deletes the message boards mailing list from the database. |
MBMessage |
MBMessageLocalServiceWrapper.deleteMBMessage(long messageId)
Deletes the message-boards message with the primary key from the database. |
static MBMessage |
MBMessageLocalServiceUtil.deleteMBMessage(long messageId)
Deletes the message-boards message with the primary key from the database. |
MBMessage |
MBMessageLocalService.deleteMBMessage(long messageId)
Deletes the message-boards message with the primary key from the database. |
MBMessage |
MBMessageLocalServiceWrapper.deleteMBMessage(MBMessage mbMessage)
Deletes the message-boards message from the database. |
static MBMessage |
MBMessageLocalServiceUtil.deleteMBMessage(MBMessage mbMessage)
Deletes the message-boards message from the database. |
MBMessage |
MBMessageLocalService.deleteMBMessage(MBMessage mbMessage)
Deletes the message-boards message from the database. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.deleteMBStatsUser(long statsUserId)
Deletes the message boards stats user with the primary key from the database. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.deleteMBStatsUser(long statsUserId)
Deletes the message boards stats user with the primary key from the database. |
MBStatsUser |
MBStatsUserLocalService.deleteMBStatsUser(long statsUserId)
Deletes the message boards stats user with the primary key from the database. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
MBStatsUser |
MBStatsUserLocalService.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
MBThread |
MBThreadLocalServiceWrapper.deleteMBThread(long threadId)
Deletes the message boards thread with the primary key from the database. |
static MBThread |
MBThreadLocalServiceUtil.deleteMBThread(long threadId)
Deletes the message boards thread with the primary key from the database. |
MBThread |
MBThreadLocalService.deleteMBThread(long threadId)
Deletes the message boards thread with the primary key from the database. |
MBThread |
MBThreadLocalServiceWrapper.deleteMBThread(MBThread mbThread)
Deletes the message boards thread from the database. |
static MBThread |
MBThreadLocalServiceUtil.deleteMBThread(MBThread mbThread)
Deletes the message boards thread from the database. |
MBThread |
MBThreadLocalService.deleteMBThread(MBThread mbThread)
Deletes the message boards thread from the database. |
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(long threadFlagId)
Deletes the message boards thread flag with the primary key from the database. |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(long threadFlagId)
Deletes the message boards thread flag with the primary key from the database. |
MBThreadFlag |
MBThreadFlagLocalService.deleteMBThreadFlag(long threadFlagId)
Deletes the message boards thread flag with the primary key from the database. |
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database. |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database. |
MBThreadFlag |
MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database. |
void |
MBMessageServiceWrapper.deleteMessage(long messageId)
|
static void |
MBMessageServiceUtil.deleteMessage(long messageId)
|
void |
MBMessageService.deleteMessage(long messageId)
|
MBMessage |
MBMessageLocalServiceWrapper.deleteMessage(long messageId)
|
static MBMessage |
MBMessageLocalServiceUtil.deleteMessage(long messageId)
|
MBMessage |
MBMessageLocalService.deleteMessage(long messageId)
|
MBMessage |
MBMessageLocalServiceWrapper.deleteMessage(MBMessage message)
|
static MBMessage |
MBMessageLocalServiceUtil.deleteMessage(MBMessage message)
|
MBMessage |
MBMessageLocalService.deleteMessage(MBMessage message)
|
void |
MBMessageLocalServiceWrapper.deleteMessageAttachment(long messageId,
String fileName)
|
static void |
MBMessageLocalServiceUtil.deleteMessageAttachment(long messageId,
String fileName)
|
void |
MBMessageLocalService.deleteMessageAttachment(long messageId,
String fileName)
|
void |
MBMessageServiceWrapper.deleteMessageAttachments(long messageId)
|
static void |
MBMessageServiceUtil.deleteMessageAttachments(long messageId)
|
void |
MBMessageService.deleteMessageAttachments(long messageId)
|
void |
MBMessageLocalServiceWrapper.deleteMessageAttachments(long messageId)
|
static void |
MBMessageLocalServiceUtil.deleteMessageAttachments(long messageId)
|
void |
MBMessageLocalService.deleteMessageAttachments(long messageId)
|
void |
MBStatsUserLocalServiceWrapper.deleteStatsUser(long statsUserId)
|
static void |
MBStatsUserLocalServiceUtil.deleteStatsUser(long statsUserId)
|
void |
MBStatsUserLocalService.deleteStatsUser(long statsUserId)
|
void |
MBStatsUserLocalServiceWrapper.deleteStatsUser(MBStatsUser statsUser)
|
static void |
MBStatsUserLocalServiceUtil.deleteStatsUser(MBStatsUser statsUser)
|
void |
MBStatsUserLocalService.deleteStatsUser(MBStatsUser statsUser)
|
void |
MBStatsUserLocalServiceWrapper.deleteStatsUsersByGroupId(long groupId)
|
static void |
MBStatsUserLocalServiceUtil.deleteStatsUsersByGroupId(long groupId)
|
void |
MBStatsUserLocalService.deleteStatsUsersByGroupId(long groupId)
|
void |
MBStatsUserLocalServiceWrapper.deleteStatsUsersByUserId(long userId)
|
static void |
MBStatsUserLocalServiceUtil.deleteStatsUsersByUserId(long userId)
|
void |
MBStatsUserLocalService.deleteStatsUsersByUserId(long userId)
|
void |
MBThreadServiceWrapper.deleteThread(long threadId)
|
static void |
MBThreadServiceUtil.deleteThread(long threadId)
|
void |
MBThreadService.deleteThread(long threadId)
|
void |
MBThreadLocalServiceWrapper.deleteThread(long threadId)
|
static void |
MBThreadLocalServiceUtil.deleteThread(long threadId)
|
void |
MBThreadLocalService.deleteThread(long threadId)
|
void |
MBThreadLocalServiceWrapper.deleteThread(MBThread thread)
|
static void |
MBThreadLocalServiceUtil.deleteThread(MBThread thread)
|
void |
MBThreadLocalService.deleteThread(MBThread thread)
|
void |
MBThreadFlagLocalServiceWrapper.deleteThreadFlag(long threadFlagId)
|
static void |
MBThreadFlagLocalServiceUtil.deleteThreadFlag(long threadFlagId)
|
void |
MBThreadFlagLocalService.deleteThreadFlag(long threadFlagId)
|
void |
MBThreadFlagLocalServiceWrapper.deleteThreadFlag(MBThreadFlag threadFlag)
|
static void |
MBThreadFlagLocalServiceUtil.deleteThreadFlag(MBThreadFlag threadFlag)
|
void |
MBThreadFlagLocalService.deleteThreadFlag(MBThreadFlag threadFlag)
|
void |
MBThreadFlagLocalServiceWrapper.deleteThreadFlagsByThreadId(long threadId)
|
static void |
MBThreadFlagLocalServiceUtil.deleteThreadFlagsByThreadId(long threadId)
|
void |
MBThreadFlagLocalService.deleteThreadFlagsByThreadId(long threadId)
|
void |
MBThreadFlagLocalServiceWrapper.deleteThreadFlagsByUserId(long userId)
|
static void |
MBThreadFlagLocalServiceUtil.deleteThreadFlagsByUserId(long userId)
|
void |
MBThreadFlagLocalService.deleteThreadFlagsByUserId(long userId)
|
void |
MBThreadLocalServiceWrapper.deleteThreads(long groupId,
long categoryId)
|
static void |
MBThreadLocalServiceUtil.deleteThreads(long groupId,
long categoryId)
|
void |
MBThreadLocalService.deleteThreads(long groupId,
long categoryId)
|
void |
MBThreadLocalServiceWrapper.deleteThreads(long groupId,
long categoryId,
boolean includeTrashedEntries)
|
static void |
MBThreadLocalServiceUtil.deleteThreads(long groupId,
long categoryId,
boolean includeTrashedEntries)
|
void |
MBThreadLocalService.deleteThreads(long groupId,
long categoryId,
boolean includeTrashedEntries)
|
List |
MBThreadLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MBThreadLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBThreadLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBThreadFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MBThreadFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBThreadFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MBStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBMessageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MBMessageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBMessageLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBMailingListLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MBMailingListLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBMailingListLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBDiscussionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MBDiscussionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBDiscussionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MBCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBBanLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MBBanLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBBanLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MBThreadLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MBThreadLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBThreadLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBThreadFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MBThreadFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBThreadFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MBStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBMessageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MBMessageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBMessageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBMailingListLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MBMailingListLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBMailingListLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBDiscussionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MBDiscussionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBDiscussionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MBCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBBanLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MBBanLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBBanLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MBThreadLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MBThreadLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBThreadLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBThreadFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MBThreadFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBThreadFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MBStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBMessageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MBMessageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBMessageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBMailingListLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MBMailingListLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBMailingListLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBDiscussionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MBDiscussionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBDiscussionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MBCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBBanLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MBBanLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MBBanLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
MBThreadLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MBThreadLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBThreadLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBThreadFlagLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MBThreadFlagLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBThreadFlagLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBStatsUserLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MBStatsUserLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBStatsUserLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBMessageLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MBMessageLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBMessageLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBMailingListLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MBMailingListLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBMailingListLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBDiscussionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MBDiscussionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBDiscussionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBCategoryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MBCategoryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBCategoryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBBanLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MBBanLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MBBanLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
void |
MBBanLocalServiceWrapper.expireBans()
|
static void |
MBBanLocalServiceUtil.expireBans()
|
void |
MBBanLocalService.expireBans()
|
MBBan |
MBBanLocalServiceWrapper.fetchMBBan(long banId)
|
static MBBan |
MBBanLocalServiceUtil.fetchMBBan(long banId)
|
MBBan |
MBBanLocalService.fetchMBBan(long banId)
|
MBCategory |
MBCategoryLocalServiceWrapper.fetchMBCategory(long categoryId)
|
static MBCategory |
MBCategoryLocalServiceUtil.fetchMBCategory(long categoryId)
|
MBCategory |
MBCategoryLocalService.fetchMBCategory(long categoryId)
|
MBDiscussion |
MBDiscussionLocalServiceWrapper.fetchMBDiscussion(long discussionId)
|
static MBDiscussion |
MBDiscussionLocalServiceUtil.fetchMBDiscussion(long discussionId)
|
MBDiscussion |
MBDiscussionLocalService.fetchMBDiscussion(long discussionId)
|
MBMailingList |
MBMailingListLocalServiceWrapper.fetchMBMailingList(long mailingListId)
|
static MBMailingList |
MBMailingListLocalServiceUtil.fetchMBMailingList(long mailingListId)
|
MBMailingList |
MBMailingListLocalService.fetchMBMailingList(long mailingListId)
|
MBMessage |
MBMessageLocalServiceWrapper.fetchMBMessage(long messageId)
|
static MBMessage |
MBMessageLocalServiceUtil.fetchMBMessage(long messageId)
|
MBMessage |
MBMessageLocalService.fetchMBMessage(long messageId)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.fetchMBStatsUser(long statsUserId)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.fetchMBStatsUser(long statsUserId)
|
MBStatsUser |
MBStatsUserLocalService.fetchMBStatsUser(long statsUserId)
|
MBThread |
MBThreadLocalServiceWrapper.fetchMBThread(long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.fetchMBThread(long threadId)
|
MBThread |
MBThreadLocalService.fetchMBThread(long threadId)
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.fetchMBThreadFlag(long threadFlagId)
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.fetchMBThreadFlag(long threadFlagId)
|
MBThreadFlag |
MBThreadFlagLocalService.fetchMBThreadFlag(long threadFlagId)
|
MBThread |
MBThreadLocalServiceWrapper.fetchThread(long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.fetchThread(long threadId)
|
MBThread |
MBThreadLocalService.fetchThread(long threadId)
|
List<MBBan> |
MBBanLocalServiceWrapper.getBans(long groupId,
int start,
int end)
|
static List<MBBan> |
MBBanLocalServiceUtil.getBans(long groupId,
int start,
int end)
|
List<MBBan> |
MBBanLocalService.getBans(long groupId,
int start,
int end)
|
int |
MBBanLocalServiceWrapper.getBansCount(long groupId)
|
static int |
MBBanLocalServiceUtil.getBansCount(long groupId)
|
int |
MBBanLocalService.getBansCount(long groupId)
|
List<MBCategory> |
MBCategoryServiceWrapper.getCategories(long groupId)
|
static List<MBCategory> |
MBCategoryServiceUtil.getCategories(long groupId)
|
List<MBCategory> |
MBCategoryService.getCategories(long groupId)
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getCategories(long groupId)
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getCategories(long groupId)
|
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId)
|
List<MBCategory> |
MBCategoryServiceWrapper.getCategories(long groupId,
int status)
|
static List<MBCategory> |
MBCategoryServiceUtil.getCategories(long groupId,
int status)
|
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
int status)
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getCategories(long groupId,
int status)
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getCategories(long groupId,
int status)
|
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
int status)
|
List<MBCategory> |
MBCategoryServiceWrapper.getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
static List<MBCategory> |
MBCategoryServiceUtil.getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
MBCategoryServiceWrapper.getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
|
static List<MBCategory> |
MBCategoryServiceUtil.getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
|
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
|
List<MBCategory> |
MBCategoryServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<MBCategory> |
MBCategoryServiceUtil.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<MBCategory> |
MBCategoryServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
|
static List<MBCategory> |
MBCategoryServiceUtil.getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
|
List<MBCategory> |
MBCategoryService.getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalService.getCategories(long groupId,
long parentCategoryId,
int status,
int start,
int end)
|
List<Object> |
MBCategoryLocalServiceWrapper.getCategoriesAndThreads(long groupId,
long categoryId)
|
static List<Object> |
MBCategoryLocalServiceUtil.getCategoriesAndThreads(long groupId,
long categoryId)
|
List<Object> |
MBCategoryLocalService.getCategoriesAndThreads(long groupId,
long categoryId)
|
int |
MBCategoryLocalServiceWrapper.getCategoriesCount(long groupId)
|
static int |
MBCategoryLocalServiceUtil.getCategoriesCount(long groupId)
|
int |
MBCategoryLocalService.getCategoriesCount(long groupId)
|
int |
MBCategoryLocalServiceWrapper.getCategoriesCount(long groupId,
int status)
|
static int |
MBCategoryLocalServiceUtil.getCategoriesCount(long groupId,
int status)
|
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
int status)
|
int |
MBCategoryServiceWrapper.getCategoriesCount(long groupId,
long parentCategoryId)
|
static int |
MBCategoryServiceUtil.getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
MBCategoryService.getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
MBCategoryLocalServiceWrapper.getCategoriesCount(long groupId,
long parentCategoryId)
|
static int |
MBCategoryLocalServiceUtil.getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
MBCategoryServiceWrapper.getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
static int |
MBCategoryServiceUtil.getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
int |
MBCategoryService.getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
int |
MBCategoryLocalServiceWrapper.getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
static int |
MBCategoryLocalServiceUtil.getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long[] parentCategoryIds)
|
int |
MBCategoryServiceWrapper.getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
|
static int |
MBCategoryServiceUtil.getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
|
int |
MBCategoryService.getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
|
int |
MBCategoryLocalServiceWrapper.getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
|
static int |
MBCategoryLocalServiceUtil.getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
|
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long[] parentCategoryIds,
int status)
|
int |
MBCategoryServiceWrapper.getCategoriesCount(long groupId,
long parentCategoryId,
int status)
|
static int |
MBCategoryServiceUtil.getCategoriesCount(long groupId,
long parentCategoryId,
int status)
|
int |
MBCategoryService.getCategoriesCount(long groupId,
long parentCategoryId,
int status)
|
int |
MBCategoryLocalServiceWrapper.getCategoriesCount(long groupId,
long parentCategoryId,
int status)
|
static int |
MBCategoryLocalServiceUtil.getCategoriesCount(long groupId,
long parentCategoryId,
int status)
|
int |
MBCategoryLocalService.getCategoriesCount(long groupId,
long parentCategoryId,
int status)
|
MBCategory |
MBCategoryServiceWrapper.getCategory(long categoryId)
|
static MBCategory |
MBCategoryServiceUtil.getCategory(long categoryId)
|
MBCategory |
MBCategoryService.getCategory(long categoryId)
|
MBCategory |
MBCategoryLocalServiceWrapper.getCategory(long categoryId)
|
static MBCategory |
MBCategoryLocalServiceUtil.getCategory(long categoryId)
|
MBCategory |
MBCategoryLocalService.getCategory(long categoryId)
|
long[] |
MBCategoryServiceWrapper.getCategoryIds(long groupId,
long categoryId)
|
static long[] |
MBCategoryServiceUtil.getCategoryIds(long groupId,
long categoryId)
|
long[] |
MBCategoryService.getCategoryIds(long groupId,
long categoryId)
|
MBMailingList |
MBMailingListLocalServiceWrapper.getCategoryMailingList(long groupId,
long categoryId)
|
static MBMailingList |
MBMailingListLocalServiceUtil.getCategoryMailingList(long groupId,
long categoryId)
|
MBMailingList |
MBMailingListLocalService.getCategoryMailingList(long groupId,
long categoryId)
|
List<MBMessage> |
MBMessageServiceWrapper.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end)
|
static List<MBMessage> |
MBMessageServiceUtil.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageService.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalService.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalService.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator obc)
|
int |
MBMessageServiceWrapper.getCategoryMessagesCount(long groupId,
long categoryId,
int status)
|
static int |
MBMessageServiceUtil.getCategoryMessagesCount(long groupId,
long categoryId,
int status)
|
int |
MBMessageService.getCategoryMessagesCount(long groupId,
long categoryId,
int status)
|
int |
MBMessageLocalServiceWrapper.getCategoryMessagesCount(long groupId,
long categoryId,
int status)
|
static int |
MBMessageLocalServiceUtil.getCategoryMessagesCount(long groupId,
long categoryId,
int status)
|
int |
MBMessageLocalService.getCategoryMessagesCount(long groupId,
long categoryId,
int status)
|
String |
MBMessageServiceWrapper.getCategoryMessagesRSS(long groupId,
long categoryId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static String |
MBMessageServiceUtil.getCategoryMessagesRSS(long groupId,
long categoryId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
MBMessageService.getCategoryMessagesRSS(long groupId,
long categoryId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
int |
MBThreadLocalServiceWrapper.getCategoryThreadsCount(long groupId,
long categoryId,
int status)
|
static int |
MBThreadLocalServiceUtil.getCategoryThreadsCount(long groupId,
long categoryId,
int status)
|
int |
MBThreadLocalService.getCategoryThreadsCount(long groupId,
long categoryId,
int status)
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getCompanyCategories(long companyId,
int start,
int end)
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getCompanyCategories(long companyId,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalService.getCompanyCategories(long companyId,
int start,
int end)
|
int |
MBCategoryLocalServiceWrapper.getCompanyCategoriesCount(long companyId)
|
static int |
MBCategoryLocalServiceUtil.getCompanyCategoriesCount(long companyId)
|
int |
MBCategoryLocalService.getCompanyCategoriesCount(long companyId)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getCompanyMessages(long companyId,
int status,
int start,
int end)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getCompanyMessages(long companyId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalService.getCompanyMessages(long companyId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getCompanyMessages(long companyId,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getCompanyMessages(long companyId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalService.getCompanyMessages(long companyId,
int status,
int start,
int end,
OrderByComparator obc)
|
int |
MBMessageLocalServiceWrapper.getCompanyMessagesCount(long companyId,
int status)
|
static int |
MBMessageLocalServiceUtil.getCompanyMessagesCount(long companyId,
int status)
|
int |
MBMessageLocalService.getCompanyMessagesCount(long companyId,
int status)
|
String |
MBMessageServiceWrapper.getCompanyMessagesRSS(long companyId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static String |
MBMessageServiceUtil.getCompanyMessagesRSS(long companyId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
MBMessageService.getCompanyMessagesRSS(long companyId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
MBDiscussion |
MBDiscussionLocalServiceWrapper.getDiscussion(long discussionId)
|
static MBDiscussion |
MBDiscussionLocalServiceUtil.getDiscussion(long discussionId)
|
MBDiscussion |
MBDiscussionLocalService.getDiscussion(long discussionId)
|
MBDiscussion |
MBDiscussionLocalServiceWrapper.getDiscussion(String className,
long classPK)
|
static MBDiscussion |
MBDiscussionLocalServiceUtil.getDiscussion(String className,
long classPK)
|
MBDiscussion |
MBDiscussionLocalService.getDiscussion(String className,
long classPK)
|
MBMessageDisplay |
MBMessageLocalServiceWrapper.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status)
|
static MBMessageDisplay |
MBMessageLocalServiceUtil.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status)
|
MBMessageDisplay |
MBMessageLocalService.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status)
|
MBMessageDisplay |
MBMessageLocalServiceWrapper.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status,
String threadView)
|
static MBMessageDisplay |
MBMessageLocalServiceUtil.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status,
String threadView)
|
MBMessageDisplay |
MBMessageLocalService.getDiscussionMessageDisplay(long userId,
long groupId,
String className,
long classPK,
int status,
String threadView)
|
int |
MBMessageLocalServiceWrapper.getDiscussionMessagesCount(long classNameId,
long classPK,
int status)
|
static int |
MBMessageLocalServiceUtil.getDiscussionMessagesCount(long classNameId,
long classPK,
int status)
|
int |
MBMessageLocalService.getDiscussionMessagesCount(long classNameId,
long classPK,
int status)
|
int |
MBMessageLocalServiceWrapper.getDiscussionMessagesCount(String className,
long classPK,
int status)
|
static int |
MBMessageLocalServiceUtil.getDiscussionMessagesCount(String className,
long classPK,
int status)
|
int |
MBMessageLocalService.getDiscussionMessagesCount(String className,
long classPK,
int status)
|
List<MBDiscussion> |
MBMessageLocalServiceWrapper.getDiscussions(String className)
|
static List<MBDiscussion> |
MBMessageLocalServiceUtil.getDiscussions(String className)
|
List<MBDiscussion> |
MBMessageLocalService.getDiscussions(String className)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getGroupMessages(long groupId,
int status,
int start,
int end)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getGroupMessages(long groupId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getGroupMessages(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getGroupMessages(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc)
|
int |
MBMessageServiceWrapper.getGroupMessagesCount(long groupId,
int status)
|
static int |
MBMessageServiceUtil.getGroupMessagesCount(long groupId,
int status)
|
int |
MBMessageService.getGroupMessagesCount(long groupId,
int status)
|
int |
MBMessageLocalServiceWrapper.getGroupMessagesCount(long groupId,
int status)
|
static int |
MBMessageLocalServiceUtil.getGroupMessagesCount(long groupId,
int status)
|
int |
MBMessageLocalService.getGroupMessagesCount(long groupId,
int status)
|
int |
MBMessageLocalServiceWrapper.getGroupMessagesCount(long groupId,
long userId,
int status)
|
static int |
MBMessageLocalServiceUtil.getGroupMessagesCount(long groupId,
long userId,
int status)
|
int |
MBMessageLocalService.getGroupMessagesCount(long groupId,
long userId,
int status)
|
String |
MBMessageServiceWrapper.getGroupMessagesRSS(long groupId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static String |
MBMessageServiceUtil.getGroupMessagesRSS(long groupId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
MBMessageService.getGroupMessagesRSS(long groupId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
MBMessageServiceWrapper.getGroupMessagesRSS(long groupId,
long userId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static String |
MBMessageServiceUtil.getGroupMessagesRSS(long groupId,
long userId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
MBMessageService.getGroupMessagesRSS(long groupId,
long userId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
int status,
int start,
int end)
Deprecated. MBThreadLocalServiceWrapper.getGroupThreads(long, QueryDefinition) |
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
int status,
int start,
int end)
Deprecated. MBThreadLocalServiceUtil.getGroupThreads(long, QueryDefinition) |
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
int status,
int start,
int end)
Deprecated. MBThreadLocalService.getGroupThreads(long, QueryDefinition) |
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
QueryDefinition queryDefinition)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
long userId,
boolean subscribed,
QueryDefinition queryDefinition)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
long userId,
boolean subscribed,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
boolean subscribed,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadServiceWrapper.getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadServiceUtil.getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadService.getGroupThreads(long groupId,
long userId,
Date modifiedDate,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadServiceWrapper.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
|
static List<MBThread> |
MBThreadServiceUtil.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
|
List<MBThread> |
MBThreadService.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, boolean, boolean, QueryDefinition)} |
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, boolean, boolean, QueryDefinition)} |
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, boolean, boolean, QueryDefinition)} |
List<MBThread> |
MBThreadServiceWrapper.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
|
static List<MBThread> |
MBThreadServiceUtil.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
|
List<MBThread> |
MBThreadService.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, boolean, QueryDefinition)} |
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, boolean, QueryDefinition)} |
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
int status,
boolean subscribed,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, boolean, QueryDefinition)} |
List<MBThread> |
MBThreadServiceWrapper.getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadServiceUtil.getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadService.getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, QueryDefinition)} |
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, QueryDefinition)} |
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
int status,
int start,
int end)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreads( long, long, QueryDefinition)} |
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
long userId,
QueryDefinition queryDefinition)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
long userId,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
long userId,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getGroupThreads(long groupId,
QueryDefinition queryDefinition)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getGroupThreads(long groupId,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadLocalService.getGroupThreads(long groupId,
QueryDefinition queryDefinition)
|
int |
MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId,
int status)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, QueryDefinition)} |
static int |
MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId,
int status)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, QueryDefinition)} |
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
int status)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, QueryDefinition)} |
int |
MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
QueryDefinition queryDefinition)
|
static int |
MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
QueryDefinition queryDefinition)
|
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
boolean includeAnonymous,
QueryDefinition queryDefinition)
|
int |
MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
QueryDefinition queryDefinition)
|
static int |
MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
QueryDefinition queryDefinition)
|
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
boolean subscribed,
QueryDefinition queryDefinition)
|
int |
MBThreadServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
Date modifiedDate,
int status)
|
static int |
MBThreadServiceUtil.getGroupThreadsCount(long groupId,
long userId,
Date modifiedDate,
int status)
|
int |
MBThreadService.getGroupThreadsCount(long groupId,
long userId,
Date modifiedDate,
int status)
|
int |
MBThreadServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
int status)
|
static int |
MBThreadServiceUtil.getGroupThreadsCount(long groupId,
long userId,
int status)
|
int |
MBThreadService.getGroupThreadsCount(long groupId,
long userId,
int status)
|
int |
MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
int status)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, QueryDefinition)} |
static int |
MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId,
long userId,
int status)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, QueryDefinition)} |
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
int status)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, QueryDefinition)} |
int |
MBThreadServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
|
static int |
MBThreadServiceUtil.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
|
int |
MBThreadService.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
|
int |
MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, boolean, QueryDefinition)} |
static int |
MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, boolean, QueryDefinition)} |
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, boolean, QueryDefinition)} |
int |
MBThreadServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
|
static int |
MBThreadServiceUtil.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
|
int |
MBThreadService.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
|
int |
MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, boolean, boolean, QueryDefinition)} |
static int |
MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, boolean, boolean, QueryDefinition)} |
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
int status,
boolean subscribed,
boolean includeAnonymous)
Deprecated. {As of 6.2.0, replaced by @link #getGroupThreadsCount( long, long, boolean, boolean, QueryDefinition)} |
int |
MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId,
long userId,
QueryDefinition queryDefinition)
|
static int |
MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId,
long userId,
QueryDefinition queryDefinition)
|
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
long userId,
QueryDefinition queryDefinition)
|
int |
MBThreadLocalServiceWrapper.getGroupThreadsCount(long groupId,
QueryDefinition queryDefinition)
|
static int |
MBThreadLocalServiceUtil.getGroupThreadsCount(long groupId,
QueryDefinition queryDefinition)
|
int |
MBThreadLocalService.getGroupThreadsCount(long groupId,
QueryDefinition queryDefinition)
|
Date |
MBStatsUserLocalServiceWrapper.getLastPostDateByUserId(long groupId,
long userId)
|
static Date |
MBStatsUserLocalServiceUtil.getLastPostDateByUserId(long groupId,
long userId)
|
Date |
MBStatsUserLocalService.getLastPostDateByUserId(long groupId,
long userId)
|
MBBan |
MBBanLocalServiceWrapper.getMBBan(long banId)
Returns the message boards ban with the primary key. |
static MBBan |
MBBanLocalServiceUtil.getMBBan(long banId)
Returns the message boards ban with the primary key. |
MBBan |
MBBanLocalService.getMBBan(long banId)
Returns the message boards ban with the primary key. |
List<MBBan> |
MBBanLocalServiceWrapper.getMBBans(int start,
int end)
Returns a range of all the message boards bans. |
static List<MBBan> |
MBBanLocalServiceUtil.getMBBans(int start,
int end)
Returns a range of all the message boards bans. |
List<MBBan> |
MBBanLocalService.getMBBans(int start,
int end)
Returns a range of all the message boards bans. |
int |
MBBanLocalServiceWrapper.getMBBansCount()
Returns the number of message boards bans. |
static int |
MBBanLocalServiceUtil.getMBBansCount()
Returns the number of message boards bans. |
int |
MBBanLocalService.getMBBansCount()
Returns the number of message boards bans. |
List<MBCategory> |
MBCategoryLocalServiceWrapper.getMBCategories(int start,
int end)
Returns a range of all the message boards categories. |
static List<MBCategory> |
MBCategoryLocalServiceUtil.getMBCategories(int start,
int end)
Returns a range of all the message boards categories. |
List<MBCategory> |
MBCategoryLocalService.getMBCategories(int start,
int end)
Returns a range of all the message boards categories. |
int |
MBCategoryLocalServiceWrapper.getMBCategoriesCount()
Returns the number of message boards categories. |
static int |
MBCategoryLocalServiceUtil.getMBCategoriesCount()
Returns the number of message boards categories. |
int |
MBCategoryLocalService.getMBCategoriesCount()
Returns the number of message boards categories. |
MBCategory |
MBCategoryLocalServiceWrapper.getMBCategory(long categoryId)
Returns the message boards category with the primary key. |
static MBCategory |
MBCategoryLocalServiceUtil.getMBCategory(long categoryId)
Returns the message boards category with the primary key. |
MBCategory |
MBCategoryLocalService.getMBCategory(long categoryId)
Returns the message boards category with the primary key. |
MBCategory |
MBCategoryLocalServiceWrapper.getMBCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards category with the UUID in the group. |
static MBCategory |
MBCategoryLocalServiceUtil.getMBCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards category with the UUID in the group. |
MBCategory |
MBCategoryLocalService.getMBCategoryByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards category with the UUID in the group. |
MBDiscussion |
MBDiscussionLocalServiceWrapper.getMBDiscussion(long discussionId)
Returns the message boards discussion with the primary key. |
static MBDiscussion |
MBDiscussionLocalServiceUtil.getMBDiscussion(long discussionId)
Returns the message boards discussion with the primary key. |
MBDiscussion |
MBDiscussionLocalService.getMBDiscussion(long discussionId)
Returns the message boards discussion with the primary key. |
List<MBDiscussion> |
MBDiscussionLocalServiceWrapper.getMBDiscussions(int start,
int end)
Returns a range of all the message boards discussions. |
static List<MBDiscussion> |
MBDiscussionLocalServiceUtil.getMBDiscussions(int start,
int end)
Returns a range of all the message boards discussions. |
List<MBDiscussion> |
MBDiscussionLocalService.getMBDiscussions(int start,
int end)
Returns a range of all the message boards discussions. |
int |
MBDiscussionLocalServiceWrapper.getMBDiscussionsCount()
Returns the number of message boards discussions. |
static int |
MBDiscussionLocalServiceUtil.getMBDiscussionsCount()
Returns the number of message boards discussions. |
int |
MBDiscussionLocalService.getMBDiscussionsCount()
Returns the number of message boards discussions. |
MBMailingList |
MBMailingListLocalServiceWrapper.getMBMailingList(long mailingListId)
Returns the message boards mailing list with the primary key. |
static MBMailingList |
MBMailingListLocalServiceUtil.getMBMailingList(long mailingListId)
Returns the message boards mailing list with the primary key. |
MBMailingList |
MBMailingListLocalService.getMBMailingList(long mailingListId)
Returns the message boards mailing list with the primary key. |
MBMailingList |
MBMailingListLocalServiceWrapper.getMBMailingListByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards mailing list with the UUID in the group. |
static MBMailingList |
MBMailingListLocalServiceUtil.getMBMailingListByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards mailing list with the UUID in the group. |
MBMailingList |
MBMailingListLocalService.getMBMailingListByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards mailing list with the UUID in the group. |
List<MBMailingList> |
MBMailingListLocalServiceWrapper.getMBMailingLists(int start,
int end)
Returns a range of all the message boards mailing lists. |
static List<MBMailingList> |
MBMailingListLocalServiceUtil.getMBMailingLists(int start,
int end)
Returns a range of all the message boards mailing lists. |
List<MBMailingList> |
MBMailingListLocalService.getMBMailingLists(int start,
int end)
Returns a range of all the message boards mailing lists. |
int |
MBMailingListLocalServiceWrapper.getMBMailingListsCount()
Returns the number of message boards mailing lists. |
static int |
MBMailingListLocalServiceUtil.getMBMailingListsCount()
Returns the number of message boards mailing lists. |
int |
MBMailingListLocalService.getMBMailingListsCount()
Returns the number of message boards mailing lists. |
MBMessage |
MBMessageLocalServiceWrapper.getMBMessage(long messageId)
Returns the message-boards message with the primary key. |
static MBMessage |
MBMessageLocalServiceUtil.getMBMessage(long messageId)
Returns the message-boards message with the primary key. |
MBMessage |
MBMessageLocalService.getMBMessage(long messageId)
Returns the message-boards message with the primary key. |
MBMessage |
MBMessageLocalServiceWrapper.getMBMessageByUuidAndGroupId(String uuid,
long groupId)
Returns the message-boards message with the UUID in the group. |
static MBMessage |
MBMessageLocalServiceUtil.getMBMessageByUuidAndGroupId(String uuid,
long groupId)
Returns the message-boards message with the UUID in the group. |
MBMessage |
MBMessageLocalService.getMBMessageByUuidAndGroupId(String uuid,
long groupId)
Returns the message-boards message with the UUID in the group. |
List<MBMessage> |
MBMessageLocalServiceWrapper.getMBMessages(int start,
int end)
Returns a range of all the message-boards messages. |
static List<MBMessage> |
MBMessageLocalServiceUtil.getMBMessages(int start,
int end)
Returns a range of all the message-boards messages. |
List<MBMessage> |
MBMessageLocalService.getMBMessages(int start,
int end)
Returns a range of all the message-boards messages. |
int |
MBMessageLocalServiceWrapper.getMBMessagesCount()
Returns the number of message-boards messages. |
static int |
MBMessageLocalServiceUtil.getMBMessagesCount()
Returns the number of message-boards messages. |
int |
MBMessageLocalService.getMBMessagesCount()
Returns the number of message-boards messages. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.getMBStatsUser(long statsUserId)
Returns the message boards stats user with the primary key. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.getMBStatsUser(long statsUserId)
Returns the message boards stats user with the primary key. |
MBStatsUser |
MBStatsUserLocalService.getMBStatsUser(long statsUserId)
Returns the message boards stats user with the primary key. |
List<MBStatsUser> |
MBStatsUserLocalServiceWrapper.getMBStatsUsers(int start,
int end)
Returns a range of all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserLocalServiceUtil.getMBStatsUsers(int start,
int end)
Returns a range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserLocalService.getMBStatsUsers(int start,
int end)
Returns a range of all the message boards stats users. |
int |
MBStatsUserLocalServiceWrapper.getMBStatsUsersCount()
Returns the number of message boards stats users. |
static int |
MBStatsUserLocalServiceUtil.getMBStatsUsersCount()
Returns the number of message boards stats users. |
int |
MBStatsUserLocalService.getMBStatsUsersCount()
Returns the number of message boards stats users. |
MBThread |
MBThreadLocalServiceWrapper.getMBThread(long threadId)
Returns the message boards thread with the primary key. |
static MBThread |
MBThreadLocalServiceUtil.getMBThread(long threadId)
Returns the message boards thread with the primary key. |
MBThread |
MBThreadLocalService.getMBThread(long threadId)
Returns the message boards thread with the primary key. |
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.getMBThreadFlag(long threadFlagId)
Returns the message boards thread flag with the primary key. |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.getMBThreadFlag(long threadFlagId)
Returns the message boards thread flag with the primary key. |
MBThreadFlag |
MBThreadFlagLocalService.getMBThreadFlag(long threadFlagId)
Returns the message boards thread flag with the primary key. |
List<MBThreadFlag> |
MBThreadFlagLocalServiceWrapper.getMBThreadFlags(int start,
int end)
Returns a range of all the message boards thread flags. |
static List<MBThreadFlag> |
MBThreadFlagLocalServiceUtil.getMBThreadFlags(int start,
int end)
Returns a range of all the message boards thread flags. |
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlags(int start,
int end)
Returns a range of all the message boards thread flags. |
int |
MBThreadFlagLocalServiceWrapper.getMBThreadFlagsCount()
Returns the number of message boards thread flags. |
static int |
MBThreadFlagLocalServiceUtil.getMBThreadFlagsCount()
Returns the number of message boards thread flags. |
int |
MBThreadFlagLocalService.getMBThreadFlagsCount()
Returns the number of message boards thread flags. |
List<MBThread> |
MBThreadLocalServiceWrapper.getMBThreads(int start,
int end)
Returns a range of all the message boards threads. |
static List<MBThread> |
MBThreadLocalServiceUtil.getMBThreads(int start,
int end)
Returns a range of all the message boards threads. |
List<MBThread> |
MBThreadLocalService.getMBThreads(int start,
int end)
Returns a range of all the message boards threads. |
int |
MBThreadLocalServiceWrapper.getMBThreadsCount()
Returns the number of message boards threads. |
static int |
MBThreadLocalServiceUtil.getMBThreadsCount()
Returns the number of message boards threads. |
int |
MBThreadLocalService.getMBThreadsCount()
Returns the number of message boards threads. |
MBMessage |
MBMessageServiceWrapper.getMessage(long messageId)
|
static MBMessage |
MBMessageServiceUtil.getMessage(long messageId)
|
MBMessage |
MBMessageService.getMessage(long messageId)
|
MBMessage |
MBMessageLocalServiceWrapper.getMessage(long messageId)
|
static MBMessage |
MBMessageLocalServiceUtil.getMessage(long messageId)
|
MBMessage |
MBMessageLocalService.getMessage(long messageId)
|
long |
MBStatsUserLocalServiceWrapper.getMessageCountByGroupId(long groupId)
|
static long |
MBStatsUserLocalServiceUtil.getMessageCountByGroupId(long groupId)
|
long |
MBStatsUserLocalService.getMessageCountByGroupId(long groupId)
|
long |
MBStatsUserLocalServiceWrapper.getMessageCountByUserId(long userId)
|
static long |
MBStatsUserLocalServiceUtil.getMessageCountByUserId(long userId)
|
long |
MBStatsUserLocalService.getMessageCountByUserId(long userId)
|
MBMessageDisplay |
MBMessageServiceWrapper.getMessageDisplay(long messageId,
int status,
String threadView,
boolean includePrevAndNext)
|
static MBMessageDisplay |
MBMessageServiceUtil.getMessageDisplay(long messageId,
int status,
String threadView,
boolean includePrevAndNext)
|
MBMessageDisplay |
MBMessageService.getMessageDisplay(long messageId,
int status,
String threadView,
boolean includePrevAndNext)
|
MBMessageDisplay |
MBMessageLocalServiceWrapper.getMessageDisplay(long userId,
long messageId,
int status,
String threadView,
boolean includePrevAndNext)
|
static MBMessageDisplay |
MBMessageLocalServiceUtil.getMessageDisplay(long userId,
long messageId,
int status,
String threadView,
boolean includePrevAndNext)
|
MBMessageDisplay |
MBMessageLocalService.getMessageDisplay(long userId,
long messageId,
int status,
String threadView,
boolean includePrevAndNext)
|
MBMessageDisplay |
MBMessageLocalServiceWrapper.getMessageDisplay(long userId,
MBMessage message,
int status,
String threadView,
boolean includePrevAndNext)
|
static MBMessageDisplay |
MBMessageLocalServiceUtil.getMessageDisplay(long userId,
MBMessage message,
int status,
String threadView,
boolean includePrevAndNext)
|
MBMessageDisplay |
MBMessageLocalService.getMessageDisplay(long userId,
MBMessage message,
int status,
String threadView,
boolean includePrevAndNext)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getMessages(String className,
long classPK,
int status)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getMessages(String className,
long classPK,
int status)
|
List<MBMessage> |
MBMessageLocalService.getMessages(String className,
long classPK,
int status)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getNoAssetMessages()
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getNoAssetMessages()
|
List<MBMessage> |
MBMessageLocalService.getNoAssetMessages()
|
List<MBThread> |
MBThreadLocalServiceWrapper.getNoAssetThreads()
|
static List<MBThread> |
MBThreadLocalServiceUtil.getNoAssetThreads()
|
List<MBThread> |
MBThreadLocalService.getNoAssetThreads()
|
PersistedModel |
MBThreadLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MBThreadLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBThreadLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBThreadFlagLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MBThreadFlagLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBThreadFlagLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBStatsUserLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MBStatsUserLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBStatsUserLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBMessageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MBMessageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBMessageLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBMailingListLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MBMailingListLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBMailingListLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBDiscussionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MBDiscussionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBDiscussionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MBCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBBanLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MBBanLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MBBanLocalService.getPersistedModel(Serializable primaryKeyObj)
|
int |
MBMessageLocalServiceWrapper.getPositionInThread(long messageId)
|
static int |
MBMessageLocalServiceUtil.getPositionInThread(long messageId)
|
int |
MBMessageLocalService.getPositionInThread(long messageId)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getPriorityThreads(long categoryId,
double priority)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getPriorityThreads(long categoryId,
double priority)
|
List<MBThread> |
MBThreadLocalService.getPriorityThreads(long categoryId,
double priority)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getPriorityThreads(long categoryId,
double priority,
boolean inherit)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getPriorityThreads(long categoryId,
double priority,
boolean inherit)
|
List<MBThread> |
MBThreadLocalService.getPriorityThreads(long categoryId,
double priority,
boolean inherit)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.getStatsUser(long groupId,
long userId)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.getStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalService.getStatsUser(long groupId,
long userId)
|
List<MBStatsUser> |
MBStatsUserLocalServiceWrapper.getStatsUsersByGroupId(long groupId,
int start,
int end)
|
static List<MBStatsUser> |
MBStatsUserLocalServiceUtil.getStatsUsersByGroupId(long groupId,
int start,
int end)
|
List<MBStatsUser> |
MBStatsUserLocalService.getStatsUsersByGroupId(long groupId,
int start,
int end)
|
int |
MBStatsUserLocalServiceWrapper.getStatsUsersByGroupIdCount(long groupId)
|
static int |
MBStatsUserLocalServiceUtil.getStatsUsersByGroupIdCount(long groupId)
|
int |
MBStatsUserLocalService.getStatsUsersByGroupIdCount(long groupId)
|
List<MBStatsUser> |
MBStatsUserLocalServiceWrapper.getStatsUsersByUserId(long userId)
|
static List<MBStatsUser> |
MBStatsUserLocalServiceUtil.getStatsUsersByUserId(long userId)
|
List<MBStatsUser> |
MBStatsUserLocalService.getStatsUsersByUserId(long userId)
|
List<Long> |
MBCategoryServiceWrapper.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
static List<Long> |
MBCategoryServiceUtil.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
List<Long> |
MBCategoryService.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
List<Long> |
MBCategoryLocalServiceWrapper.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
static List<Long> |
MBCategoryLocalServiceUtil.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
List<Long> |
MBCategoryLocalService.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
List<MBCategory> |
MBCategoryServiceWrapper.getSubscribedCategories(long groupId,
long userId,
int start,
int end)
|
static List<MBCategory> |
MBCategoryServiceUtil.getSubscribedCategories(long groupId,
long userId,
int start,
int end)
|
List<MBCategory> |
MBCategoryService.getSubscribedCategories(long groupId,
long userId,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getSubscribedCategories(long groupId,
long userId,
int start,
int end)
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getSubscribedCategories(long groupId,
long userId,
int start,
int end)
|
List<MBCategory> |
MBCategoryLocalService.getSubscribedCategories(long groupId,
long userId,
int start,
int end)
|
int |
MBCategoryServiceWrapper.getSubscribedCategoriesCount(long groupId,
long userId)
|
static int |
MBCategoryServiceUtil.getSubscribedCategoriesCount(long groupId,
long userId)
|
int |
MBCategoryService.getSubscribedCategoriesCount(long groupId,
long userId)
|
int |
MBCategoryLocalServiceWrapper.getSubscribedCategoriesCount(long groupId,
long userId)
|
static int |
MBCategoryLocalServiceUtil.getSubscribedCategoriesCount(long groupId,
long userId)
|
int |
MBCategoryLocalService.getSubscribedCategoriesCount(long groupId,
long userId)
|
MBThread |
MBThreadLocalServiceWrapper.getThread(long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.getThread(long threadId)
|
MBThread |
MBThreadLocalService.getThread(long threadId)
|
int |
MBMessageServiceWrapper.getThreadAnswersCount(long groupId,
long categoryId,
long threadId)
|
static int |
MBMessageServiceUtil.getThreadAnswersCount(long groupId,
long categoryId,
long threadId)
|
int |
MBMessageService.getThreadAnswersCount(long groupId,
long categoryId,
long threadId)
|
MBDiscussion |
MBDiscussionLocalServiceWrapper.getThreadDiscussion(long threadId)
|
static MBDiscussion |
MBDiscussionLocalServiceUtil.getThreadDiscussion(long threadId)
|
MBDiscussion |
MBDiscussionLocalService.getThreadDiscussion(long threadId)
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.getThreadFlag(long userId,
MBThread thread)
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.getThreadFlag(long userId,
MBThread thread)
|
MBThreadFlag |
MBThreadFlagLocalService.getThreadFlag(long userId,
MBThread thread)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getThreadMessages(long threadId,
int status)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getThreadMessages(long threadId,
int status)
|
List<MBMessage> |
MBMessageLocalService.getThreadMessages(long threadId,
int status)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getThreadMessages(long threadId,
int status,
Comparator<MBMessage> comparator)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getThreadMessages(long threadId,
int status,
Comparator<MBMessage> comparator)
|
List<MBMessage> |
MBMessageLocalService.getThreadMessages(long threadId,
int status,
Comparator<MBMessage> comparator)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getThreadMessages(long threadId,
int status,
int start,
int end)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getThreadMessages(long threadId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalService.getThreadMessages(long threadId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageServiceWrapper.getThreadMessages(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
|
static List<MBMessage> |
MBMessageServiceUtil.getThreadMessages(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageService.getThreadMessages(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
|
int |
MBMessageLocalServiceWrapper.getThreadMessagesCount(long threadId,
int status)
|
static int |
MBMessageLocalServiceUtil.getThreadMessagesCount(long threadId,
int status)
|
int |
MBMessageLocalService.getThreadMessagesCount(long threadId,
int status)
|
int |
MBMessageServiceWrapper.getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status)
|
static int |
MBMessageServiceUtil.getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status)
|
int |
MBMessageService.getThreadMessagesCount(long groupId,
long categoryId,
long threadId,
int status)
|
String |
MBMessageServiceWrapper.getThreadMessagesRSS(long threadId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static String |
MBMessageServiceUtil.getThreadMessagesRSS(long threadId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
String |
MBMessageService.getThreadMessagesRSS(long threadId,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getThreadRepliesMessages(long threadId,
int status,
int start,
int end)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getThreadRepliesMessages(long threadId,
int status,
int start,
int end)
|
List<MBMessage> |
MBMessageLocalService.getThreadRepliesMessages(long threadId,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadServiceWrapper.getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadServiceUtil.getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadService.getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadLocalServiceWrapper.getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadLocalServiceUtil.getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
List<MBThread> |
MBThreadLocalService.getThreads(long groupId,
long categoryId,
int status,
int start,
int end)
|
int |
MBThreadServiceWrapper.getThreadsCount(long groupId,
long categoryId,
int status)
|
static int |
MBThreadServiceUtil.getThreadsCount(long groupId,
long categoryId,
int status)
|
int |
MBThreadService.getThreadsCount(long groupId,
long categoryId,
int status)
|
int |
MBThreadLocalServiceWrapper.getThreadsCount(long groupId,
long categoryId,
int status)
|
static int |
MBThreadLocalServiceUtil.getThreadsCount(long groupId,
long categoryId,
int status)
|
int |
MBThreadLocalService.getThreadsCount(long groupId,
long categoryId,
int status)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId,
String className,
long classPK,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId,
String className,
long classPK,
int status,
int start,
int end,
OrderByComparator obc)
|
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
String className,
long classPK,
int status,
int start,
int end,
OrderByComparator obc)
|
int |
MBMessageLocalServiceWrapper.getUserDiscussionMessagesCount(long userId,
long[] classNameIds,
int status)
|
static int |
MBMessageLocalServiceUtil.getUserDiscussionMessagesCount(long userId,
long[] classNameIds,
int status)
|
int |
MBMessageLocalService.getUserDiscussionMessagesCount(long userId,
long[] classNameIds,
int status)
|
int |
MBMessageLocalServiceWrapper.getUserDiscussionMessagesCount(long userId,
long classNameId,
long classPK,
int status)
|
static int |
MBMessageLocalServiceUtil.getUserDiscussionMessagesCount(long userId,
long classNameId,
long classPK,
int status)
|
int |
MBMessageLocalService.getUserDiscussionMessagesCount(long userId,
long classNameId,
long classPK,
int status)
|
int |
MBMessageLocalServiceWrapper.getUserDiscussionMessagesCount(long userId,
String className,
long classPK,
int status)
|
static int |
MBMessageLocalServiceUtil.getUserDiscussionMessagesCount(long userId,
String className,
long classPK,
int status)
|
int |
MBMessageLocalService.getUserDiscussionMessagesCount(long userId,
String className,
long classPK,
int status)
|
boolean |
MBThreadLocalServiceWrapper.hasAnswerMessage(long threadId)
|
static boolean |
MBThreadLocalServiceUtil.hasAnswerMessage(long threadId)
|
boolean |
MBThreadLocalService.hasAnswerMessage(long threadId)
|
boolean |
MBBanLocalServiceWrapper.hasBan(long groupId,
long banUserId)
|
static boolean |
MBBanLocalServiceUtil.hasBan(long groupId,
long banUserId)
|
boolean |
MBBanLocalService.hasBan(long groupId,
long banUserId)
|
boolean |
MBThreadFlagLocalServiceWrapper.hasThreadFlag(long userId,
MBThread thread)
|
static boolean |
MBThreadFlagLocalServiceUtil.hasThreadFlag(long userId,
MBThread thread)
|
boolean |
MBThreadFlagLocalService.hasThreadFlag(long userId,
MBThread thread)
|
MBThread |
MBThreadLocalServiceWrapper.incrementViewCounter(long threadId,
int increment)
|
static MBThread |
MBThreadLocalServiceUtil.incrementViewCounter(long threadId,
int increment)
|
MBThread |
MBThreadLocalService.incrementViewCounter(long threadId,
int increment)
|
Lock |
MBThreadServiceWrapper.lockThread(long threadId)
|
static Lock |
MBThreadServiceUtil.lockThread(long threadId)
|
Lock |
MBThreadService.lockThread(long threadId)
|
void |
MBCategoryLocalServiceWrapper.moveCategoriesToTrash(long groupId,
long userId)
|
static void |
MBCategoryLocalServiceUtil.moveCategoriesToTrash(long groupId,
long userId)
|
void |
MBCategoryLocalService.moveCategoriesToTrash(long groupId,
long userId)
|
MBCategory |
MBCategoryServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory)
|
static MBCategory |
MBCategoryServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory)
|
MBCategory |
MBCategoryService.moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory)
|
MBCategory |
MBCategoryLocalServiceWrapper.moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory)
|
static MBCategory |
MBCategoryLocalServiceUtil.moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory)
|
MBCategory |
MBCategoryLocalService.moveCategory(long categoryId,
long parentCategoryId,
boolean mergeWithParentCategory)
|
MBCategory |
MBCategoryServiceWrapper.moveCategoryFromTrash(long categoryId,
long newCategoryId)
|
static MBCategory |
MBCategoryServiceUtil.moveCategoryFromTrash(long categoryId,
long newCategoryId)
|
MBCategory |
MBCategoryService.moveCategoryFromTrash(long categoryId,
long newCategoryId)
|
MBCategory |
MBCategoryLocalServiceWrapper.moveCategoryFromTrash(long userId,
long categoryId,
long newCategoryId)
|
static MBCategory |
MBCategoryLocalServiceUtil.moveCategoryFromTrash(long userId,
long categoryId,
long newCategoryId)
|
MBCategory |
MBCategoryLocalService.moveCategoryFromTrash(long userId,
long categoryId,
long newCategoryId)
|
MBCategory |
MBCategoryServiceWrapper.moveCategoryToTrash(long categoryId)
|
static MBCategory |
MBCategoryServiceUtil.moveCategoryToTrash(long categoryId)
|
MBCategory |
MBCategoryService.moveCategoryToTrash(long categoryId)
|
MBCategory |
MBCategoryLocalServiceWrapper.moveCategoryToTrash(long userId,
long categoryId)
|
static MBCategory |
MBCategoryLocalServiceUtil.moveCategoryToTrash(long userId,
long categoryId)
|
MBCategory |
MBCategoryLocalService.moveCategoryToTrash(long userId,
long categoryId)
|
long |
MBMessageLocalServiceWrapper.moveMessageAttachmentToTrash(long userId,
long messageId,
String fileName)
|
static long |
MBMessageLocalServiceUtil.moveMessageAttachmentToTrash(long userId,
long messageId,
String fileName)
|
long |
MBMessageLocalService.moveMessageAttachmentToTrash(long userId,
long messageId,
String fileName)
|
MBThread |
MBThreadServiceWrapper.moveThread(long categoryId,
long threadId)
|
static MBThread |
MBThreadServiceUtil.moveThread(long categoryId,
long threadId)
|
MBThread |
MBThreadService.moveThread(long categoryId,
long threadId)
|
MBThread |
MBThreadLocalServiceWrapper.moveThread(long groupId,
long categoryId,
long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.moveThread(long groupId,
long categoryId,
long threadId)
|
MBThread |
MBThreadLocalService.moveThread(long groupId,
long categoryId,
long threadId)
|
MBThread |
MBThreadServiceWrapper.moveThreadFromTrash(long categoryId,
long threadId)
|
static MBThread |
MBThreadServiceUtil.moveThreadFromTrash(long categoryId,
long threadId)
|
MBThread |
MBThreadService.moveThreadFromTrash(long categoryId,
long threadId)
|
MBThread |
MBThreadLocalServiceWrapper.moveThreadFromTrash(long userId,
long categoryId,
long threadId)
|
static MBThread |
MBThreadLocalServiceUtil.moveThreadFromTrash(long userId,
long categoryId,
long threadId)
|
MBThread |
MBThreadLocalService.moveThreadFromTrash(long userId,
long categoryId,
long threadId)
|
void |
MBThreadLocalServiceWrapper.moveThreadsToTrash(long groupId,
long userId)
|
static void |
MBThreadLocalServiceUtil.moveThreadsToTrash(long groupId,
long userId)
|
void |
MBThreadLocalService.moveThreadsToTrash(long groupId,
long userId)
|
MBThread |
MBThreadServiceWrapper.moveThreadToTrash(long threadId)
|
static MBThread |
MBThreadServiceUtil.moveThreadToTrash(long threadId)
|
MBThread |
MBThreadService.moveThreadToTrash(long threadId)
|
MBThread |
MBThreadLocalServiceWrapper.moveThreadToTrash(long userId,
long entryId)
|
static MBThread |
MBThreadLocalServiceUtil.moveThreadToTrash(long userId,
long entryId)
|
MBThread |
MBThreadLocalService.moveThreadToTrash(long userId,
long entryId)
|
MBThread |
MBThreadLocalServiceWrapper.moveThreadToTrash(long userId,
MBThread thread)
|
static MBThread |
MBThreadLocalServiceUtil.moveThreadToTrash(long userId,
MBThread thread)
|
MBThread |
MBThreadLocalService.moveThreadToTrash(long userId,
MBThread thread)
|
void |
MBCategoryServiceWrapper.restoreCategoryFromTrash(long categoryId)
|
static void |
MBCategoryServiceUtil.restoreCategoryFromTrash(long categoryId)
|
void |
MBCategoryService.restoreCategoryFromTrash(long categoryId)
|
void |
MBCategoryLocalServiceWrapper.restoreCategoryFromTrash(long userId,
long categoryId)
|
static void |
MBCategoryLocalServiceUtil.restoreCategoryFromTrash(long userId,
long categoryId)
|
void |
MBCategoryLocalService.restoreCategoryFromTrash(long userId,
long categoryId)
|
void |
MBMessageLocalServiceWrapper.restoreMessageAttachmentFromTrash(long userId,
long messageId,
String deletedFileName)
|
static void |
MBMessageLocalServiceUtil.restoreMessageAttachmentFromTrash(long userId,
long messageId,
String deletedFileName)
|
void |
MBMessageLocalService.restoreMessageAttachmentFromTrash(long userId,
long messageId,
String deletedFileName)
|
void |
MBMessageServiceWrapper.restoreMessageAttachmentFromTrash(long messageId,
String fileName)
|
static void |
MBMessageServiceUtil.restoreMessageAttachmentFromTrash(long messageId,
String fileName)
|
void |
MBMessageService.restoreMessageAttachmentFromTrash(long messageId,
String fileName)
|
void |
MBThreadServiceWrapper.restoreThreadFromTrash(long threadId)
|
static void |
MBThreadServiceUtil.restoreThreadFromTrash(long threadId)
|
void |
MBThreadService.restoreThreadFromTrash(long threadId)
|
void |
MBThreadLocalServiceWrapper.restoreThreadFromTrash(long userId,
long threadId)
|
static void |
MBThreadLocalServiceUtil.restoreThreadFromTrash(long userId,
long threadId)
|
void |
MBThreadLocalService.restoreThreadFromTrash(long userId,
long threadId)
|
MBThread |
MBThreadServiceWrapper.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
static MBThread |
MBThreadServiceUtil.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadService.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalServiceWrapper.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
static MBThread |
MBThreadLocalServiceUtil.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalService.splitThread(long messageId,
String subject,
ServiceContext serviceContext)
|
void |
MBCategoryServiceWrapper.subscribeCategory(long groupId,
long categoryId)
|
static void |
MBCategoryServiceUtil.subscribeCategory(long groupId,
long categoryId)
|
void |
MBCategoryService.subscribeCategory(long groupId,
long categoryId)
|
void |
MBCategoryLocalServiceWrapper.subscribeCategory(long userId,
long groupId,
long categoryId)
|
static void |
MBCategoryLocalServiceUtil.subscribeCategory(long userId,
long groupId,
long categoryId)
|
void |
MBCategoryLocalService.subscribeCategory(long userId,
long groupId,
long categoryId)
|
void |
MBMessageServiceWrapper.subscribeMessage(long messageId)
|
static void |
MBMessageServiceUtil.subscribeMessage(long messageId)
|
void |
MBMessageService.subscribeMessage(long messageId)
|
void |
MBMessageLocalServiceWrapper.subscribeMessage(long userId,
long messageId)
|
static void |
MBMessageLocalServiceUtil.subscribeMessage(long userId,
long messageId)
|
void |
MBMessageLocalService.subscribeMessage(long userId,
long messageId)
|
void |
MBThreadServiceWrapper.unlockThread(long threadId)
|
static void |
MBThreadServiceUtil.unlockThread(long threadId)
|
void |
MBThreadService.unlockThread(long threadId)
|
void |
MBCategoryServiceWrapper.unsubscribeCategory(long groupId,
long categoryId)
|
static void |
MBCategoryServiceUtil.unsubscribeCategory(long groupId,
long categoryId)
|
void |
MBCategoryService.unsubscribeCategory(long groupId,
long categoryId)
|
void |
MBCategoryLocalServiceWrapper.unsubscribeCategory(long userId,
long groupId,
long categoryId)
|
static void |
MBCategoryLocalServiceUtil.unsubscribeCategory(long userId,
long groupId,
long categoryId)
|
void |
MBCategoryLocalService.unsubscribeCategory(long userId,
long groupId,
long categoryId)
|
void |
MBMessageServiceWrapper.unsubscribeMessage(long messageId)
|
static void |
MBMessageServiceUtil.unsubscribeMessage(long messageId)
|
void |
MBMessageService.unsubscribeMessage(long messageId)
|
void |
MBMessageLocalServiceWrapper.unsubscribeMessage(long userId,
long messageId)
|
static void |
MBMessageLocalServiceUtil.unsubscribeMessage(long userId,
long messageId)
|
void |
MBMessageLocalService.unsubscribeMessage(long userId,
long messageId)
|
void |
MBMessageServiceWrapper.updateAnswer(long messageId,
boolean answer,
boolean cascade)
|
static void |
MBMessageServiceUtil.updateAnswer(long messageId,
boolean answer,
boolean cascade)
|
void |
MBMessageService.updateAnswer(long messageId,
boolean answer,
boolean cascade)
|
void |
MBMessageLocalServiceWrapper.updateAnswer(long messageId,
boolean answer,
boolean cascade)
|
static void |
MBMessageLocalServiceUtil.updateAnswer(long messageId,
boolean answer,
boolean cascade)
|
void |
MBMessageLocalService.updateAnswer(long messageId,
boolean answer,
boolean cascade)
|
void |
MBMessageLocalServiceWrapper.updateAnswer(MBMessage message,
boolean answer,
boolean cascade)
|
static void |
MBMessageLocalServiceUtil.updateAnswer(MBMessage message,
boolean answer,
boolean cascade)
|
void |
MBMessageLocalService.updateAnswer(MBMessage message,
boolean answer,
boolean cascade)
|
void |
MBMessageLocalServiceWrapper.updateAsset(long userId,
MBMessage message,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
MBMessageLocalServiceUtil.updateAsset(long userId,
MBMessage message,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
MBMessageLocalService.updateAsset(long userId,
MBMessage message,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
MBCategory |
MBCategoryServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean mailingListActive,
boolean allowAnonymousEmail,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryLocalServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
MBCategory |
MBCategoryLocalService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
String displayStyle,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean mailingListActive,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
void |
MBCategoryLocalServiceWrapper.updateDependentStatus(User user,
List<Object> categoriesAndThreads,
int status)
|
static void |
MBCategoryLocalServiceUtil.updateDependentStatus(User user,
List<Object> categoriesAndThreads,
int status)
|
void |
MBCategoryLocalService.updateDependentStatus(User user,
List<Object> categoriesAndThreads,
int status)
|
MBMessage |
MBMessageLocalServiceWrapper.updateDiscussionMessage(long userId,
long messageId,
String className,
long classPK,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.updateDiscussionMessage(long userId,
long messageId,
String className,
long classPK,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.updateDiscussionMessage(long userId,
long messageId,
String className,
long classPK,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageServiceWrapper.updateDiscussionMessage(String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
String subject,
String body,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.updateDiscussionMessage(String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.updateDiscussionMessage(String className,
long classPK,
String permissionClassName,
long permissionClassPK,
long permissionOwnerId,
long messageId,
String subject,
String body,
ServiceContext serviceContext)
|
MBMailingList |
MBMailingListLocalServiceWrapper.updateMailingList(long mailingListId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
static MBMailingList |
MBMailingListLocalServiceUtil.updateMailingList(long mailingListId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
MBMailingList |
MBMailingListLocalService.updateMailingList(long mailingListId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean allowAnonymous,
boolean active,
ServiceContext serviceContext)
|
MBBan |
MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan)
Updates the message boards ban in the database or adds it if it does not yet exist. |
static MBBan |
MBBanLocalServiceUtil.updateMBBan(MBBan mbBan)
Updates the message boards ban in the database or adds it if it does not yet exist. |
MBBan |
MBBanLocalService.updateMBBan(MBBan mbBan)
Updates the message boards ban in the database or adds it if it does not yet exist. |
MBCategory |
MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory)
Updates the message boards category in the database or adds it if it does not yet exist. |
static MBCategory |
MBCategoryLocalServiceUtil.updateMBCategory(MBCategory mbCategory)
Updates the message boards category in the database or adds it if it does not yet exist. |
MBCategory |
MBCategoryLocalService.updateMBCategory(MBCategory mbCategory)
Updates the message boards category in the database or adds it if it does not yet exist. |
MBDiscussion |
MBDiscussionLocalServiceWrapper.updateMBDiscussion(MBDiscussion mbDiscussion)
Updates the message boards discussion in the database or adds it if it does not yet exist. |
static MBDiscussion |
MBDiscussionLocalServiceUtil.updateMBDiscussion(MBDiscussion mbDiscussion)
Updates the message boards discussion in the database or adds it if it does not yet exist. |
MBDiscussion |
MBDiscussionLocalService.updateMBDiscussion(MBDiscussion mbDiscussion)
Updates the message boards discussion in the database or adds it if it does not yet exist. |
MBMailingList |
MBMailingListLocalServiceWrapper.updateMBMailingList(MBMailingList mbMailingList)
Updates the message boards mailing list in the database or adds it if it does not yet exist. |
static MBMailingList |
MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList)
Updates the message boards mailing list in the database or adds it if it does not yet exist. |
MBMailingList |
MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList)
Updates the message boards mailing list in the database or adds it if it does not yet exist. |
MBMessage |
MBMessageLocalServiceWrapper.updateMBMessage(MBMessage mbMessage)
Updates the message-boards message in the database or adds it if it does not yet exist. |
static MBMessage |
MBMessageLocalServiceUtil.updateMBMessage(MBMessage mbMessage)
Updates the message-boards message in the database or adds it if it does not yet exist. |
MBMessage |
MBMessageLocalService.updateMBMessage(MBMessage mbMessage)
Updates the message-boards message in the database or adds it if it does not yet exist. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
MBStatsUser |
MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
MBThread |
MBThreadLocalServiceWrapper.updateMBThread(MBThread mbThread)
Updates the message boards thread in the database or adds it if it does not yet exist. |
static MBThread |
MBThreadLocalServiceUtil.updateMBThread(MBThread mbThread)
Updates the message boards thread in the database or adds it if it does not yet exist. |
MBThread |
MBThreadLocalService.updateMBThread(MBThread mbThread)
Updates the message boards thread in the database or adds it if it does not yet exist. |
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist. |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist. |
MBThreadFlag |
MBThreadFlagLocalService.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist. |
MBMessage |
MBMessageLocalServiceWrapper.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalServiceWrapper.updateMessage(long messageId,
String body)
|
static MBMessage |
MBMessageLocalServiceUtil.updateMessage(long messageId,
String body)
|
MBMessage |
MBMessageLocalService.updateMessage(long messageId,
String body)
|
MBMessage |
MBMessageServiceWrapper.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageServiceUtil.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
MBMessage |
MBMessageService.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext)
|
void |
MBThreadLocalServiceWrapper.updateQuestion(long threadId,
boolean question)
|
static void |
MBThreadLocalServiceUtil.updateQuestion(long threadId,
boolean question)
|
void |
MBThreadLocalService.updateQuestion(long threadId,
boolean question)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateStatsUser(long groupId,
long userId)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalService.updateStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateStatsUser(long groupId,
long userId,
Date lastPostDate)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateStatsUser(long groupId,
long userId,
Date lastPostDate)
|
MBStatsUser |
MBStatsUserLocalService.updateStatsUser(long groupId,
long userId,
Date lastPostDate)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateStatsUser(long groupId,
long userId,
int messageCount,
Date lastPostDate)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateStatsUser(long groupId,
long userId,
int messageCount,
Date lastPostDate)
|
MBStatsUser |
MBStatsUserLocalService.updateStatsUser(long groupId,
long userId,
int messageCount,
Date lastPostDate)
|
MBCategory |
MBCategoryLocalServiceWrapper.updateStatus(long userId,
long categoryId,
int status)
|
static MBCategory |
MBCategoryLocalServiceUtil.updateStatus(long userId,
long categoryId,
int status)
|
MBCategory |
MBCategoryLocalService.updateStatus(long userId,
long categoryId,
int status)
|
MBThread |
MBThreadLocalServiceWrapper.updateStatus(long userId,
long threadId,
int status,
int categoryStatus)
|
static MBThread |
MBThreadLocalServiceUtil.updateStatus(long userId,
long threadId,
int status,
int categoryStatus)
|
MBThread |
MBThreadLocalService.updateStatus(long userId,
long threadId,
int status,
int categoryStatus)
|
MBMessage |
MBMessageLocalServiceWrapper.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageLocalServiceUtil.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext)
|
MBMessage |
MBMessageLocalService.updateStatus(long userId,
long messageId,
int status,
ServiceContext serviceContext)
|
MBThread |
MBThreadLocalServiceWrapper.updateThread(long threadId,
int viewCount)
Deprecated. MBThreadLocalServiceWrapper.incrementViewCounter(long, int) |
static MBThread |
MBThreadLocalServiceUtil.updateThread(long threadId,
int viewCount)
Deprecated. MBThreadLocalServiceUtil.incrementViewCounter(long, int) |
MBThread |
MBThreadLocalService.updateThread(long threadId,
int viewCount)
Deprecated. MBThreadLocalService.incrementViewCounter(long, int) |
void |
MBMessageLocalServiceWrapper.updateUserName(long userId,
String userName)
|
static void |
MBMessageLocalServiceUtil.updateUserName(long userId,
String userName)
|
void |
MBMessageLocalService.updateUserName(long userId,
String userName)
|
| Uses of SystemException in com.liferay.portlet.messageboards.service.persistence |
|---|
| Methods in com.liferay.portlet.messageboards.service.persistence that throw SystemException | |
|---|---|
static int |
MBThreadUtil.countAll()
Returns the number of message boards threads. |
int |
MBThreadPersistence.countAll()
Returns the number of message boards threads. |
static int |
MBThreadFlagUtil.countAll()
Returns the number of message boards thread flags. |
int |
MBThreadFlagPersistence.countAll()
Returns the number of message boards thread flags. |
static int |
MBStatsUserUtil.countAll()
Returns the number of message boards stats users. |
int |
MBStatsUserPersistence.countAll()
Returns the number of message boards stats users. |
static int |
MBMessageUtil.countAll()
Returns the number of message-boards messages. |
int |
MBMessagePersistence.countAll()
Returns the number of message-boards messages. |
static int |
MBMailingListUtil.countAll()
Returns the number of message boards mailing lists. |
int |
MBMailingListPersistence.countAll()
Returns the number of message boards mailing lists. |
static int |
MBDiscussionUtil.countAll()
Returns the number of message boards discussions. |
int |
MBDiscussionPersistence.countAll()
Returns the number of message boards discussions. |
static int |
MBCategoryUtil.countAll()
Returns the number of message boards categories. |
int |
MBCategoryPersistence.countAll()
Returns the number of message boards categories. |
static int |
MBBanUtil.countAll()
Returns the number of message boards bans. |
int |
MBBanPersistence.countAll()
Returns the number of message boards bans. |
static int |
MBMailingListUtil.countByActive(boolean active)
Returns the number of message boards mailing lists where active = ?. |
int |
MBMailingListPersistence.countByActive(boolean active)
Returns the number of message boards mailing lists where active = ?. |
static int |
MBBanUtil.countByBanUserId(long banUserId)
Returns the number of message boards bans where banUserId = ?. |
int |
MBBanPersistence.countByBanUserId(long banUserId)
Returns the number of message boards bans where banUserId = ?. |
static int |
MBMessageUtil.countByC_C_S(long classNameId,
long classPK,
int status)
Returns the number of message-boards messages where classNameId = ? and classPK = ? and status = ?. |
int |
MBMessagePersistence.countByC_C_S(long classNameId,
long classPK,
int status)
Returns the number of message-boards messages where classNameId = ? and classPK = ? and status = ?. |
static int |
MBMessageUtil.countByC_C(long classNameId,
long classPK)
Returns the number of message-boards messages where classNameId = ? and classPK = ?. |
int |
MBMessagePersistence.countByC_C(long classNameId,
long classPK)
Returns the number of message-boards messages where classNameId = ? and classPK = ?. |
static int |
MBDiscussionUtil.countByC_C(long classNameId,
long classPK)
Returns the number of message boards discussions where classNameId = ? and classPK = ?. |
int |
MBDiscussionPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of message boards discussions where classNameId = ? and classPK = ?. |
static int |
MBThreadUtil.countByC_P(long categoryId,
double priority)
Returns the number of message boards threads where categoryId = ? and priority = ?. |
int |
MBThreadPersistence.countByC_P(long categoryId,
double priority)
Returns the number of message boards threads where categoryId = ? and priority = ?. |
static int |
MBMessageUtil.countByC_S(long companyId,
int status)
Returns the number of message-boards messages where companyId = ? and status = ?. |
int |
MBMessagePersistence.countByC_S(long companyId,
int status)
Returns the number of message-boards messages where companyId = ? and status = ?. |
static int |
MBCategoryUtil.countByC_S(long companyId,
int status)
Returns the number of message boards categories where companyId = ? and status = ?. |
int |
MBCategoryPersistence.countByC_S(long companyId,
int status)
Returns the number of message boards categories where companyId = ? and status = ?. |
static int |
MBMessageFinderUtil.countByC_T(Date createDate,
long threadId)
|
int |
MBMessageFinder.countByC_T(Date createDate,
long threadId)
|
static int |
MBDiscussionUtil.countByClassNameId(long classNameId)
Returns the number of message boards discussions where classNameId = ?. |
int |
MBDiscussionPersistence.countByClassNameId(long classNameId)
Returns the number of message boards discussions where classNameId = ?. |
static int |
MBMessageUtil.countByCompanyId(long companyId)
Returns the number of message-boards messages where companyId = ?. |
int |
MBMessagePersistence.countByCompanyId(long companyId)
Returns the number of message-boards messages where companyId = ?. |
static int |
MBCategoryUtil.countByCompanyId(long companyId)
Returns the number of message boards categories where companyId = ?. |
int |
MBCategoryPersistence.countByCompanyId(long companyId)
Returns the number of message boards categories where companyId = ?. |
static int |
MBBanUtil.countByG_B(long groupId,
long banUserId)
Returns the number of message boards bans where groupId = ? and banUserId = ?. |
int |
MBBanPersistence.countByG_B(long groupId,
long banUserId)
Returns the number of message boards bans where groupId = ? and banUserId = ?. |
static int |
MBThreadUtil.countByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns the number of message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
int |
MBThreadPersistence.countByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns the number of message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
static int |
MBThreadUtil.countByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
int |
MBThreadPersistence.countByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
static int |
MBThreadUtil.countByG_C_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
int |
MBThreadPersistence.countByG_C_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
static int |
MBThreadUtil.countByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = any ? and status = ?. |
int |
MBThreadPersistence.countByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = any ? and status = ?. |
static int |
MBThreadUtil.countByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = ? and status = ?. |
int |
MBThreadPersistence.countByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId = ? and status = ?. |
static int |
MBMessageUtil.countByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and status = ?. |
int |
MBMessagePersistence.countByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and status = ?. |
static int |
MBMessageUtil.countByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
int |
MBMessagePersistence.countByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static int |
MBMessageUtil.countByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
int |
MBMessagePersistence.countByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static int |
MBMessageUtil.countByG_C_T(long groupId,
long categoryId,
long threadId)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
int |
MBMessagePersistence.countByG_C_T(long groupId,
long categoryId,
long threadId)
Returns the number of message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
static int |
MBThreadUtil.countByG_C(long groupId,
long categoryId)
Returns the number of message boards threads where groupId = ? and categoryId = ?. |
int |
MBThreadPersistence.countByG_C(long groupId,
long categoryId)
Returns the number of message boards threads where groupId = ? and categoryId = ?. |
static int |
MBMessageUtil.countByG_C(long groupId,
long categoryId)
Returns the number of message-boards messages where groupId = ? and categoryId = ?. |
int |
MBMessagePersistence.countByG_C(long groupId,
long categoryId)
Returns the number of message-boards messages where groupId = ? and categoryId = ?. |
static int |
MBMailingListUtil.countByG_C(long groupId,
long categoryId)
Returns the number of message boards mailing lists where groupId = ? and categoryId = ?. |
int |
MBMailingListPersistence.countByG_C(long groupId,
long categoryId)
Returns the number of message boards mailing lists where groupId = ? and categoryId = ?. |
static int |
MBThreadUtil.countByG_C(long groupId,
long[] categoryIds)
Returns the number of message boards threads where groupId = ? and categoryId = any ?. |
int |
MBThreadPersistence.countByG_C(long groupId,
long[] categoryIds)
Returns the number of message boards threads where groupId = ? and categoryId = any ?. |
static int |
MBThreadFinderUtil.countByG_C(long groupId,
long categoryId,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.countByG_C(long groupId,
long categoryId,
QueryDefinition queryDefinition)
|
static int |
MBThreadUtil.countByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
int |
MBThreadPersistence.countByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static int |
MBThreadUtil.countByG_NotC_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
int |
MBThreadPersistence.countByG_NotC_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
static int |
MBThreadUtil.countByG_NotC(long groupId,
long categoryId)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ?. |
int |
MBThreadPersistence.countByG_NotC(long groupId,
long categoryId)
Returns the number of message boards threads where groupId = ? and categoryId ≠ ?. |
static int |
MBStatsUserUtil.countByG_NotU_NotM(long groupId,
long userId,
int messageCount)
Returns the number of message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
int |
MBStatsUserPersistence.countByG_NotU_NotM(long groupId,
long userId,
int messageCount)
Returns the number of message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static int |
MBCategoryUtil.countByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
int |
MBCategoryPersistence.countByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
static int |
MBCategoryUtil.countByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
int |
MBCategoryPersistence.countByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
static int |
MBCategoryUtil.countByG_P(long groupId,
long parentCategoryId)
Returns the number of message boards categories where groupId = ? and parentCategoryId = ?. |
int |
MBCategoryPersistence.countByG_P(long groupId,
long parentCategoryId)
Returns the number of message boards categories where groupId = ? and parentCategoryId = ?. |
static int |
MBCategoryUtil.countByG_P(long groupId,
long[] parentCategoryIds)
Returns the number of message boards categories where groupId = ? and parentCategoryId = any ?. |
int |
MBCategoryPersistence.countByG_P(long groupId,
long[] parentCategoryIds)
Returns the number of message boards categories where groupId = ? and parentCategoryId = any ?. |
static int |
MBThreadUtil.countByG_S(long groupId,
int status)
Returns the number of message boards threads where groupId = ? and status = ?. |
int |
MBThreadPersistence.countByG_S(long groupId,
int status)
Returns the number of message boards threads where groupId = ? and status = ?. |
static int |
MBMessageUtil.countByG_S(long groupId,
int status)
Returns the number of message-boards messages where groupId = ? and status = ?. |
int |
MBMessagePersistence.countByG_S(long groupId,
int status)
Returns the number of message-boards messages where groupId = ? and status = ?. |
static int |
MBCategoryUtil.countByG_S(long groupId,
int status)
Returns the number of message boards categories where groupId = ? and status = ?. |
int |
MBCategoryPersistence.countByG_S(long groupId,
int status)
Returns the number of message boards categories where groupId = ? and status = ?. |
static int |
MBThreadFinderUtil.countByG_U_A(long groupId,
long userId,
boolean anonymous,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.countByG_U_A(long groupId,
long userId,
boolean anonymous,
QueryDefinition queryDefinition)
|
static int |
MBMessageFinderUtil.countByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status)
|
int |
MBMessageFinder.countByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status)
|
static int |
MBThreadFinderUtil.countByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.countByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
QueryDefinition queryDefinition)
|
static int |
MBMessageFinderUtil.countByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
|
int |
MBMessageFinder.countByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
|
static int |
MBThreadFinderUtil.countByG_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.countByG_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
static int |
MBThreadFinderUtil.countByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.countByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
QueryDefinition queryDefinition)
|
static int |
MBMessageUtil.countByG_U_S(long groupId,
long userId,
int status)
Returns the number of message-boards messages where groupId = ? and userId = ? and status = ?. |
int |
MBMessagePersistence.countByG_U_S(long groupId,
long userId,
int status)
Returns the number of message-boards messages where groupId = ? and userId = ? and status = ?. |
static int |
MBStatsUserUtil.countByG_U(long groupId,
long userId)
Returns the number of message boards stats users where groupId = ? and userId = ?. |
int |
MBStatsUserPersistence.countByG_U(long groupId,
long userId)
Returns the number of message boards stats users where groupId = ? and userId = ?. |
static int |
MBMessageUtil.countByG_U(long groupId,
long userId)
Returns the number of message-boards messages where groupId = ? and userId = ?. |
int |
MBMessagePersistence.countByG_U(long groupId,
long userId)
Returns the number of message-boards messages where groupId = ? and userId = ?. |
static int |
MBThreadFinderUtil.countByG_U(long groupId,
long userId,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.countByG_U(long groupId,
long userId,
QueryDefinition queryDefinition)
|
static int |
MBThreadUtil.countByGroupId(long groupId)
Returns the number of message boards threads where groupId = ?. |
int |
MBThreadPersistence.countByGroupId(long groupId)
Returns the number of message boards threads where groupId = ?. |
static int |
MBStatsUserUtil.countByGroupId(long groupId)
Returns the number of message boards stats users where groupId = ?. |
int |
MBStatsUserPersistence.countByGroupId(long groupId)
Returns the number of message boards stats users where groupId = ?. |
static int |
MBMessageUtil.countByGroupId(long groupId)
Returns the number of message-boards messages where groupId = ?. |
int |
MBMessagePersistence.countByGroupId(long groupId)
Returns the number of message-boards messages where groupId = ?. |
static int |
MBCategoryUtil.countByGroupId(long groupId)
Returns the number of message boards categories where groupId = ?. |
int |
MBCategoryPersistence.countByGroupId(long groupId)
Returns the number of message boards categories where groupId = ?. |
static int |
MBBanUtil.countByGroupId(long groupId)
Returns the number of message boards bans where groupId = ?. |
int |
MBBanPersistence.countByGroupId(long groupId)
Returns the number of message boards bans where groupId = ?. |
static int |
MBThreadUtil.countByL_P(Date lastPostDate,
double priority)
Returns the number of message boards threads where lastPostDate = ? and priority = ?. |
int |
MBThreadPersistence.countByL_P(Date lastPostDate,
double priority)
Returns the number of message boards threads where lastPostDate = ? and priority = ?. |
static int |
MBThreadUtil.countByRootMessageId(long rootMessageId)
Returns the number of message boards threads where rootMessageId = ?. |
int |
MBThreadPersistence.countByRootMessageId(long rootMessageId)
Returns the number of message boards threads where rootMessageId = ?. |
static int |
MBThreadFinderUtil.countByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.countByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
static int |
MBCategoryFinderUtil.countByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds)
|
int |
MBCategoryFinder.countByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds)
|
static int |
MBThreadFinderUtil.countByS_G_U(long groupId,
long userId,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.countByS_G_U(long groupId,
long userId,
QueryDefinition queryDefinition)
|
static int |
MBMessageUtil.countByT_A(long threadId,
boolean answer)
Returns the number of message-boards messages where threadId = ? and answer = ?. |
int |
MBMessagePersistence.countByT_A(long threadId,
boolean answer)
Returns the number of message-boards messages where threadId = ? and answer = ?. |
static int |
MBMessageUtil.countByT_P(long threadId,
long parentMessageId)
Returns the number of message-boards messages where threadId = ? and parentMessageId = ?. |
int |
MBMessagePersistence.countByT_P(long threadId,
long parentMessageId)
Returns the number of message-boards messages where threadId = ? and parentMessageId = ?. |
static int |
MBMessageUtil.countByT_S(long threadId,
int status)
Returns the number of message-boards messages where threadId = ? and status = ?. |
int |
MBMessagePersistence.countByT_S(long threadId,
int status)
Returns the number of message-boards messages where threadId = ? and status = ?. |
static int |
MBThreadFlagUtil.countByThreadId(long threadId)
Returns the number of message boards thread flags where threadId = ?. |
int |
MBThreadFlagPersistence.countByThreadId(long threadId)
Returns the number of message boards thread flags where threadId = ?. |
static int |
MBMessageUtil.countByThreadId(long threadId)
Returns the number of message-boards messages where threadId = ?. |
int |
MBMessagePersistence.countByThreadId(long threadId)
Returns the number of message-boards messages where threadId = ?. |
static int |
MBDiscussionUtil.countByThreadId(long threadId)
Returns the number of message boards discussions where threadId = ?. |
int |
MBDiscussionPersistence.countByThreadId(long threadId)
Returns the number of message boards discussions where threadId = ?. |
static int |
MBMessageUtil.countByThreadReplies(long threadId)
Returns the number of message-boards messages where threadId = ?. |
int |
MBMessagePersistence.countByThreadReplies(long threadId)
Returns the number of message-boards messages where threadId = ?. |
static int |
MBMessageUtil.countByTR_S(long threadId,
int status)
Returns the number of message-boards messages where threadId = ? and status = ?. |
int |
MBMessagePersistence.countByTR_S(long threadId,
int status)
Returns the number of message-boards messages where threadId = ? and status = ?. |
static int |
MBMessageUtil.countByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
int |
MBMessagePersistence.countByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static int |
MBMessageUtil.countByU_C_C(long userId,
long classNameId,
long classPK)
Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
int |
MBMessagePersistence.countByU_C_C(long userId,
long classNameId,
long classPK)
Returns the number of message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
static int |
MBMessageUtil.countByU_C_S(long userId,
long[] classNameIds,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = any ? and status = ?. |
int |
MBMessagePersistence.countByU_C_S(long userId,
long[] classNameIds,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = any ? and status = ?. |
static int |
MBMessageUtil.countByU_C_S(long userId,
long classNameId,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = ? and status = ?. |
int |
MBMessagePersistence.countByU_C_S(long userId,
long classNameId,
int status)
Returns the number of message-boards messages where userId = ? and classNameId = ? and status = ?. |
static int |
MBMessageUtil.countByU_C(long userId,
long classNameId)
Returns the number of message-boards messages where userId = ? and classNameId = ?. |
int |
MBMessagePersistence.countByU_C(long userId,
long classNameId)
Returns the number of message-boards messages where userId = ? and classNameId = ?. |
static int |
MBMessageUtil.countByU_C(long userId,
long[] classNameIds)
Returns the number of message-boards messages where userId = ? and classNameId = any ?. |
int |
MBMessagePersistence.countByU_C(long userId,
long[] classNameIds)
Returns the number of message-boards messages where userId = ? and classNameId = any ?. |
static int |
MBThreadFlagUtil.countByU_T(long userId,
long threadId)
Returns the number of message boards thread flags where userId = ? and threadId = ?. |
int |
MBThreadFlagPersistence.countByU_T(long userId,
long threadId)
Returns the number of message boards thread flags where userId = ? and threadId = ?. |
static int |
MBThreadFlagUtil.countByUserId(long userId)
Returns the number of message boards thread flags where userId = ?. |
int |
MBThreadFlagPersistence.countByUserId(long userId)
Returns the number of message boards thread flags where userId = ?. |
static int |
MBStatsUserUtil.countByUserId(long userId)
Returns the number of message boards stats users where userId = ?. |
int |
MBStatsUserPersistence.countByUserId(long userId)
Returns the number of message boards stats users where userId = ?. |
static int |
MBMessageUtil.countByUserId(long userId)
Returns the number of message-boards messages where userId = ?. |
int |
MBMessagePersistence.countByUserId(long userId)
Returns the number of message-boards messages where userId = ?. |
static int |
MBBanUtil.countByUserId(long userId)
Returns the number of message boards bans where userId = ?. |
int |
MBBanPersistence.countByUserId(long userId)
Returns the number of message boards bans where userId = ?. |
static int |
MBMessageUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of message-boards messages where uuid = ? and companyId = ?. |
int |
MBMessagePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of message-boards messages where uuid = ? and companyId = ?. |
static int |
MBMailingListUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of message boards mailing lists where uuid = ? and companyId = ?. |
int |
MBMailingListPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of message boards mailing lists where uuid = ? and companyId = ?. |
static int |
MBCategoryUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of message boards categories where uuid = ? and companyId = ?. |
int |
MBCategoryPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of message boards categories where uuid = ? and companyId = ?. |
static int |
MBMessageUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of message-boards messages where uuid = ? and groupId = ?. |
int |
MBMessagePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of message-boards messages where uuid = ? and groupId = ?. |
static int |
MBMailingListUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of message boards mailing lists where uuid = ? and groupId = ?. |
int |
MBMailingListPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of message boards mailing lists where uuid = ? and groupId = ?. |
static int |
MBCategoryUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of message boards categories where uuid = ? and groupId = ?. |
int |
MBCategoryPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of message boards categories where uuid = ? and groupId = ?. |
static int |
MBMessageUtil.countByUuid(String uuid)
Returns the number of message-boards messages where uuid = ?. |
int |
MBMessagePersistence.countByUuid(String uuid)
Returns the number of message-boards messages where uuid = ?. |
static int |
MBMailingListUtil.countByUuid(String uuid)
Returns the number of message boards mailing lists where uuid = ?. |
int |
MBMailingListPersistence.countByUuid(String uuid)
Returns the number of message boards mailing lists where uuid = ?. |
static int |
MBCategoryUtil.countByUuid(String uuid)
Returns the number of message boards categories where uuid = ?. |
int |
MBCategoryPersistence.countByUuid(String uuid)
Returns the number of message boards categories where uuid = ?. |
long |
MBThreadUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MBThreadFlagUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MBStatsUserUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MBMessageUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MBMailingListUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MBDiscussionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MBCategoryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MBBanUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static MBMailingList |
MBMailingListUtil.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where active = ?. |
MBMailingList |
MBMailingListPersistence.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where active = ?. |
static MBMailingList |
MBMailingListUtil.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where active = ?. |
MBMailingList |
MBMailingListPersistence.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where active = ?. |
static MBBan |
MBBanUtil.fetchByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
MBBan |
MBBanPersistence.fetchByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
static MBBan |
MBBanUtil.fetchByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
MBBan |
MBBanPersistence.fetchByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
static MBMessage |
MBMessageUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.fetchByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByC_C(long classNameId,
long classPK)
Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found. |
static MBDiscussion |
MBDiscussionUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
MBDiscussion |
MBDiscussionPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static MBThread |
MBThreadUtil.fetchByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistence.fetchByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread |
MBThreadUtil.fetchByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistence.fetchByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBMessage |
MBMessageUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?. |
static MBMessage |
MBMessageUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
static MBCategory |
MBCategoryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
MBCategory |
MBCategoryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
static MBMessage |
MBMessageUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
static MBCategory |
MBCategoryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
MBCategory |
MBCategoryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
static MBBan |
MBBanUtil.fetchByG_B(long groupId,
long banUserId)
Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found. |
MBBan |
MBBanPersistence.fetchByG_B(long groupId,
long banUserId)
Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found. |
static MBBan |
MBBanUtil.fetchByG_B(long groupId,
long banUserId,
boolean retrieveFromCache)
Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache. |
MBBan |
MBBanPersistence.fetchByG_B(long groupId,
long banUserId,
boolean retrieveFromCache)
Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBThread |
MBThreadUtil.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_L_Last(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_L_Last(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static MBMailingList |
MBMailingListUtil.fetchByG_C(long groupId,
long categoryId)
Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found. |
MBMailingList |
MBMailingListPersistence.fetchByG_C(long groupId,
long categoryId)
Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found. |
static MBMailingList |
MBMailingListUtil.fetchByG_C(long groupId,
long categoryId,
boolean retrieveFromCache)
Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache. |
MBMailingList |
MBMailingListPersistence.fetchByG_C(long groupId,
long categoryId,
boolean retrieveFromCache)
Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBThread |
MBThreadUtil.fetchByG_NotC_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBCategory |
MBCategoryUtil.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or returns null if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or returns null if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Returns the message boards stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Returns the message boards stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBThread |
MBThreadUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
static MBCategory |
MBCategoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
MBCategory |
MBCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
static MBBan |
MBBanUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
MBBan |
MBBanPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
static MBCategory |
MBCategoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
MBCategory |
MBCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
static MBBan |
MBBanUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
MBBan |
MBBanPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.fetchByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistence.fetchByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.fetchByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistence.fetchByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.fetchByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or returns null if it could not be found. |
MBThread |
MBThreadPersistence.fetchByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or returns null if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or returns null if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or returns null if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.fetchByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or returns null if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.fetchByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or returns null if it could not be found. |
static MBMessage |
MBMessageUtil.fetchByPrimaryKey(long messageId)
Returns the message-boards message with the primary key or returns null if it could not be found. |
MBMessage |
MBMessagePersistence.fetchByPrimaryKey(long messageId)
Returns the message-boards message with the primary key or returns null if it could not be found. |
static MBMailingList |
MBMailingListUtil.fetchByPrimaryKey(long mailingListId)
Returns the message boards mailing list with the primary key or returns null if it could not be found. |
MBMailingList |
MBMailingListPersistence.fetchByPrimaryKey(long mailingListId)
Returns the message boards mailing list with the primary key or returns null if it could not be found. |
static MBDiscussion |
MBDiscussionUtil.fetchByPrimaryKey(long discussionId)
Returns the message boards discussion with the primary key or returns null if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.fetchByPrimaryKey(long discussionId)
Returns the message boards discussion with the primary key or returns null if it could not be found. |
static MBCategory |
MBCategoryUtil.fetchByPrimaryKey(long categoryId)
Returns the message boards category with the primary key or returns null if it could not be found. |
MBCategory |
MBCategoryPersistence.fetchByPrimaryKey(long categoryId)
Returns the message boards category with the primary key or returns null if it could not be found. |
static MBBan |
MBBanUtil.fetchByPrimaryKey(long banId)
Returns the message boards ban with the primary key or returns null if it could not be found. |
MBBan |
MBBanPersistence.fetchByPrimaryKey(long banId)
Returns the message boards ban with the primary key or returns null if it could not be found. |
static MBThread |
MBThreadUtil.fetchByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or returns null if it could not be found. |
MBThread |
MBThreadPersistence.fetchByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or returns null if it could not be found. |
static MBThread |
MBThreadUtil.fetchByRootMessageId(long rootMessageId,
boolean retrieveFromCache)
Returns the message boards thread where rootMessageId = ? or returns null if it could not be found, optionally using the finder cache. |
MBThread |
MBThreadPersistence.fetchByRootMessageId(long rootMessageId,
boolean retrieveFromCache)
Returns the message boards thread where rootMessageId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBMessage |
MBMessageUtil.fetchByT_A_First(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.fetchByT_A_First(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.fetchByT_A_Last(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.fetchByT_A_Last(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.fetchByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.fetchByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.fetchByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.fetchByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.fetchByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByThreadId(long threadId)
Returns the message boards discussion where threadId = ? or returns null if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.fetchByThreadId(long threadId)
Returns the message boards discussion where threadId = ? or returns null if it could not be found. |
static MBDiscussion |
MBDiscussionUtil.fetchByThreadId(long threadId,
boolean retrieveFromCache)
Returns the message boards discussion where threadId = ? or returns null if it could not be found, optionally using the finder cache. |
MBDiscussion |
MBDiscussionPersistence.fetchByThreadId(long threadId,
boolean retrieveFromCache)
Returns the message boards discussion where threadId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBMessage |
MBMessageUtil.fetchByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or returns null if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or returns null if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByU_T(long userId,
long threadId,
boolean retrieveFromCache)
Returns the message boards thread flag where userId = ? and threadId = ? or returns null if it could not be found, optionally using the finder cache. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByU_T(long userId,
long threadId,
boolean retrieveFromCache)
Returns the message boards thread flag where userId = ? and threadId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
static MBBan |
MBBanUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
MBBan |
MBBanPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
static MBBan |
MBBanUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
MBBan |
MBBanPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
MBMessagePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList |
MBMailingListUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList |
MBMailingListPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBCategory |
MBCategoryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
MBCategoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBMessage |
MBMessageUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
MBMessagePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList |
MBMailingListUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList |
MBMailingListPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBCategory |
MBCategoryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
MBCategoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBMessage |
MBMessageUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
static MBMailingList |
MBMailingListUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ?. |
MBMailingList |
MBMailingListPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ?. |
static MBCategory |
MBCategoryUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
MBCategory |
MBCategoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
static MBMessage |
MBMessageUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found. |
MBMessage |
MBMessagePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found. |
static MBMailingList |
MBMailingListUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found. |
MBMailingList |
MBMailingListPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found. |
static MBCategory |
MBCategoryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found. |
MBCategory |
MBCategoryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found. |
static MBMessage |
MBMessageUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MBMessage |
MBMessagePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message-boards message where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBMailingList |
MBMailingListUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MBMailingList |
MBMailingListPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBCategory |
MBCategoryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MBCategory |
MBCategoryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBMessage |
MBMessageUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
static MBMailingList |
MBMailingListUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ?. |
MBMailingList |
MBMailingListPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ?. |
static MBCategory |
MBCategoryUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
MBCategory |
MBCategoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
static int |
MBThreadUtil.filterCountByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
int |
MBThreadPersistence.filterCountByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
static int |
MBThreadUtil.filterCountByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
int |
MBThreadPersistence.filterCountByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
static int |
MBThreadUtil.filterCountByG_C_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
int |
MBThreadPersistence.filterCountByG_C_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
static int |
MBThreadUtil.filterCountByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
int |
MBThreadPersistence.filterCountByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
static int |
MBThreadUtil.filterCountByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
int |
MBThreadPersistence.filterCountByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static int |
MBMessageUtil.filterCountByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
int |
MBMessagePersistence.filterCountByG_C_S(long groupId,
long categoryId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static int |
MBMessageUtil.filterCountByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
int |
MBMessagePersistence.filterCountByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static int |
MBMessageUtil.filterCountByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
int |
MBMessagePersistence.filterCountByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static int |
MBMessageUtil.filterCountByG_C_T(long groupId,
long categoryId,
long threadId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
int |
MBMessagePersistence.filterCountByG_C_T(long groupId,
long categoryId,
long threadId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
static int |
MBThreadUtil.filterCountByG_C(long groupId,
long categoryId)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
int |
MBThreadPersistence.filterCountByG_C(long groupId,
long categoryId)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
static int |
MBThreadFinderUtil.filterCountByG_C(long groupId,
long categoryId)
|
int |
MBThreadFinder.filterCountByG_C(long groupId,
long categoryId)
|
static int |
MBMessageUtil.filterCountByG_C(long groupId,
long categoryId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
int |
MBMessagePersistence.filterCountByG_C(long groupId,
long categoryId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
static int |
MBThreadUtil.filterCountByG_C(long groupId,
long[] categoryIds)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
int |
MBThreadPersistence.filterCountByG_C(long groupId,
long[] categoryIds)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
static int |
MBThreadFinderUtil.filterCountByG_C(long groupId,
long categoryId,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.filterCountByG_C(long groupId,
long categoryId,
QueryDefinition queryDefinition)
|
static int |
MBThreadUtil.filterCountByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
int |
MBThreadPersistence.filterCountByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static int |
MBThreadUtil.filterCountByG_NotC_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
int |
MBThreadPersistence.filterCountByG_NotC_S(long groupId,
long categoryId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
static int |
MBThreadUtil.filterCountByG_NotC(long groupId,
long categoryId)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
int |
MBThreadPersistence.filterCountByG_NotC(long groupId,
long categoryId)
Returns the number of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
static int |
MBCategoryUtil.filterCountByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
int |
MBCategoryPersistence.filterCountByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
static int |
MBCategoryUtil.filterCountByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
int |
MBCategoryPersistence.filterCountByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
static int |
MBCategoryUtil.filterCountByG_P(long groupId,
long parentCategoryId)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
int |
MBCategoryPersistence.filterCountByG_P(long groupId,
long parentCategoryId)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static int |
MBCategoryUtil.filterCountByG_P(long groupId,
long[] parentCategoryIds)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
int |
MBCategoryPersistence.filterCountByG_P(long groupId,
long[] parentCategoryIds)
Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
static int |
MBThreadUtil.filterCountByG_S(long groupId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and status = ?. |
int |
MBThreadPersistence.filterCountByG_S(long groupId,
int status)
Returns the number of message boards threads that the user has permission to view where groupId = ? and status = ?. |
static int |
MBMessageUtil.filterCountByG_S(long groupId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and status = ?. |
int |
MBMessagePersistence.filterCountByG_S(long groupId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and status = ?. |
static int |
MBCategoryUtil.filterCountByG_S(long groupId,
int status)
Returns the number of message boards categories that the user has permission to view where groupId = ? and status = ?. |
int |
MBCategoryPersistence.filterCountByG_S(long groupId,
int status)
Returns the number of message boards categories that the user has permission to view where groupId = ? and status = ?. |
static int |
MBMessageFinderUtil.filterCountByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status)
|
int |
MBMessageFinder.filterCountByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status)
|
static int |
MBMessageFinderUtil.filterCountByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
|
int |
MBMessageFinder.filterCountByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status)
|
static int |
MBMessageFinderUtil.filterCountByG_U_MD_C_S(long groupId,
long userId,
Date modifiedDate,
long[] categoryIds,
int status)
|
int |
MBMessageFinder.filterCountByG_U_MD_C_S(long groupId,
long userId,
Date modifiedDate,
long[] categoryIds,
int status)
|
static int |
MBMessageUtil.filterCountByG_U_S(long groupId,
long userId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
int |
MBMessagePersistence.filterCountByG_U_S(long groupId,
long userId,
int status)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static int |
MBMessageUtil.filterCountByG_U(long groupId,
long userId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
int |
MBMessagePersistence.filterCountByG_U(long groupId,
long userId)
Returns the number of message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
static int |
MBThreadUtil.filterCountByGroupId(long groupId)
Returns the number of message boards threads that the user has permission to view where groupId = ?. |
int |
MBThreadPersistence.filterCountByGroupId(long groupId)
Returns the number of message boards threads that the user has permission to view where groupId = ?. |
static int |
MBMessageUtil.filterCountByGroupId(long groupId)
Returns the number of message-boards messages that the user has permission to view where groupId = ?. |
int |
MBMessagePersistence.filterCountByGroupId(long groupId)
Returns the number of message-boards messages that the user has permission to view where groupId = ?. |
static int |
MBCategoryUtil.filterCountByGroupId(long groupId)
Returns the number of message boards categories that the user has permission to view where groupId = ?. |
int |
MBCategoryPersistence.filterCountByGroupId(long groupId)
Returns the number of message boards categories that the user has permission to view where groupId = ?. |
static int |
MBThreadFinderUtil.filterCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
int |
MBThreadFinder.filterCountByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
static int |
MBCategoryFinderUtil.filterCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds)
|
int |
MBCategoryFinder.filterCountByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds)
|
static MBThread[] |
MBThreadUtil.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T(long groupId,
long categoryId,
long threadId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T(long groupId,
long categoryId,
long threadId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C(long groupId,
long categoryId)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long categoryId)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C(long groupId,
long categoryId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C(long groupId,
long categoryId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C(long groupId,
long[] categoryIds)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long[] categoryIds)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C(long groupId,
long[] categoryIds,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long[] categoryIds,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
static List<MBThread> |
MBThreadFinderUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
|
List<MBThread> |
MBThreadFinder.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
|
static List<MBMessage> |
MBMessageUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?. |
static List<MBThread> |
MBThreadFinderUtil.filterFindByG_C(long groupId,
long categoryId,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.filterFindByG_C(long groupId,
long categoryId,
QueryDefinition queryDefinition)
|
static MBThread[] |
MBThreadUtil.filterFindByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC(long groupId,
long categoryId)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC(long groupId,
long categoryId)
Returns all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?. |
static MBCategory[] |
MBCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
MBCategory[] |
MBCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static MBCategory[] |
MBCategoryUtil.filterFindByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.filterFindByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P(long groupId,
long parentCategoryId)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P(long groupId,
long[] parentCategoryIds)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P(long groupId,
long[] parentCategoryIds)
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?. |
static MBCategory[] |
MBCategoryUtil.filterFindByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.filterFindByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_S(long groupId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_S(long groupId,
int status)
Returns all the message boards threads that the user has permission to view where groupId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_S(long groupId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_S(long groupId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_S(long groupId,
int status)
Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_S(long groupId,
int status)
Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?. |
static List<Long> |
MBMessageFinderUtil.filterFindByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end)
|
List<Long> |
MBMessageFinder.filterFindByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end)
|
static List<Long> |
MBMessageFinderUtil.filterFindByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
|
List<Long> |
MBMessageFinder.filterFindByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
|
static List<Long> |
MBMessageFinderUtil.filterFindByG_U_MD_C_S(long groupId,
long userId,
Date modifiedDate,
long[] categoryIds,
int status,
int start,
int end)
|
List<Long> |
MBMessageFinder.filterFindByG_U_MD_C_S(long groupId,
long userId,
Date modifiedDate,
long[] categoryIds,
int status,
int start,
int end)
|
static MBMessage[] |
MBMessageUtil.filterFindByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_U_S(long groupId,
long userId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_U_S(long groupId,
long userId,
int status)
Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_U(long groupId,
long userId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_U(long groupId,
long userId)
Returns all the message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?. |
static MBThread[] |
MBThreadUtil.filterFindByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?. |
MBThread[] |
MBThreadPersistence.filterFindByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?. |
static MBCategory[] |
MBCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?. |
MBCategory[] |
MBCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByGroupId(long groupId)
Returns all the message boards threads that the user has permission to view where groupId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByGroupId(long groupId)
Returns all the message boards threads that the user has permission to view where groupId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByGroupId(long groupId)
Returns all the message-boards messages that the user has permission to view where groupId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByGroupId(long groupId)
Returns all the message-boards messages that the user has permission to view where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByGroupId(long groupId)
Returns all the message boards categories that the user has permission to view where groupId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByGroupId(long groupId)
Returns all the message boards categories that the user has permission to view where groupId = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards threads that the user has permission to view where groupId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message-boards messages that the user has permission to view where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards categories that the user has permission to view where groupId = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?. |
static List<MBThread> |
MBThreadFinderUtil.filterFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.filterFindByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
static List<MBCategory> |
MBCategoryFinderUtil.filterFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
MBCategoryFinder.filterFindByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
int start,
int end)
|
static List<MBThread> |
MBThreadUtil.findAll()
Returns all the message boards threads. |
List<MBThread> |
MBThreadPersistence.findAll()
Returns all the message boards threads. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll()
Returns all the message boards thread flags. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll()
Returns all the message boards thread flags. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll()
Returns all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll()
Returns all the message boards stats users. |
static List<MBMessage> |
MBMessageUtil.findAll()
Returns all the message-boards messages. |
List<MBMessage> |
MBMessagePersistence.findAll()
Returns all the message-boards messages. |
static List<MBMailingList> |
MBMailingListUtil.findAll()
Returns all the message boards mailing lists. |
List<MBMailingList> |
MBMailingListPersistence.findAll()
Returns all the message boards mailing lists. |
static List<MBDiscussion> |
MBDiscussionUtil.findAll()
Returns all the message boards discussions. |
List<MBDiscussion> |
MBDiscussionPersistence.findAll()
Returns all the message boards discussions. |
static List<MBCategory> |
MBCategoryUtil.findAll()
Returns all the message boards categories. |
List<MBCategory> |
MBCategoryPersistence.findAll()
Returns all the message boards categories. |
static List<MBBan> |
MBBanUtil.findAll()
Returns all the message boards bans. |
List<MBBan> |
MBBanPersistence.findAll()
Returns all the message boards bans. |
static List<MBThread> |
MBThreadUtil.findAll(int start,
int end)
Returns a range of all the message boards threads. |
List<MBThread> |
MBThreadPersistence.findAll(int start,
int end)
Returns a range of all the message boards threads. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll(int start,
int end)
Returns a range of all the message boards thread flags. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll(int start,
int end)
Returns a range of all the message boards thread flags. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll(int start,
int end)
Returns a range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll(int start,
int end)
Returns a range of all the message boards stats users. |
static List<MBMessage> |
MBMessageUtil.findAll(int start,
int end)
Returns a range of all the message-boards messages. |
List<MBMessage> |
MBMessagePersistence.findAll(int start,
int end)
Returns a range of all the message-boards messages. |
static List<MBMailingList> |
MBMailingListUtil.findAll(int start,
int end)
Returns a range of all the message boards mailing lists. |
List<MBMailingList> |
MBMailingListPersistence.findAll(int start,
int end)
Returns a range of all the message boards mailing lists. |
static List<MBDiscussion> |
MBDiscussionUtil.findAll(int start,
int end)
Returns a range of all the message boards discussions. |
List<MBDiscussion> |
MBDiscussionPersistence.findAll(int start,
int end)
Returns a range of all the message boards discussions. |
static List<MBCategory> |
MBCategoryUtil.findAll(int start,
int end)
Returns a range of all the message boards categories. |
List<MBCategory> |
MBCategoryPersistence.findAll(int start,
int end)
Returns a range of all the message boards categories. |
static List<MBBan> |
MBBanUtil.findAll(int start,
int end)
Returns a range of all the message boards bans. |
List<MBBan> |
MBBanPersistence.findAll(int start,
int end)
Returns a range of all the message boards bans. |
static List<MBThread> |
MBThreadUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads. |
List<MBThread> |
MBThreadPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards thread flags. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards thread flags. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards stats users. |
static List<MBMessage> |
MBMessageUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages. |
List<MBMessage> |
MBMessagePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages. |
static List<MBMailingList> |
MBMailingListUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards mailing lists. |
List<MBMailingList> |
MBMailingListPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards mailing lists. |
static List<MBDiscussion> |
MBDiscussionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards discussions. |
List<MBDiscussion> |
MBDiscussionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards discussions. |
static List<MBCategory> |
MBCategoryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories. |
List<MBCategory> |
MBCategoryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories. |
static List<MBBan> |
MBBanUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans. |
List<MBBan> |
MBBanPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans. |
static MBMailingList |
MBMailingListUtil.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where active = ?. |
MBMailingList |
MBMailingListPersistence.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where active = ?. |
static MBMailingList |
MBMailingListUtil.findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where active = ?. |
MBMailingList |
MBMailingListPersistence.findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where active = ?. |
static MBMailingList[] |
MBMailingListUtil.findByActive_PrevAndNext(long mailingListId,
boolean active,
OrderByComparator orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?. |
MBMailingList[] |
MBMailingListPersistence.findByActive_PrevAndNext(long mailingListId,
boolean active,
OrderByComparator orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByActive(boolean active)
Returns all the message boards mailing lists where active = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByActive(boolean active)
Returns all the message boards mailing lists where active = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByActive(boolean active,
int start,
int end)
Returns a range of all the message boards mailing lists where active = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByActive(boolean active,
int start,
int end)
Returns a range of all the message boards mailing lists where active = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards mailing lists where active = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards mailing lists where active = ?. |
static MBBan |
MBBanUtil.findByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
MBBan |
MBBanPersistence.findByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
static MBBan |
MBBanUtil.findByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
MBBan |
MBBanPersistence.findByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
static MBBan[] |
MBBanUtil.findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?. |
MBBan[] |
MBBanPersistence.findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?. |
static List<MBBan> |
MBBanUtil.findByBanUserId(long banUserId)
Returns all the message boards bans where banUserId = ?. |
List<MBBan> |
MBBanPersistence.findByBanUserId(long banUserId)
Returns all the message boards bans where banUserId = ?. |
static List<MBBan> |
MBBanUtil.findByBanUserId(long banUserId,
int start,
int end)
Returns a range of all the message boards bans where banUserId = ?. |
List<MBBan> |
MBBanPersistence.findByBanUserId(long banUserId,
int start,
int end)
Returns a range of all the message boards bans where banUserId = ?. |
static List<MBBan> |
MBBanUtil.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?. |
List<MBBan> |
MBBanPersistence.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?. |
static MBMessage |
MBMessageUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage[] |
MBMessageUtil.findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage[] |
MBMessagePersistence.findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_C_S(long classNameId,
long classPK,
int status)
Returns all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_C_S(long classNameId,
long classPK,
int status)
Returns all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end)
Returns a range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end)
Returns a range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_C(long classNameId,
long classPK)
Returns all the message-boards messages where classNameId = ? and classPK = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_C(long classNameId,
long classPK)
Returns all the message-boards messages where classNameId = ? and classPK = ?. |
static MBDiscussion |
MBDiscussionUtil.findByC_C(long classNameId,
long classPK)
Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.findByC_C(long classNameId,
long classPK)
Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found. |
static List<MBMessage> |
MBMessageUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the message-boards messages where classNameId = ? and classPK = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the message-boards messages where classNameId = ? and classPK = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?. |
static MBThread |
MBThreadUtil.findByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByC_P_First(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByC_P_Last(long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread[] |
MBThreadUtil.findByC_P_PrevAndNext(long threadId,
long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread[] |
MBThreadPersistence.findByC_P_PrevAndNext(long threadId,
long categoryId,
double priority,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?. |
static List<MBThread> |
MBThreadUtil.findByC_P(long categoryId,
double priority)
Returns all the message boards threads where categoryId = ? and priority = ?. |
List<MBThread> |
MBThreadPersistence.findByC_P(long categoryId,
double priority)
Returns all the message boards threads where categoryId = ? and priority = ?. |
static List<MBThread> |
MBThreadUtil.findByC_P(long categoryId,
double priority,
int start,
int end)
Returns a range of all the message boards threads where categoryId = ? and priority = ?. |
List<MBThread> |
MBThreadPersistence.findByC_P(long categoryId,
double priority,
int start,
int end)
Returns a range of all the message boards threads where categoryId = ? and priority = ?. |
static List<MBThread> |
MBThreadUtil.findByC_P(long categoryId,
double priority,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?. |
List<MBThread> |
MBThreadPersistence.findByC_P(long categoryId,
double priority,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?. |
static MBMessage |
MBMessageUtil.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?. |
static MBCategory[] |
MBCategoryUtil.findByC_S_PrevAndNext(long categoryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.findByC_S_PrevAndNext(long categoryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_S(long companyId,
int status)
Returns all the message-boards messages where companyId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_S(long companyId,
int status)
Returns all the message-boards messages where companyId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByC_S(long companyId,
int status)
Returns all the message boards categories where companyId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByC_S(long companyId,
int status)
Returns all the message boards categories where companyId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where companyId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where companyId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the message boards categories where companyId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the message boards categories where companyId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ? and status = ?. |
static MBDiscussion |
MBDiscussionUtil.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion |
MBDiscussionUtil.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion[] |
MBDiscussionUtil.findByClassNameId_PrevAndNext(long discussionId,
long classNameId,
OrderByComparator orderByComparator)
Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion[] |
MBDiscussionPersistence.findByClassNameId_PrevAndNext(long discussionId,
long classNameId,
OrderByComparator orderByComparator)
Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?. |
static List<MBDiscussion> |
MBDiscussionUtil.findByClassNameId(long classNameId)
Returns all the message boards discussions where classNameId = ?. |
List<MBDiscussion> |
MBDiscussionPersistence.findByClassNameId(long classNameId)
Returns all the message boards discussions where classNameId = ?. |
static List<MBDiscussion> |
MBDiscussionUtil.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the message boards discussions where classNameId = ?. |
List<MBDiscussion> |
MBDiscussionPersistence.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the message boards discussions where classNameId = ?. |
static List<MBDiscussion> |
MBDiscussionUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards discussions where classNameId = ?. |
List<MBDiscussion> |
MBDiscussionPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards discussions where classNameId = ?. |
static MBMessage |
MBMessageUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
static MBCategory |
MBCategoryUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
MBCategory |
MBCategoryPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
static MBMessage |
MBMessageUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
static MBCategory |
MBCategoryUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
MBCategory |
MBCategoryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
static MBMessage[] |
MBMessageUtil.findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?. |
MBMessage[] |
MBMessagePersistence.findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?. |
static MBCategory[] |
MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?. |
MBCategory[] |
MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?. |
static List<MBMessage> |
MBMessageUtil.findByCompanyId(long companyId)
Returns all the message-boards messages where companyId = ?. |
List<MBMessage> |
MBMessagePersistence.findByCompanyId(long companyId)
Returns all the message-boards messages where companyId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByCompanyId(long companyId)
Returns all the message boards categories where companyId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByCompanyId(long companyId)
Returns all the message boards categories where companyId = ?. |
static List<MBMessage> |
MBMessageUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the message-boards messages where companyId = ?. |
List<MBMessage> |
MBMessagePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the message-boards messages where companyId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the message boards categories where companyId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the message boards categories where companyId = ?. |
static List<MBMessage> |
MBMessageUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ?. |
List<MBMessage> |
MBMessagePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ?. |
static MBBan |
MBBanUtil.findByG_B(long groupId,
long banUserId)
Returns the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found. |
MBBan |
MBBanPersistence.findByG_B(long groupId,
long banUserId)
Returns the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found. |
static MBThread |
MBThreadUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.findByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread |
MBThreadPersistence.findByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.findByG_C_L_Last(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread |
MBThreadPersistence.findByG_C_L_Last(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread[] |
MBThreadUtil.findByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread[] |
MBThreadPersistence.findByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Returns all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.findByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread |
MBThreadPersistence.findByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread |
MBThreadUtil.findByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread |
MBThreadPersistence.findByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.findByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread[] |
MBThreadPersistence.findByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_NotS(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.findByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistence.findByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread[] |
MBThreadUtil.findByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.findByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_S(long groupId,
long[] categoryIds,
int status)
Returns all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_S(long groupId,
long categoryId,
int status)
Returns all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T(long groupId,
long categoryId,
long threadId)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T(long groupId,
long categoryId,
long threadId)
Returns all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C(long groupId,
long categoryId)
Returns all the message boards threads where groupId = ? and categoryId = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C(long groupId,
long categoryId)
Returns all the message boards threads where groupId = ? and categoryId = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C(long groupId,
long categoryId)
Returns all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C(long groupId,
long categoryId)
Returns all the message-boards messages where groupId = ? and categoryId = ?. |
static MBMailingList |
MBMailingListUtil.findByG_C(long groupId,
long categoryId)
Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found. |
MBMailingList |
MBMailingListPersistence.findByG_C(long groupId,
long categoryId)
Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found. |
static List<MBThread> |
MBThreadUtil.findByG_C(long groupId,
long[] categoryIds)
Returns all the message boards threads where groupId = ? and categoryId = any ?. |
List<MBThread> |
MBThreadPersistence.findByG_C(long groupId,
long[] categoryIds)
Returns all the message boards threads where groupId = ? and categoryId = any ?. |
static List<MBThread> |
MBThreadUtil.findByG_C(long groupId,
long[] categoryIds,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ?. |
List<MBThread> |
MBThreadPersistence.findByG_C(long groupId,
long[] categoryIds,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = any ?. |
static List<MBThread> |
MBThreadUtil.findByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?. |
List<MBThread> |
MBThreadPersistence.findByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?. |
static List<MBThread> |
MBThreadUtil.findByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and categoryId = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?. |
static List<MBThread> |
MBThreadFinderUtil.findByG_C(long groupId,
long categoryId,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.findByG_C(long groupId,
long categoryId,
QueryDefinition queryDefinition)
|
static MBThread |
MBThreadUtil.findByG_NotC_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.findByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread[] |
MBThreadPersistence.findByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC_NotS(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.findByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread[] |
MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_NotC_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_NotC_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread[] |
MBThreadUtil.findByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread[] |
MBThreadPersistence.findByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC_S(long groupId,
long categoryId,
int status)
Returns all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC(long groupId,
long categoryId)
Returns all the message boards threads where groupId = ? and categoryId ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC(long groupId,
long categoryId)
Returns all the message boards threads where groupId = ? and categoryId ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and categoryId ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount)
Returns all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount)
Returns all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end)
Returns a range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end)
Returns a range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBCategory |
MBCategoryUtil.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory[] |
MBCategoryUtil.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory[] |
MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.findByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory[] |
MBCategoryUtil.findByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.findByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P(long groupId,
long parentCategoryId)
Returns all the message boards categories where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P(long groupId,
long parentCategoryId)
Returns all the message boards categories where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P(long groupId,
long[] parentCategoryIds)
Returns all the message boards categories where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P(long groupId,
long[] parentCategoryIds)
Returns all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
static MBThread |
MBThreadUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
static MBThread[] |
MBThreadUtil.findByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.findByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?. |
static MBCategory[] |
MBCategoryUtil.findByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.findByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_S(long groupId,
int status)
Returns all the message boards threads where groupId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_S(long groupId,
int status)
Returns all the message boards threads where groupId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_S(long groupId,
int status)
Returns all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_S(long groupId,
int status)
Returns all the message-boards messages where groupId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_S(long groupId,
int status)
Returns all the message boards categories where groupId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_S(long groupId,
int status)
Returns all the message boards categories where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards threads where groupId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the message boards categories where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadFinderUtil.findByG_U_A(long groupId,
long userId,
boolean anonymous,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.findByG_U_A(long groupId,
long userId,
boolean anonymous,
QueryDefinition queryDefinition)
|
static List<Long> |
MBMessageFinderUtil.findByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end)
|
List<Long> |
MBMessageFinder.findByG_U_C_A_S(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadFinderUtil.findByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.findByG_U_C_A(long groupId,
long userId,
long[] categoryIds,
boolean anonymous,
QueryDefinition queryDefinition)
|
static List<Long> |
MBMessageFinderUtil.findByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
|
List<Long> |
MBMessageFinder.findByG_U_C_S(long groupId,
long userId,
long[] categoryIds,
int status,
int start,
int end)
|
static List<MBThread> |
MBThreadFinderUtil.findByG_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.findByG_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
static MBMessage |
MBMessageUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
static List<MBThread> |
MBThreadFinderUtil.findByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.findByG_U_LPD(long groupId,
long userId,
Date lastPostDate,
QueryDefinition queryDefinition)
|
static MBMessage[] |
MBMessageUtil.findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage[] |
MBMessagePersistence.findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_U_S(long groupId,
long userId,
int status)
Returns all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_U_S(long groupId,
long userId,
int status)
Returns all the message-boards messages where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.findByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
static List<MBMessage> |
MBMessageUtil.findByG_U(long groupId,
long userId)
Returns all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_U(long groupId,
long userId)
Returns all the message-boards messages where groupId = ? and userId = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ? and userId = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?. |
static List<MBThread> |
MBThreadFinderUtil.findByG_U(long groupId,
long userId,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.findByG_U(long groupId,
long userId,
QueryDefinition queryDefinition)
|
static MBThread |
MBThreadUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
static MBCategory |
MBCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
MBCategory |
MBCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
static MBBan |
MBBanUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
MBBan |
MBBanPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
static MBCategory |
MBCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
MBCategory |
MBCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
static MBBan |
MBBanUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
MBBan |
MBBanPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
static MBThread[] |
MBThreadUtil.findByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?. |
MBThread[] |
MBThreadPersistence.findByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
static MBMessage[] |
MBMessageUtil.findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?. |
MBMessage[] |
MBMessagePersistence.findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?. |
static MBCategory[] |
MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?. |
MBCategory[] |
MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?. |
static MBBan[] |
MBBanUtil.findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?. |
MBBan[] |
MBBanPersistence.findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?. |
static List<MBThread> |
MBThreadUtil.findByGroupId(long groupId)
Returns all the message boards threads where groupId = ?. |
List<MBThread> |
MBThreadPersistence.findByGroupId(long groupId)
Returns all the message boards threads where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId)
Returns all the message boards stats users where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId)
Returns all the message boards stats users where groupId = ?. |
static List<MBMessage> |
MBMessageUtil.findByGroupId(long groupId)
Returns all the message-boards messages where groupId = ?. |
List<MBMessage> |
MBMessagePersistence.findByGroupId(long groupId)
Returns all the message-boards messages where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByGroupId(long groupId)
Returns all the message boards categories where groupId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByGroupId(long groupId)
Returns all the message boards categories where groupId = ?. |
static List<MBBan> |
MBBanUtil.findByGroupId(long groupId)
Returns all the message boards bans where groupId = ?. |
List<MBBan> |
MBBanPersistence.findByGroupId(long groupId)
Returns all the message boards bans where groupId = ?. |
static List<MBThread> |
MBThreadUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ?. |
List<MBThread> |
MBThreadPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards threads where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards stats users where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards stats users where groupId = ?. |
static List<MBMessage> |
MBMessageUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ?. |
List<MBMessage> |
MBMessagePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message-boards messages where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards categories where groupId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards categories where groupId = ?. |
static List<MBBan> |
MBBanUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards bans where groupId = ?. |
List<MBBan> |
MBBanPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards bans where groupId = ?. |
static List<MBThread> |
MBThreadUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ?. |
List<MBThread> |
MBThreadPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ?. |
static List<MBMessage> |
MBMessageUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ?. |
List<MBMessage> |
MBMessagePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ?. |
static List<MBBan> |
MBBanUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?. |
List<MBBan> |
MBBanPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?. |
static MBThread |
MBThreadUtil.findByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByL_P_First(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread[] |
MBThreadUtil.findByL_P_PrevAndNext(long threadId,
Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread[] |
MBThreadPersistence.findByL_P_PrevAndNext(long threadId,
Date lastPostDate,
double priority,
OrderByComparator orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static List<MBThread> |
MBThreadUtil.findByL_P(Date lastPostDate,
double priority)
Returns all the message boards threads where lastPostDate = ? and priority = ?. |
List<MBThread> |
MBThreadPersistence.findByL_P(Date lastPostDate,
double priority)
Returns all the message boards threads where lastPostDate = ? and priority = ?. |
static List<MBThread> |
MBThreadUtil.findByL_P(Date lastPostDate,
double priority,
int start,
int end)
Returns a range of all the message boards threads where lastPostDate = ? and priority = ?. |
List<MBThread> |
MBThreadPersistence.findByL_P(Date lastPostDate,
double priority,
int start,
int end)
Returns a range of all the message boards threads where lastPostDate = ? and priority = ?. |
static List<MBThread> |
MBThreadUtil.findByL_P(Date lastPostDate,
double priority,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?. |
List<MBThread> |
MBThreadPersistence.findByL_P(Date lastPostDate,
double priority,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?. |
static List<MBThread> |
MBThreadFinderUtil.findByNoAssets()
|
List<MBThread> |
MBThreadFinder.findByNoAssets()
|
static List<MBMessage> |
MBMessageFinderUtil.findByNoAssets()
|
List<MBMessage> |
MBMessageFinder.findByNoAssets()
|
static MBThread |
MBThreadUtil.findByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found. |
MBThread |
MBThreadPersistence.findByPrimaryKey(long threadId)
Returns the message boards thread with the primary key or throws a NoSuchThreadException if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.findByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or throws a NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.findByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or throws a NoSuchThreadFlagException if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.findByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.findByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
static MBMessage |
MBMessageUtil.findByPrimaryKey(long messageId)
Returns the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found. |
MBMessage |
MBMessagePersistence.findByPrimaryKey(long messageId)
Returns the message-boards message with the primary key or throws a NoSuchMessageException if it could not be found. |
static MBMailingList |
MBMailingListUtil.findByPrimaryKey(long mailingListId)
Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found. |
MBMailingList |
MBMailingListPersistence.findByPrimaryKey(long mailingListId)
Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found. |
static MBDiscussion |
MBDiscussionUtil.findByPrimaryKey(long discussionId)
Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.findByPrimaryKey(long discussionId)
Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found. |
static MBCategory |
MBCategoryUtil.findByPrimaryKey(long categoryId)
Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found. |
MBCategory |
MBCategoryPersistence.findByPrimaryKey(long categoryId)
Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found. |
static MBBan |
MBBanUtil.findByPrimaryKey(long banId)
Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found. |
MBBan |
MBBanPersistence.findByPrimaryKey(long banId)
Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found. |
static MBThread |
MBThreadUtil.findByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found. |
MBThread |
MBThreadPersistence.findByRootMessageId(long rootMessageId)
Returns the message boards thread where rootMessageId = ? or throws a NoSuchThreadException if it could not be found. |
static List<MBThread> |
MBThreadFinderUtil.findByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.findByS_G_U_C(long groupId,
long userId,
long[] categoryIds,
QueryDefinition queryDefinition)
|
static List<MBCategory> |
MBCategoryFinderUtil.findByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
MBCategoryFinder.findByS_G_U_P(long groupId,
long userId,
long[] parentCategoryIds,
int start,
int end)
|
static List<MBThread> |
MBThreadFinderUtil.findByS_G_U(long groupId,
long userId,
QueryDefinition queryDefinition)
|
List<MBThread> |
MBThreadFinder.findByS_G_U(long groupId,
long userId,
QueryDefinition queryDefinition)
|
static MBMessage |
MBMessageUtil.findByT_A_First(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.findByT_A_First(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.findByT_A_Last(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.findByT_A_Last(long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
static MBMessage[] |
MBMessageUtil.findByT_A_PrevAndNext(long messageId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage[] |
MBMessagePersistence.findByT_A_PrevAndNext(long messageId,
long threadId,
boolean answer,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_A(long threadId,
boolean answer)
Returns all the message-boards messages where threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_A(long threadId,
boolean answer)
Returns all the message-boards messages where threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_A(long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_A(long threadId,
boolean answer,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_A(long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_A(long threadId,
boolean answer,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage[] |
MBMessageUtil.findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage[] |
MBMessagePersistence.findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_P(long threadId,
long parentMessageId)
Returns all the message-boards messages where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_P(long threadId,
long parentMessageId)
Returns all the message-boards messages where threadId = ? and parentMessageId = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_P(long threadId,
long parentMessageId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_P(long threadId,
long parentMessageId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByT_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByT_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_S(long threadId,
int status)
Returns all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_S(long threadId,
int status)
Returns all the message-boards messages where threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_S(long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_S(long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadId_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadId_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
static MBThreadFlag[] |
MBThreadFlagUtil.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistence.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?. |
static MBMessage[] |
MBMessageUtil.findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
MBMessage[] |
MBMessagePersistence.findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId)
Returns all the message boards thread flags where threadId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId)
Returns all the message boards thread flags where threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByThreadId(long threadId)
Returns all the message-boards messages where threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByThreadId(long threadId)
Returns all the message-boards messages where threadId = ?. |
static MBDiscussion |
MBDiscussionUtil.findByThreadId(long threadId)
Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.findByThreadId(long threadId)
Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId,
int start,
int end)
Returns a range of all the message boards thread flags where threadId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId,
int start,
int end)
Returns a range of all the message boards thread flags where threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByThreadId(long threadId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByThreadId(long threadId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards thread flags where threadId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards thread flags where threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByThreadId(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadReplies_First(long threadId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadReplies_Last(long threadId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
static MBMessage[] |
MBMessageUtil.findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
MBMessage[] |
MBMessagePersistence.findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByThreadReplies(long threadId)
Returns all the message-boards messages where threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByThreadReplies(long threadId)
Returns all the message-boards messages where threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByThreadReplies(long threadId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByThreadReplies(long threadId,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
static MBMessage |
MBMessageUtil.findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByTR_S_First(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByTR_S_Last(long threadId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByTR_S(long threadId,
int status)
Returns all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByTR_S(long threadId,
int status)
Returns all the message-boards messages where threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByTR_S(long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByTR_S(long threadId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage[] |
MBMessageUtil.findByU_C_C_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage[] |
MBMessagePersistence.findByU_C_C_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByU_C_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByU_C_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_C(long userId,
long classNameId,
long classPK)
Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_C(long userId,
long classNameId,
long classPK)
Returns all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_C(long userId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_C(long userId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_C(long userId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_C(long userId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
MBMessagePersistence.findByU_C_First(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage |
MBMessageUtil.findByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
MBMessagePersistence.findByU_C_Last(long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage[] |
MBMessageUtil.findByU_C_PrevAndNext(long messageId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage[] |
MBMessagePersistence.findByU_C_PrevAndNext(long messageId,
long userId,
long classNameId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage |
MBMessageUtil.findByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByU_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByU_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
int status,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_S(long userId,
long[] classNameIds,
int status)
Returns all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_S(long userId,
long[] classNameIds,
int status)
Returns all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_S(long userId,
long[] classNameIds,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_S(long userId,
long[] classNameIds,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_S(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_S(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_S(long userId,
long classNameId,
int status)
Returns all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_S(long userId,
long classNameId,
int status)
Returns all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_S(long userId,
long classNameId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_S(long userId,
long classNameId,
int status,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_S(long userId,
long classNameId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_S(long userId,
long classNameId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C(long userId,
long classNameId)
Returns all the message-boards messages where userId = ? and classNameId = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C(long userId,
long classNameId)
Returns all the message-boards messages where userId = ? and classNameId = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C(long userId,
long[] classNameIds)
Returns all the message-boards messages where userId = ? and classNameId = any ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C(long userId,
long[] classNameIds)
Returns all the message-boards messages where userId = ? and classNameId = any ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C(long userId,
long[] classNameIds,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = any ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C(long userId,
long[] classNameIds,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = any ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C(long userId,
long[] classNameIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C(long userId,
long[] classNameIds,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C(long userId,
long classNameId,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C(long userId,
long classNameId,
int start,
int end)
Returns a range of all the message-boards messages where userId = ? and classNameId = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or throws a NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.findByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or throws a NoSuchThreadFlagException if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
static MBBan |
MBBanUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
MBBan |
MBBanPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
static MBBan |
MBBanUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
MBBan |
MBBanPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
static MBThreadFlag[] |
MBThreadFlagUtil.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistence.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
static MBMessage[] |
MBMessageUtil.findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?. |
MBMessage[] |
MBMessagePersistence.findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?. |
static MBBan[] |
MBBanUtil.findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?. |
MBBan[] |
MBBanPersistence.findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId)
Returns all the message boards thread flags where userId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId)
Returns all the message boards thread flags where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId)
Returns all the message boards stats users where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId)
Returns all the message boards stats users where userId = ?. |
static List<MBMessage> |
MBMessageUtil.findByUserId(long userId)
Returns all the message-boards messages where userId = ?. |
List<MBMessage> |
MBMessagePersistence.findByUserId(long userId)
Returns all the message-boards messages where userId = ?. |
static List<MBBan> |
MBBanUtil.findByUserId(long userId)
Returns all the message boards bans where userId = ?. |
List<MBBan> |
MBBanPersistence.findByUserId(long userId)
Returns all the message boards bans where userId = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards thread flags where userId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards thread flags where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards stats users where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards stats users where userId = ?. |
static List<MBMessage> |
MBMessageUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the message-boards messages where userId = ?. |
List<MBMessage> |
MBMessagePersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the message-boards messages where userId = ?. |
static List<MBBan> |
MBBanUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards bans where userId = ?. |
List<MBBan> |
MBBanPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards bans where userId = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards thread flags where userId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards thread flags where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards stats users where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBMessage> |
MBMessageUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ?. |
List<MBMessage> |
MBMessagePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ?. |
static List<MBBan> |
MBBanUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?. |
List<MBBan> |
MBBanPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?. |
static MBMessage |
MBMessageUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
MBMessagePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList |
MBMailingListUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList |
MBMailingListPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBCategory |
MBCategoryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
MBCategoryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBMessage |
MBMessageUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
MBMessagePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList |
MBMailingListUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList |
MBMailingListPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBCategory |
MBCategoryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
MBCategoryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBMessage[] |
MBMessageUtil.findByUuid_C_PrevAndNext(long messageId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage[] |
MBMessagePersistence.findByUuid_C_PrevAndNext(long messageId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList[] |
MBMailingListUtil.findByUuid_C_PrevAndNext(long mailingListId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList[] |
MBMailingListPersistence.findByUuid_C_PrevAndNext(long mailingListId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBCategory[] |
MBCategoryUtil.findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory[] |
MBCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?. |
static List<MBMessage> |
MBMessageUtil.findByUuid_C(String uuid,
long companyId)
Returns all the message-boards messages where uuid = ? and companyId = ?. |
List<MBMessage> |
MBMessagePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the message-boards messages where uuid = ? and companyId = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByUuid_C(String uuid,
long companyId)
Returns all the message boards mailing lists where uuid = ? and companyId = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the message boards mailing lists where uuid = ? and companyId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the message boards categories where uuid = ? and companyId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the message boards categories where uuid = ? and companyId = ?. |
static List<MBMessage> |
MBMessageUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message-boards messages where uuid = ? and companyId = ?. |
List<MBMessage> |
MBMessagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message-boards messages where uuid = ? and companyId = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message boards mailing lists where uuid = ? and companyId = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message boards mailing lists where uuid = ? and companyId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message boards categories where uuid = ? and companyId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message boards categories where uuid = ? and companyId = ?. |
static List<MBMessage> |
MBMessageUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?. |
List<MBMessage> |
MBMessagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?. |
static MBMessage |
MBMessageUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
static MBMailingList |
MBMailingListUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ?. |
MBMailingList |
MBMailingListPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ?. |
static MBCategory |
MBCategoryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
MBCategory |
MBCategoryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
static MBMessage |
MBMessageUtil.findByUUID_G(String uuid,
long groupId)
Returns the message-boards message where uuid = ? and groupId = ? or throws a NoSuchMessageException if it could not be found. |
MBMessage |
MBMessagePersistence.findByUUID_G(String uuid,
long groupId)
Returns the message-boards message where uuid = ? and groupId = ? or throws a NoSuchMessageException if it could not be found. |
static MBMailingList |
MBMailingListUtil.findByUUID_G(String uuid,
long groupId)
Returns the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found. |
MBMailingList |
MBMailingListPersistence.findByUUID_G(String uuid,
long groupId)
Returns the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found. |
static MBCategory |
MBCategoryUtil.findByUUID_G(String uuid,
long groupId)
Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
MBCategory |
MBCategoryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
static MBMessage |
MBMessageUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
static MBMailingList |
MBMailingListUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ?. |
MBMailingList |
MBMailingListPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ?. |
static MBCategory |
MBCategoryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
MBCategory |
MBCategoryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
static MBMessage[] |
MBMessageUtil.findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?. |
MBMessage[] |
MBMessagePersistence.findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?. |
static MBMailingList[] |
MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId,
String uuid,
OrderByComparator orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?. |
MBMailingList[] |
MBMailingListPersistence.findByUuid_PrevAndNext(long mailingListId,
String uuid,
OrderByComparator orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?. |
static MBCategory[] |
MBCategoryUtil.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?. |
MBCategory[] |
MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?. |
static List<MBMessage> |
MBMessageUtil.findByUuid(String uuid)
Returns all the message-boards messages where uuid = ?. |
List<MBMessage> |
MBMessagePersistence.findByUuid(String uuid)
Returns all the message-boards messages where uuid = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByUuid(String uuid)
Returns all the message boards mailing lists where uuid = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByUuid(String uuid)
Returns all the message boards mailing lists where uuid = ?. |
static List<MBCategory> |
MBCategoryUtil.findByUuid(String uuid)
Returns all the message boards categories where uuid = ?. |
List<MBCategory> |
MBCategoryPersistence.findByUuid(String uuid)
Returns all the message boards categories where uuid = ?. |
static List<MBMessage> |
MBMessageUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the message-boards messages where uuid = ?. |
List<MBMessage> |
MBMessagePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the message-boards messages where uuid = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards mailing lists where uuid = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards mailing lists where uuid = ?. |
static List<MBCategory> |
MBCategoryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards categories where uuid = ?. |
List<MBCategory> |
MBCategoryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards categories where uuid = ?. |
static List<MBMessage> |
MBMessageUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ?. |
List<MBMessage> |
MBMessagePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards mailing lists where uuid = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards mailing lists where uuid = ?. |
static List<MBCategory> |
MBCategoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ?. |
List<MBCategory> |
MBCategoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ?. |
static List<MBThread> |
MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBStatsUser> |
MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBMessage> |
MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBMailingList> |
MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBDiscussion> |
MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBCategory> |
MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBBan> |
MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBThread> |
MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBStatsUser> |
MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBMessage> |
MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBMailingList> |
MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBDiscussion> |
MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBCategory> |
MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBBan> |
MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBThread> |
MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MBStatsUser> |
MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MBMessage> |
MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MBMailingList> |
MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MBDiscussion> |
MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MBCategory> |
MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MBBan> |
MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static MBThread |
MBThreadUtil.remove(long threadId)
Removes the message boards thread with the primary key from the database. |
MBThread |
MBThreadPersistence.remove(long threadId)
Removes the message boards thread with the primary key from the database. |
static MBThreadFlag |
MBThreadFlagUtil.remove(long threadFlagId)
Removes the message boards thread flag with the primary key from the database. |
MBThreadFlag |
MBThreadFlagPersistence.remove(long threadFlagId)
Removes the message boards thread flag with the primary key from the database. |
static MBStatsUser |
MBStatsUserUtil.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database. |
MBStatsUser |
MBStatsUserPersistence.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database. |
static MBMessage |
MBMessageUtil.remove(long messageId)
Removes the message-boards message with the primary key from the database. |
MBMessage |
MBMessagePersistence.remove(long messageId)
Removes the message-boards message with the primary key from the database. |
static MBMailingList |
MBMailingListUtil.remove(long mailingListId)
Removes the message boards mailing list with the primary key from the database. |
MBMailingList |
MBMailingListPersistence.remove(long mailingListId)
Removes the message boards mailing list with the primary key from the database. |
static MBDiscussion |
MBDiscussionUtil.remove(long discussionId)
Removes the message boards discussion with the primary key from the database. |
MBDiscussion |
MBDiscussionPersistence.remove(long discussionId)
Removes the message boards discussion with the primary key from the database. |
static MBCategory |
MBCategoryUtil.remove(long categoryId)
Removes the message boards category with the primary key from the database. |
MBCategory |
MBCategoryPersistence.remove(long categoryId)
Removes the message boards category with the primary key from the database. |
static MBBan |
MBBanUtil.remove(long banId)
Removes the message boards ban with the primary key from the database. |
MBBan |
MBBanPersistence.remove(long banId)
Removes the message boards ban with the primary key from the database. |
static void |
MBThreadUtil.removeAll()
Removes all the message boards threads from the database. |
void |
MBThreadPersistence.removeAll()
Removes all the message boards threads from the database. |
static void |
MBThreadFlagUtil.removeAll()
Removes all the message boards thread flags from the database. |
void |
MBThreadFlagPersistence.removeAll()
Removes all the message boards thread flags from the database. |
static void |
MBStatsUserUtil.removeAll()
Removes all the message boards stats users from the database. |
void |
MBStatsUserPersistence.removeAll()
Removes all the message boards stats users from the database. |
static void |
MBMessageUtil.removeAll()
Removes all the message-boards messages from the database. |
void |
MBMessagePersistence.removeAll()
Removes all the message-boards messages from the database. |
static void |
MBMailingListUtil.removeAll()
Removes all the message boards mailing lists from the database. |
void |
MBMailingListPersistence.removeAll()
Removes all the message boards mailing lists from the database. |
static void |
MBDiscussionUtil.removeAll()
Removes all the message boards discussions from the database. |
void |
MBDiscussionPersistence.removeAll()
Removes all the message boards discussions from the database. |
static void |
MBCategoryUtil.removeAll()
Removes all the message boards categories from the database. |
void |
MBCategoryPersistence.removeAll()
Removes all the message boards categories from the database. |
static void |
MBBanUtil.removeAll()
Removes all the message boards bans from the database. |
void |
MBBanPersistence.removeAll()
Removes all the message boards bans from the database. |
static void |
MBMailingListUtil.removeByActive(boolean active)
Removes all the message boards mailing lists where active = ? from the database. |
void |
MBMailingListPersistence.removeByActive(boolean active)
Removes all the message boards mailing lists where active = ? from the database. |
static void |
MBBanUtil.removeByBanUserId(long banUserId)
Removes all the message boards bans where banUserId = ? from the database. |
void |
MBBanPersistence.removeByBanUserId(long banUserId)
Removes all the message boards bans where banUserId = ? from the database. |
static void |
MBMessageUtil.removeByC_C_S(long classNameId,
long classPK,
int status)
Removes all the message-boards messages where classNameId = ? and classPK = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByC_C_S(long classNameId,
long classPK,
int status)
Removes all the message-boards messages where classNameId = ? and classPK = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByC_C(long classNameId,
long classPK)
Removes all the message-boards messages where classNameId = ? and classPK = ? from the database. |
void |
MBMessagePersistence.removeByC_C(long classNameId,
long classPK)
Removes all the message-boards messages where classNameId = ? and classPK = ? from the database. |
static MBDiscussion |
MBDiscussionUtil.removeByC_C(long classNameId,
long classPK)
Removes the message boards discussion where classNameId = ? and classPK = ? from the database. |
MBDiscussion |
MBDiscussionPersistence.removeByC_C(long classNameId,
long classPK)
Removes the message boards discussion where classNameId = ? and classPK = ? from the database. |
static void |
MBThreadUtil.removeByC_P(long categoryId,
double priority)
Removes all the message boards threads where categoryId = ? and priority = ? from the database. |
void |
MBThreadPersistence.removeByC_P(long categoryId,
double priority)
Removes all the message boards threads where categoryId = ? and priority = ? from the database. |
static void |
MBMessageUtil.removeByC_S(long companyId,
int status)
Removes all the message-boards messages where companyId = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByC_S(long companyId,
int status)
Removes all the message-boards messages where companyId = ? and status = ? from the database. |
static void |
MBCategoryUtil.removeByC_S(long companyId,
int status)
Removes all the message boards categories where companyId = ? and status = ? from the database. |
void |
MBCategoryPersistence.removeByC_S(long companyId,
int status)
Removes all the message boards categories where companyId = ? and status = ? from the database. |
static void |
MBDiscussionUtil.removeByClassNameId(long classNameId)
Removes all the message boards discussions where classNameId = ? from the database. |
void |
MBDiscussionPersistence.removeByClassNameId(long classNameId)
Removes all the message boards discussions where classNameId = ? from the database. |
static void |
MBMessageUtil.removeByCompanyId(long companyId)
Removes all the message-boards messages where companyId = ? from the database. |
void |
MBMessagePersistence.removeByCompanyId(long companyId)
Removes all the message-boards messages where companyId = ? from the database. |
static void |
MBCategoryUtil.removeByCompanyId(long companyId)
Removes all the message boards categories where companyId = ? from the database. |
void |
MBCategoryPersistence.removeByCompanyId(long companyId)
Removes all the message boards categories where companyId = ? from the database. |
static MBBan |
MBBanUtil.removeByG_B(long groupId,
long banUserId)
Removes the message boards ban where groupId = ? and banUserId = ? from the database. |
MBBan |
MBBanPersistence.removeByG_B(long groupId,
long banUserId)
Removes the message boards ban where groupId = ? and banUserId = ? from the database. |
static void |
MBThreadUtil.removeByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Removes all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ? from the database. |
void |
MBThreadPersistence.removeByG_C_L(long groupId,
long categoryId,
Date lastPostDate)
Removes all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ? from the database. |
static void |
MBThreadUtil.removeByG_C_NotS(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId = ? and status ≠ ? from the database. |
void |
MBThreadPersistence.removeByG_C_NotS(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId = ? and status ≠ ? from the database. |
static void |
MBThreadUtil.removeByG_C_S(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId = ? and status = ? from the database. |
void |
MBThreadPersistence.removeByG_C_S(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByG_C_S(long groupId,
long categoryId,
int status)
Removes all the message-boards messages where groupId = ? and categoryId = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByG_C_S(long groupId,
long categoryId,
int status)
Removes all the message-boards messages where groupId = ? and categoryId = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ? from the database. |
void |
MBMessagePersistence.removeByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ? from the database. |
static void |
MBMessageUtil.removeByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByG_C_T(long groupId,
long categoryId,
long threadId)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? from the database. |
void |
MBMessagePersistence.removeByG_C_T(long groupId,
long categoryId,
long threadId)
Removes all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? from the database. |
static void |
MBThreadUtil.removeByG_C(long groupId,
long categoryId)
Removes all the message boards threads where groupId = ? and categoryId = ? from the database. |
void |
MBThreadPersistence.removeByG_C(long groupId,
long categoryId)
Removes all the message boards threads where groupId = ? and categoryId = ? from the database. |
static void |
MBMessageUtil.removeByG_C(long groupId,
long categoryId)
Removes all the message-boards messages where groupId = ? and categoryId = ? from the database. |
void |
MBMessagePersistence.removeByG_C(long groupId,
long categoryId)
Removes all the message-boards messages where groupId = ? and categoryId = ? from the database. |
static MBMailingList |
MBMailingListUtil.removeByG_C(long groupId,
long categoryId)
Removes the message boards mailing list where groupId = ? and categoryId = ? from the database. |
MBMailingList |
MBMailingListPersistence.removeByG_C(long groupId,
long categoryId)
Removes the message boards mailing list where groupId = ? and categoryId = ? from the database. |
static void |
MBThreadUtil.removeByG_NotC_NotS(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ? from the database. |
void |
MBThreadPersistence.removeByG_NotC_NotS(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ? from the database. |
static void |
MBThreadUtil.removeByG_NotC_S(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? and status = ? from the database. |
void |
MBThreadPersistence.removeByG_NotC_S(long groupId,
long categoryId,
int status)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? and status = ? from the database. |
static void |
MBThreadUtil.removeByG_NotC(long groupId,
long categoryId)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? from the database. |
void |
MBThreadPersistence.removeByG_NotC(long groupId,
long categoryId)
Removes all the message boards threads where groupId = ? and categoryId ≠ ? from the database. |
static void |
MBStatsUserUtil.removeByG_NotU_NotM(long groupId,
long userId,
int messageCount)
Removes all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ? from the database. |
void |
MBStatsUserPersistence.removeByG_NotU_NotM(long groupId,
long userId,
int messageCount)
Removes all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ? from the database. |
static void |
MBCategoryUtil.removeByG_P_S(long groupId,
long parentCategoryId,
int status)
Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status = ? from the database. |
void |
MBCategoryPersistence.removeByG_P_S(long groupId,
long parentCategoryId,
int status)
Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status = ? from the database. |
static void |
MBCategoryUtil.removeByG_P(long groupId,
long parentCategoryId)
Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database. |
void |
MBCategoryPersistence.removeByG_P(long groupId,
long parentCategoryId)
Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database. |
static void |
MBThreadUtil.removeByG_S(long groupId,
int status)
Removes all the message boards threads where groupId = ? and status = ? from the database. |
void |
MBThreadPersistence.removeByG_S(long groupId,
int status)
Removes all the message boards threads where groupId = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByG_S(long groupId,
int status)
Removes all the message-boards messages where groupId = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByG_S(long groupId,
int status)
Removes all the message-boards messages where groupId = ? and status = ? from the database. |
static void |
MBCategoryUtil.removeByG_S(long groupId,
int status)
Removes all the message boards categories where groupId = ? and status = ? from the database. |
void |
MBCategoryPersistence.removeByG_S(long groupId,
int status)
Removes all the message boards categories where groupId = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByG_U_S(long groupId,
long userId,
int status)
Removes all the message-boards messages where groupId = ? and userId = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByG_U_S(long groupId,
long userId,
int status)
Removes all the message-boards messages where groupId = ? and userId = ? and status = ? from the database. |
static MBStatsUser |
MBStatsUserUtil.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database. |
MBStatsUser |
MBStatsUserPersistence.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database. |
static void |
MBMessageUtil.removeByG_U(long groupId,
long userId)
Removes all the message-boards messages where groupId = ? and userId = ? from the database. |
void |
MBMessagePersistence.removeByG_U(long groupId,
long userId)
Removes all the message-boards messages where groupId = ? and userId = ? from the database. |
static void |
MBThreadUtil.removeByGroupId(long groupId)
Removes all the message boards threads where groupId = ? from the database. |
void |
MBThreadPersistence.removeByGroupId(long groupId)
Removes all the message boards threads where groupId = ? from the database. |
static void |
MBStatsUserUtil.removeByGroupId(long groupId)
Removes all the message boards stats users where groupId = ? from the database. |
void |
MBStatsUserPersistence.removeByGroupId(long groupId)
Removes all the message boards stats users where groupId = ? from the database. |
static void |
MBMessageUtil.removeByGroupId(long groupId)
Removes all the message-boards messages where groupId = ? from the database. |
void |
MBMessagePersistence.removeByGroupId(long groupId)
Removes all the message-boards messages where groupId = ? from the database. |
static void |
MBCategoryUtil.removeByGroupId(long groupId)
Removes all the message boards categories where groupId = ? from the database. |
void |
MBCategoryPersistence.removeByGroupId(long groupId)
Removes all the message boards categories where groupId = ? from the database. |
static void |
MBBanUtil.removeByGroupId(long groupId)
Removes all the message boards bans where groupId = ? from the database. |
void |
MBBanPersistence.removeByGroupId(long groupId)
Removes all the message boards bans where groupId = ? from the database. |
static void |
MBThreadUtil.removeByL_P(Date lastPostDate,
double priority)
Removes all the message boards threads where lastPostDate = ? and priority = ? from the database. |
void |
MBThreadPersistence.removeByL_P(Date lastPostDate,
double priority)
Removes all the message boards threads where lastPostDate = ? and priority = ? from the database. |
static MBThread |
MBThreadUtil.removeByRootMessageId(long rootMessageId)
Removes the message boards thread where rootMessageId = ? from the database. |
MBThread |
MBThreadPersistence.removeByRootMessageId(long rootMessageId)
Removes the message boards thread where rootMessageId = ? from the database. |
static void |
MBMessageUtil.removeByT_A(long threadId,
boolean answer)
Removes all the message-boards messages where threadId = ? and answer = ? from the database. |
void |
MBMessagePersistence.removeByT_A(long threadId,
boolean answer)
Removes all the message-boards messages where threadId = ? and answer = ? from the database. |
static void |
MBMessageUtil.removeByT_P(long threadId,
long parentMessageId)
Removes all the message-boards messages where threadId = ? and parentMessageId = ? from the database. |
void |
MBMessagePersistence.removeByT_P(long threadId,
long parentMessageId)
Removes all the message-boards messages where threadId = ? and parentMessageId = ? from the database. |
static void |
MBMessageUtil.removeByT_S(long threadId,
int status)
Removes all the message-boards messages where threadId = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByT_S(long threadId,
int status)
Removes all the message-boards messages where threadId = ? and status = ? from the database. |
static void |
MBThreadFlagUtil.removeByThreadId(long threadId)
Removes all the message boards thread flags where threadId = ? from the database. |
void |
MBThreadFlagPersistence.removeByThreadId(long threadId)
Removes all the message boards thread flags where threadId = ? from the database. |
static void |
MBMessageUtil.removeByThreadId(long threadId)
Removes all the message-boards messages where threadId = ? from the database. |
void |
MBMessagePersistence.removeByThreadId(long threadId)
Removes all the message-boards messages where threadId = ? from the database. |
static MBDiscussion |
MBDiscussionUtil.removeByThreadId(long threadId)
Removes the message boards discussion where threadId = ? from the database. |
MBDiscussion |
MBDiscussionPersistence.removeByThreadId(long threadId)
Removes the message boards discussion where threadId = ? from the database. |
static void |
MBMessageUtil.removeByThreadReplies(long threadId)
Removes all the message-boards messages where threadId = ? from the database. |
void |
MBMessagePersistence.removeByThreadReplies(long threadId)
Removes all the message-boards messages where threadId = ? from the database. |
static void |
MBMessageUtil.removeByTR_S(long threadId,
int status)
Removes all the message-boards messages where threadId = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByTR_S(long threadId,
int status)
Removes all the message-boards messages where threadId = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByU_C_C_S(long userId,
long classNameId,
long classPK,
int status)
Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByU_C_C(long userId,
long classNameId,
long classPK)
Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? from the database. |
void |
MBMessagePersistence.removeByU_C_C(long userId,
long classNameId,
long classPK)
Removes all the message-boards messages where userId = ? and classNameId = ? and classPK = ? from the database. |
static void |
MBMessageUtil.removeByU_C_S(long userId,
long classNameId,
int status)
Removes all the message-boards messages where userId = ? and classNameId = ? and status = ? from the database. |
void |
MBMessagePersistence.removeByU_C_S(long userId,
long classNameId,
int status)
Removes all the message-boards messages where userId = ? and classNameId = ? and status = ? from the database. |
static void |
MBMessageUtil.removeByU_C(long userId,
long classNameId)
Removes all the message-boards messages where userId = ? and classNameId = ? from the database. |
void |
MBMessagePersistence.removeByU_C(long userId,
long classNameId)
Removes all the message-boards messages where userId = ? and classNameId = ? from the database. |
static MBThreadFlag |
MBThreadFlagUtil.removeByU_T(long userId,
long threadId)
Removes the message boards thread flag where userId = ? and threadId = ? from the database. |
MBThreadFlag |
MBThreadFlagPersistence.removeByU_T(long userId,
long threadId)
Removes the message boards thread flag where userId = ? and threadId = ? from the database. |
static void |
MBThreadFlagUtil.removeByUserId(long userId)
Removes all the message boards thread flags where userId = ? from the database. |
void |
MBThreadFlagPersistence.removeByUserId(long userId)
Removes all the message boards thread flags where userId = ? from the database. |
static void |
MBStatsUserUtil.removeByUserId(long userId)
Removes all the message boards stats users where userId = ? from the database. |
void |
MBStatsUserPersistence.removeByUserId(long userId)
Removes all the message boards stats users where userId = ? from the database. |
static void |
MBMessageUtil.removeByUserId(long userId)
Removes all the message-boards messages where userId = ? from the database. |
void |
MBMessagePersistence.removeByUserId(long userId)
Removes all the message-boards messages where userId = ? from the database. |
static void |
MBBanUtil.removeByUserId(long userId)
Removes all the message boards bans where userId = ? from the database. |
void |
MBBanPersistence.removeByUserId(long userId)
Removes all the message boards bans where userId = ? from the database. |
static void |
MBMessageUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the message-boards messages where uuid = ? and companyId = ? from the database. |
void |
MBMessagePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the message-boards messages where uuid = ? and companyId = ? from the database. |
static void |
MBMailingListUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the message boards mailing lists where uuid = ? and companyId = ? from the database. |
void |
MBMailingListPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the message boards mailing lists where uuid = ? and companyId = ? from the database. |
static void |
MBCategoryUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the message boards categories where uuid = ? and companyId = ? from the database. |
void |
MBCategoryPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the message boards categories where uuid = ? and companyId = ? from the database. |
static MBMessage |
MBMessageUtil.removeByUUID_G(String uuid,
long groupId)
Removes the message-boards message where uuid = ? and groupId = ? from the database. |
MBMessage |
MBMessagePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the message-boards message where uuid = ? and groupId = ? from the database. |
static MBMailingList |
MBMailingListUtil.removeByUUID_G(String uuid,
long groupId)
Removes the message boards mailing list where uuid = ? and groupId = ? from the database. |
MBMailingList |
MBMailingListPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the message boards mailing list where uuid = ? and groupId = ? from the database. |
static MBCategory |
MBCategoryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the message boards category where uuid = ? and groupId = ? from the database. |
MBCategory |
MBCategoryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the message boards category where uuid = ? and groupId = ? from the database. |
static void |
MBMessageUtil.removeByUuid(String uuid)
Removes all the message-boards messages where uuid = ? from the database. |
void |
MBMessagePersistence.removeByUuid(String uuid)
Removes all the message-boards messages where uuid = ? from the database. |
static void |
MBMailingListUtil.removeByUuid(String uuid)
Removes all the message boards mailing lists where uuid = ? from the database. |
void |
MBMailingListPersistence.removeByUuid(String uuid)
Removes all the message boards mailing lists where uuid = ? from the database. |
static void |
MBCategoryUtil.removeByUuid(String uuid)
Removes all the message boards categories where uuid = ? from the database. |
void |
MBCategoryPersistence.removeByUuid(String uuid)
Removes all the message boards categories where uuid = ? from the database. |
static MBBan |
MBBanUtil.update(MBBan mbBan)
|
static MBBan |
MBBanUtil.update(MBBan mbBan,
ServiceContext serviceContext)
|
static MBCategory |
MBCategoryUtil.update(MBCategory mbCategory)
|
static MBCategory |
MBCategoryUtil.update(MBCategory mbCategory,
ServiceContext serviceContext)
|
static MBDiscussion |
MBDiscussionUtil.update(MBDiscussion mbDiscussion)
|
static MBDiscussion |
MBDiscussionUtil.update(MBDiscussion mbDiscussion,
ServiceContext serviceContext)
|
static MBMailingList |
MBMailingListUtil.update(MBMailingList mbMailingList)
|
static MBMailingList |
MBMailingListUtil.update(MBMailingList mbMailingList,
ServiceContext serviceContext)
|
static MBMessage |
MBMessageUtil.update(MBMessage mbMessage)
|
static MBMessage |
MBMessageUtil.update(MBMessage mbMessage,
ServiceContext serviceContext)
|
static MBStatsUser |
MBStatsUserUtil.update(MBStatsUser mbStatsUser)
|
static MBStatsUser |
MBStatsUserUtil.update(MBStatsUser mbStatsUser,
ServiceContext serviceContext)
|
static MBThread |
MBThreadUtil.update(MBThread mbThread)
|
static MBThreadFlag |
MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag)
|
static MBThreadFlag |
MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag,
ServiceContext serviceContext)
|
static MBThread |
MBThreadUtil.update(MBThread mbThread,
ServiceContext serviceContext)
|
static MBBan |
MBBanUtil.updateImpl(MBBan mbBan)
|
MBBan |
MBBanPersistence.updateImpl(MBBan mbBan)
|
static MBCategory |
MBCategoryUtil.updateImpl(MBCategory mbCategory)
|
MBCategory |
MBCategoryPersistence.updateImpl(MBCategory mbCategory)
|
static MBDiscussion |
MBDiscussionUtil.updateImpl(MBDiscussion mbDiscussion)
|
MBDiscussion |
MBDiscussionPersistence.updateImpl(MBDiscussion mbDiscussion)
|
static MBMailingList |
MBMailingListUtil.updateImpl(MBMailingList mbMailingList)
|
MBMailingList |
MBMailingListPersistence.updateImpl(MBMailingList mbMailingList)
|
static MBMessage |
MBMessageUtil.updateImpl(MBMessage mbMessage)
|
MBMessage |
MBMessagePersistence.updateImpl(MBMessage mbMessage)
|
static MBStatsUser |
MBStatsUserUtil.updateImpl(MBStatsUser mbStatsUser)
|
MBStatsUser |
MBStatsUserPersistence.updateImpl(MBStatsUser mbStatsUser)
|
static MBThread |
MBThreadUtil.updateImpl(MBThread mbThread)
|
MBThread |
MBThreadPersistence.updateImpl(MBThread mbThread)
|
static MBThreadFlag |
MBThreadFlagUtil.updateImpl(MBThreadFlag mbThreadFlag)
|
MBThreadFlag |
MBThreadFlagPersistence.updateImpl(MBThreadFlag mbThreadFlag)
|
| Uses of SystemException in com.liferay.portlet.mobiledevicerules.model |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.model that throw SystemException | |
|---|---|
List<MDRAction> |
MDRRuleGroupInstanceWrapper.getActions()
|
List<MDRAction> |
MDRRuleGroupInstance.getActions()
|
MDRRuleGroup |
MDRRuleGroupInstanceWrapper.getRuleGroup()
|
MDRRuleGroup |
MDRRuleGroupInstance.getRuleGroup()
|
List<MDRRule> |
MDRRuleGroupWrapper.getRules()
|
List<MDRRule> |
MDRRuleGroup.getRules()
|
String |
MDRRuleWrapper.getUserUuid()
Returns the user uuid of this m d r rule. |
String |
MDRRuleModel.getUserUuid()
Returns the user uuid of this m d r rule. |
String |
MDRRuleGroupWrapper.getUserUuid()
Returns the user uuid of this m d r rule group. |
String |
MDRRuleGroupModel.getUserUuid()
Returns the user uuid of this m d r rule group. |
String |
MDRRuleGroupInstanceWrapper.getUserUuid()
Returns the user uuid of this m d r rule group instance. |
String |
MDRRuleGroupInstanceModel.getUserUuid()
Returns the user uuid of this m d r rule group instance. |
String |
MDRActionWrapper.getUserUuid()
Returns the user uuid of this m d r action. |
String |
MDRActionModel.getUserUuid()
Returns the user uuid of this m d r action. |
void |
MDRRuleWrapper.persist()
|
void |
MDRRuleGroupWrapper.persist()
|
void |
MDRRuleGroupInstanceWrapper.persist()
|
void |
MDRActionWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.mobiledevicerules.service |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.service that throw SystemException | |
|---|---|
MDRAction |
MDRActionServiceWrapper.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionServiceUtil.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionService.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionLocalServiceUtil.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalService.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionServiceWrapper.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionServiceUtil.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionService.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionLocalServiceUtil.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalService.addAction(long ruleGroupInstanceId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.addMDRAction(MDRAction mdrAction)
Adds the m d r action to the database. |
static MDRAction |
MDRActionLocalServiceUtil.addMDRAction(MDRAction mdrAction)
Adds the m d r action to the database. |
MDRAction |
MDRActionLocalService.addMDRAction(MDRAction mdrAction)
Adds the m d r action to the database. |
MDRRule |
MDRRuleLocalServiceWrapper.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
static MDRRule |
MDRRuleLocalServiceUtil.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
MDRRule |
MDRRuleLocalService.addMDRRule(MDRRule mdrRule)
Adds the m d r rule to the database. |
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Adds the m d r rule group to the database. |
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Adds the m d r rule group to the database. |
MDRRuleGroup |
MDRRuleGroupLocalService.addMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Adds the m d r rule group to the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Adds the m d r rule group instance to the database. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Adds the m d r rule group instance to the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.addMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Adds the m d r rule group instance to the database. |
MDRRule |
MDRRuleServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.addRule(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupServiceWrapper.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupServiceUtil.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupService.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalService.addRuleGroup(long groupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceWrapper.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceUtil.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceService.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
int priority,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceWrapper.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceUtil.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceService.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.addRuleGroupInstance(long groupId,
String className,
long classPK,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.copyRule(long ruleId,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.copyRule(MDRRule rule,
long ruleGroupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupServiceWrapper.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupServiceUtil.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupService.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalService.copyRuleGroup(long ruleGroupId,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.copyRuleGroup(MDRRuleGroup ruleGroup,
long groupId,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.copyRuleGroup(MDRRuleGroup ruleGroup,
long groupId,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalService.copyRuleGroup(MDRRuleGroup ruleGroup,
long groupId,
ServiceContext serviceContext)
|
void |
MDRActionServiceWrapper.deleteAction(long actionId)
|
static void |
MDRActionServiceUtil.deleteAction(long actionId)
|
void |
MDRActionService.deleteAction(long actionId)
|
void |
MDRActionLocalServiceWrapper.deleteAction(long actionId)
|
static void |
MDRActionLocalServiceUtil.deleteAction(long actionId)
|
void |
MDRActionLocalService.deleteAction(long actionId)
|
void |
MDRActionLocalServiceWrapper.deleteAction(MDRAction action)
|
static void |
MDRActionLocalServiceUtil.deleteAction(MDRAction action)
|
void |
MDRActionLocalService.deleteAction(MDRAction action)
|
void |
MDRActionLocalServiceWrapper.deleteActions(long ruleGroupInstanceId)
|
static void |
MDRActionLocalServiceUtil.deleteActions(long ruleGroupInstanceId)
|
void |
MDRActionLocalService.deleteActions(long ruleGroupInstanceId)
|
void |
MDRRuleGroupInstanceLocalServiceWrapper.deleteGroupRuleGroupInstances(long groupId)
|
static void |
MDRRuleGroupInstanceLocalServiceUtil.deleteGroupRuleGroupInstances(long groupId)
|
void |
MDRRuleGroupInstanceLocalService.deleteGroupRuleGroupInstances(long groupId)
|
MDRAction |
MDRActionLocalServiceWrapper.deleteMDRAction(long actionId)
Deletes the m d r action with the primary key from the database. |
static MDRAction |
MDRActionLocalServiceUtil.deleteMDRAction(long actionId)
Deletes the m d r action with the primary key from the database. |
MDRAction |
MDRActionLocalService.deleteMDRAction(long actionId)
Deletes the m d r action with the primary key from the database. |
MDRAction |
MDRActionLocalServiceWrapper.deleteMDRAction(MDRAction mdrAction)
Deletes the m d r action from the database. |
static MDRAction |
MDRActionLocalServiceUtil.deleteMDRAction(MDRAction mdrAction)
Deletes the m d r action from the database. |
MDRAction |
MDRActionLocalService.deleteMDRAction(MDRAction mdrAction)
Deletes the m d r action from the database. |
MDRRule |
MDRRuleLocalServiceWrapper.deleteMDRRule(long ruleId)
Deletes the m d r rule with the primary key from the database. |
static MDRRule |
MDRRuleLocalServiceUtil.deleteMDRRule(long ruleId)
Deletes the m d r rule with the primary key from the database. |
MDRRule |
MDRRuleLocalService.deleteMDRRule(long ruleId)
Deletes the m d r rule with the primary key from the database. |
MDRRule |
MDRRuleLocalServiceWrapper.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
static MDRRule |
MDRRuleLocalServiceUtil.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
MDRRule |
MDRRuleLocalService.deleteMDRRule(MDRRule mdrRule)
Deletes the m d r rule from the database. |
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.deleteMDRRuleGroup(long ruleGroupId)
Deletes the m d r rule group with the primary key from the database. |
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.deleteMDRRuleGroup(long ruleGroupId)
Deletes the m d r rule group with the primary key from the database. |
MDRRuleGroup |
MDRRuleGroupLocalService.deleteMDRRuleGroup(long ruleGroupId)
Deletes the m d r rule group with the primary key from the database. |
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Deletes the m d r rule group from the database. |
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Deletes the m d r rule group from the database. |
MDRRuleGroup |
MDRRuleGroupLocalService.deleteMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Deletes the m d r rule group from the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
Deletes the m d r rule group instance with the primary key from the database. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
Deletes the m d r rule group instance with the primary key from the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(long ruleGroupInstanceId)
Deletes the m d r rule group instance with the primary key from the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Deletes the m d r rule group instance from the database. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Deletes the m d r rule group instance from the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.deleteMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Deletes the m d r rule group instance from the database. |
void |
MDRRuleServiceWrapper.deleteRule(long ruleId)
|
static void |
MDRRuleServiceUtil.deleteRule(long ruleId)
|
void |
MDRRuleService.deleteRule(long ruleId)
|
void |
MDRRuleLocalServiceWrapper.deleteRule(long ruleId)
|
static void |
MDRRuleLocalServiceUtil.deleteRule(long ruleId)
|
void |
MDRRuleLocalService.deleteRule(long ruleId)
|
void |
MDRRuleLocalServiceWrapper.deleteRule(MDRRule rule)
|
static void |
MDRRuleLocalServiceUtil.deleteRule(MDRRule rule)
|
void |
MDRRuleLocalService.deleteRule(MDRRule rule)
|
void |
MDRRuleGroupServiceWrapper.deleteRuleGroup(long ruleGroupId)
|
static void |
MDRRuleGroupServiceUtil.deleteRuleGroup(long ruleGroupId)
|
void |
MDRRuleGroupService.deleteRuleGroup(long ruleGroupId)
|
void |
MDRRuleGroupLocalServiceWrapper.deleteRuleGroup(long ruleGroupId)
|
static void |
MDRRuleGroupLocalServiceUtil.deleteRuleGroup(long ruleGroupId)
|
void |
MDRRuleGroupLocalService.deleteRuleGroup(long ruleGroupId)
|
void |
MDRRuleGroupLocalServiceWrapper.deleteRuleGroup(MDRRuleGroup ruleGroup)
|
static void |
MDRRuleGroupLocalServiceUtil.deleteRuleGroup(MDRRuleGroup ruleGroup)
|
void |
MDRRuleGroupLocalService.deleteRuleGroup(MDRRuleGroup ruleGroup)
|
void |
MDRRuleGroupInstanceServiceWrapper.deleteRuleGroupInstance(long ruleGroupInstanceId)
|
static void |
MDRRuleGroupInstanceServiceUtil.deleteRuleGroupInstance(long ruleGroupInstanceId)
|
void |
MDRRuleGroupInstanceService.deleteRuleGroupInstance(long ruleGroupInstanceId)
|
void |
MDRRuleGroupInstanceLocalServiceWrapper.deleteRuleGroupInstance(long ruleGroupInstanceId)
|
static void |
MDRRuleGroupInstanceLocalServiceUtil.deleteRuleGroupInstance(long ruleGroupInstanceId)
|
void |
MDRRuleGroupInstanceLocalService.deleteRuleGroupInstance(long ruleGroupInstanceId)
|
void |
MDRRuleGroupInstanceLocalServiceWrapper.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
|
static void |
MDRRuleGroupInstanceLocalServiceUtil.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
|
void |
MDRRuleGroupInstanceLocalService.deleteRuleGroupInstance(MDRRuleGroupInstance ruleGroupInstance)
|
void |
MDRRuleGroupInstanceLocalServiceWrapper.deleteRuleGroupInstances(long ruleGroupId)
|
static void |
MDRRuleGroupInstanceLocalServiceUtil.deleteRuleGroupInstances(long ruleGroupId)
|
void |
MDRRuleGroupInstanceLocalService.deleteRuleGroupInstances(long ruleGroupId)
|
void |
MDRRuleGroupLocalServiceWrapper.deleteRuleGroups(long groupId)
|
static void |
MDRRuleGroupLocalServiceUtil.deleteRuleGroups(long groupId)
|
void |
MDRRuleGroupLocalService.deleteRuleGroups(long groupId)
|
void |
MDRRuleLocalServiceWrapper.deleteRules(long ruleGroupId)
|
static void |
MDRRuleLocalServiceUtil.deleteRules(long ruleGroupId)
|
void |
MDRRuleLocalService.deleteRules(long ruleGroupId)
|
List |
MDRRuleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MDRRuleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MDRRuleLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MDRRuleGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MDRRuleGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MDRRuleGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MDRRuleGroupInstanceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MDRRuleGroupInstanceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MDRRuleGroupInstanceLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MDRActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
MDRActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MDRActionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
MDRRuleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MDRRuleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MDRRuleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MDRRuleGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MDRRuleGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MDRRuleGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MDRRuleGroupInstanceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MDRRuleGroupInstanceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MDRRuleGroupInstanceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MDRActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
MDRActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MDRActionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
MDRRuleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MDRRuleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MDRRuleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MDRRuleGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MDRRuleGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MDRRuleGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MDRRuleGroupInstanceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MDRRuleGroupInstanceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MDRRuleGroupInstanceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MDRActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
MDRActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
MDRActionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
MDRRuleLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MDRRuleLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MDRRuleLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MDRRuleGroupLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MDRRuleGroupLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MDRRuleGroupLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MDRRuleGroupInstanceLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MDRRuleGroupInstanceLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MDRRuleGroupInstanceLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MDRActionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
MDRActionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
MDRActionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
MDRAction |
MDRActionServiceWrapper.fetchAction(long actionId)
|
static MDRAction |
MDRActionServiceUtil.fetchAction(long actionId)
|
MDRAction |
MDRActionService.fetchAction(long actionId)
|
MDRAction |
MDRActionLocalServiceWrapper.fetchAction(long actionId)
|
static MDRAction |
MDRActionLocalServiceUtil.fetchAction(long actionId)
|
MDRAction |
MDRActionLocalService.fetchAction(long actionId)
|
MDRAction |
MDRActionLocalServiceWrapper.fetchMDRAction(long actionId)
|
static MDRAction |
MDRActionLocalServiceUtil.fetchMDRAction(long actionId)
|
MDRAction |
MDRActionLocalService.fetchMDRAction(long actionId)
|
MDRRule |
MDRRuleLocalServiceWrapper.fetchMDRRule(long ruleId)
|
static MDRRule |
MDRRuleLocalServiceUtil.fetchMDRRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.fetchMDRRule(long ruleId)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.fetchMDRRuleGroup(long ruleGroupId)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.fetchMDRRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
MDRRuleGroupLocalService.fetchMDRRuleGroup(long ruleGroupId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.fetchMDRRuleGroupInstance(long ruleGroupInstanceId)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.fetchMDRRuleGroupInstance(long ruleGroupInstanceId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.fetchMDRRuleGroupInstance(long ruleGroupInstanceId)
|
MDRRule |
MDRRuleServiceWrapper.fetchRule(long ruleId)
|
static MDRRule |
MDRRuleServiceUtil.fetchRule(long ruleId)
|
MDRRule |
MDRRuleService.fetchRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.fetchRule(long ruleId)
|
static MDRRule |
MDRRuleLocalServiceUtil.fetchRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.fetchRule(long ruleId)
|
MDRRuleGroup |
MDRRuleGroupServiceWrapper.fetchRuleGroup(long ruleGroupId)
|
static MDRRuleGroup |
MDRRuleGroupServiceUtil.fetchRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
MDRRuleGroupService.fetchRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.fetchRuleGroup(long ruleGroupId)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.fetchRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
MDRRuleGroupLocalService.fetchRuleGroup(long ruleGroupId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.fetchRuleGroupInstance(long ruleGroupInstanceId)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.fetchRuleGroupInstance(long ruleGroupInstanceId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.fetchRuleGroupInstance(long ruleGroupInstanceId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.fetchRuleGroupInstance(String className,
long classPK,
long ruleGroupId)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.fetchRuleGroupInstance(String className,
long classPK,
long ruleGroupId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.fetchRuleGroupInstance(String className,
long classPK,
long ruleGroupId)
|
MDRAction |
MDRActionServiceWrapper.getAction(long actionId)
|
static MDRAction |
MDRActionServiceUtil.getAction(long actionId)
|
MDRAction |
MDRActionService.getAction(long actionId)
|
MDRAction |
MDRActionLocalServiceWrapper.getAction(long actionId)
|
static MDRAction |
MDRActionLocalServiceUtil.getAction(long actionId)
|
MDRAction |
MDRActionLocalService.getAction(long actionId)
|
List<MDRAction> |
MDRActionLocalServiceWrapper.getActions(long ruleGroupInstanceId)
|
static List<MDRAction> |
MDRActionLocalServiceUtil.getActions(long ruleGroupInstanceId)
|
List<MDRAction> |
MDRActionLocalService.getActions(long ruleGroupInstanceId)
|
List<MDRAction> |
MDRActionLocalServiceWrapper.getActions(long ruleGroupInstanceId,
int start,
int end)
|
static List<MDRAction> |
MDRActionLocalServiceUtil.getActions(long ruleGroupInstanceId,
int start,
int end)
|
List<MDRAction> |
MDRActionLocalService.getActions(long ruleGroupInstanceId,
int start,
int end)
|
int |
MDRActionLocalServiceWrapper.getActionsCount(long ruleGroupInstanceId)
|
static int |
MDRActionLocalServiceUtil.getActionsCount(long ruleGroupInstanceId)
|
int |
MDRActionLocalService.getActionsCount(long ruleGroupInstanceId)
|
MDRAction |
MDRActionLocalServiceWrapper.getMDRAction(long actionId)
Returns the m d r action with the primary key. |
static MDRAction |
MDRActionLocalServiceUtil.getMDRAction(long actionId)
Returns the m d r action with the primary key. |
MDRAction |
MDRActionLocalService.getMDRAction(long actionId)
Returns the m d r action with the primary key. |
MDRAction |
MDRActionLocalServiceWrapper.getMDRActionByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r action with the UUID in the group. |
static MDRAction |
MDRActionLocalServiceUtil.getMDRActionByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r action with the UUID in the group. |
MDRAction |
MDRActionLocalService.getMDRActionByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r action with the UUID in the group. |
List<MDRAction> |
MDRActionLocalServiceWrapper.getMDRActions(int start,
int end)
Returns a range of all the m d r actions. |
static List<MDRAction> |
MDRActionLocalServiceUtil.getMDRActions(int start,
int end)
Returns a range of all the m d r actions. |
List<MDRAction> |
MDRActionLocalService.getMDRActions(int start,
int end)
Returns a range of all the m d r actions. |
int |
MDRActionLocalServiceWrapper.getMDRActionsCount()
Returns the number of m d r actions. |
static int |
MDRActionLocalServiceUtil.getMDRActionsCount()
Returns the number of m d r actions. |
int |
MDRActionLocalService.getMDRActionsCount()
Returns the number of m d r actions. |
MDRRule |
MDRRuleLocalServiceWrapper.getMDRRule(long ruleId)
Returns the m d r rule with the primary key. |
static MDRRule |
MDRRuleLocalServiceUtil.getMDRRule(long ruleId)
Returns the m d r rule with the primary key. |
MDRRule |
MDRRuleLocalService.getMDRRule(long ruleId)
Returns the m d r rule with the primary key. |
MDRRule |
MDRRuleLocalServiceWrapper.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule with the UUID in the group. |
static MDRRule |
MDRRuleLocalServiceUtil.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule with the UUID in the group. |
MDRRule |
MDRRuleLocalService.getMDRRuleByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule with the UUID in the group. |
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.getMDRRuleGroup(long ruleGroupId)
Returns the m d r rule group with the primary key. |
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.getMDRRuleGroup(long ruleGroupId)
Returns the m d r rule group with the primary key. |
MDRRuleGroup |
MDRRuleGroupLocalService.getMDRRuleGroup(long ruleGroupId)
Returns the m d r rule group with the primary key. |
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.getMDRRuleGroupByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule group with the UUID in the group. |
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.getMDRRuleGroupByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule group with the UUID in the group. |
MDRRuleGroup |
MDRRuleGroupLocalService.getMDRRuleGroupByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule group with the UUID in the group. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstance(long ruleGroupInstanceId)
Returns the m d r rule group instance with the primary key. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstance(long ruleGroupInstanceId)
Returns the m d r rule group instance with the primary key. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstance(long ruleGroupInstanceId)
Returns the m d r rule group instance with the primary key. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstanceByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule group instance with the UUID in the group. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstanceByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule group instance with the UUID in the group. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstanceByUuidAndGroupId(String uuid,
long groupId)
Returns the m d r rule group instance with the UUID in the group. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstances(int start,
int end)
Returns a range of all the m d r rule group instances. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstances(int start,
int end)
Returns a range of all the m d r rule group instances. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstances(int start,
int end)
Returns a range of all the m d r rule group instances. |
int |
MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstancesCount()
Returns the number of m d r rule group instances. |
static int |
MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstancesCount()
Returns the number of m d r rule group instances. |
int |
MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstancesCount()
Returns the number of m d r rule group instances. |
List<MDRRuleGroup> |
MDRRuleGroupLocalServiceWrapper.getMDRRuleGroups(int start,
int end)
Returns a range of all the m d r rule groups. |
static List<MDRRuleGroup> |
MDRRuleGroupLocalServiceUtil.getMDRRuleGroups(int start,
int end)
Returns a range of all the m d r rule groups. |
List<MDRRuleGroup> |
MDRRuleGroupLocalService.getMDRRuleGroups(int start,
int end)
Returns a range of all the m d r rule groups. |
int |
MDRRuleGroupLocalServiceWrapper.getMDRRuleGroupsCount()
Returns the number of m d r rule groups. |
static int |
MDRRuleGroupLocalServiceUtil.getMDRRuleGroupsCount()
Returns the number of m d r rule groups. |
int |
MDRRuleGroupLocalService.getMDRRuleGroupsCount()
Returns the number of m d r rule groups. |
List<MDRRule> |
MDRRuleLocalServiceWrapper.getMDRRules(int start,
int end)
Returns a range of all the m d r rules. |
static List<MDRRule> |
MDRRuleLocalServiceUtil.getMDRRules(int start,
int end)
Returns a range of all the m d r rules. |
List<MDRRule> |
MDRRuleLocalService.getMDRRules(int start,
int end)
Returns a range of all the m d r rules. |
int |
MDRRuleLocalServiceWrapper.getMDRRulesCount()
Returns the number of m d r rules. |
static int |
MDRRuleLocalServiceUtil.getMDRRulesCount()
Returns the number of m d r rules. |
int |
MDRRuleLocalService.getMDRRulesCount()
Returns the number of m d r rules. |
PersistedModel |
MDRRuleLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MDRRuleLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MDRRuleLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MDRRuleGroupLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MDRRuleGroupLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MDRRuleGroupLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MDRRuleGroupInstanceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MDRRuleGroupInstanceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MDRRuleGroupInstanceLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MDRActionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
MDRActionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
MDRActionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
MDRRule |
MDRRuleServiceWrapper.getRule(long ruleId)
|
static MDRRule |
MDRRuleServiceUtil.getRule(long ruleId)
|
MDRRule |
MDRRuleService.getRule(long ruleId)
|
MDRRule |
MDRRuleLocalServiceWrapper.getRule(long ruleId)
|
static MDRRule |
MDRRuleLocalServiceUtil.getRule(long ruleId)
|
MDRRule |
MDRRuleLocalService.getRule(long ruleId)
|
MDRRuleGroup |
MDRRuleGroupServiceWrapper.getRuleGroup(long ruleGroupId)
|
static MDRRuleGroup |
MDRRuleGroupServiceUtil.getRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
MDRRuleGroupService.getRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.getRuleGroup(long ruleGroupId)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.getRuleGroup(long ruleGroupId)
|
MDRRuleGroup |
MDRRuleGroupLocalService.getRuleGroup(long ruleGroupId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstance(long ruleGroupInstanceId)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstance(long ruleGroupInstanceId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.getRuleGroupInstance(long ruleGroupInstanceId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstance(String className,
long classPK,
long ruleGroupId)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstance(String className,
long classPK,
long ruleGroupId)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.getRuleGroupInstance(String className,
long classPK,
long ruleGroupId)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(long ruleGroupId)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(long ruleGroupId)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalService.getRuleGroupInstances(long ruleGroupId)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(long ruleGroupId,
int start,
int end)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(long ruleGroupId,
int start,
int end)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalService.getRuleGroupInstances(long ruleGroupId,
int start,
int end)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(String className,
long classPK)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(String className,
long classPK)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalService.getRuleGroupInstances(String className,
long classPK)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceServiceWrapper.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceServiceUtil.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceService.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalService.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstancesCount(long ruleGroupId)
|
static int |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstancesCount(long ruleGroupId)
|
int |
MDRRuleGroupInstanceLocalService.getRuleGroupInstancesCount(long ruleGroupId)
|
int |
MDRRuleGroupInstanceServiceWrapper.getRuleGroupInstancesCount(String className,
long classPK)
|
static int |
MDRRuleGroupInstanceServiceUtil.getRuleGroupInstancesCount(String className,
long classPK)
|
int |
MDRRuleGroupInstanceService.getRuleGroupInstancesCount(String className,
long classPK)
|
int |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstancesCount(String className,
long classPK)
|
static int |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstancesCount(String className,
long classPK)
|
int |
MDRRuleGroupInstanceLocalService.getRuleGroupInstancesCount(String className,
long classPK)
|
List<MDRRuleGroup> |
MDRRuleGroupLocalServiceWrapper.getRuleGroups(long groupId)
|
static List<MDRRuleGroup> |
MDRRuleGroupLocalServiceUtil.getRuleGroups(long groupId)
|
List<MDRRuleGroup> |
MDRRuleGroupLocalService.getRuleGroups(long groupId)
|
List<MDRRuleGroup> |
MDRRuleGroupLocalServiceWrapper.getRuleGroups(long groupId,
int start,
int end)
|
static List<MDRRuleGroup> |
MDRRuleGroupLocalServiceUtil.getRuleGroups(long groupId,
int start,
int end)
|
List<MDRRuleGroup> |
MDRRuleGroupLocalService.getRuleGroups(long groupId,
int start,
int end)
|
int |
MDRRuleGroupLocalServiceWrapper.getRuleGroupsCount(long groupId)
|
static int |
MDRRuleGroupLocalServiceUtil.getRuleGroupsCount(long groupId)
|
int |
MDRRuleGroupLocalService.getRuleGroupsCount(long groupId)
|
List<MDRRule> |
MDRRuleLocalServiceWrapper.getRules(long ruleGroupId)
|
static List<MDRRule> |
MDRRuleLocalServiceUtil.getRules(long ruleGroupId)
|
List<MDRRule> |
MDRRuleLocalService.getRules(long ruleGroupId)
|
List<MDRRule> |
MDRRuleLocalServiceWrapper.getRules(long ruleGroupId,
int start,
int end)
|
static List<MDRRule> |
MDRRuleLocalServiceUtil.getRules(long ruleGroupId,
int start,
int end)
|
List<MDRRule> |
MDRRuleLocalService.getRules(long ruleGroupId,
int start,
int end)
|
int |
MDRRuleLocalServiceWrapper.getRulesCount(long ruleGroupId)
|
static int |
MDRRuleLocalServiceUtil.getRulesCount(long ruleGroupId)
|
int |
MDRRuleLocalService.getRulesCount(long ruleGroupId)
|
List<MDRRuleGroup> |
MDRRuleGroupLocalServiceWrapper.search(long groupId,
String name,
boolean andOperator,
int start,
int end)
|
static List<MDRRuleGroup> |
MDRRuleGroupLocalServiceUtil.search(long groupId,
String name,
boolean andOperator,
int start,
int end)
|
List<MDRRuleGroup> |
MDRRuleGroupLocalService.search(long groupId,
String name,
boolean andOperator,
int start,
int end)
|
List<MDRRuleGroup> |
MDRRuleGroupLocalServiceWrapper.searchByKeywords(long groupId,
String keywords,
boolean andOperator,
int start,
int end)
|
static List<MDRRuleGroup> |
MDRRuleGroupLocalServiceUtil.searchByKeywords(long groupId,
String keywords,
boolean andOperator,
int start,
int end)
|
List<MDRRuleGroup> |
MDRRuleGroupLocalService.searchByKeywords(long groupId,
String keywords,
boolean andOperator,
int start,
int end)
|
int |
MDRRuleGroupLocalServiceWrapper.searchByKeywordsCount(long groupId,
String keywords,
boolean andOperator)
|
static int |
MDRRuleGroupLocalServiceUtil.searchByKeywordsCount(long groupId,
String keywords,
boolean andOperator)
|
int |
MDRRuleGroupLocalService.searchByKeywordsCount(long groupId,
String keywords,
boolean andOperator)
|
int |
MDRRuleGroupLocalServiceWrapper.searchCount(long groupId,
String name,
boolean andOperator)
|
static int |
MDRRuleGroupLocalServiceUtil.searchCount(long groupId,
String name,
boolean andOperator)
|
int |
MDRRuleGroupLocalService.searchCount(long groupId,
String name,
boolean andOperator)
|
MDRAction |
MDRActionServiceWrapper.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionServiceUtil.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionService.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionLocalServiceUtil.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalService.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRAction |
MDRActionServiceWrapper.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionServiceUtil.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionService.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionLocalServiceUtil.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalService.updateAction(long actionId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRAction |
MDRActionLocalServiceWrapper.updateMDRAction(MDRAction mdrAction)
Updates the m d r action in the database or adds it if it does not yet exist. |
static MDRAction |
MDRActionLocalServiceUtil.updateMDRAction(MDRAction mdrAction)
Updates the m d r action in the database or adds it if it does not yet exist. |
MDRAction |
MDRActionLocalService.updateMDRAction(MDRAction mdrAction)
Updates the m d r action in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalServiceWrapper.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
static MDRRule |
MDRRuleLocalServiceUtil.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleLocalService.updateMDRRule(MDRRule mdrRule)
Updates the m d r rule in the database or adds it if it does not yet exist. |
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Updates the m d r rule group in the database or adds it if it does not yet exist. |
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Updates the m d r rule group in the database or adds it if it does not yet exist. |
MDRRuleGroup |
MDRRuleGroupLocalService.updateMDRRuleGroup(MDRRuleGroup mdrRuleGroup)
Updates the m d r rule group in the database or adds it if it does not yet exist. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Updates the m d r rule group instance in the database or adds it if it does not yet exist. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Updates the m d r rule group instance in the database or adds it if it does not yet exist. |
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.updateMDRRuleGroupInstance(MDRRuleGroupInstance mdrRuleGroupInstance)
Updates the m d r rule group instance in the database or adds it if it does not yet exist. |
MDRRule |
MDRRuleServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
String typeSettings,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalServiceWrapper.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleLocalServiceUtil.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRule |
MDRRuleLocalService.updateRule(long ruleId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String type,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupServiceWrapper.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupServiceUtil.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupService.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalServiceWrapper.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupLocalServiceUtil.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroup |
MDRRuleGroupLocalService.updateRuleGroup(long ruleGroupId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceWrapper.updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceServiceUtil.updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceService.updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceWrapper.updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalServiceUtil.updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
MDRRuleGroupInstance |
MDRRuleGroupInstanceLocalService.updateRuleGroupInstance(long ruleGroupInstanceId,
int priority)
|
| Uses of SystemException in com.liferay.portlet.mobiledevicerules.service.permission |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.service.permission that throw SystemException | |
|---|---|
static void |
MDRRuleGroupPermissionUtil.check(PermissionChecker permissionChecker,
long ruleGroupId,
String actionId)
|
void |
MDRRuleGroupPermission.check(PermissionChecker permissionChecker,
long ruleGroupId,
String actionId)
|
static void |
MDRRuleGroupInstancePermissionUtil.check(PermissionChecker permissionChecker,
long ruleGroupInstanceId,
String actionId)
|
void |
MDRRuleGroupInstancePermission.check(PermissionChecker permissionChecker,
long ruleGroupInstanceId,
String actionId)
|
static boolean |
MDRRuleGroupPermissionUtil.contains(PermissionChecker permissionChecker,
long ruleGroupId,
String actionId)
|
boolean |
MDRRuleGroupPermission.contains(PermissionChecker permissionChecker,
long ruleGroupId,
String actionId)
|
static boolean |
MDRRuleGroupInstancePermissionUtil.contains(PermissionChecker permissionChecker,
long ruleGroupInstanceId,
String actionId)
|
boolean |
MDRRuleGroupInstancePermission.contains(PermissionChecker permissionChecker,
long ruleGroupInstanceId,
String actionId)
|
| Uses of SystemException in com.liferay.portlet.mobiledevicerules.service.persistence |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.service.persistence that throw SystemException | |
|---|---|
static int |
MDRRuleUtil.countAll()
Returns the number of m d r rules. |
int |
MDRRulePersistence.countAll()
Returns the number of m d r rules. |
static int |
MDRRuleGroupUtil.countAll()
Returns the number of m d r rule groups. |
int |
MDRRuleGroupPersistence.countAll()
Returns the number of m d r rule groups. |
static int |
MDRRuleGroupInstanceUtil.countAll()
Returns the number of m d r rule group instances. |
int |
MDRRuleGroupInstancePersistence.countAll()
Returns the number of m d r rule group instances. |
static int |
MDRActionUtil.countAll()
Returns the number of m d r actions. |
int |
MDRActionPersistence.countAll()
Returns the number of m d r actions. |
static int |
MDRRuleGroupInstanceUtil.countByC_C_R(long classNameId,
long classPK,
long ruleGroupId)
Returns the number of m d r rule group instances where classNameId = ? and classPK = ? and ruleGroupId = ?. |
int |
MDRRuleGroupInstancePersistence.countByC_C_R(long classNameId,
long classPK,
long ruleGroupId)
Returns the number of m d r rule group instances where classNameId = ? and classPK = ? and ruleGroupId = ?. |
static int |
MDRRuleGroupInstanceUtil.countByC_C(long classNameId,
long classPK)
Returns the number of m d r rule group instances where classNameId = ? and classPK = ?. |
int |
MDRRuleGroupInstancePersistence.countByC_C(long classNameId,
long classPK)
Returns the number of m d r rule group instances where classNameId = ? and classPK = ?. |
static int |
MDRRuleGroupInstanceUtil.countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
int |
MDRRuleGroupInstancePersistence.countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
static int |
MDRRuleGroupFinderUtil.countByG_N(long groupId,
String[] names,
boolean andOperator)
|
int |
MDRRuleGroupFinder.countByG_N(long groupId,
String[] names,
boolean andOperator)
|
static int |
MDRRuleGroupFinderUtil.countByG_N(long groupId,
String name,
boolean andOperator)
|
int |
MDRRuleGroupFinder.countByG_N(long groupId,
String name,
boolean andOperator)
|
static int |
MDRRuleGroupUtil.countByGroupId(long groupId)
Returns the number of m d r rule groups where groupId = ?. |
int |
MDRRuleGroupPersistence.countByGroupId(long groupId)
Returns the number of m d r rule groups where groupId = ?. |
static int |
MDRRuleGroupInstanceUtil.countByGroupId(long groupId)
Returns the number of m d r rule group instances where groupId = ?. |
int |
MDRRuleGroupInstancePersistence.countByGroupId(long groupId)
Returns the number of m d r rule group instances where groupId = ?. |
static int |
MDRRuleGroupFinderUtil.countByKeywords(long groupId,
String keywords)
|
int |
MDRRuleGroupFinder.countByKeywords(long groupId,
String keywords)
|
static int |
MDRRuleUtil.countByRuleGroupId(long ruleGroupId)
Returns the number of m d r rules where ruleGroupId = ?. |
int |
MDRRulePersistence.countByRuleGroupId(long ruleGroupId)
Returns the number of m d r rules where ruleGroupId = ?. |
static int |
MDRRuleGroupInstanceUtil.countByRuleGroupId(long ruleGroupId)
Returns the number of m d r rule group instances where ruleGroupId = ?. |
int |
MDRRuleGroupInstancePersistence.countByRuleGroupId(long ruleGroupId)
Returns the number of m d r rule group instances where ruleGroupId = ?. |
static int |
MDRActionUtil.countByRuleGroupInstanceId(long ruleGroupInstanceId)
Returns the number of m d r actions where ruleGroupInstanceId = ?. |
int |
MDRActionPersistence.countByRuleGroupInstanceId(long ruleGroupInstanceId)
Returns the number of m d r actions where ruleGroupInstanceId = ?. |
static int |
MDRRuleUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of m d r rules where uuid = ? and companyId = ?. |
int |
MDRRulePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of m d r rules where uuid = ? and companyId = ?. |
static int |
MDRRuleGroupUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of m d r rule groups where uuid = ? and companyId = ?. |
int |
MDRRuleGroupPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of m d r rule groups where uuid = ? and companyId = ?. |
static int |
MDRRuleGroupInstanceUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of m d r rule group instances where uuid = ? and companyId = ?. |
int |
MDRRuleGroupInstancePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of m d r rule group instances where uuid = ? and companyId = ?. |
static int |
MDRActionUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of m d r actions where uuid = ? and companyId = ?. |
int |
MDRActionPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of m d r actions where uuid = ? and companyId = ?. |
static int |
MDRRuleUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of m d r rules where uuid = ? and groupId = ?. |
int |
MDRRulePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of m d r rules where uuid = ? and groupId = ?. |
static int |
MDRRuleGroupUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of m d r rule groups where uuid = ? and groupId = ?. |
int |
MDRRuleGroupPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of m d r rule groups where uuid = ? and groupId = ?. |
static int |
MDRRuleGroupInstanceUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of m d r rule group instances where uuid = ? and groupId = ?. |
int |
MDRRuleGroupInstancePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of m d r rule group instances where uuid = ? and groupId = ?. |
static int |
MDRActionUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of m d r actions where uuid = ? and groupId = ?. |
int |
MDRActionPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of m d r actions where uuid = ? and groupId = ?. |
static int |
MDRRuleUtil.countByUuid(String uuid)
Returns the number of m d r rules where uuid = ?. |
int |
MDRRulePersistence.countByUuid(String uuid)
Returns the number of m d r rules where uuid = ?. |
static int |
MDRRuleGroupUtil.countByUuid(String uuid)
Returns the number of m d r rule groups where uuid = ?. |
int |
MDRRuleGroupPersistence.countByUuid(String uuid)
Returns the number of m d r rule groups where uuid = ?. |
static int |
MDRRuleGroupInstanceUtil.countByUuid(String uuid)
Returns the number of m d r rule group instances where uuid = ?. |
int |
MDRRuleGroupInstancePersistence.countByUuid(String uuid)
Returns the number of m d r rule group instances where uuid = ?. |
static int |
MDRActionUtil.countByUuid(String uuid)
Returns the number of m d r actions where uuid = ?. |
int |
MDRActionPersistence.countByUuid(String uuid)
Returns the number of m d r actions where uuid = ?. |
long |
MDRRuleUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MDRRuleGroupUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MDRRuleGroupInstanceUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
MDRActionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByC_C_R(long classNameId,
long classPK,
long ruleGroupId)
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByC_C_R(long classNameId,
long classPK,
long ruleGroupId)
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByC_C_R(long classNameId,
long classPK,
long ruleGroupId,
boolean retrieveFromCache)
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found, optionally using the finder cache. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByC_C_R(long classNameId,
long classPK,
long ruleGroupId,
boolean retrieveFromCache)
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where groupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where groupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?. |
static MDRRule |
MDRRuleUtil.fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found. |
MDRRule |
MDRRulePersistence.fetchByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or returns null if it could not be found. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByPrimaryKey(long ruleGroupId)
Returns the m d r rule group with the primary key or returns null if it could not be found. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByPrimaryKey(long ruleGroupId)
Returns the m d r rule group with the primary key or returns null if it could not be found. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByPrimaryKey(long ruleGroupInstanceId)
Returns the m d r rule group instance with the primary key or returns null if it could not be found. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByPrimaryKey(long ruleGroupInstanceId)
Returns the m d r rule group instance with the primary key or returns null if it could not be found. |
static MDRAction |
MDRActionUtil.fetchByPrimaryKey(long actionId)
Returns the m d r action with the primary key or returns null if it could not be found. |
MDRAction |
MDRActionPersistence.fetchByPrimaryKey(long actionId)
Returns the m d r action with the primary key or returns null if it could not be found. |
static MDRRule |
MDRRuleUtil.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistence.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistence.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRAction |
MDRActionUtil.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction |
MDRActionUtil.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction |
MDRActionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
MDRActionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction |
MDRActionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
MDRActionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ?. |
static MDRAction |
MDRActionUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found. |
MDRRule |
MDRRulePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found. |
static MDRAction |
MDRActionUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found. |
MDRAction |
MDRActionPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found. |
static MDRRule |
MDRRuleUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MDRRule |
MDRRulePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule group where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r rule group instance where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MDRAction |
MDRActionUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MDRAction |
MDRActionPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the m d r action where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static MDRRule |
MDRRuleUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ?. |
static MDRAction |
MDRActionUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
static int |
MDRRuleGroupInstanceUtil.filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
int |
MDRRuleGroupInstancePersistence.filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static int |
MDRRuleGroupUtil.filterCountByGroupId(long groupId)
Returns the number of m d r rule groups that the user has permission to view where groupId = ?. |
int |
MDRRuleGroupPersistence.filterCountByGroupId(long groupId)
Returns the number of m d r rule groups that the user has permission to view where groupId = ?. |
static int |
MDRRuleGroupInstanceUtil.filterCountByGroupId(long groupId)
Returns the number of m d r rule group instances that the user has permission to view where groupId = ?. |
int |
MDRRuleGroupInstancePersistence.filterCountByGroupId(long groupId)
Returns the number of m d r rule group instances that the user has permission to view where groupId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroup[] |
MDRRuleGroupUtil.filterFindByGroupId_PrevAndNext(long ruleGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?. |
MDRRuleGroup[] |
MDRRuleGroupPersistence.filterFindByGroupId_PrevAndNext(long ruleGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId,
long groupId,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId,
long groupId,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.filterFindByGroupId(long groupId)
Returns all the m d r rule groups that the user has permission to view where groupId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.filterFindByGroupId(long groupId)
Returns all the m d r rule groups that the user has permission to view where groupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.filterFindByGroupId(long groupId)
Returns all the m d r rule group instances that the user has permission to view where groupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.filterFindByGroupId(long groupId)
Returns all the m d r rule group instances that the user has permission to view where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the m d r rule groups that the user has permission to view where groupId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the m d r rule groups that the user has permission to view where groupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the m d r rule group instances that the user has permission to view where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findAll()
Returns all the m d r rules. |
List<MDRRule> |
MDRRulePersistence.findAll()
Returns all the m d r rules. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findAll()
Returns all the m d r rule groups. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findAll()
Returns all the m d r rule groups. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findAll()
Returns all the m d r rule group instances. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findAll()
Returns all the m d r rule group instances. |
static List<MDRAction> |
MDRActionUtil.findAll()
Returns all the m d r actions. |
List<MDRAction> |
MDRActionPersistence.findAll()
Returns all the m d r actions. |
static List<MDRRule> |
MDRRuleUtil.findAll(int start,
int end)
Returns a range of all the m d r rules. |
List<MDRRule> |
MDRRulePersistence.findAll(int start,
int end)
Returns a range of all the m d r rules. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findAll(int start,
int end)
Returns a range of all the m d r rule groups. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findAll(int start,
int end)
Returns a range of all the m d r rule groups. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findAll(int start,
int end)
Returns a range of all the m d r rule group instances. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findAll(int start,
int end)
Returns a range of all the m d r rule group instances. |
static List<MDRAction> |
MDRActionUtil.findAll(int start,
int end)
Returns a range of all the m d r actions. |
List<MDRAction> |
MDRActionPersistence.findAll(int start,
int end)
Returns a range of all the m d r actions. |
static List<MDRRule> |
MDRRuleUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules. |
List<MDRRule> |
MDRRulePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances. |
static List<MDRAction> |
MDRActionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions. |
List<MDRAction> |
MDRActionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByC_C_PrevAndNext(long ruleGroupInstanceId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByC_C_PrevAndNext(long ruleGroupInstanceId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByC_C_R(long classNameId,
long classPK,
long ruleGroupId)
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByC_C_R(long classNameId,
long classPK,
long ruleGroupId)
Returns the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByC_C(long classNameId,
long classPK)
Returns all the m d r rule group instances where classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByC_C(long classNameId,
long classPK)
Returns all the m d r rule group instances where classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the m d r rule group instances where classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the m d r rule group instances where classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByG_C_C_PrevAndNext(long ruleGroupInstanceId,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByG_C_C_PrevAndNext(long ruleGroupInstanceId,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupFinderUtil.findByG_N(long groupId,
String[] names,
boolean andOperator,
int start,
int end)
|
List<MDRRuleGroup> |
MDRRuleGroupFinder.findByG_N(long groupId,
String[] names,
boolean andOperator,
int start,
int end)
|
static List<MDRRuleGroup> |
MDRRuleGroupFinderUtil.findByG_N(long groupId,
String name,
boolean andOperator)
|
List<MDRRuleGroup> |
MDRRuleGroupFinder.findByG_N(long groupId,
String name,
boolean andOperator)
|
static List<MDRRuleGroup> |
MDRRuleGroupFinderUtil.findByG_N(long groupId,
String name,
boolean andOperator,
int start,
int end)
|
List<MDRRuleGroup> |
MDRRuleGroupFinder.findByG_N(long groupId,
String name,
boolean andOperator,
int start,
int end)
|
static MDRRuleGroup |
MDRRuleGroupUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where groupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where groupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroup[] |
MDRRuleGroupUtil.findByGroupId_PrevAndNext(long ruleGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup[] |
MDRRuleGroupPersistence.findByGroupId_PrevAndNext(long ruleGroupId,
long groupId,
OrderByComparator orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByGroupId_PrevAndNext(long ruleGroupInstanceId,
long groupId,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByGroupId_PrevAndNext(long ruleGroupInstanceId,
long groupId,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByGroupId(long groupId)
Returns all the m d r rule groups where groupId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByGroupId(long groupId)
Returns all the m d r rule groups where groupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByGroupId(long groupId)
Returns all the m d r rule group instances where groupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByGroupId(long groupId)
Returns all the m d r rule group instances where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the m d r rule groups where groupId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the m d r rule groups where groupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the m d r rule group instances where groupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the m d r rule group instances where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups where groupId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups where groupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupFinderUtil.findByKeywords(long groupId,
String keywords,
int start,
int end)
|
List<MDRRuleGroup> |
MDRRuleGroupFinder.findByKeywords(long groupId,
String keywords,
int start,
int end)
|
static MDRRule |
MDRRuleUtil.findByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or throws a NoSuchRuleException if it could not be found. |
MDRRule |
MDRRulePersistence.findByPrimaryKey(long ruleId)
Returns the m d r rule with the primary key or throws a NoSuchRuleException if it could not be found. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByPrimaryKey(long ruleGroupId)
Returns the m d r rule group with the primary key or throws a NoSuchRuleGroupException if it could not be found. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByPrimaryKey(long ruleGroupId)
Returns the m d r rule group with the primary key or throws a NoSuchRuleGroupException if it could not be found. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByPrimaryKey(long ruleGroupInstanceId)
Returns the m d r rule group instance with the primary key or throws a NoSuchRuleGroupInstanceException if it could not be found. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByPrimaryKey(long ruleGroupInstanceId)
Returns the m d r rule group instance with the primary key or throws a NoSuchRuleGroupInstanceException if it could not be found. |
static MDRAction |
MDRActionUtil.findByPrimaryKey(long actionId)
Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found. |
MDRAction |
MDRActionPersistence.findByPrimaryKey(long actionId)
Returns the m d r action with the primary key or throws a NoSuchActionException if it could not be found. |
static MDRRule |
MDRRuleUtil.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistence.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistence.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRRule[] |
MDRRuleUtil.findByRuleGroupId_PrevAndNext(long ruleId,
long ruleGroupId,
OrderByComparator orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where ruleGroupId = ?. |
MDRRule[] |
MDRRulePersistence.findByRuleGroupId_PrevAndNext(long ruleId,
long ruleGroupId,
OrderByComparator orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId,
long ruleGroupId,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId,
long ruleGroupId,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistence.findByRuleGroupId(long ruleGroupId)
Returns all the m d r rules where ruleGroupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByRuleGroupId(long ruleGroupId)
Returns all the m d r rule group instances where ruleGroupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByRuleGroupId(long ruleGroupId)
Returns all the m d r rule group instances where ruleGroupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByRuleGroupId(long ruleGroupId,
int start,
int end)
Returns a range of all the m d r rules where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistence.findByRuleGroupId(long ruleGroupId,
int start,
int end)
Returns a range of all the m d r rules where ruleGroupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByRuleGroupId(long ruleGroupId,
int start,
int end)
Returns a range of all the m d r rule group instances where ruleGroupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByRuleGroupId(long ruleGroupId,
int start,
int end)
Returns a range of all the m d r rule group instances where ruleGroupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistence.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where ruleGroupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?. |
static MDRAction |
MDRActionUtil.findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction |
MDRActionUtil.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction[] |
MDRActionUtil.findByRuleGroupInstanceId_PrevAndNext(long actionId,
long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction[] |
MDRActionPersistence.findByRuleGroupInstanceId_PrevAndNext(long actionId,
long ruleGroupInstanceId,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?. |
static List<MDRAction> |
MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId)
Returns all the m d r actions where ruleGroupInstanceId = ?. |
List<MDRAction> |
MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId)
Returns all the m d r actions where ruleGroupInstanceId = ?. |
static List<MDRAction> |
MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId,
int start,
int end)
Returns a range of all the m d r actions where ruleGroupInstanceId = ?. |
List<MDRAction> |
MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId,
int start,
int end)
Returns a range of all the m d r actions where ruleGroupInstanceId = ?. |
static List<MDRAction> |
MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?. |
List<MDRAction> |
MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
MDRRule |
MDRRulePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction |
MDRActionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
MDRActionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
MDRRule |
MDRRulePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction |
MDRActionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
MDRActionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
static MDRRule[] |
MDRRuleUtil.findByUuid_C_PrevAndNext(long ruleId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?. |
MDRRule[] |
MDRRulePersistence.findByUuid_C_PrevAndNext(long ruleId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup[] |
MDRRuleGroupUtil.findByUuid_C_PrevAndNext(long ruleGroupId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup[] |
MDRRuleGroupPersistence.findByUuid_C_PrevAndNext(long ruleGroupId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByUuid_C_PrevAndNext(long ruleGroupInstanceId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByUuid_C_PrevAndNext(long ruleGroupInstanceId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction[] |
MDRActionUtil.findByUuid_C_PrevAndNext(long actionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction[] |
MDRActionPersistence.findByUuid_C_PrevAndNext(long actionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid_C(String uuid,
long companyId)
Returns all the m d r rules where uuid = ? and companyId = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByUuid_C(String uuid,
long companyId)
Returns all the m d r rule groups where uuid = ? and companyId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the m d r rule groups where uuid = ? and companyId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByUuid_C(String uuid,
long companyId)
Returns all the m d r rule group instances where uuid = ? and companyId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the m d r rule group instances where uuid = ? and companyId = ?. |
static List<MDRAction> |
MDRActionUtil.findByUuid_C(String uuid,
long companyId)
Returns all the m d r actions where uuid = ? and companyId = ?. |
List<MDRAction> |
MDRActionPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the m d r actions where uuid = ? and companyId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rules where uuid = ? and companyId = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rule groups where uuid = ? and companyId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rule groups where uuid = ? and companyId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rule group instances where uuid = ? and companyId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r rule group instances where uuid = ? and companyId = ?. |
static List<MDRAction> |
MDRActionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r actions where uuid = ? and companyId = ?. |
List<MDRAction> |
MDRActionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the m d r actions where uuid = ? and companyId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where uuid = ? and companyId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where uuid = ? and companyId = ?. |
static List<MDRAction> |
MDRActionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?. |
List<MDRAction> |
MDRActionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ?. |
static MDRAction |
MDRActionUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.findByUUID_G(String uuid,
long groupId)
Returns the m d r rule where uuid = ? and groupId = ? or throws a NoSuchRuleException if it could not be found. |
MDRRule |
MDRRulePersistence.findByUUID_G(String uuid,
long groupId)
Returns the m d r rule where uuid = ? and groupId = ? or throws a NoSuchRuleException if it could not be found. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUUID_G(String uuid,
long groupId)
Returns the m d r rule group where uuid = ? and groupId = ? or throws a NoSuchRuleGroupException if it could not be found. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUUID_G(String uuid,
long groupId)
Returns the m d r rule group where uuid = ? and groupId = ? or throws a NoSuchRuleGroupException if it could not be found. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUUID_G(String uuid,
long groupId)
Returns the m d r rule group instance where uuid = ? and groupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUUID_G(String uuid,
long groupId)
Returns the m d r rule group instance where uuid = ? and groupId = ? or throws a NoSuchRuleGroupInstanceException if it could not be found. |
static MDRAction |
MDRActionUtil.findByUUID_G(String uuid,
long groupId)
Returns the m d r action where uuid = ? and groupId = ? or throws a NoSuchActionException if it could not be found. |
MDRAction |
MDRActionPersistence.findByUUID_G(String uuid,
long groupId)
Returns the m d r action where uuid = ? and groupId = ? or throws a NoSuchActionException if it could not be found. |
static MDRRule |
MDRRuleUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ?. |
static MDRAction |
MDRActionUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
static MDRRule[] |
MDRRuleUtil.findByUuid_PrevAndNext(long ruleId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ?. |
MDRRule[] |
MDRRulePersistence.findByUuid_PrevAndNext(long ruleId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup[] |
MDRRuleGroupUtil.findByUuid_PrevAndNext(long ruleGroupId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup[] |
MDRRuleGroupPersistence.findByUuid_PrevAndNext(long ruleGroupId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByUuid_PrevAndNext(long ruleGroupInstanceId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByUuid_PrevAndNext(long ruleGroupInstanceId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?. |
static MDRAction[] |
MDRActionUtil.findByUuid_PrevAndNext(long actionId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?. |
MDRAction[] |
MDRActionPersistence.findByUuid_PrevAndNext(long actionId,
String uuid,
OrderByComparator orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid(String uuid)
Returns all the m d r rules where uuid = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid(String uuid)
Returns all the m d r rules where uuid = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByUuid(String uuid)
Returns all the m d r rule groups where uuid = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByUuid(String uuid)
Returns all the m d r rule groups where uuid = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByUuid(String uuid)
Returns all the m d r rule group instances where uuid = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByUuid(String uuid)
Returns all the m d r rule group instances where uuid = ?. |
static List<MDRAction> |
MDRActionUtil.findByUuid(String uuid)
Returns all the m d r actions where uuid = ?. |
List<MDRAction> |
MDRActionPersistence.findByUuid(String uuid)
Returns all the m d r actions where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rules where uuid = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rules where uuid = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rule groups where uuid = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rule groups where uuid = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rule group instances where uuid = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r rule group instances where uuid = ?. |
static List<MDRAction> |
MDRActionUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r actions where uuid = ?. |
List<MDRAction> |
MDRActionPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the m d r actions where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups where uuid = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule groups where uuid = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where uuid = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r rule group instances where uuid = ?. |
static List<MDRAction> |
MDRActionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ?. |
List<MDRAction> |
MDRActionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MDRAction> |
MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MDRRule> |
MDRRuleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MDRAction> |
MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MDRRule> |
MDRRuleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<MDRAction> |
MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static MDRRule |
MDRRuleUtil.remove(long ruleId)
Removes the m d r rule with the primary key from the database. |
MDRRule |
MDRRulePersistence.remove(long ruleId)
Removes the m d r rule with the primary key from the database. |
static MDRRuleGroup |
MDRRuleGroupUtil.remove(long ruleGroupId)
Removes the m d r rule group with the primary key from the database. |
MDRRuleGroup |
MDRRuleGroupPersistence.remove(long ruleGroupId)
Removes the m d r rule group with the primary key from the database. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.remove(long ruleGroupInstanceId)
Removes the m d r rule group instance with the primary key from the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.remove(long ruleGroupInstanceId)
Removes the m d r rule group instance with the primary key from the database. |
static MDRAction |
MDRActionUtil.remove(long actionId)
Removes the m d r action with the primary key from the database. |
MDRAction |
MDRActionPersistence.remove(long actionId)
Removes the m d r action with the primary key from the database. |
static void |
MDRRuleUtil.removeAll()
Removes all the m d r rules from the database. |
void |
MDRRulePersistence.removeAll()
Removes all the m d r rules from the database. |
static void |
MDRRuleGroupUtil.removeAll()
Removes all the m d r rule groups from the database. |
void |
MDRRuleGroupPersistence.removeAll()
Removes all the m d r rule groups from the database. |
static void |
MDRRuleGroupInstanceUtil.removeAll()
Removes all the m d r rule group instances from the database. |
void |
MDRRuleGroupInstancePersistence.removeAll()
Removes all the m d r rule group instances from the database. |
static void |
MDRActionUtil.removeAll()
Removes all the m d r actions from the database. |
void |
MDRActionPersistence.removeAll()
Removes all the m d r actions from the database. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.removeByC_C_R(long classNameId,
long classPK,
long ruleGroupId)
Removes the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? from the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.removeByC_C_R(long classNameId,
long classPK,
long ruleGroupId)
Removes the m d r rule group instance where classNameId = ? and classPK = ? and ruleGroupId = ? from the database. |
static void |
MDRRuleGroupInstanceUtil.removeByC_C(long classNameId,
long classPK)
Removes all the m d r rule group instances where classNameId = ? and classPK = ? from the database. |
void |
MDRRuleGroupInstancePersistence.removeByC_C(long classNameId,
long classPK)
Removes all the m d r rule group instances where classNameId = ? and classPK = ? from the database. |
static void |
MDRRuleGroupInstanceUtil.removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ? from the database. |
void |
MDRRuleGroupInstancePersistence.removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ? from the database. |
static void |
MDRRuleGroupUtil.removeByGroupId(long groupId)
Removes all the m d r rule groups where groupId = ? from the database. |
void |
MDRRuleGroupPersistence.removeByGroupId(long groupId)
Removes all the m d r rule groups where groupId = ? from the database. |
static void |
MDRRuleGroupInstanceUtil.removeByGroupId(long groupId)
Removes all the m d r rule group instances where groupId = ? from the database. |
void |
MDRRuleGroupInstancePersistence.removeByGroupId(long groupId)
Removes all the m d r rule group instances where groupId = ? from the database. |
static void |
MDRRuleUtil.removeByRuleGroupId(long ruleGroupId)
Removes all the m d r rules where ruleGroupId = ? from the database. |
void |
MDRRulePersistence.removeByRuleGroupId(long ruleGroupId)
Removes all the m d r rules where ruleGroupId = ? from the database. |
static void |
MDRRuleGroupInstanceUtil.removeByRuleGroupId(long ruleGroupId)
Removes all the m d r rule group instances where ruleGroupId = ? from the database. |
void |
MDRRuleGroupInstancePersistence.removeByRuleGroupId(long ruleGroupId)
Removes all the m d r rule group instances where ruleGroupId = ? from the database. |
static void |
MDRActionUtil.removeByRuleGroupInstanceId(long ruleGroupInstanceId)
Removes all the m d r actions where ruleGroupInstanceId = ? from the database. |
void |
MDRActionPersistence.removeByRuleGroupInstanceId(long ruleGroupInstanceId)
Removes all the m d r actions where ruleGroupInstanceId = ? from the database. |
static void |
MDRRuleUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the m d r rules where uuid = ? and companyId = ? from the database. |
void |
MDRRulePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the m d r rules where uuid = ? and companyId = ? from the database. |
static void |
MDRRuleGroupUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the m d r rule groups where uuid = ? and companyId = ? from the database. |
void |
MDRRuleGroupPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the m d r rule groups where uuid = ? and companyId = ? from the database. |
static void |
MDRRuleGroupInstanceUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the m d r rule group instances where uuid = ? and companyId = ? from the database. |
void |
MDRRuleGroupInstancePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the m d r rule group instances where uuid = ? and companyId = ? from the database. |
static void |
MDRActionUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the m d r actions where uuid = ? and companyId = ? from the database. |
void |
MDRActionPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the m d r actions where uuid = ? and companyId = ? from the database. |
static MDRRule |
MDRRuleUtil.removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule where uuid = ? and groupId = ? from the database. |
MDRRule |
MDRRulePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule where uuid = ? and groupId = ? from the database. |
static MDRRuleGroup |
MDRRuleGroupUtil.removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule group where uuid = ? and groupId = ? from the database. |
MDRRuleGroup |
MDRRuleGroupPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule group where uuid = ? and groupId = ? from the database. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule group instance where uuid = ? and groupId = ? from the database. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the m d r rule group instance where uuid = ? and groupId = ? from the database. |
static MDRAction |
MDRActionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the m d r action where uuid = ? and groupId = ? from the database. |
MDRAction |
MDRActionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the m d r action where uuid = ? and groupId = ? from the database. |
static void |
MDRRuleUtil.removeByUuid(String uuid)
Removes all the m d r rules where uuid = ? from the database. |
void |
MDRRulePersistence.removeByUuid(String uuid)
Removes all the m d r rules where uuid = ? from the database. |
static void |
MDRRuleGroupUtil.removeByUuid(String uuid)
Removes all the m d r rule groups where uuid = ? from the database. |
void |
MDRRuleGroupPersistence.removeByUuid(String uuid)
Removes all the m d r rule groups where uuid = ? from the database. |
static void |
MDRRuleGroupInstanceUtil.removeByUuid(String uuid)
Removes all the m d r rule group instances where uuid = ? from the database. |
void |
MDRRuleGroupInstancePersistence.removeByUuid(String uuid)
Removes all the m d r rule group instances where uuid = ? from the database. |
static void |
MDRActionUtil.removeByUuid(String uuid)
Removes all the m d r actions where uuid = ? from the database. |
void |
MDRActionPersistence.removeByUuid(String uuid)
Removes all the m d r actions where uuid = ? from the database. |
static MDRAction |
MDRActionUtil.update(MDRAction mdrAction)
|
static MDRAction |
MDRActionUtil.update(MDRAction mdrAction,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule)
|
static MDRRuleGroup |
MDRRuleGroupUtil.update(MDRRuleGroup mdrRuleGroup)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.update(MDRRuleGroupInstance mdrRuleGroupInstance)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.update(MDRRuleGroupInstance mdrRuleGroupInstance,
ServiceContext serviceContext)
|
static MDRRuleGroup |
MDRRuleGroupUtil.update(MDRRuleGroup mdrRuleGroup,
ServiceContext serviceContext)
|
static MDRRule |
MDRRuleUtil.update(MDRRule mdrRule,
ServiceContext serviceContext)
|
static MDRAction |
MDRActionUtil.updateImpl(MDRAction mdrAction)
|
MDRAction |
MDRActionPersistence.updateImpl(MDRAction mdrAction)
|
static MDRRule |
MDRRuleUtil.updateImpl(MDRRule mdrRule)
|
MDRRule |
MDRRulePersistence.updateImpl(MDRRule mdrRule)
|
static MDRRuleGroup |
MDRRuleGroupUtil.updateImpl(MDRRuleGroup mdrRuleGroup)
|
MDRRuleGroup |
MDRRuleGroupPersistence.updateImpl(MDRRuleGroup mdrRuleGroup)
|
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance)
|
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.updateImpl(MDRRuleGroupInstance mdrRuleGroupInstance)
|
| Uses of SystemException in com.liferay.portlet.polls.model |
|---|
| Methods in com.liferay.portlet.polls.model that throw SystemException | |
|---|---|
PollsChoice |
PollsVoteWrapper.getChoice()
|
PollsChoice |
PollsVote.getChoice()
|
List<PollsChoice> |
PollsQuestionWrapper.getChoices()
|
List<PollsChoice> |
PollsQuestion.getChoices()
|
String |
PollsVoteWrapper.getUserUuid()
Returns the user uuid of this polls vote. |
String |
PollsVoteModel.getUserUuid()
Returns the user uuid of this polls vote. |
String |
PollsQuestionWrapper.getUserUuid()
Returns the user uuid of this polls question. |
String |
PollsQuestionModel.getUserUuid()
Returns the user uuid of this polls question. |
int |
PollsQuestionWrapper.getVotesCount()
|
int |
PollsQuestion.getVotesCount()
|
int |
PollsChoiceWrapper.getVotesCount()
|
int |
PollsChoice.getVotesCount()
|
void |
PollsVoteWrapper.persist()
|
void |
PollsQuestionWrapper.persist()
|
void |
PollsChoiceWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.polls.service |
|---|
| Methods in com.liferay.portlet.polls.service that throw SystemException | |
|---|---|
PollsChoice |
PollsChoiceLocalServiceWrapper.addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
PollsChoice |
PollsChoiceLocalService.addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
PollsChoice |
PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
PollsQuestion |
PollsQuestionLocalService.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
PollsVote |
PollsVoteLocalServiceWrapper.addPollsVote(PollsVote pollsVote)
Adds the polls vote to the database. |
static PollsVote |
PollsVoteLocalServiceUtil.addPollsVote(PollsVote pollsVote)
Adds the polls vote to the database. |
PollsVote |
PollsVoteLocalService.addPollsVote(PollsVote pollsVote)
Adds the polls vote to the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.addQuestion(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.addQuestion(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionLocalService.addQuestion(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionServiceWrapper.addQuestion(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionServiceUtil.addQuestion(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionService.addQuestion(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
void |
PollsQuestionLocalServiceWrapper.addQuestionResources(long questionId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
PollsQuestionLocalServiceUtil.addQuestionResources(long questionId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
PollsQuestionLocalService.addQuestionResources(long questionId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
PollsQuestionLocalServiceWrapper.addQuestionResources(long questionId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
PollsQuestionLocalServiceUtil.addQuestionResources(long questionId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
PollsQuestionLocalService.addQuestionResources(long questionId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
PollsQuestionLocalServiceWrapper.addQuestionResources(PollsQuestion question,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
PollsQuestionLocalServiceUtil.addQuestionResources(PollsQuestion question,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
PollsQuestionLocalService.addQuestionResources(PollsQuestion question,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
PollsQuestionLocalServiceWrapper.addQuestionResources(PollsQuestion question,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
PollsQuestionLocalServiceUtil.addQuestionResources(PollsQuestion question,
String[] groupPermissions,
String[] guestPermissions)
|
void |
PollsQuestionLocalService.addQuestionResources(PollsQuestion question,
String[] groupPermissions,
String[] guestPermissions)
|
PollsVote |
PollsVoteLocalServiceWrapper.addVote(long userId,
long questionId,
long choiceId,
ServiceContext serviceContext)
|
static PollsVote |
PollsVoteLocalServiceUtil.addVote(long userId,
long questionId,
long choiceId,
ServiceContext serviceContext)
|
PollsVote |
PollsVoteLocalService.addVote(long userId,
long questionId,
long choiceId,
ServiceContext serviceContext)
|
PollsVote |
PollsVoteServiceWrapper.addVote(long questionId,
long choiceId,
ServiceContext serviceContext)
|
static PollsVote |
PollsVoteServiceUtil.addVote(long questionId,
long choiceId,
ServiceContext serviceContext)
|
PollsVote |
PollsVoteService.addVote(long questionId,
long choiceId,
ServiceContext serviceContext)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.deletePollsChoice(long choiceId)
Deletes the polls choice with the primary key from the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.deletePollsChoice(long choiceId)
Deletes the polls choice with the primary key from the database. |
PollsChoice |
PollsChoiceLocalService.deletePollsChoice(long choiceId)
Deletes the polls choice with the primary key from the database. |
PollsChoice |
PollsChoiceLocalServiceWrapper.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
PollsChoice |
PollsChoiceLocalService.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.deletePollsQuestion(long questionId)
Deletes the polls question with the primary key from the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.deletePollsQuestion(long questionId)
Deletes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionLocalService.deletePollsQuestion(long questionId)
Deletes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
PollsQuestion |
PollsQuestionLocalService.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
PollsVote |
PollsVoteLocalServiceWrapper.deletePollsVote(long voteId)
Deletes the polls vote with the primary key from the database. |
static PollsVote |
PollsVoteLocalServiceUtil.deletePollsVote(long voteId)
Deletes the polls vote with the primary key from the database. |
PollsVote |
PollsVoteLocalService.deletePollsVote(long voteId)
Deletes the polls vote with the primary key from the database. |
PollsVote |
PollsVoteLocalServiceWrapper.deletePollsVote(PollsVote pollsVote)
Deletes the polls vote from the database. |
static PollsVote |
PollsVoteLocalServiceUtil.deletePollsVote(PollsVote pollsVote)
Deletes the polls vote from the database. |
PollsVote |
PollsVoteLocalService.deletePollsVote(PollsVote pollsVote)
Deletes the polls vote from the database. |
void |
PollsQuestionServiceWrapper.deleteQuestion(long questionId)
|
static void |
PollsQuestionServiceUtil.deleteQuestion(long questionId)
|
void |
PollsQuestionService.deleteQuestion(long questionId)
|
void |
PollsQuestionLocalServiceWrapper.deleteQuestion(long questionId)
|
static void |
PollsQuestionLocalServiceUtil.deleteQuestion(long questionId)
|
void |
PollsQuestionLocalService.deleteQuestion(long questionId)
|
void |
PollsQuestionLocalServiceWrapper.deleteQuestion(PollsQuestion question)
|
static void |
PollsQuestionLocalServiceUtil.deleteQuestion(PollsQuestion question)
|
void |
PollsQuestionLocalService.deleteQuestion(PollsQuestion question)
|
void |
PollsQuestionLocalServiceWrapper.deleteQuestions(long groupId)
|
static void |
PollsQuestionLocalServiceUtil.deleteQuestions(long groupId)
|
void |
PollsQuestionLocalService.deleteQuestions(long groupId)
|
List |
PollsVoteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PollsVoteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PollsVoteLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PollsQuestionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PollsQuestionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PollsQuestionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PollsChoiceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
PollsChoiceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PollsChoiceLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
PollsVoteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PollsVoteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PollsVoteLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PollsQuestionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PollsQuestionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PollsQuestionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PollsChoiceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
PollsChoiceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PollsChoiceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
PollsVoteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PollsVoteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PollsVoteLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PollsQuestionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PollsQuestionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PollsQuestionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PollsChoiceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
PollsChoiceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
PollsChoiceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
PollsVoteLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PollsVoteLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PollsVoteLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PollsQuestionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PollsQuestionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PollsQuestionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PollsChoiceLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
PollsChoiceLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
PollsChoiceLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
PollsChoice |
PollsChoiceLocalServiceWrapper.fetchPollsChoice(long choiceId)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.fetchPollsChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalService.fetchPollsChoice(long choiceId)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.fetchPollsQuestion(long questionId)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.fetchPollsQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalService.fetchPollsQuestion(long questionId)
|
PollsVote |
PollsVoteLocalServiceWrapper.fetchPollsVote(long voteId)
|
static PollsVote |
PollsVoteLocalServiceUtil.fetchPollsVote(long voteId)
|
PollsVote |
PollsVoteLocalService.fetchPollsVote(long voteId)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.getChoice(long choiceId)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.getChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalService.getChoice(long choiceId)
|
List<PollsChoice> |
PollsChoiceLocalServiceWrapper.getChoices(long questionId)
|
static List<PollsChoice> |
PollsChoiceLocalServiceUtil.getChoices(long questionId)
|
List<PollsChoice> |
PollsChoiceLocalService.getChoices(long questionId)
|
int |
PollsChoiceLocalServiceWrapper.getChoicesCount(long questionId)
|
static int |
PollsChoiceLocalServiceUtil.getChoicesCount(long questionId)
|
int |
PollsChoiceLocalService.getChoicesCount(long questionId)
|
List<PollsVote> |
PollsVoteLocalServiceWrapper.getChoiceVotes(long choiceId,
int start,
int end)
|
static List<PollsVote> |
PollsVoteLocalServiceUtil.getChoiceVotes(long choiceId,
int start,
int end)
|
List<PollsVote> |
PollsVoteLocalService.getChoiceVotes(long choiceId,
int start,
int end)
|
int |
PollsVoteLocalServiceWrapper.getChoiceVotesCount(long choiceId)
|
static int |
PollsVoteLocalServiceUtil.getChoiceVotesCount(long choiceId)
|
int |
PollsVoteLocalService.getChoiceVotesCount(long choiceId)
|
PersistedModel |
PollsVoteLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PollsVoteLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PollsVoteLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PollsQuestionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PollsQuestionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PollsQuestionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PollsChoiceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
PollsChoiceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
PollsChoiceLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.getPollsChoice(long choiceId)
Returns the polls choice with the primary key. |
static PollsChoice |
PollsChoiceLocalServiceUtil.getPollsChoice(long choiceId)
Returns the polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalService.getPollsChoice(long choiceId)
Returns the polls choice with the primary key. |
List<PollsChoice> |
PollsChoiceLocalServiceWrapper.getPollsChoices(int start,
int end)
Returns a range of all the polls choices. |
static List<PollsChoice> |
PollsChoiceLocalServiceUtil.getPollsChoices(int start,
int end)
Returns a range of all the polls choices. |
List<PollsChoice> |
PollsChoiceLocalService.getPollsChoices(int start,
int end)
Returns a range of all the polls choices. |
int |
PollsChoiceLocalServiceWrapper.getPollsChoicesCount()
Returns the number of polls choices. |
static int |
PollsChoiceLocalServiceUtil.getPollsChoicesCount()
Returns the number of polls choices. |
int |
PollsChoiceLocalService.getPollsChoicesCount()
Returns the number of polls choices. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.getPollsQuestion(long questionId)
Returns the polls question with the primary key. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.getPollsQuestion(long questionId)
Returns the polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalService.getPollsQuestion(long questionId)
Returns the polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question with the UUID in the group. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question with the UUID in the group. |
PollsQuestion |
PollsQuestionLocalService.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question with the UUID in the group. |
List<PollsQuestion> |
PollsQuestionLocalServiceWrapper.getPollsQuestions(int start,
int end)
Returns a range of all the polls questions. |
static List<PollsQuestion> |
PollsQuestionLocalServiceUtil.getPollsQuestions(int start,
int end)
Returns a range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionLocalService.getPollsQuestions(int start,
int end)
Returns a range of all the polls questions. |
int |
PollsQuestionLocalServiceWrapper.getPollsQuestionsCount()
Returns the number of polls questions. |
static int |
PollsQuestionLocalServiceUtil.getPollsQuestionsCount()
Returns the number of polls questions. |
int |
PollsQuestionLocalService.getPollsQuestionsCount()
Returns the number of polls questions. |
PollsVote |
PollsVoteLocalServiceWrapper.getPollsVote(long voteId)
Returns the polls vote with the primary key. |
static PollsVote |
PollsVoteLocalServiceUtil.getPollsVote(long voteId)
Returns the polls vote with the primary key. |
PollsVote |
PollsVoteLocalService.getPollsVote(long voteId)
Returns the polls vote with the primary key. |
List<PollsVote> |
PollsVoteLocalServiceWrapper.getPollsVotes(int start,
int end)
Returns a range of all the polls votes. |
static List<PollsVote> |
PollsVoteLocalServiceUtil.getPollsVotes(int start,
int end)
Returns a range of all the polls votes. |
List<PollsVote> |
PollsVoteLocalService.getPollsVotes(int start,
int end)
Returns a range of all the polls votes. |
int |
PollsVoteLocalServiceWrapper.getPollsVotesCount()
Returns the number of polls votes. |
static int |
PollsVoteLocalServiceUtil.getPollsVotesCount()
Returns the number of polls votes. |
int |
PollsVoteLocalService.getPollsVotesCount()
Returns the number of polls votes. |
PollsQuestion |
PollsQuestionServiceWrapper.getQuestion(long questionId)
|
static PollsQuestion |
PollsQuestionServiceUtil.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionService.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.getQuestion(long questionId)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalService.getQuestion(long questionId)
|
List<PollsQuestion> |
PollsQuestionLocalServiceWrapper.getQuestions(long groupId)
|
static List<PollsQuestion> |
PollsQuestionLocalServiceUtil.getQuestions(long groupId)
|
List<PollsQuestion> |
PollsQuestionLocalService.getQuestions(long groupId)
|
List<PollsQuestion> |
PollsQuestionLocalServiceWrapper.getQuestions(long groupId,
int start,
int end)
|
static List<PollsQuestion> |
PollsQuestionLocalServiceUtil.getQuestions(long groupId,
int start,
int end)
|
List<PollsQuestion> |
PollsQuestionLocalService.getQuestions(long groupId,
int start,
int end)
|
int |
PollsQuestionLocalServiceWrapper.getQuestionsCount(long groupId)
|
static int |
PollsQuestionLocalServiceUtil.getQuestionsCount(long groupId)
|
int |
PollsQuestionLocalService.getQuestionsCount(long groupId)
|
List<PollsVote> |
PollsVoteLocalServiceWrapper.getQuestionVotes(long questionId,
int start,
int end)
|
static List<PollsVote> |
PollsVoteLocalServiceUtil.getQuestionVotes(long questionId,
int start,
int end)
|
List<PollsVote> |
PollsVoteLocalService.getQuestionVotes(long questionId,
int start,
int end)
|
int |
PollsVoteLocalServiceWrapper.getQuestionVotesCount(long questionId)
|
static int |
PollsVoteLocalServiceUtil.getQuestionVotesCount(long questionId)
|
int |
PollsVoteLocalService.getQuestionVotesCount(long questionId)
|
PollsVote |
PollsVoteLocalServiceWrapper.getVote(long questionId,
long userId)
|
static PollsVote |
PollsVoteLocalServiceUtil.getVote(long questionId,
long userId)
|
PollsVote |
PollsVoteLocalService.getVote(long questionId,
long userId)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.updateChoice(long choiceId,
long questionId,
String name,
String description)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.updateChoice(long choiceId,
long questionId,
String name,
String description)
|
PollsChoice |
PollsChoiceLocalService.updateChoice(long choiceId,
long questionId,
String name,
String description)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
PollsChoice |
PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
PollsQuestion |
PollsQuestionLocalService.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
PollsVote |
PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote)
Updates the polls vote in the database or adds it if it does not yet exist. |
static PollsVote |
PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
Updates the polls vote in the database or adds it if it does not yet exist. |
PollsVote |
PollsVoteLocalService.updatePollsVote(PollsVote pollsVote)
Updates the polls vote in the database or adds it if it does not yet exist. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.updateQuestion(long userId,
long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.updateQuestion(long userId,
long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionLocalService.updateQuestion(long userId,
long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionServiceWrapper.updateQuestion(long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionServiceUtil.updateQuestion(long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionService.updateQuestion(long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
| Uses of SystemException in com.liferay.portlet.polls.service.persistence |
|---|
| Methods in com.liferay.portlet.polls.service.persistence that throw SystemException | |
|---|---|
static int |
PollsVoteUtil.countAll()
Returns the number of polls votes. |
int |
PollsVotePersistence.countAll()
Returns the number of polls votes. |
static int |
PollsQuestionUtil.countAll()
Returns the number of polls questions. |
int |
PollsQuestionPersistence.countAll()
Returns the number of polls questions. |
static int |
PollsChoiceUtil.countAll()
Returns the number of polls choices. |
int |
PollsChoicePersistence.countAll()
Returns the number of polls choices. |
static int |
PollsVoteUtil.countByChoiceId(long choiceId)
Returns the number of polls votes where choiceId = ?. |
int |
PollsVotePersistence.countByChoiceId(long choiceId)
Returns the number of polls votes where choiceId = ?. |
static int |
PollsQuestionUtil.countByGroupId(long groupId)
Returns the number of polls questions where groupId = ?. |
int |
PollsQuestionPersistence.countByGroupId(long groupId)
Returns the number of polls questions where groupId = ?. |
static int |
PollsChoiceUtil.countByQ_N(long questionId,
String name)
Returns the number of polls choices where questionId = ? and name = ?. |
int |
PollsChoicePersistence.countByQ_N(long questionId,
String name)
Returns the number of polls choices where questionId = ? and name = ?. |
static int |
PollsVoteUtil.countByQ_U(long questionId,
long userId)
Returns the number of polls votes where questionId = ? and userId = ?. |
int |
PollsVotePersistence.countByQ_U(long questionId,
long userId)
Returns the number of polls votes where questionId = ? and userId = ?. |
static int |
PollsVoteUtil.countByQuestionId(long questionId)
Returns the number of polls votes where questionId = ?. |
int |
PollsVotePersistence.countByQuestionId(long questionId)
Returns the number of polls votes where questionId = ?. |
static int |
PollsChoiceUtil.countByQuestionId(long questionId)
Returns the number of polls choices where questionId = ?. |
int |
PollsChoicePersistence.countByQuestionId(long questionId)
Returns the number of polls choices where questionId = ?. |
static int |
PollsQuestionUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of polls questions where uuid = ? and companyId = ?. |
int |
PollsQuestionPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of polls questions where uuid = ? and companyId = ?. |
static int |
PollsQuestionUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of polls questions where uuid = ? and groupId = ?. |
int |
PollsQuestionPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of polls questions where uuid = ? and groupId = ?. |
static int |
PollsQuestionUtil.countByUuid(String uuid)
Returns the number of polls questions where uuid = ?. |
int |
PollsQuestionPersistence.countByUuid(String uuid)
Returns the number of polls questions where uuid = ?. |
static int |
PollsChoiceUtil.countByUuid(String uuid)
Returns the number of polls choices where uuid = ?. |
int |
PollsChoicePersistence.countByUuid(String uuid)
Returns the number of polls choices where uuid = ?. |
long |
PollsVoteUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PollsQuestionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
PollsChoiceUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static PollsVote |
PollsVoteUtil.fetchByChoiceId_First(long choiceId,
OrderByComparator orderByComparator)
Returns the first polls vote in the ordered set where choiceId = ?. |
PollsVote |
PollsVotePersistence.fetchByChoiceId_First(long choiceId,
OrderByComparator orderByComparator)
Returns the first polls vote in the ordered set where choiceId = ?. |
static PollsVote |
PollsVoteUtil.fetchByChoiceId_Last(long choiceId,
OrderByComparator orderByComparator)
Returns the last polls vote in the ordered set where choiceId = ?. |
PollsVote |
PollsVotePersistence.fetchByChoiceId_Last(long choiceId,
OrderByComparator orderByComparator)
Returns the last polls vote in the ordered set where choiceId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
static PollsVote |
PollsVoteUtil.fetchByPrimaryKey(long voteId)
Returns the polls vote with the primary key or returns null if it could not be found. |
PollsVote |
PollsVotePersistence.fetchByPrimaryKey(long voteId)
Returns the polls vote with the primary key or returns null if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.fetchByPrimaryKey(long questionId)
Returns the polls question with the primary key or returns null if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.fetchByPrimaryKey(long questionId)
Returns the polls question with the primary key or returns null if it could not be found. |
static PollsChoice |
PollsChoiceUtil.fetchByPrimaryKey(long choiceId)
Returns the polls choice with the primary key or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistence.fetchByPrimaryKey(long choiceId)
Returns the polls choice with the primary key or returns null if it could not be found. |
static PollsChoice |
PollsChoiceUtil.fetchByQ_N(long questionId,
String name)
Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistence.fetchByQ_N(long questionId,
String name)
Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found. |
static PollsChoice |
PollsChoiceUtil.fetchByQ_N(long questionId,
String name,
boolean retrieveFromCache)
Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
PollsChoice |
PollsChoicePersistence.fetchByQ_N(long questionId,
String name,
boolean retrieveFromCache)
Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static PollsVote |
PollsVoteUtil.fetchByQ_U(long questionId,
long userId)
Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found. |
PollsVote |
PollsVotePersistence.fetchByQ_U(long questionId,
long userId)
Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found. |
static PollsVote |
PollsVoteUtil.fetchByQ_U(long questionId,
long userId,
boolean retrieveFromCache)
Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
PollsVote |
PollsVotePersistence.fetchByQ_U(long questionId,
long userId,
boolean retrieveFromCache)
Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
static PollsVote |
PollsVoteUtil.fetchByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls vote in the ordered set where questionId = ?. |
PollsVote |
PollsVotePersistence.fetchByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls vote in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.fetchByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.fetchByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where questionId = ?. |
static PollsVote |
PollsVoteUtil.fetchByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls vote in the ordered set where questionId = ?. |
PollsVote |
PollsVotePersistence.fetchByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls vote in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.fetchByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.fetchByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where questionId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
PollsQuestion |
PollsQuestionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
PollsQuestion |
PollsQuestionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
static PollsChoice |
PollsChoiceUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or returns null if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or returns null if it could not be found. |
static PollsChoice |
PollsChoiceFinderUtil.fetchByUUID_G(String uuid,
long groupId)
|
PollsChoice |
PollsChoiceFinder.fetchByUUID_G(String uuid,
long groupId)
|
static PollsQuestion |
PollsQuestionUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the polls question where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
PollsQuestion |
PollsQuestionPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the polls question where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static PollsQuestion |
PollsQuestionUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
static PollsChoice |
PollsChoiceUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where uuid = ?. |
static int |
PollsQuestionUtil.filterCountByGroupId(long groupId)
Returns the number of polls questions that the user has permission to view where groupId = ?. |
int |
PollsQuestionPersistence.filterCountByGroupId(long groupId)
Returns the number of polls questions that the user has permission to view where groupId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.filterFindByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set of polls questions that the user has permission to view where groupId = ?. |
PollsQuestion[] |
PollsQuestionPersistence.filterFindByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set of polls questions that the user has permission to view where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId)
Returns all the polls questions that the user has permission to view where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId)
Returns all the polls questions that the user has permission to view where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the polls questions that the user has permission to view where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the polls questions that the user has permission to view where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions that the user has permissions to view where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions that the user has permissions to view where groupId = ?. |
static List<PollsVote> |
PollsVoteUtil.findAll()
Returns all the polls votes. |
List<PollsVote> |
PollsVotePersistence.findAll()
Returns all the polls votes. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll()
Returns all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistence.findAll()
Returns all the polls questions. |
static List<PollsChoice> |
PollsChoiceUtil.findAll()
Returns all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll()
Returns all the polls choices. |
static List<PollsVote> |
PollsVoteUtil.findAll(int start,
int end)
Returns a range of all the polls votes. |
List<PollsVote> |
PollsVotePersistence.findAll(int start,
int end)
Returns a range of all the polls votes. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll(int start,
int end)
Returns a range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistence.findAll(int start,
int end)
Returns a range of all the polls questions. |
static List<PollsChoice> |
PollsChoiceUtil.findAll(int start,
int end)
Returns a range of all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll(int start,
int end)
Returns a range of all the polls choices. |
static List<PollsVote> |
PollsVoteUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls votes. |
List<PollsVote> |
PollsVotePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls votes. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions. |
static List<PollsChoice> |
PollsChoiceUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices. |
static PollsVote |
PollsVoteUtil.findByChoiceId_First(long choiceId,
OrderByComparator orderByComparator)
Returns the first polls vote in the ordered set where choiceId = ?. |
PollsVote |
PollsVotePersistence.findByChoiceId_First(long choiceId,
OrderByComparator orderByComparator)
Returns the first polls vote in the ordered set where choiceId = ?. |
static PollsVote |
PollsVoteUtil.findByChoiceId_Last(long choiceId,
OrderByComparator orderByComparator)
Returns the last polls vote in the ordered set where choiceId = ?. |
PollsVote |
PollsVotePersistence.findByChoiceId_Last(long choiceId,
OrderByComparator orderByComparator)
Returns the last polls vote in the ordered set where choiceId = ?. |
static PollsVote[] |
PollsVoteUtil.findByChoiceId_PrevAndNext(long voteId,
long choiceId,
OrderByComparator orderByComparator)
Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?. |
PollsVote[] |
PollsVotePersistence.findByChoiceId_PrevAndNext(long voteId,
long choiceId,
OrderByComparator orderByComparator)
Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?. |
static List<PollsVote> |
PollsVoteUtil.findByChoiceId(long choiceId)
Returns all the polls votes where choiceId = ?. |
List<PollsVote> |
PollsVotePersistence.findByChoiceId(long choiceId)
Returns all the polls votes where choiceId = ?. |
static List<PollsVote> |
PollsVoteUtil.findByChoiceId(long choiceId,
int start,
int end)
Returns a range of all the polls votes where choiceId = ?. |
List<PollsVote> |
PollsVotePersistence.findByChoiceId(long choiceId,
int start,
int end)
Returns a range of all the polls votes where choiceId = ?. |
static List<PollsVote> |
PollsVoteUtil.findByChoiceId(long choiceId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls votes where choiceId = ?. |
List<PollsVote> |
PollsVotePersistence.findByChoiceId(long choiceId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls votes where choiceId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where groupId = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId)
Returns all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId)
Returns all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where groupId = ?. |
static PollsVote |
PollsVoteUtil.findByPrimaryKey(long voteId)
Returns the polls vote with the primary key or throws a NoSuchVoteException if it could not be found. |
PollsVote |
PollsVotePersistence.findByPrimaryKey(long voteId)
Returns the polls vote with the primary key or throws a NoSuchVoteException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByPrimaryKey(long questionId)
Returns the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.findByPrimaryKey(long questionId)
Returns the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
static PollsChoice |
PollsChoiceUtil.findByPrimaryKey(long choiceId)
Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found. |
PollsChoice |
PollsChoicePersistence.findByPrimaryKey(long choiceId)
Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found. |
static PollsChoice |
PollsChoiceUtil.findByQ_N(long questionId,
String name)
Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found. |
PollsChoice |
PollsChoicePersistence.findByQ_N(long questionId,
String name)
Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found. |
static PollsVote |
PollsVoteUtil.findByQ_U(long questionId,
long userId)
Returns the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found. |
PollsVote |
PollsVotePersistence.findByQ_U(long questionId,
long userId)
Returns the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found. |
static PollsVote |
PollsVoteUtil.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls vote in the ordered set where questionId = ?. |
PollsVote |
PollsVotePersistence.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls vote in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where questionId = ?. |
static PollsVote |
PollsVoteUtil.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls vote in the ordered set where questionId = ?. |
PollsVote |
PollsVotePersistence.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls vote in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where questionId = ?. |
static PollsVote[] |
PollsVoteUtil.findByQuestionId_PrevAndNext(long voteId,
long questionId,
OrderByComparator orderByComparator)
Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?. |
PollsVote[] |
PollsVotePersistence.findByQuestionId_PrevAndNext(long voteId,
long questionId,
OrderByComparator orderByComparator)
Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?. |
static PollsChoice[] |
PollsChoiceUtil.findByQuestionId_PrevAndNext(long choiceId,
long questionId,
OrderByComparator orderByComparator)
Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?. |
PollsChoice[] |
PollsChoicePersistence.findByQuestionId_PrevAndNext(long choiceId,
long questionId,
OrderByComparator orderByComparator)
Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?. |
static List<PollsVote> |
PollsVoteUtil.findByQuestionId(long questionId)
Returns all the polls votes where questionId = ?. |
List<PollsVote> |
PollsVotePersistence.findByQuestionId(long questionId)
Returns all the polls votes where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId)
Returns all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId)
Returns all the polls choices where questionId = ?. |
static List<PollsVote> |
PollsVoteUtil.findByQuestionId(long questionId,
int start,
int end)
Returns a range of all the polls votes where questionId = ?. |
List<PollsVote> |
PollsVotePersistence.findByQuestionId(long questionId,
int start,
int end)
Returns a range of all the polls votes where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId,
int start,
int end)
Returns a range of all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId,
int start,
int end)
Returns a range of all the polls choices where questionId = ?. |
static List<PollsVote> |
PollsVoteUtil.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls votes where questionId = ?. |
List<PollsVote> |
PollsVotePersistence.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls votes where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices where questionId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByUuid_C_PrevAndNext(long questionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByUuid_C_PrevAndNext(long questionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid_C(String uuid,
long companyId)
Returns all the polls questions where uuid = ? and companyId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the polls questions where uuid = ? and companyId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the polls questions where uuid = ? and companyId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the polls questions where uuid = ? and companyId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where uuid = ? and companyId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
static PollsChoice |
PollsChoiceUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.findByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
static PollsChoice |
PollsChoiceFinderUtil.findByUUID_G(String uuid,
long groupId)
|
PollsChoice |
PollsChoiceFinder.findByUUID_G(String uuid,
long groupId)
|
static PollsQuestion |
PollsQuestionUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
static PollsChoice |
PollsChoiceUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where uuid = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ?. |
static PollsChoice[] |
PollsChoiceUtil.findByUuid_PrevAndNext(long choiceId,
String uuid,
OrderByComparator orderByComparator)
Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?. |
PollsChoice[] |
PollsChoicePersistence.findByUuid_PrevAndNext(long choiceId,
String uuid,
OrderByComparator orderByComparator)
Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid)
Returns all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid)
Returns all the polls questions where uuid = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid)
Returns all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid)
Returns all the polls choices where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the polls questions where uuid = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the polls choices where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where uuid = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices where uuid = ?. |
static List<PollsVote> |
PollsVoteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PollsQuestion> |
PollsQuestionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PollsChoice> |
PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PollsVote> |
PollsVoteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PollsQuestion> |
PollsQuestionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PollsChoice> |
PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PollsVote> |
PollsVoteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PollsQuestion> |
PollsQuestionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<PollsChoice> |
PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static PollsVote |
PollsVoteUtil.remove(long voteId)
Removes the polls vote with the primary key from the database. |
PollsVote |
PollsVotePersistence.remove(long voteId)
Removes the polls vote with the primary key from the database. |
static PollsQuestion |
PollsQuestionUtil.remove(long questionId)
Removes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionPersistence.remove(long questionId)
Removes the polls question with the primary key from the database. |
static PollsChoice |
PollsChoiceUtil.remove(long choiceId)
Removes the polls choice with the primary key from the database. |
PollsChoice |
PollsChoicePersistence.remove(long choiceId)
Removes the polls choice with the primary key from the database. |
static void |
PollsVoteUtil.removeAll()
Removes all the polls votes from the database. |
void |
PollsVotePersistence.removeAll()
Removes all the polls votes from the database. |
static void |
PollsQuestionUtil.removeAll()
Removes all the polls questions from the database. |
void |
PollsQuestionPersistence.removeAll()
Removes all the polls questions from the database. |
static void |
PollsChoiceUtil.removeAll()
Removes all the polls choices from the database. |
void |
PollsChoicePersistence.removeAll()
Removes all the polls choices from the database. |
static void |
PollsVoteUtil.removeByChoiceId(long choiceId)
Removes all the polls votes where choiceId = ? from the database. |
void |
PollsVotePersistence.removeByChoiceId(long choiceId)
Removes all the polls votes where choiceId = ? from the database. |
static void |
PollsQuestionUtil.removeByGroupId(long groupId)
Removes all the polls questions where groupId = ? from the database. |
void |
PollsQuestionPersistence.removeByGroupId(long groupId)
Removes all the polls questions where groupId = ? from the database. |
static PollsChoice |
PollsChoiceUtil.removeByQ_N(long questionId,
String name)
Removes the polls choice where questionId = ? and name = ? from the database. |
PollsChoice |
PollsChoicePersistence.removeByQ_N(long questionId,
String name)
Removes the polls choice where questionId = ? and name = ? from the database. |
static PollsVote |
PollsVoteUtil.removeByQ_U(long questionId,
long userId)
Removes the polls vote where questionId = ? and userId = ? from the database. |
PollsVote |
PollsVotePersistence.removeByQ_U(long questionId,
long userId)
Removes the polls vote where questionId = ? and userId = ? from the database. |
static void |
PollsVoteUtil.removeByQuestionId(long questionId)
Removes all the polls votes where questionId = ? from the database. |
void |
PollsVotePersistence.removeByQuestionId(long questionId)
Removes all the polls votes where questionId = ? from the database. |
static void |
PollsChoiceUtil.removeByQuestionId(long questionId)
Removes all the polls choices where questionId = ? from the database. |
void |
PollsChoicePersistence.removeByQuestionId(long questionId)
Removes all the polls choices where questionId = ? from the database. |
static void |
PollsQuestionUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the polls questions where uuid = ? and companyId = ? from the database. |
void |
PollsQuestionPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the polls questions where uuid = ? and companyId = ? from the database. |
static PollsQuestion |
PollsQuestionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
PollsQuestion |
PollsQuestionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
static void |
PollsQuestionUtil.removeByUuid(String uuid)
Removes all the polls questions where uuid = ? from the database. |
void |
PollsQuestionPersistence.removeByUuid(String uuid)
Removes all the polls questions where uuid = ? from the database. |
static void |
PollsChoiceUtil.removeByUuid(String uuid)
Removes all the polls choices where uuid = ? from the database. |
void |
PollsChoicePersistence.removeByUuid(String uuid)
Removes all the polls choices where uuid = ? from the database. |
static PollsChoice |
PollsChoiceUtil.update(PollsChoice pollsChoice)
|
static PollsChoice |
PollsChoiceUtil.update(PollsChoice pollsChoice,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion,
ServiceContext serviceContext)
|
static PollsVote |
PollsVoteUtil.update(PollsVote pollsVote)
|
static PollsVote |
PollsVoteUtil.update(PollsVote pollsVote,
ServiceContext serviceContext)
|
static PollsChoice |
PollsChoiceUtil.updateImpl(PollsChoice pollsChoice)
|
PollsChoice |
PollsChoicePersistence.updateImpl(PollsChoice pollsChoice)
|
static PollsQuestion |
PollsQuestionUtil.updateImpl(PollsQuestion pollsQuestion)
|
PollsQuestion |
PollsQuestionPersistence.updateImpl(PollsQuestion pollsQuestion)
|
static PollsVote |
PollsVoteUtil.updateImpl(PollsVote pollsVote)
|
PollsVote |
PollsVotePersistence.updateImpl(PollsVote pollsVote)
|
| Constructors in com.liferay.portlet.polls.service.persistence that throw SystemException | |
|---|---|
PollsChoiceActionableDynamicQuery()
|
|
PollsQuestionActionableDynamicQuery()
|
|
PollsVoteActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.portlet.ratings.model |
|---|
| Methods in com.liferay.portlet.ratings.model that throw SystemException | |
|---|---|
String |
RatingsEntryWrapper.getUserUuid()
Returns the user uuid of this ratings entry. |
String |
RatingsEntryModel.getUserUuid()
Returns the user uuid of this ratings entry. |
void |
RatingsStatsWrapper.persist()
|
void |
RatingsEntryWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.ratings.service |
|---|
| Methods in com.liferay.portlet.ratings.service that throw SystemException | |
|---|---|
RatingsEntry |
RatingsEntryLocalServiceWrapper.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database. |
static RatingsEntry |
RatingsEntryLocalServiceUtil.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database. |
RatingsEntry |
RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database. |
RatingsStats |
RatingsStatsLocalServiceWrapper.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database. |
static RatingsStats |
RatingsStatsLocalServiceUtil.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database. |
RatingsStats |
RatingsStatsLocalService.addRatingsStats(RatingsStats ratingsStats)
Adds the ratings stats to the database. |
RatingsStats |
RatingsStatsLocalServiceWrapper.addStats(long classNameId,
long classPK)
|
static RatingsStats |
RatingsStatsLocalServiceUtil.addStats(long classNameId,
long classPK)
|
RatingsStats |
RatingsStatsLocalService.addStats(long classNameId,
long classPK)
|
void |
RatingsEntryLocalServiceWrapper.deleteEntry(long userId,
String className,
long classPK)
|
static void |
RatingsEntryLocalServiceUtil.deleteEntry(long userId,
String className,
long classPK)
|
void |
RatingsEntryLocalService.deleteEntry(long userId,
String className,
long classPK)
|
void |
RatingsEntryServiceWrapper.deleteEntry(String className,
long classPK)
|
static void |
RatingsEntryServiceUtil.deleteEntry(String className,
long classPK)
|
void |
RatingsEntryService.deleteEntry(String className,
long classPK)
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.deleteRatingsEntry(long entryId)
Deletes the ratings entry with the primary key from the database. |
static RatingsEntry |
RatingsEntryLocalServiceUtil.deleteRatingsEntry(long entryId)
Deletes the ratings entry with the primary key from the database. |
RatingsEntry |
RatingsEntryLocalService.deleteRatingsEntry(long entryId)
Deletes the ratings entry with the primary key from the database. |
RatingsEntry |
RatingsEntryLocalServiceWrapper.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database. |
static RatingsEntry |
RatingsEntryLocalServiceUtil.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database. |
RatingsEntry |
RatingsEntryLocalService.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database. |
RatingsStats |
RatingsStatsLocalServiceWrapper.deleteRatingsStats(long statsId)
Deletes the ratings stats with the primary key from the database. |
static RatingsStats |
RatingsStatsLocalServiceUtil.deleteRatingsStats(long statsId)
Deletes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsLocalService.deleteRatingsStats(long statsId)
Deletes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsLocalServiceWrapper.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
static RatingsStats |
RatingsStatsLocalServiceUtil.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
RatingsStats |
RatingsStatsLocalService.deleteRatingsStats(RatingsStats ratingsStats)
Deletes the ratings stats from the database. |
void |
RatingsStatsLocalServiceWrapper.deleteStats(String className,
long classPK)
|
static void |
RatingsStatsLocalServiceUtil.deleteStats(String className,
long classPK)
|
void |
RatingsStatsLocalService.deleteStats(String className,
long classPK)
|
List |
RatingsStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
RatingsStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RatingsStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RatingsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
RatingsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RatingsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
RatingsStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
RatingsStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RatingsStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RatingsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
RatingsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RatingsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
RatingsStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
RatingsStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RatingsStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RatingsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
RatingsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
RatingsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
RatingsStatsLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
RatingsStatsLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RatingsStatsLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RatingsEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
RatingsEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
RatingsEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
RatingsEntry |
RatingsEntryLocalServiceWrapper.fetchEntry(long userId,
String className,
long classPK)
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.fetchEntry(long userId,
String className,
long classPK)
|
RatingsEntry |
RatingsEntryLocalService.fetchEntry(long userId,
String className,
long classPK)
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.fetchRatingsEntry(long entryId)
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.fetchRatingsEntry(long entryId)
|
RatingsEntry |
RatingsEntryLocalService.fetchRatingsEntry(long entryId)
|
RatingsStats |
RatingsStatsLocalServiceWrapper.fetchRatingsStats(long statsId)
|
static RatingsStats |
RatingsStatsLocalServiceUtil.fetchRatingsStats(long statsId)
|
RatingsStats |
RatingsStatsLocalService.fetchRatingsStats(long statsId)
|
List<RatingsEntry> |
RatingsEntryLocalServiceWrapper.getEntries(long userId,
String className,
List<Long> classPKs)
|
static List<RatingsEntry> |
RatingsEntryLocalServiceUtil.getEntries(long userId,
String className,
List<Long> classPKs)
|
List<RatingsEntry> |
RatingsEntryLocalService.getEntries(long userId,
String className,
List<Long> classPKs)
|
List<RatingsEntry> |
RatingsEntryLocalServiceWrapper.getEntries(String className,
long classPK)
|
static List<RatingsEntry> |
RatingsEntryLocalServiceUtil.getEntries(String className,
long classPK)
|
List<RatingsEntry> |
RatingsEntryLocalService.getEntries(String className,
long classPK)
|
List<RatingsEntry> |
RatingsEntryLocalServiceWrapper.getEntries(String className,
long classPK,
double score)
|
static List<RatingsEntry> |
RatingsEntryLocalServiceUtil.getEntries(String className,
long classPK,
double score)
|
List<RatingsEntry> |
RatingsEntryLocalService.getEntries(String className,
long classPK,
double score)
|
int |
RatingsEntryLocalServiceWrapper.getEntriesCount(String className,
long classPK,
double score)
|
static int |
RatingsEntryLocalServiceUtil.getEntriesCount(String className,
long classPK,
double score)
|
int |
RatingsEntryLocalService.getEntriesCount(String className,
long classPK,
double score)
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.getEntry(long userId,
String className,
long classPK)
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.getEntry(long userId,
String className,
long classPK)
|
RatingsEntry |
RatingsEntryLocalService.getEntry(long userId,
String className,
long classPK)
|
PersistedModel |
RatingsStatsLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
RatingsStatsLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RatingsStatsLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RatingsEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
RatingsEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
RatingsEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<RatingsEntry> |
RatingsEntryLocalServiceWrapper.getRatingsEntries(int start,
int end)
Returns a range of all the ratings entries. |
static List<RatingsEntry> |
RatingsEntryLocalServiceUtil.getRatingsEntries(int start,
int end)
Returns a range of all the ratings entries. |
List<RatingsEntry> |
RatingsEntryLocalService.getRatingsEntries(int start,
int end)
Returns a range of all the ratings entries. |
int |
RatingsEntryLocalServiceWrapper.getRatingsEntriesCount()
Returns the number of ratings entries. |
static int |
RatingsEntryLocalServiceUtil.getRatingsEntriesCount()
Returns the number of ratings entries. |
int |
RatingsEntryLocalService.getRatingsEntriesCount()
Returns the number of ratings entries. |
RatingsEntry |
RatingsEntryLocalServiceWrapper.getRatingsEntry(long entryId)
Returns the ratings entry with the primary key. |
static RatingsEntry |
RatingsEntryLocalServiceUtil.getRatingsEntry(long entryId)
Returns the ratings entry with the primary key. |
RatingsEntry |
RatingsEntryLocalService.getRatingsEntry(long entryId)
Returns the ratings entry with the primary key. |
RatingsStats |
RatingsStatsLocalServiceWrapper.getRatingsStats(long statsId)
Returns the ratings stats with the primary key. |
static RatingsStats |
RatingsStatsLocalServiceUtil.getRatingsStats(long statsId)
Returns the ratings stats with the primary key. |
RatingsStats |
RatingsStatsLocalService.getRatingsStats(long statsId)
Returns the ratings stats with the primary key. |
List<RatingsStats> |
RatingsStatsLocalServiceWrapper.getRatingsStatses(int start,
int end)
Returns a range of all the ratings statses. |
static List<RatingsStats> |
RatingsStatsLocalServiceUtil.getRatingsStatses(int start,
int end)
Returns a range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsLocalService.getRatingsStatses(int start,
int end)
Returns a range of all the ratings statses. |
int |
RatingsStatsLocalServiceWrapper.getRatingsStatsesCount()
Returns the number of ratings statses. |
static int |
RatingsStatsLocalServiceUtil.getRatingsStatsesCount()
Returns the number of ratings statses. |
int |
RatingsStatsLocalService.getRatingsStatsesCount()
Returns the number of ratings statses. |
RatingsStats |
RatingsStatsLocalServiceWrapper.getStats(long statsId)
|
static RatingsStats |
RatingsStatsLocalServiceUtil.getStats(long statsId)
|
RatingsStats |
RatingsStatsLocalService.getStats(long statsId)
|
List<RatingsStats> |
RatingsStatsLocalServiceWrapper.getStats(String className,
List<Long> classPKs)
|
static List<RatingsStats> |
RatingsStatsLocalServiceUtil.getStats(String className,
List<Long> classPKs)
|
List<RatingsStats> |
RatingsStatsLocalService.getStats(String className,
List<Long> classPKs)
|
RatingsStats |
RatingsStatsLocalServiceWrapper.getStats(String className,
long classPK)
|
static RatingsStats |
RatingsStatsLocalServiceUtil.getStats(String className,
long classPK)
|
RatingsStats |
RatingsStatsLocalService.getStats(String className,
long classPK)
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
|
RatingsEntry |
RatingsEntryLocalService.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext)
|
RatingsEntry |
RatingsEntryServiceWrapper.updateEntry(String className,
long classPK,
double score)
|
static RatingsEntry |
RatingsEntryServiceUtil.updateEntry(String className,
long classPK,
double score)
|
RatingsEntry |
RatingsEntryService.updateEntry(String className,
long classPK,
double score)
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist. |
static RatingsEntry |
RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist. |
RatingsEntry |
RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist. |
RatingsStats |
RatingsStatsLocalServiceWrapper.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist. |
static RatingsStats |
RatingsStatsLocalServiceUtil.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist. |
RatingsStats |
RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats)
Updates the ratings stats in the database or adds it if it does not yet exist. |
| Uses of SystemException in com.liferay.portlet.ratings.service.persistence |
|---|
| Methods in com.liferay.portlet.ratings.service.persistence that throw SystemException | |
|---|---|
static int |
RatingsStatsUtil.countAll()
Returns the number of ratings statses. |
int |
RatingsStatsPersistence.countAll()
Returns the number of ratings statses. |
static int |
RatingsEntryUtil.countAll()
Returns the number of ratings entries. |
int |
RatingsEntryPersistence.countAll()
Returns the number of ratings entries. |
static int |
RatingsEntryUtil.countByC_C_S(long classNameId,
long classPK,
double score)
Returns the number of ratings entries where classNameId = ? and classPK = ? and score = ?. |
int |
RatingsEntryPersistence.countByC_C_S(long classNameId,
long classPK,
double score)
Returns the number of ratings entries where classNameId = ? and classPK = ? and score = ?. |
static int |
RatingsStatsUtil.countByC_C(long classNameId,
long classPK)
Returns the number of ratings statses where classNameId = ? and classPK = ?. |
int |
RatingsStatsPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of ratings statses where classNameId = ? and classPK = ?. |
static int |
RatingsEntryUtil.countByC_C(long classNameId,
long classPK)
Returns the number of ratings entries where classNameId = ? and classPK = ?. |
int |
RatingsEntryPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of ratings entries where classNameId = ? and classPK = ?. |
static int |
RatingsEntryUtil.countByU_C_C(long userId,
long classNameId,
long classPK)
Returns the number of ratings entries where userId = ? and classNameId = ? and classPK = ?. |
int |
RatingsEntryPersistence.countByU_C_C(long userId,
long classNameId,
long classPK)
Returns the number of ratings entries where userId = ? and classNameId = ? and classPK = ?. |
long |
RatingsStatsUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
RatingsEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_S_First(long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByC_C_S_First(long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_S_Last(long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByC_C_S_Last(long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static RatingsStats |
RatingsStatsUtil.fetchByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or returns null if it could not be found. |
static RatingsStats |
RatingsStatsUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the ratings stats where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
RatingsStats |
RatingsStatsPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the ratings stats where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static RatingsStats |
RatingsStatsUtil.fetchByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or returns null if it could not be found. |
RatingsStats |
RatingsStatsPersistence.fetchByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or returns null if it could not be found. |
static RatingsEntry |
RatingsEntryUtil.fetchByPrimaryKey(long entryId)
Returns the ratings entry with the primary key or returns null if it could not be found. |
RatingsEntry |
RatingsEntryPersistence.fetchByPrimaryKey(long entryId)
Returns the ratings entry with the primary key or returns null if it could not be found. |
static RatingsEntry |
RatingsEntryUtil.fetchByU_C_C(long userId,
long classNameId,
long classPK)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
RatingsEntry |
RatingsEntryPersistence.fetchByU_C_C(long userId,
long classNameId,
long classPK)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. |
static RatingsEntry |
RatingsEntryUtil.fetchByU_C_C(long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
RatingsEntry |
RatingsEntryPersistence.fetchByU_C_C(long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static List<RatingsStats> |
RatingsStatsUtil.findAll()
Returns all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll()
Returns all the ratings statses. |
static List<RatingsEntry> |
RatingsEntryUtil.findAll()
Returns all the ratings entries. |
List<RatingsEntry> |
RatingsEntryPersistence.findAll()
Returns all the ratings entries. |
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end)
Returns a range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end)
Returns a range of all the ratings statses. |
static List<RatingsEntry> |
RatingsEntryUtil.findAll(int start,
int end)
Returns a range of all the ratings entries. |
List<RatingsEntry> |
RatingsEntryPersistence.findAll(int start,
int end)
Returns a range of all the ratings entries. |
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings statses. |
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings statses. |
static List<RatingsEntry> |
RatingsEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings entries. |
List<RatingsEntry> |
RatingsEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings entries. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry[] |
RatingsEntryUtil.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry[] |
RatingsEntryPersistence.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_S_First(long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_S_First(long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_S_Last(long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_S_Last(long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static RatingsEntry[] |
RatingsEntryUtil.findByC_C_S_PrevAndNext(long entryId,
long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry[] |
RatingsEntryPersistence.findByC_C_S_PrevAndNext(long entryId,
long classNameId,
long classPK,
double score,
OrderByComparator orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score)
Returns all the ratings entries where classNameId = ? and classPK = ? and score = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score)
Returns all the ratings entries where classNameId = ? and classPK = ? and score = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end)
Returns a range of all the ratings entries where classNameId = ? and classPK = ? and score = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end)
Returns a range of all the ratings entries where classNameId = ? and classPK = ? and score = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?. |
static List<RatingsStats> |
RatingsStatsFinderUtil.findByC_C(long classNameId,
List<Long> classPKs)
|
List<RatingsStats> |
RatingsStatsFinder.findByC_C(long classNameId,
List<Long> classPKs)
|
static RatingsStats |
RatingsStatsUtil.findByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistence.findByC_C(long classNameId,
long classPK)
Returns the ratings stats where classNameId = ? and classPK = ? or throws a NoSuchStatsException if it could not be found. |
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK)
Returns all the ratings entries where classNameId = ? and classPK = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK)
Returns all the ratings entries where classNameId = ? and classPK = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the ratings entries where classNameId = ? and classPK = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the ratings entries where classNameId = ? and classPK = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?. |
static RatingsStats |
RatingsStatsUtil.findByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
RatingsStats |
RatingsStatsPersistence.findByPrimaryKey(long statsId)
Returns the ratings stats with the primary key or throws a NoSuchStatsException if it could not be found. |
static RatingsEntry |
RatingsEntryUtil.findByPrimaryKey(long entryId)
Returns the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found. |
RatingsEntry |
RatingsEntryPersistence.findByPrimaryKey(long entryId)
Returns the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found. |
static List<RatingsEntry> |
RatingsEntryFinderUtil.findByU_C_C(long userId,
long classNameId,
List<Long> classPKs)
|
List<RatingsEntry> |
RatingsEntryFinder.findByU_C_C(long userId,
long classNameId,
List<Long> classPKs)
|
static RatingsEntry |
RatingsEntryUtil.findByU_C_C(long userId,
long classNameId,
long classPK)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found. |
RatingsEntry |
RatingsEntryPersistence.findByU_C_C(long userId,
long classNameId,
long classPK)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found. |
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<RatingsEntry> |
RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<RatingsEntry> |
RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<RatingsEntry> |
RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static RatingsStats |
RatingsStatsUtil.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
RatingsStats |
RatingsStatsPersistence.remove(long statsId)
Removes the ratings stats with the primary key from the database. |
static RatingsEntry |
RatingsEntryUtil.remove(long entryId)
Removes the ratings entry with the primary key from the database. |
RatingsEntry |
RatingsEntryPersistence.remove(long entryId)
Removes the ratings entry with the primary key from the database. |
static void |
RatingsStatsUtil.removeAll()
Removes all the ratings statses from the database. |
void |
RatingsStatsPersistence.removeAll()
Removes all the ratings statses from the database. |
static void |
RatingsEntryUtil.removeAll()
Removes all the ratings entries from the database. |
void |
RatingsEntryPersistence.removeAll()
Removes all the ratings entries from the database. |
static void |
RatingsEntryUtil.removeByC_C_S(long classNameId,
long classPK,
double score)
Removes all the ratings entries where classNameId = ? and classPK = ? and score = ? from the database. |
void |
RatingsEntryPersistence.removeByC_C_S(long classNameId,
long classPK,
double score)
Removes all the ratings entries where classNameId = ? and classPK = ? and score = ? from the database. |
static RatingsStats |
RatingsStatsUtil.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? from the database. |
RatingsStats |
RatingsStatsPersistence.removeByC_C(long classNameId,
long classPK)
Removes the ratings stats where classNameId = ? and classPK = ? from the database. |
static void |
RatingsEntryUtil.removeByC_C(long classNameId,
long classPK)
Removes all the ratings entries where classNameId = ? and classPK = ? from the database. |
void |
RatingsEntryPersistence.removeByC_C(long classNameId,
long classPK)
Removes all the ratings entries where classNameId = ? and classPK = ? from the database. |
static RatingsEntry |
RatingsEntryUtil.removeByU_C_C(long userId,
long classNameId,
long classPK)
Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database. |
RatingsEntry |
RatingsEntryPersistence.removeByU_C_C(long userId,
long classNameId,
long classPK)
Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database. |
static RatingsEntry |
RatingsEntryUtil.update(RatingsEntry ratingsEntry)
|
static RatingsEntry |
RatingsEntryUtil.update(RatingsEntry ratingsEntry,
ServiceContext serviceContext)
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats)
|
static RatingsStats |
RatingsStatsUtil.update(RatingsStats ratingsStats,
ServiceContext serviceContext)
|
static RatingsEntry |
RatingsEntryUtil.updateImpl(RatingsEntry ratingsEntry)
|
RatingsEntry |
RatingsEntryPersistence.updateImpl(RatingsEntry ratingsEntry)
|
static RatingsStats |
RatingsStatsUtil.updateImpl(RatingsStats ratingsStats)
|
RatingsStats |
RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats)
|
| Constructors in com.liferay.portlet.ratings.service.persistence that throw SystemException | |
|---|---|
RatingsEntryActionableDynamicQuery()
|
|
RatingsStatsActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.portlet.shopping.model |
|---|
| Methods in com.liferay.portlet.shopping.model that throw SystemException | |
|---|---|
ShoppingCoupon |
ShoppingCartWrapper.getCoupon()
|
ShoppingCoupon |
ShoppingCart.getCoupon()
|
List<ShoppingItemPrice> |
ShoppingItemWrapper.getItemPrices()
|
List<ShoppingItemPrice> |
ShoppingItem.getItemPrices()
|
Map<ShoppingCartItem,Integer> |
ShoppingCartWrapper.getItems()
|
Map<ShoppingCartItem,Integer> |
ShoppingCart.getItems()
|
String |
ShoppingOrderWrapper.getUserUuid()
Returns the user uuid of this shopping order. |
String |
ShoppingOrderModel.getUserUuid()
Returns the user uuid of this shopping order. |
String |
ShoppingItemWrapper.getUserUuid()
Returns the user uuid of this shopping item. |
String |
ShoppingItemModel.getUserUuid()
Returns the user uuid of this shopping item. |
String |
ShoppingCouponWrapper.getUserUuid()
Returns the user uuid of this shopping coupon. |
String |
ShoppingCouponModel.getUserUuid()
Returns the user uuid of this shopping coupon. |
String |
ShoppingCategoryWrapper.getUserUuid()
Returns the user uuid of this shopping category. |
String |
ShoppingCategoryModel.getUserUuid()
Returns the user uuid of this shopping category. |
String |
ShoppingCartWrapper.getUserUuid()
Returns the user uuid of this shopping cart. |
String |
ShoppingCartModel.getUserUuid()
Returns the user uuid of this shopping cart. |
void |
ShoppingOrderWrapper.persist()
|
void |
ShoppingOrderItemWrapper.persist()
|
void |
ShoppingItemWrapper.persist()
|
void |
ShoppingItemPriceWrapper.persist()
|
void |
ShoppingItemFieldWrapper.persist()
|
void |
ShoppingCouponWrapper.persist()
|
void |
ShoppingCategoryWrapper.persist()
|
void |
ShoppingCartWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.shopping.service |
|---|
| Methods in com.liferay.portlet.shopping.service that throw SystemException | |
|---|---|
void |
ShoppingItemLocalServiceWrapper.addBookItems(long userId,
long groupId,
long categoryId,
String[] isbns)
|
static void |
ShoppingItemLocalServiceUtil.addBookItems(long userId,
long groupId,
long categoryId,
String[] isbns)
|
void |
ShoppingItemLocalService.addBookItems(long userId,
long groupId,
long categoryId,
String[] isbns)
|
void |
ShoppingItemServiceWrapper.addBookItems(long groupId,
long categoryId,
String[] isbns)
|
static void |
ShoppingItemServiceUtil.addBookItems(long groupId,
long categoryId,
String[] isbns)
|
void |
ShoppingItemService.addBookItems(long groupId,
long categoryId,
String[] isbns)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryLocalService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryServiceWrapper.addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryService.addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
void |
ShoppingCategoryLocalServiceWrapper.addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
ShoppingCategoryLocalServiceUtil.addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingCategoryLocalService.addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingCategoryLocalServiceWrapper.addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ShoppingCategoryLocalServiceUtil.addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ShoppingCategoryLocalService.addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.addCoupon(long userId,
String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.addCoupon(long userId,
String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponLocalService.addCoupon(long userId,
String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponServiceWrapper.addCoupon(String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponServiceUtil.addCoupon(String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponService.addCoupon(String code,
boolean autoCode,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.addItem(long userId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.addItem(long userId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemLocalService.addItem(long userId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemServiceWrapper.addItem(long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemServiceUtil.addItem(long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemService.addItem(long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
void |
ShoppingItemLocalServiceWrapper.addItemResources(long itemId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
ShoppingItemLocalServiceUtil.addItemResources(long itemId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingItemLocalService.addItemResources(long itemId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingItemLocalServiceWrapper.addItemResources(long itemId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ShoppingItemLocalServiceUtil.addItemResources(long itemId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ShoppingItemLocalService.addItemResources(long itemId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ShoppingItemLocalServiceWrapper.addItemResources(ShoppingItem item,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
ShoppingItemLocalServiceUtil.addItemResources(ShoppingItem item,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingItemLocalService.addItemResources(ShoppingItem item,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingItemLocalServiceWrapper.addItemResources(ShoppingItem item,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ShoppingItemLocalServiceUtil.addItemResources(ShoppingItem item,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ShoppingItemLocalService.addItemResources(ShoppingItem item,
String[] groupPermissions,
String[] guestPermissions)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.addLatestOrder(long userId,
long groupId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.addLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalService.addLatestOrder(long userId,
long groupId)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
ShoppingCart |
ShoppingCartLocalService.addShoppingCart(ShoppingCart shoppingCart)
Adds the shopping cart to the database. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
ShoppingCategory |
ShoppingCategoryLocalService.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
ShoppingCoupon |
ShoppingCouponLocalService.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
ShoppingItem |
ShoppingItemLocalServiceWrapper.addShoppingItem(ShoppingItem shoppingItem)
Adds the shopping item to the database. |
static ShoppingItem |
ShoppingItemLocalServiceUtil.addShoppingItem(ShoppingItem shoppingItem)
Adds the shopping item to the database. |
ShoppingItem |
ShoppingItemLocalService.addShoppingItem(ShoppingItem shoppingItem)
Adds the shopping item to the database. |
ShoppingItemField |
ShoppingItemFieldLocalServiceWrapper.addShoppingItemField(ShoppingItemField shoppingItemField)
Adds the shopping item field to the database. |
static ShoppingItemField |
ShoppingItemFieldLocalServiceUtil.addShoppingItemField(ShoppingItemField shoppingItemField)
Adds the shopping item field to the database. |
ShoppingItemField |
ShoppingItemFieldLocalService.addShoppingItemField(ShoppingItemField shoppingItemField)
Adds the shopping item field to the database. |
ShoppingItemPrice |
ShoppingItemPriceLocalServiceWrapper.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Adds the shopping item price to the database. |
static ShoppingItemPrice |
ShoppingItemPriceLocalServiceUtil.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Adds the shopping item price to the database. |
ShoppingItemPrice |
ShoppingItemPriceLocalService.addShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Adds the shopping item price to the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
ShoppingOrder |
ShoppingOrderLocalService.addShoppingOrder(ShoppingOrder shoppingOrder)
Adds the shopping order to the database. |
ShoppingOrderItem |
ShoppingOrderItemLocalServiceWrapper.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Adds the shopping order item to the database. |
static ShoppingOrderItem |
ShoppingOrderItemLocalServiceUtil.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Adds the shopping order item to the database. |
ShoppingOrderItem |
ShoppingOrderItemLocalService.addShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Adds the shopping order item to the database. |
void |
ShoppingOrderServiceWrapper.completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
|
static void |
ShoppingOrderServiceUtil.completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
|
void |
ShoppingOrderService.completeOrder(long groupId,
String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalServiceWrapper.completeOrder(String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
boolean updateInventory,
ServiceContext serviceContext)
|
static void |
ShoppingOrderLocalServiceUtil.completeOrder(String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
boolean updateInventory,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalService.completeOrder(String number,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail,
boolean updateInventory,
ServiceContext serviceContext)
|
void |
ShoppingCategoryLocalServiceWrapper.deleteCategories(long groupId)
|
static void |
ShoppingCategoryLocalServiceUtil.deleteCategories(long groupId)
|
void |
ShoppingCategoryLocalService.deleteCategories(long groupId)
|
void |
ShoppingCategoryServiceWrapper.deleteCategory(long categoryId)
|
static void |
ShoppingCategoryServiceUtil.deleteCategory(long categoryId)
|
void |
ShoppingCategoryService.deleteCategory(long categoryId)
|
void |
ShoppingCategoryLocalServiceWrapper.deleteCategory(long categoryId)
|
static void |
ShoppingCategoryLocalServiceUtil.deleteCategory(long categoryId)
|
void |
ShoppingCategoryLocalService.deleteCategory(long categoryId)
|
void |
ShoppingCategoryLocalServiceWrapper.deleteCategory(ShoppingCategory category)
|
static void |
ShoppingCategoryLocalServiceUtil.deleteCategory(ShoppingCategory category)
|
void |
ShoppingCategoryLocalService.deleteCategory(ShoppingCategory category)
|
void |
ShoppingCouponLocalServiceWrapper.deleteCoupon(long couponId)
|
static void |
ShoppingCouponLocalServiceUtil.deleteCoupon(long couponId)
|
void |
ShoppingCouponLocalService.deleteCoupon(long couponId)
|
void |
ShoppingCouponServiceWrapper.deleteCoupon(long groupId,
long couponId)
|
static void |
ShoppingCouponServiceUtil.deleteCoupon(long groupId,
long couponId)
|
void |
ShoppingCouponService.deleteCoupon(long groupId,
long couponId)
|
void |
ShoppingCouponLocalServiceWrapper.deleteCoupon(ShoppingCoupon coupon)
|
static void |
ShoppingCouponLocalServiceUtil.deleteCoupon(ShoppingCoupon coupon)
|
void |
ShoppingCouponLocalService.deleteCoupon(ShoppingCoupon coupon)
|
void |
ShoppingCouponLocalServiceWrapper.deleteCoupons(long groupId)
|
static void |
ShoppingCouponLocalServiceUtil.deleteCoupons(long groupId)
|
void |
ShoppingCouponLocalService.deleteCoupons(long groupId)
|
void |
ShoppingCartLocalServiceWrapper.deleteGroupCarts(long groupId)
|
static void |
ShoppingCartLocalServiceUtil.deleteGroupCarts(long groupId)
|
void |
ShoppingCartLocalService.deleteGroupCarts(long groupId)
|
void |
ShoppingItemServiceWrapper.deleteItem(long itemId)
|
static void |
ShoppingItemServiceUtil.deleteItem(long itemId)
|
void |
ShoppingItemService.deleteItem(long itemId)
|
void |
ShoppingItemLocalServiceWrapper.deleteItem(long itemId)
|
static void |
ShoppingItemLocalServiceUtil.deleteItem(long itemId)
|
void |
ShoppingItemLocalService.deleteItem(long itemId)
|
void |
ShoppingItemLocalServiceWrapper.deleteItem(ShoppingItem item)
|
static void |
ShoppingItemLocalServiceUtil.deleteItem(ShoppingItem item)
|
void |
ShoppingItemLocalService.deleteItem(ShoppingItem item)
|
void |
ShoppingItemLocalServiceWrapper.deleteItems(long groupId,
long categoryId)
|
static void |
ShoppingItemLocalServiceUtil.deleteItems(long groupId,
long categoryId)
|
void |
ShoppingItemLocalService.deleteItems(long groupId,
long categoryId)
|
void |
ShoppingOrderLocalServiceWrapper.deleteOrder(long orderId)
|
static void |
ShoppingOrderLocalServiceUtil.deleteOrder(long orderId)
|
void |
ShoppingOrderLocalService.deleteOrder(long orderId)
|
void |
ShoppingOrderServiceWrapper.deleteOrder(long groupId,
long orderId)
|
static void |
ShoppingOrderServiceUtil.deleteOrder(long groupId,
long orderId)
|
void |
ShoppingOrderService.deleteOrder(long groupId,
long orderId)
|
void |
ShoppingOrderLocalServiceWrapper.deleteOrder(ShoppingOrder order)
|
static void |
ShoppingOrderLocalServiceUtil.deleteOrder(ShoppingOrder order)
|
void |
ShoppingOrderLocalService.deleteOrder(ShoppingOrder order)
|
void |
ShoppingOrderLocalServiceWrapper.deleteOrders(long groupId)
|
static void |
ShoppingOrderLocalServiceUtil.deleteOrders(long groupId)
|
void |
ShoppingOrderLocalService.deleteOrders(long groupId)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.deleteShoppingCart(long cartId)
Deletes the shopping cart with the primary key from the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.deleteShoppingCart(long cartId)
Deletes the shopping cart with the primary key from the database. |
ShoppingCart |
ShoppingCartLocalService.deleteShoppingCart(long cartId)
Deletes the shopping cart with the primary key from the database. |
ShoppingCart |
ShoppingCartLocalServiceWrapper.deleteShoppingCart(ShoppingCart shoppingCart)
Deletes the shopping cart from the database. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.deleteShoppingCart(ShoppingCart shoppingCart)
Deletes the shopping cart from the database. |
ShoppingCart |
ShoppingCartLocalService.deleteShoppingCart(ShoppingCart shoppingCart)
Deletes the shopping cart from the database. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(long categoryId)
Deletes the shopping category with the primary key from the database. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(long categoryId)
Deletes the shopping category with the primary key from the database. |
ShoppingCategory |
ShoppingCategoryLocalService.deleteShoppingCategory(long categoryId)
Deletes the shopping category with the primary key from the database. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
ShoppingCategory |
ShoppingCategoryLocalService.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(long couponId)
Deletes the shopping coupon with the primary key from the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(long couponId)
Deletes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
ShoppingCouponLocalService.deleteShoppingCoupon(long couponId)
Deletes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalService.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingItem |
ShoppingItemLocalServiceWrapper.deleteShoppingItem(long itemId)
Deletes the shopping item with the primary key from the database. |
static ShoppingItem |
ShoppingItemLocalServiceUtil.deleteShoppingItem(long itemId)
Deletes the shopping item with the primary key from the database. |
ShoppingItem |
ShoppingItemLocalService.deleteShoppingItem(long itemId)
Deletes the shopping item with the primary key from the database. |
ShoppingItem |
ShoppingItemLocalServiceWrapper.deleteShoppingItem(ShoppingItem shoppingItem)
Deletes the shopping item from the database. |
static ShoppingItem |
ShoppingItemLocalServiceUtil.deleteShoppingItem(ShoppingItem shoppingItem)
Deletes the shopping item from the database. |
ShoppingItem |
ShoppingItemLocalService.deleteShoppingItem(ShoppingItem shoppingItem)
Deletes the shopping item from the database. |
ShoppingItemField |
ShoppingItemFieldLocalServiceWrapper.deleteShoppingItemField(long itemFieldId)
Deletes the shopping item field with the primary key from the database. |
static ShoppingItemField |
ShoppingItemFieldLocalServiceUtil.deleteShoppingItemField(long itemFieldId)
Deletes the shopping item field with the primary key from the database. |
ShoppingItemField |
ShoppingItemFieldLocalService.deleteShoppingItemField(long itemFieldId)
Deletes the shopping item field with the primary key from the database. |
ShoppingItemField |
ShoppingItemFieldLocalServiceWrapper.deleteShoppingItemField(ShoppingItemField shoppingItemField)
Deletes the shopping item field from the database. |
static ShoppingItemField |
ShoppingItemFieldLocalServiceUtil.deleteShoppingItemField(ShoppingItemField shoppingItemField)
Deletes the shopping item field from the database. |
ShoppingItemField |
ShoppingItemFieldLocalService.deleteShoppingItemField(ShoppingItemField shoppingItemField)
Deletes the shopping item field from the database. |
ShoppingItemPrice |
ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(long itemPriceId)
Deletes the shopping item price with the primary key from the database. |
static ShoppingItemPrice |
ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(long itemPriceId)
Deletes the shopping item price with the primary key from the database. |
ShoppingItemPrice |
ShoppingItemPriceLocalService.deleteShoppingItemPrice(long itemPriceId)
Deletes the shopping item price with the primary key from the database. |
ShoppingItemPrice |
ShoppingItemPriceLocalServiceWrapper.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Deletes the shopping item price from the database. |
static ShoppingItemPrice |
ShoppingItemPriceLocalServiceUtil.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Deletes the shopping item price from the database. |
ShoppingItemPrice |
ShoppingItemPriceLocalService.deleteShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Deletes the shopping item price from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(long orderId)
Deletes the shopping order with the primary key from the database. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.deleteShoppingOrder(long orderId)
Deletes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderLocalService.deleteShoppingOrder(long orderId)
Deletes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
ShoppingOrder |
ShoppingOrderLocalService.deleteShoppingOrder(ShoppingOrder shoppingOrder)
Deletes the shopping order from the database. |
ShoppingOrderItem |
ShoppingOrderItemLocalServiceWrapper.deleteShoppingOrderItem(long orderItemId)
Deletes the shopping order item with the primary key from the database. |
static ShoppingOrderItem |
ShoppingOrderItemLocalServiceUtil.deleteShoppingOrderItem(long orderItemId)
Deletes the shopping order item with the primary key from the database. |
ShoppingOrderItem |
ShoppingOrderItemLocalService.deleteShoppingOrderItem(long orderItemId)
Deletes the shopping order item with the primary key from the database. |
ShoppingOrderItem |
ShoppingOrderItemLocalServiceWrapper.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Deletes the shopping order item from the database. |
static ShoppingOrderItem |
ShoppingOrderItemLocalServiceUtil.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Deletes the shopping order item from the database. |
ShoppingOrderItem |
ShoppingOrderItemLocalService.deleteShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Deletes the shopping order item from the database. |
void |
ShoppingCartLocalServiceWrapper.deleteUserCarts(long userId)
|
static void |
ShoppingCartLocalServiceUtil.deleteUserCarts(long userId)
|
void |
ShoppingCartLocalService.deleteUserCarts(long userId)
|
List |
ShoppingOrderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShoppingOrderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingOrderLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingOrderItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShoppingOrderItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingOrderItemLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingItemPriceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShoppingItemPriceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingItemPriceLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShoppingItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingItemLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingItemFieldLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShoppingItemFieldLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingItemFieldLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingCouponLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShoppingCouponLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingCouponLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShoppingCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingCartLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
ShoppingCartLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingCartLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
ShoppingOrderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShoppingOrderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingOrderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingOrderItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShoppingOrderItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingOrderItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingItemPriceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShoppingItemPriceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingItemPriceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShoppingItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingItemFieldLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShoppingItemFieldLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingItemFieldLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingCouponLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShoppingCouponLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingCouponLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShoppingCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingCartLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
ShoppingCartLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingCartLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
ShoppingOrderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShoppingOrderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingOrderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingOrderItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShoppingOrderItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingOrderItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingItemPriceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShoppingItemPriceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingItemPriceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShoppingItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingItemFieldLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShoppingItemFieldLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingItemFieldLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingCouponLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShoppingCouponLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingCouponLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShoppingCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingCartLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
ShoppingCartLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
ShoppingCartLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
ShoppingOrderLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShoppingOrderLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingOrderLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingOrderItemLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShoppingOrderItemLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingOrderItemLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingItemPriceLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShoppingItemPriceLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingItemPriceLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingItemLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShoppingItemLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingItemLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingItemFieldLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShoppingItemFieldLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingItemFieldLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingCouponLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShoppingCouponLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingCouponLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingCategoryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShoppingCategoryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingCategoryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingCartLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
ShoppingCartLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
ShoppingCartLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
ShoppingCart |
ShoppingCartLocalServiceWrapper.fetchShoppingCart(long cartId)
|
static ShoppingCart |
ShoppingCartLocalServiceUtil.fetchShoppingCart(long cartId)
|
ShoppingCart |
ShoppingCartLocalService.fetchShoppingCart(long cartId)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.fetchShoppingCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.fetchShoppingCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalService.fetchShoppingCategory(long categoryId)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.fetchShoppingCoupon(long couponId)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.fetchShoppingCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalService.fetchShoppingCoupon(long couponId)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.fetchShoppingItem(long itemId)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.fetchShoppingItem(long itemId)
|
ShoppingItem |
ShoppingItemLocalService.fetchShoppingItem(long itemId)
|
ShoppingItemField |
ShoppingItemFieldLocalServiceWrapper.fetchShoppingItemField(long itemFieldId)
|
static ShoppingItemField |
ShoppingItemFieldLocalServiceUtil.fetchShoppingItemField(long itemFieldId)
|
ShoppingItemField |
ShoppingItemFieldLocalService.fetchShoppingItemField(long itemFieldId)
|
ShoppingItemPrice |
ShoppingItemPriceLocalServiceWrapper.fetchShoppingItemPrice(long itemPriceId)
|
static ShoppingItemPrice |
ShoppingItemPriceLocalServiceUtil.fetchShoppingItemPrice(long itemPriceId)
|
ShoppingItemPrice |
ShoppingItemPriceLocalService.fetchShoppingItemPrice(long itemPriceId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.fetchShoppingOrder(long orderId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.fetchShoppingOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderLocalService.fetchShoppingOrder(long orderId)
|
ShoppingOrderItem |
ShoppingOrderItemLocalServiceWrapper.fetchShoppingOrderItem(long orderItemId)
|
static ShoppingOrderItem |
ShoppingOrderItemLocalServiceUtil.fetchShoppingOrderItem(long orderItemId)
|
ShoppingOrderItem |
ShoppingOrderItemLocalService.fetchShoppingOrderItem(long orderItemId)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.getCart(long userId,
long groupId)
|
static ShoppingCart |
ShoppingCartLocalServiceUtil.getCart(long userId,
long groupId)
|
ShoppingCart |
ShoppingCartLocalService.getCart(long userId,
long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryServiceWrapper.getCategories(long groupId)
|
static List<ShoppingCategory> |
ShoppingCategoryServiceUtil.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryService.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getCategories(long groupId)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<ShoppingCategory> |
ShoppingCategoryServiceUtil.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryService.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
int |
ShoppingCategoryServiceWrapper.getCategoriesCount(long groupId,
long parentCategoryId)
|
static int |
ShoppingCategoryServiceUtil.getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
ShoppingCategoryService.getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
ShoppingCategoryLocalServiceWrapper.getCategoriesCount(long groupId,
long parentCategoryId)
|
static int |
ShoppingCategoryLocalServiceUtil.getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
ShoppingCategoryLocalService.getCategoriesCount(long groupId,
long parentCategoryId)
|
int |
ShoppingItemServiceWrapper.getCategoriesItemsCount(long groupId,
List<Long> categoryIds)
|
static int |
ShoppingItemServiceUtil.getCategoriesItemsCount(long groupId,
List<Long> categoryIds)
|
int |
ShoppingItemService.getCategoriesItemsCount(long groupId,
List<Long> categoryIds)
|
int |
ShoppingItemLocalServiceWrapper.getCategoriesItemsCount(long groupId,
List<Long> categoryIds)
|
static int |
ShoppingItemLocalServiceUtil.getCategoriesItemsCount(long groupId,
List<Long> categoryIds)
|
int |
ShoppingItemLocalService.getCategoriesItemsCount(long groupId,
List<Long> categoryIds)
|
ShoppingCategory |
ShoppingCategoryServiceWrapper.getCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryService.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalService.getCategory(long categoryId)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getCoupon(long couponId)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalService.getCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponServiceWrapper.getCoupon(long groupId,
long couponId)
|
static ShoppingCoupon |
ShoppingCouponServiceUtil.getCoupon(long groupId,
long couponId)
|
ShoppingCoupon |
ShoppingCouponService.getCoupon(long groupId,
long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getCoupon(String code)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getCoupon(String code)
|
ShoppingCoupon |
ShoppingCouponLocalService.getCoupon(String code)
|
List<ShoppingItem> |
ShoppingItemLocalServiceWrapper.getFeaturedItems(long groupId,
long categoryId,
int numOfItems)
|
static List<ShoppingItem> |
ShoppingItemLocalServiceUtil.getFeaturedItems(long groupId,
long categoryId,
int numOfItems)
|
List<ShoppingItem> |
ShoppingItemLocalService.getFeaturedItems(long groupId,
long categoryId,
int numOfItems)
|
ShoppingItem |
ShoppingItemServiceWrapper.getItem(long itemId)
|
static ShoppingItem |
ShoppingItemServiceUtil.getItem(long itemId)
|
ShoppingItem |
ShoppingItemService.getItem(long itemId)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.getItem(long itemId)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.getItem(long itemId)
|
ShoppingItem |
ShoppingItemLocalService.getItem(long itemId)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.getItem(long companyId,
String sku)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.getItem(long companyId,
String sku)
|
ShoppingItem |
ShoppingItemLocalService.getItem(long companyId,
String sku)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.getItemByLargeImageId(long largeImageId)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.getItemByLargeImageId(long largeImageId)
|
ShoppingItem |
ShoppingItemLocalService.getItemByLargeImageId(long largeImageId)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.getItemByMediumImageId(long mediumImageId)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.getItemByMediumImageId(long mediumImageId)
|
ShoppingItem |
ShoppingItemLocalService.getItemByMediumImageId(long mediumImageId)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.getItemBySmallImageId(long smallImageId)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.getItemBySmallImageId(long smallImageId)
|
ShoppingItem |
ShoppingItemLocalService.getItemBySmallImageId(long smallImageId)
|
List<ShoppingItemField> |
ShoppingItemFieldLocalServiceWrapper.getItemFields(long itemId)
|
static List<ShoppingItemField> |
ShoppingItemFieldLocalServiceUtil.getItemFields(long itemId)
|
List<ShoppingItemField> |
ShoppingItemFieldLocalService.getItemFields(long itemId)
|
List<ShoppingItemPrice> |
ShoppingItemPriceLocalServiceWrapper.getItemPrices(long itemId)
|
static List<ShoppingItemPrice> |
ShoppingItemPriceLocalServiceUtil.getItemPrices(long itemId)
|
List<ShoppingItemPrice> |
ShoppingItemPriceLocalService.getItemPrices(long itemId)
|
List<ShoppingItem> |
ShoppingItemServiceWrapper.getItems(long groupId,
long categoryId)
|
static List<ShoppingItem> |
ShoppingItemServiceUtil.getItems(long groupId,
long categoryId)
|
List<ShoppingItem> |
ShoppingItemService.getItems(long groupId,
long categoryId)
|
List<ShoppingItem> |
ShoppingItemLocalServiceWrapper.getItems(long groupId,
long categoryId)
|
static List<ShoppingItem> |
ShoppingItemLocalServiceUtil.getItems(long groupId,
long categoryId)
|
List<ShoppingItem> |
ShoppingItemLocalService.getItems(long groupId,
long categoryId)
|
List<ShoppingItem> |
ShoppingItemServiceWrapper.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
|
static List<ShoppingItem> |
ShoppingItemServiceUtil.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
|
List<ShoppingItem> |
ShoppingItemService.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
|
List<ShoppingItem> |
ShoppingItemLocalServiceWrapper.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
|
static List<ShoppingItem> |
ShoppingItemLocalServiceUtil.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
|
List<ShoppingItem> |
ShoppingItemLocalService.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
|
Map<ShoppingCartItem,Integer> |
ShoppingCartLocalServiceWrapper.getItems(long groupId,
String itemIds)
|
static Map<ShoppingCartItem,Integer> |
ShoppingCartLocalServiceUtil.getItems(long groupId,
String itemIds)
|
Map<ShoppingCartItem,Integer> |
ShoppingCartLocalService.getItems(long groupId,
String itemIds)
|
int |
ShoppingItemServiceWrapper.getItemsCount(long groupId,
long categoryId)
|
static int |
ShoppingItemServiceUtil.getItemsCount(long groupId,
long categoryId)
|
int |
ShoppingItemService.getItemsCount(long groupId,
long categoryId)
|
int |
ShoppingItemLocalServiceWrapper.getItemsCount(long groupId,
long categoryId)
|
static int |
ShoppingItemLocalServiceUtil.getItemsCount(long groupId,
long categoryId)
|
int |
ShoppingItemLocalService.getItemsCount(long groupId,
long categoryId)
|
ShoppingItem[] |
ShoppingItemServiceWrapper.getItemsPrevAndNext(long itemId,
OrderByComparator obc)
|
static ShoppingItem[] |
ShoppingItemServiceUtil.getItemsPrevAndNext(long itemId,
OrderByComparator obc)
|
ShoppingItem[] |
ShoppingItemService.getItemsPrevAndNext(long itemId,
OrderByComparator obc)
|
ShoppingItem[] |
ShoppingItemLocalServiceWrapper.getItemsPrevAndNext(long itemId,
OrderByComparator obc)
|
static ShoppingItem[] |
ShoppingItemLocalServiceUtil.getItemsPrevAndNext(long itemId,
OrderByComparator obc)
|
ShoppingItem[] |
ShoppingItemLocalService.getItemsPrevAndNext(long itemId,
OrderByComparator obc)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getLatestOrder(long userId,
long groupId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalService.getLatestOrder(long userId,
long groupId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getOrder(long orderId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderLocalService.getOrder(long orderId)
|
ShoppingOrder |
ShoppingOrderServiceWrapper.getOrder(long groupId,
long orderId)
|
static ShoppingOrder |
ShoppingOrderServiceUtil.getOrder(long groupId,
long orderId)
|
ShoppingOrder |
ShoppingOrderService.getOrder(long groupId,
long orderId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getOrder(String number)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getOrder(String number)
|
ShoppingOrder |
ShoppingOrderLocalService.getOrder(String number)
|
List<ShoppingOrderItem> |
ShoppingOrderItemLocalServiceWrapper.getOrderItems(long orderId)
|
static List<ShoppingOrderItem> |
ShoppingOrderItemLocalServiceUtil.getOrderItems(long orderId)
|
List<ShoppingOrderItem> |
ShoppingOrderItemLocalService.getOrderItems(long orderId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getParentCategories(long categoryId)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getParentCategories(long categoryId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getParentCategories(long categoryId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getParentCategories(ShoppingCategory category)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getParentCategories(ShoppingCategory category)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getParentCategories(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalService.getParentCategory(ShoppingCategory category)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getPayPalTxnIdOrder(String ppTxnId)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getPayPalTxnIdOrder(String ppTxnId)
|
ShoppingOrder |
ShoppingOrderLocalService.getPayPalTxnIdOrder(String ppTxnId)
|
PersistedModel |
ShoppingOrderLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShoppingOrderLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingOrderLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingOrderItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShoppingOrderItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingOrderItemLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingItemPriceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShoppingItemPriceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingItemPriceLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingItemLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShoppingItemLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingItemLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingItemFieldLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShoppingItemFieldLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingItemFieldLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingCouponLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShoppingCouponLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingCouponLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingCategoryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShoppingCategoryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingCategoryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingCartLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
ShoppingCartLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
ShoppingCartLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<ShoppingItem> |
ShoppingItemLocalServiceWrapper.getSaleItems(long groupId,
long categoryId,
int numOfItems)
|
static List<ShoppingItem> |
ShoppingItemLocalServiceUtil.getSaleItems(long groupId,
long categoryId,
int numOfItems)
|
List<ShoppingItem> |
ShoppingItemLocalService.getSaleItems(long groupId,
long categoryId,
int numOfItems)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.getShoppingCart(long cartId)
Returns the shopping cart with the primary key. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.getShoppingCart(long cartId)
Returns the shopping cart with the primary key. |
ShoppingCart |
ShoppingCartLocalService.getShoppingCart(long cartId)
Returns the shopping cart with the primary key. |
List<ShoppingCart> |
ShoppingCartLocalServiceWrapper.getShoppingCarts(int start,
int end)
Returns a range of all the shopping carts. |
static List<ShoppingCart> |
ShoppingCartLocalServiceUtil.getShoppingCarts(int start,
int end)
Returns a range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartLocalService.getShoppingCarts(int start,
int end)
Returns a range of all the shopping carts. |
int |
ShoppingCartLocalServiceWrapper.getShoppingCartsCount()
Returns the number of shopping carts. |
static int |
ShoppingCartLocalServiceUtil.getShoppingCartsCount()
Returns the number of shopping carts. |
int |
ShoppingCartLocalService.getShoppingCartsCount()
Returns the number of shopping carts. |
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getShoppingCategories(int start,
int end)
Returns a range of all the shopping categories. |
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getShoppingCategories(int start,
int end)
Returns a range of all the shopping categories. |
List<ShoppingCategory> |
ShoppingCategoryLocalService.getShoppingCategories(int start,
int end)
Returns a range of all the shopping categories. |
int |
ShoppingCategoryLocalServiceWrapper.getShoppingCategoriesCount()
Returns the number of shopping categories. |
static int |
ShoppingCategoryLocalServiceUtil.getShoppingCategoriesCount()
Returns the number of shopping categories. |
int |
ShoppingCategoryLocalService.getShoppingCategoriesCount()
Returns the number of shopping categories. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getShoppingCategory(long categoryId)
Returns the shopping category with the primary key. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getShoppingCategory(long categoryId)
Returns the shopping category with the primary key. |
ShoppingCategory |
ShoppingCategoryLocalService.getShoppingCategory(long categoryId)
Returns the shopping category with the primary key. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
ShoppingCoupon |
ShoppingCouponLocalService.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
List<ShoppingCoupon> |
ShoppingCouponLocalServiceWrapper.getShoppingCoupons(int start,
int end)
Returns a range of all the shopping coupons. |
static List<ShoppingCoupon> |
ShoppingCouponLocalServiceUtil.getShoppingCoupons(int start,
int end)
Returns a range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponLocalService.getShoppingCoupons(int start,
int end)
Returns a range of all the shopping coupons. |
int |
ShoppingCouponLocalServiceWrapper.getShoppingCouponsCount()
Returns the number of shopping coupons. |
static int |
ShoppingCouponLocalServiceUtil.getShoppingCouponsCount()
Returns the number of shopping coupons. |
int |
ShoppingCouponLocalService.getShoppingCouponsCount()
Returns the number of shopping coupons. |
ShoppingItem |
ShoppingItemLocalServiceWrapper.getShoppingItem(long itemId)
Returns the shopping item with the primary key. |
static ShoppingItem |
ShoppingItemLocalServiceUtil.getShoppingItem(long itemId)
Returns the shopping item with the primary key. |
ShoppingItem |
ShoppingItemLocalService.getShoppingItem(long itemId)
Returns the shopping item with the primary key. |
ShoppingItemField |
ShoppingItemFieldLocalServiceWrapper.getShoppingItemField(long itemFieldId)
Returns the shopping item field with the primary key. |
static ShoppingItemField |
ShoppingItemFieldLocalServiceUtil.getShoppingItemField(long itemFieldId)
Returns the shopping item field with the primary key. |
ShoppingItemField |
ShoppingItemFieldLocalService.getShoppingItemField(long itemFieldId)
Returns the shopping item field with the primary key. |
List<ShoppingItemField> |
ShoppingItemFieldLocalServiceWrapper.getShoppingItemFields(int start,
int end)
Returns a range of all the shopping item fields. |
static List<ShoppingItemField> |
ShoppingItemFieldLocalServiceUtil.getShoppingItemFields(int start,
int end)
Returns a range of all the shopping item fields. |
List<ShoppingItemField> |
ShoppingItemFieldLocalService.getShoppingItemFields(int start,
int end)
Returns a range of all the shopping item fields. |
int |
ShoppingItemFieldLocalServiceWrapper.getShoppingItemFieldsCount()
Returns the number of shopping item fields. |
static int |
ShoppingItemFieldLocalServiceUtil.getShoppingItemFieldsCount()
Returns the number of shopping item fields. |
int |
ShoppingItemFieldLocalService.getShoppingItemFieldsCount()
Returns the number of shopping item fields. |
ShoppingItemPrice |
ShoppingItemPriceLocalServiceWrapper.getShoppingItemPrice(long itemPriceId)
Returns the shopping item price with the primary key. |
static ShoppingItemPrice |
ShoppingItemPriceLocalServiceUtil.getShoppingItemPrice(long itemPriceId)
Returns the shopping item price with the primary key. |
ShoppingItemPrice |
ShoppingItemPriceLocalService.getShoppingItemPrice(long itemPriceId)
Returns the shopping item price with the primary key. |
List<ShoppingItemPrice> |
ShoppingItemPriceLocalServiceWrapper.getShoppingItemPrices(int start,
int end)
Returns a range of all the shopping item prices. |
static List<ShoppingItemPrice> |
ShoppingItemPriceLocalServiceUtil.getShoppingItemPrices(int start,
int end)
Returns a range of all the shopping item prices. |
List<ShoppingItemPrice> |
ShoppingItemPriceLocalService.getShoppingItemPrices(int start,
int end)
Returns a range of all the shopping item prices. |
int |
ShoppingItemPriceLocalServiceWrapper.getShoppingItemPricesCount()
Returns the number of shopping item prices. |
static int |
ShoppingItemPriceLocalServiceUtil.getShoppingItemPricesCount()
Returns the number of shopping item prices. |
int |
ShoppingItemPriceLocalService.getShoppingItemPricesCount()
Returns the number of shopping item prices. |
List<ShoppingItem> |
ShoppingItemLocalServiceWrapper.getShoppingItems(int start,
int end)
Returns a range of all the shopping items. |
static List<ShoppingItem> |
ShoppingItemLocalServiceUtil.getShoppingItems(int start,
int end)
Returns a range of all the shopping items. |
List<ShoppingItem> |
ShoppingItemLocalService.getShoppingItems(int start,
int end)
Returns a range of all the shopping items. |
int |
ShoppingItemLocalServiceWrapper.getShoppingItemsCount()
Returns the number of shopping items. |
static int |
ShoppingItemLocalServiceUtil.getShoppingItemsCount()
Returns the number of shopping items. |
int |
ShoppingItemLocalService.getShoppingItemsCount()
Returns the number of shopping items. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.getShoppingOrder(long orderId)
Returns the shopping order with the primary key. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.getShoppingOrder(long orderId)
Returns the shopping order with the primary key. |
ShoppingOrder |
ShoppingOrderLocalService.getShoppingOrder(long orderId)
Returns the shopping order with the primary key. |
ShoppingOrderItem |
ShoppingOrderItemLocalServiceWrapper.getShoppingOrderItem(long orderItemId)
Returns the shopping order item with the primary key. |
static ShoppingOrderItem |
ShoppingOrderItemLocalServiceUtil.getShoppingOrderItem(long orderItemId)
Returns the shopping order item with the primary key. |
ShoppingOrderItem |
ShoppingOrderItemLocalService.getShoppingOrderItem(long orderItemId)
Returns the shopping order item with the primary key. |
List<ShoppingOrderItem> |
ShoppingOrderItemLocalServiceWrapper.getShoppingOrderItems(int start,
int end)
Returns a range of all the shopping order items. |
static List<ShoppingOrderItem> |
ShoppingOrderItemLocalServiceUtil.getShoppingOrderItems(int start,
int end)
Returns a range of all the shopping order items. |
List<ShoppingOrderItem> |
ShoppingOrderItemLocalService.getShoppingOrderItems(int start,
int end)
Returns a range of all the shopping order items. |
int |
ShoppingOrderItemLocalServiceWrapper.getShoppingOrderItemsCount()
Returns the number of shopping order items. |
static int |
ShoppingOrderItemLocalServiceUtil.getShoppingOrderItemsCount()
Returns the number of shopping order items. |
int |
ShoppingOrderItemLocalService.getShoppingOrderItemsCount()
Returns the number of shopping order items. |
List<ShoppingOrder> |
ShoppingOrderLocalServiceWrapper.getShoppingOrders(int start,
int end)
Returns a range of all the shopping orders. |
static List<ShoppingOrder> |
ShoppingOrderLocalServiceUtil.getShoppingOrders(int start,
int end)
Returns a range of all the shopping orders. |
List<ShoppingOrder> |
ShoppingOrderLocalService.getShoppingOrders(int start,
int end)
Returns a range of all the shopping orders. |
int |
ShoppingOrderLocalServiceWrapper.getShoppingOrdersCount()
Returns the number of shopping orders. |
static int |
ShoppingOrderLocalServiceUtil.getShoppingOrdersCount()
Returns the number of shopping orders. |
int |
ShoppingOrderLocalService.getShoppingOrdersCount()
Returns the number of shopping orders. |
void |
ShoppingCategoryServiceWrapper.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
static void |
ShoppingCategoryServiceUtil.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
void |
ShoppingCategoryService.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
void |
ShoppingCategoryLocalServiceWrapper.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
static void |
ShoppingCategoryLocalServiceUtil.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
void |
ShoppingCategoryLocalService.getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.saveLatestOrder(ShoppingCart cart)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.saveLatestOrder(ShoppingCart cart)
|
ShoppingOrder |
ShoppingOrderLocalService.saveLatestOrder(ShoppingCart cart)
|
List<ShoppingItem> |
ShoppingItemLocalServiceWrapper.search(long groupId,
long[] categoryIds,
String keywords,
int start,
int end)
|
static List<ShoppingItem> |
ShoppingItemLocalServiceUtil.search(long groupId,
long[] categoryIds,
String keywords,
int start,
int end)
|
List<ShoppingItem> |
ShoppingItemLocalService.search(long groupId,
long[] categoryIds,
String keywords,
int start,
int end)
|
List<ShoppingOrder> |
ShoppingOrderLocalServiceWrapper.search(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end)
|
static List<ShoppingOrder> |
ShoppingOrderLocalServiceUtil.search(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end)
|
List<ShoppingOrder> |
ShoppingOrderLocalService.search(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end)
|
List<ShoppingCoupon> |
ShoppingCouponServiceWrapper.search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
static List<ShoppingCoupon> |
ShoppingCouponServiceUtil.search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
List<ShoppingCoupon> |
ShoppingCouponService.search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
List<ShoppingCoupon> |
ShoppingCouponLocalServiceWrapper.search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
static List<ShoppingCoupon> |
ShoppingCouponLocalServiceUtil.search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
List<ShoppingCoupon> |
ShoppingCouponLocalService.search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
int |
ShoppingItemLocalServiceWrapper.searchCount(long groupId,
long[] categoryIds,
String keywords)
|
static int |
ShoppingItemLocalServiceUtil.searchCount(long groupId,
long[] categoryIds,
String keywords)
|
int |
ShoppingItemLocalService.searchCount(long groupId,
long[] categoryIds,
String keywords)
|
int |
ShoppingOrderLocalServiceWrapper.searchCount(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator)
|
static int |
ShoppingOrderLocalServiceUtil.searchCount(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator)
|
int |
ShoppingOrderLocalService.searchCount(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator)
|
int |
ShoppingCouponLocalServiceWrapper.searchCount(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator)
|
static int |
ShoppingCouponLocalServiceUtil.searchCount(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator)
|
int |
ShoppingCouponLocalService.searchCount(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator)
|
void |
ShoppingOrderServiceWrapper.sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
|
static void |
ShoppingOrderServiceUtil.sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderService.sendEmail(long groupId,
long orderId,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalServiceWrapper.sendEmail(long orderId,
String emailType,
ServiceContext serviceContext)
|
static void |
ShoppingOrderLocalServiceUtil.sendEmail(long orderId,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalService.sendEmail(long orderId,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalServiceWrapper.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
static void |
ShoppingOrderLocalServiceUtil.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
void |
ShoppingOrderLocalService.sendEmail(ShoppingOrder order,
String emailType,
ServiceContext serviceContext)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.updateCart(long userId,
long groupId,
String itemIds,
String couponCodes,
int altShipping,
boolean insure)
|
static ShoppingCart |
ShoppingCartLocalServiceUtil.updateCart(long userId,
long groupId,
String itemIds,
String couponCodes,
int altShipping,
boolean insure)
|
ShoppingCart |
ShoppingCartLocalService.updateCart(long userId,
long groupId,
String itemIds,
String couponCodes,
int altShipping,
boolean insure)
|
ShoppingCategory |
ShoppingCategoryServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryLocalService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.updateCoupon(long userId,
long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.updateCoupon(long userId,
long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponLocalService.updateCoupon(long userId,
long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponServiceWrapper.updateCoupon(long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponServiceUtil.updateCoupon(long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponService.updateCoupon(long couponId,
String name,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverExpire,
boolean active,
String limitCategories,
String limitSkus,
double minOrder,
double discount,
String discountType,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemLocalServiceWrapper.updateItem(long userId,
long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemLocalServiceUtil.updateItem(long userId,
long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemLocalService.updateItem(long userId,
long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallImageFile,
boolean mediumImage,
String mediumImageURL,
File mediumImageFile,
boolean largeImage,
String largeImageURL,
File largeImageFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemServiceWrapper.updateItem(long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemServiceUtil.updateItem(long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingItem |
ShoppingItemService.updateItem(long itemId,
long groupId,
long categoryId,
String sku,
String name,
String description,
String properties,
String fieldsQuantities,
boolean requiresShipping,
int stockQuantity,
boolean featured,
Boolean sale,
boolean smallImage,
String smallImageURL,
File smallFile,
boolean mediumImage,
String mediumImageURL,
File mediumFile,
boolean largeImage,
String largeImageURL,
File largeFile,
List<ShoppingItemField> itemFields,
List<ShoppingItemPrice> itemPrices,
ServiceContext serviceContext)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateLatestOrder(long userId,
long groupId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateLatestOrder(long userId,
long groupId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingOrder |
ShoppingOrderLocalService.updateLatestOrder(long userId,
long groupId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingOrder |
ShoppingOrderServiceWrapper.updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
static ShoppingOrder |
ShoppingOrderServiceUtil.updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
ShoppingOrder |
ShoppingOrderService.updateOrder(long groupId,
long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
ShoppingOrder |
ShoppingOrderServiceWrapper.updateOrder(long groupId,
long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
static ShoppingOrder |
ShoppingOrderServiceUtil.updateOrder(long groupId,
long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingOrder |
ShoppingOrderService.updateOrder(long groupId,
long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateOrder(long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateOrder(long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
ShoppingOrder |
ShoppingOrderLocalService.updateOrder(long orderId,
String ppTxnId,
String ppPaymentStatus,
double ppPaymentGross,
String ppReceiverEmail,
String ppPayerEmail)
|
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateOrder(long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateOrder(long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingOrder |
ShoppingOrderLocalService.updateOrder(long orderId,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String billingCompany,
String billingStreet,
String billingCity,
String billingState,
String billingZip,
String billingCountry,
String billingPhone,
boolean shipToBilling,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String shippingCompany,
String shippingStreet,
String shippingCity,
String shippingState,
String shippingZip,
String shippingCountry,
String shippingPhone,
String ccName,
String ccType,
String ccNumber,
int ccExpMonth,
int ccExpYear,
String ccVerNumber,
String comments)
|
ShoppingCart |
ShoppingCartLocalServiceWrapper.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database or adds it if it does not yet exist. |
static ShoppingCart |
ShoppingCartLocalServiceUtil.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database or adds it if it does not yet exist. |
ShoppingCart |
ShoppingCartLocalService.updateShoppingCart(ShoppingCart shoppingCart)
Updates the shopping cart in the database or adds it if it does not yet exist. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory)
Updates the shopping category in the database or adds it if it does not yet exist. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
Updates the shopping category in the database or adds it if it does not yet exist. |
ShoppingCategory |
ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory)
Updates the shopping category in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingItem |
ShoppingItemLocalServiceWrapper.updateShoppingItem(ShoppingItem shoppingItem)
Updates the shopping item in the database or adds it if it does not yet exist. |
static ShoppingItem |
ShoppingItemLocalServiceUtil.updateShoppingItem(ShoppingItem shoppingItem)
Updates the shopping item in the database or adds it if it does not yet exist. |
ShoppingItem |
ShoppingItemLocalService.updateShoppingItem(ShoppingItem shoppingItem)
Updates the shopping item in the database or adds it if it does not yet exist. |
ShoppingItemField |
ShoppingItemFieldLocalServiceWrapper.updateShoppingItemField(ShoppingItemField shoppingItemField)
Updates the shopping item field in the database or adds it if it does not yet exist. |
static ShoppingItemField |
ShoppingItemFieldLocalServiceUtil.updateShoppingItemField(ShoppingItemField shoppingItemField)
Updates the shopping item field in the database or adds it if it does not yet exist. |
ShoppingItemField |
ShoppingItemFieldLocalService.updateShoppingItemField(ShoppingItemField shoppingItemField)
Updates the shopping item field in the database or adds it if it does not yet exist. |
ShoppingItemPrice |
ShoppingItemPriceLocalServiceWrapper.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Updates the shopping item price in the database or adds it if it does not yet exist. |
static ShoppingItemPrice |
ShoppingItemPriceLocalServiceUtil.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Updates the shopping item price in the database or adds it if it does not yet exist. |
ShoppingItemPrice |
ShoppingItemPriceLocalService.updateShoppingItemPrice(ShoppingItemPrice shoppingItemPrice)
Updates the shopping item price in the database or adds it if it does not yet exist. |
ShoppingOrder |
ShoppingOrderLocalServiceWrapper.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
static ShoppingOrder |
ShoppingOrderLocalServiceUtil.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
ShoppingOrder |
ShoppingOrderLocalService.updateShoppingOrder(ShoppingOrder shoppingOrder)
Updates the shopping order in the database or adds it if it does not yet exist. |
ShoppingOrderItem |
ShoppingOrderItemLocalServiceWrapper.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Updates the shopping order item in the database or adds it if it does not yet exist. |
static ShoppingOrderItem |
ShoppingOrderItemLocalServiceUtil.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Updates the shopping order item in the database or adds it if it does not yet exist. |
ShoppingOrderItem |
ShoppingOrderItemLocalService.updateShoppingOrderItem(ShoppingOrderItem shoppingOrderItem)
Updates the shopping order item in the database or adds it if it does not yet exist. |
| Uses of SystemException in com.liferay.portlet.shopping.service.persistence |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence that throw SystemException | |
|---|---|
static boolean |
ShoppingItemUtil.containsShoppingItemPrice(long pk,
long shoppingItemPricePK)
Returns true if the shopping item price is associated with the shopping item. |
boolean |
ShoppingItemPersistence.containsShoppingItemPrice(long pk,
long shoppingItemPricePK)
Returns true if the shopping item price is associated with the shopping item. |
static boolean |
ShoppingItemUtil.containsShoppingItemPrices(long pk)
Returns true if the shopping item has any shopping item prices associated with it. |
boolean |
ShoppingItemPersistence.containsShoppingItemPrices(long pk)
Returns true if the shopping item has any shopping item prices associated with it. |
static int |
ShoppingOrderUtil.countAll()
Returns the number of shopping orders. |
int |
ShoppingOrderPersistence.countAll()
Returns the number of shopping orders. |
static int |
ShoppingOrderItemUtil.countAll()
Returns the number of shopping order items. |
int |
ShoppingOrderItemPersistence.countAll()
Returns the number of shopping order items. |
static int |
ShoppingItemUtil.countAll()
Returns the number of shopping items. |
static int |
ShoppingItemPriceUtil.countAll()
Returns the number of shopping item prices. |
int |
ShoppingItemPricePersistence.countAll()
Returns the number of shopping item prices. |
int |
ShoppingItemPersistence.countAll()
Returns the number of shopping items. |
static int |
ShoppingItemFieldUtil.countAll()
Returns the number of shopping item fields. |
int |
ShoppingItemFieldPersistence.countAll()
Returns the number of shopping item fields. |
static int |
ShoppingCouponUtil.countAll()
Returns the number of shopping coupons. |
int |
ShoppingCouponPersistence.countAll()
Returns the number of shopping coupons. |
static int |
ShoppingCategoryUtil.countAll()
Returns the number of shopping categories. |
int |
ShoppingCategoryPersistence.countAll()
Returns the number of shopping categories. |
static int |
ShoppingCartUtil.countAll()
Returns the number of shopping carts. |
int |
ShoppingCartPersistence.countAll()
Returns the number of shopping carts. |
static int |
ShoppingItemUtil.countByC_S(long companyId,
String sku)
Returns the number of shopping items where companyId = ? and sku = ?. |
int |
ShoppingItemPersistence.countByC_S(long companyId,
String sku)
Returns the number of shopping items where companyId = ? and sku = ?. |
static int |
ShoppingCouponUtil.countByCode(String code)
Returns the number of shopping coupons where code = ?. |
int |
ShoppingCouponPersistence.countByCode(String code)
Returns the number of shopping coupons where code = ?. |
static int |
ShoppingItemFinderUtil.countByFeatured(long groupId,
long[] categoryIds)
|
int |
ShoppingItemFinder.countByFeatured(long groupId,
long[] categoryIds)
|
static int |
ShoppingCouponFinderUtil.countByG_C_C_A_DT(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator)
|
int |
ShoppingCouponFinder.countByG_C_C_A_DT(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator)
|
static int |
ShoppingOrderFinderUtil.countByG_C_U_N_PPPS(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator)
|
int |
ShoppingOrderFinder.countByG_C_U_N_PPPS(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator)
|
static int |
ShoppingItemFinderUtil.countByG_C(long groupId,
List<Long> categoryIds)
|
int |
ShoppingItemFinder.countByG_C(long groupId,
List<Long> categoryIds)
|
static int |
ShoppingItemUtil.countByG_C(long groupId,
long categoryId)
Returns the number of shopping items where groupId = ? and categoryId = ?. |
int |
ShoppingItemPersistence.countByG_C(long groupId,
long categoryId)
Returns the number of shopping items where groupId = ? and categoryId = ?. |
static int |
ShoppingCategoryUtil.countByG_P(long groupId,
long parentCategoryId)
Returns the number of shopping categories where groupId = ? and parentCategoryId = ?. |
int |
ShoppingCategoryPersistence.countByG_P(long groupId,
long parentCategoryId)
Returns the number of shopping categories where groupId = ? and parentCategoryId = ?. |
static int |
ShoppingOrderUtil.countByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns the number of shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
int |
ShoppingOrderPersistence.countByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns the number of shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static int |
ShoppingCartUtil.countByG_U(long groupId,
long userId)
Returns the number of shopping carts where groupId = ? and userId = ?. |
int |
ShoppingCartPersistence.countByG_U(long groupId,
long userId)
Returns the number of shopping carts where groupId = ? and userId = ?. |
static int |
ShoppingOrderUtil.countByGroupId(long groupId)
Returns the number of shopping orders where groupId = ?. |
int |
ShoppingOrderPersistence.countByGroupId(long groupId)
Returns the number of shopping orders where groupId = ?. |
static int |
ShoppingCouponUtil.countByGroupId(long groupId)
Returns the number of shopping coupons where groupId = ?. |
int |
ShoppingCouponPersistence.countByGroupId(long groupId)
Returns the number of shopping coupons where groupId = ?. |
static int |
ShoppingCategoryUtil.countByGroupId(long groupId)
Returns the number of shopping categories where groupId = ?. |
int |
ShoppingCategoryPersistence.countByGroupId(long groupId)
Returns the number of shopping categories where groupId = ?. |
static int |
ShoppingCartUtil.countByGroupId(long groupId)
Returns the number of shopping carts where groupId = ?. |
int |
ShoppingCartPersistence.countByGroupId(long groupId)
Returns the number of shopping carts where groupId = ?. |
static int |
ShoppingItemPriceUtil.countByItemId(long itemId)
Returns the number of shopping item prices where itemId = ?. |
int |
ShoppingItemPricePersistence.countByItemId(long itemId)
Returns the number of shopping item prices where itemId = ?. |
static int |
ShoppingItemFieldUtil.countByItemId(long itemId)
Returns the number of shopping item fields where itemId = ?. |
int |
ShoppingItemFieldPersistence.countByItemId(long itemId)
Returns the number of shopping item fields where itemId = ?. |
static int |
ShoppingItemFinderUtil.countByKeywords(long groupId,
long[] categoryIds,
String keywords)
|
int |
ShoppingItemFinder.countByKeywords(long groupId,
long[] categoryIds,
String keywords)
|
static int |
ShoppingItemUtil.countByLargeImageId(long largeImageId)
Returns the number of shopping items where largeImageId = ?. |
int |
ShoppingItemPersistence.countByLargeImageId(long largeImageId)
Returns the number of shopping items where largeImageId = ?. |
static int |
ShoppingItemUtil.countByMediumImageId(long mediumImageId)
Returns the number of shopping items where mediumImageId = ?. |
int |
ShoppingItemPersistence.countByMediumImageId(long mediumImageId)
Returns the number of shopping items where mediumImageId = ?. |
static int |
ShoppingOrderUtil.countByNumber(String number)
Returns the number of shopping orders where number = ?. |
int |
ShoppingOrderPersistence.countByNumber(String number)
Returns the number of shopping orders where number = ?. |
static int |
ShoppingOrderItemUtil.countByOrderId(long orderId)
Returns the number of shopping order items where orderId = ?. |
int |
ShoppingOrderItemPersistence.countByOrderId(long orderId)
Returns the number of shopping order items where orderId = ?. |
static int |
ShoppingOrderUtil.countByPPTxnId(String ppTxnId)
Returns the number of shopping orders where ppTxnId = ?. |
int |
ShoppingOrderPersistence.countByPPTxnId(String ppTxnId)
Returns the number of shopping orders where ppTxnId = ?. |
static int |
ShoppingItemFinderUtil.countBySale(long groupId,
long[] categoryIds)
|
int |
ShoppingItemFinder.countBySale(long groupId,
long[] categoryIds)
|
static int |
ShoppingItemUtil.countBySmallImageId(long smallImageId)
Returns the number of shopping items where smallImageId = ?. |
int |
ShoppingItemPersistence.countBySmallImageId(long smallImageId)
Returns the number of shopping items where smallImageId = ?. |
static int |
ShoppingCartUtil.countByUserId(long userId)
Returns the number of shopping carts where userId = ?. |
int |
ShoppingCartPersistence.countByUserId(long userId)
Returns the number of shopping carts where userId = ?. |
long |
ShoppingOrderUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ShoppingOrderItemUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ShoppingItemUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ShoppingItemPriceUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ShoppingItemFieldUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ShoppingCouponUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ShoppingCategoryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
ShoppingCartUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static ShoppingItem |
ShoppingItemUtil.fetchByC_S(long companyId,
String sku)
Returns the shopping item where companyId = ? and sku = ? or returns null if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.fetchByC_S(long companyId,
String sku)
Returns the shopping item where companyId = ? and sku = ? or returns null if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.fetchByC_S(long companyId,
String sku,
boolean retrieveFromCache)
Returns the shopping item where companyId = ? and sku = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingItem |
ShoppingItemPersistence.fetchByC_S(long companyId,
String sku,
boolean retrieveFromCache)
Returns the shopping item where companyId = ? and sku = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByCode(String code)
Returns the shopping coupon where code = ? or returns null if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByCode(String code)
Returns the shopping coupon where code = ? or returns null if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByCode(String code,
boolean retrieveFromCache)
Returns the shopping coupon where code = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByCode(String code,
boolean retrieveFromCache)
Returns the shopping coupon where code = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingItem |
ShoppingItemUtil.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingCart |
ShoppingCartUtil.fetchByG_U(long groupId,
long userId)
Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found. |
ShoppingCart |
ShoppingCartPersistence.fetchByG_U(long groupId,
long userId)
Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found. |
static ShoppingCart |
ShoppingCartUtil.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingCart |
ShoppingCartPersistence.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Returns the shopping cart where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCart |
ShoppingCartUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping cart in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCart |
ShoppingCartUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping cart in the ordered set where groupId = ?. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.fetchByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
ShoppingItemPricePersistence.fetchByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.fetchByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.fetchByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.fetchByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
ShoppingItemPricePersistence.fetchByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.fetchByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.fetchByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
static ShoppingItem |
ShoppingItemUtil.fetchByLargeImageId(long largeImageId)
Returns the shopping item where largeImageId = ? or returns null if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.fetchByLargeImageId(long largeImageId)
Returns the shopping item where largeImageId = ? or returns null if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
Returns the shopping item where largeImageId = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingItem |
ShoppingItemPersistence.fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
Returns the shopping item where largeImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingItem |
ShoppingItemUtil.fetchByMediumImageId(long mediumImageId)
Returns the shopping item where mediumImageId = ? or returns null if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.fetchByMediumImageId(long mediumImageId)
Returns the shopping item where mediumImageId = ? or returns null if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.fetchByMediumImageId(long mediumImageId,
boolean retrieveFromCache)
Returns the shopping item where mediumImageId = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingItem |
ShoppingItemPersistence.fetchByMediumImageId(long mediumImageId,
boolean retrieveFromCache)
Returns the shopping item where mediumImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByNumber(String number)
Returns the shopping order where number = ? or returns null if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByNumber(String number)
Returns the shopping order where number = ? or returns null if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByNumber(String number,
boolean retrieveFromCache)
Returns the shopping order where number = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByNumber(String number,
boolean retrieveFromCache)
Returns the shopping order where number = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.fetchByOrderId_First(long orderId,
OrderByComparator orderByComparator)
Returns the first shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.fetchByOrderId_First(long orderId,
OrderByComparator orderByComparator)
Returns the first shopping order item in the ordered set where orderId = ?. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.fetchByOrderId_Last(long orderId,
OrderByComparator orderByComparator)
Returns the last shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.fetchByOrderId_Last(long orderId,
OrderByComparator orderByComparator)
Returns the last shopping order item in the ordered set where orderId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByPPTxnId(String ppTxnId,
boolean retrieveFromCache)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByPPTxnId(String ppTxnId,
boolean retrieveFromCache)
Returns the shopping order where ppTxnId = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByPrimaryKey(long orderId)
Returns the shopping order with the primary key or returns null if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByPrimaryKey(long orderId)
Returns the shopping order with the primary key or returns null if it could not be found. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.fetchByPrimaryKey(long orderItemId)
Returns the shopping order item with the primary key or returns null if it could not be found. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.fetchByPrimaryKey(long orderItemId)
Returns the shopping order item with the primary key or returns null if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.fetchByPrimaryKey(long itemId)
Returns the shopping item with the primary key or returns null if it could not be found. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.fetchByPrimaryKey(long itemPriceId)
Returns the shopping item price with the primary key or returns null if it could not be found. |
ShoppingItemPrice |
ShoppingItemPricePersistence.fetchByPrimaryKey(long itemPriceId)
Returns the shopping item price with the primary key or returns null if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.fetchByPrimaryKey(long itemId)
Returns the shopping item with the primary key or returns null if it could not be found. |
static ShoppingItemField |
ShoppingItemFieldUtil.fetchByPrimaryKey(long itemFieldId)
Returns the shopping item field with the primary key or returns null if it could not be found. |
ShoppingItemField |
ShoppingItemFieldPersistence.fetchByPrimaryKey(long itemFieldId)
Returns the shopping item field with the primary key or returns null if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or returns null if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or returns null if it could not be found. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByPrimaryKey(long categoryId)
Returns the shopping category with the primary key or returns null if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByPrimaryKey(long categoryId)
Returns the shopping category with the primary key or returns null if it could not be found. |
static ShoppingCart |
ShoppingCartUtil.fetchByPrimaryKey(long cartId)
Returns the shopping cart with the primary key or returns null if it could not be found. |
ShoppingCart |
ShoppingCartPersistence.fetchByPrimaryKey(long cartId)
Returns the shopping cart with the primary key or returns null if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.fetchBySmallImageId(long smallImageId)
Returns the shopping item where smallImageId = ? or returns null if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.fetchBySmallImageId(long smallImageId)
Returns the shopping item where smallImageId = ? or returns null if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Returns the shopping item where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingItem |
ShoppingItemPersistence.fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Returns the shopping item where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingCart |
ShoppingCartUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first shopping cart in the ordered set where userId = ?. |
static ShoppingCart |
ShoppingCartUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last shopping cart in the ordered set where userId = ?. |
static int |
ShoppingItemFinderUtil.filterCountByG_C(long groupId,
List<Long> categoryIds)
|
int |
ShoppingItemFinder.filterCountByG_C(long groupId,
List<Long> categoryIds)
|
static int |
ShoppingItemUtil.filterCountByG_C(long groupId,
long categoryId)
Returns the number of shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
int |
ShoppingItemPersistence.filterCountByG_C(long groupId,
long categoryId)
Returns the number of shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
static int |
ShoppingCategoryUtil.filterCountByG_P(long groupId,
long parentCategoryId)
Returns the number of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
int |
ShoppingCategoryPersistence.filterCountByG_P(long groupId,
long parentCategoryId)
Returns the number of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static int |
ShoppingOrderUtil.filterCountByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns the number of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
int |
ShoppingOrderPersistence.filterCountByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns the number of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static int |
ShoppingOrderUtil.filterCountByGroupId(long groupId)
Returns the number of shopping orders that the user has permission to view where groupId = ?. |
int |
ShoppingOrderPersistence.filterCountByGroupId(long groupId)
Returns the number of shopping orders that the user has permission to view where groupId = ?. |
static int |
ShoppingCategoryUtil.filterCountByGroupId(long groupId)
Returns the number of shopping categories that the user has permission to view where groupId = ?. |
int |
ShoppingCategoryPersistence.filterCountByGroupId(long groupId)
Returns the number of shopping categories that the user has permission to view where groupId = ?. |
static ShoppingItem[] |
ShoppingItemUtil.filterFindByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
ShoppingItem[] |
ShoppingItemPersistence.filterFindByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
static List<ShoppingItem> |
ShoppingItemUtil.filterFindByG_C(long groupId,
long categoryId)
Returns all the shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
List<ShoppingItem> |
ShoppingItemPersistence.filterFindByG_C(long groupId,
long categoryId)
Returns all the shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
static List<ShoppingItem> |
ShoppingItemUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
List<ShoppingItem> |
ShoppingItemPersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
static List<ShoppingItem> |
ShoppingItemUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping items that the user has permissions to view where groupId = ? and categoryId = ?. |
List<ShoppingItem> |
ShoppingItemPersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping items that the user has permissions to view where groupId = ? and categoryId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.filterFindByG_P(long groupId,
long parentCategoryId)
Returns all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId)
Returns all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByGroupId(long groupId)
Returns all the shopping orders that the user has permission to view where groupId = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByGroupId(long groupId)
Returns all the shopping orders that the user has permission to view where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.filterFindByGroupId(long groupId)
Returns all the shopping categories that the user has permission to view where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByGroupId(long groupId)
Returns all the shopping categories that the user has permission to view where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders that the user has permission to view where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping categories that the user has permission to view where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping categories that the user has permission to view where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findAll()
Returns all the shopping orders. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findAll()
Returns all the shopping orders. |
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findAll()
Returns all the shopping order items. |
List<ShoppingOrderItem> |
ShoppingOrderItemPersistence.findAll()
Returns all the shopping order items. |
static List<ShoppingItem> |
ShoppingItemUtil.findAll()
Returns all the shopping items. |
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findAll()
Returns all the shopping item prices. |
List<ShoppingItemPrice> |
ShoppingItemPricePersistence.findAll()
Returns all the shopping item prices. |
List<ShoppingItem> |
ShoppingItemPersistence.findAll()
Returns all the shopping items. |
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findAll()
Returns all the shopping item fields. |
List<ShoppingItemField> |
ShoppingItemFieldPersistence.findAll()
Returns all the shopping item fields. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findAll()
Returns all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findAll()
Returns all the shopping coupons. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findAll()
Returns all the shopping categories. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findAll()
Returns all the shopping categories. |
static List<ShoppingCart> |
ShoppingCartUtil.findAll()
Returns all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistence.findAll()
Returns all the shopping carts. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findAll(int start,
int end)
Returns a range of all the shopping orders. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findAll(int start,
int end)
Returns a range of all the shopping orders. |
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findAll(int start,
int end)
Returns a range of all the shopping order items. |
List<ShoppingOrderItem> |
ShoppingOrderItemPersistence.findAll(int start,
int end)
Returns a range of all the shopping order items. |
static List<ShoppingItem> |
ShoppingItemUtil.findAll(int start,
int end)
Returns a range of all the shopping items. |
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findAll(int start,
int end)
Returns a range of all the shopping item prices. |
List<ShoppingItemPrice> |
ShoppingItemPricePersistence.findAll(int start,
int end)
Returns a range of all the shopping item prices. |
List<ShoppingItem> |
ShoppingItemPersistence.findAll(int start,
int end)
Returns a range of all the shopping items. |
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findAll(int start,
int end)
Returns a range of all the shopping item fields. |
List<ShoppingItemField> |
ShoppingItemFieldPersistence.findAll(int start,
int end)
Returns a range of all the shopping item fields. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findAll(int start,
int end)
Returns a range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findAll(int start,
int end)
Returns a range of all the shopping coupons. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findAll(int start,
int end)
Returns a range of all the shopping categories. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findAll(int start,
int end)
Returns a range of all the shopping categories. |
static List<ShoppingCart> |
ShoppingCartUtil.findAll(int start,
int end)
Returns a range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistence.findAll(int start,
int end)
Returns a range of all the shopping carts. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders. |
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping order items. |
List<ShoppingOrderItem> |
ShoppingOrderItemPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping order items. |
static List<ShoppingItem> |
ShoppingItemUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping items. |
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item prices. |
List<ShoppingItemPrice> |
ShoppingItemPricePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item prices. |
List<ShoppingItem> |
ShoppingItemPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping items. |
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item fields. |
List<ShoppingItemField> |
ShoppingItemFieldPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item fields. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories. |
static List<ShoppingCart> |
ShoppingCartUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping carts. |
static ShoppingItem |
ShoppingItemUtil.findByC_S(long companyId,
String sku)
Returns the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByC_S(long companyId,
String sku)
Returns the shopping item where companyId = ? and sku = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.findByCode(String code)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.findByCode(String code)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
static List<ShoppingItem> |
ShoppingItemFinderUtil.findByFeatured(long groupId,
long[] categoryIds,
int numOfItems)
|
List<ShoppingItem> |
ShoppingItemFinder.findByFeatured(long groupId,
long[] categoryIds,
int numOfItems)
|
static List<ShoppingCoupon> |
ShoppingCouponFinderUtil.findByG_C_C_A_DT(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
List<ShoppingCoupon> |
ShoppingCouponFinder.findByG_C_C_A_DT(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
static ShoppingItem |
ShoppingItemUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem[] |
ShoppingItemUtil.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem[] |
ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
static List<ShoppingOrder> |
ShoppingOrderFinderUtil.findByG_C_U_N_PPPS(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<ShoppingOrder> |
ShoppingOrderFinder.findByG_C_U_N_PPPS(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<ShoppingItem> |
ShoppingItemUtil.findByG_C(long groupId,
long categoryId)
Returns all the shopping items where groupId = ? and categoryId = ?. |
List<ShoppingItem> |
ShoppingItemPersistence.findByG_C(long groupId,
long categoryId)
Returns all the shopping items where groupId = ? and categoryId = ?. |
static List<ShoppingItem> |
ShoppingItemUtil.findByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the shopping items where groupId = ? and categoryId = ?. |
List<ShoppingItem> |
ShoppingItemPersistence.findByG_C(long groupId,
long categoryId,
int start,
int end)
Returns a range of all the shopping items where groupId = ? and categoryId = ?. |
static List<ShoppingItem> |
ShoppingItemUtil.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping items where groupId = ? and categoryId = ?. |
List<ShoppingItem> |
ShoppingItemPersistence.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping items where groupId = ? and categoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByG_P(long groupId,
long parentCategoryId)
Returns all the shopping categories where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByG_P(long groupId,
long parentCategoryId)
Returns all the shopping categories where groupId = ? and parentCategoryId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the shopping categories where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Returns a range of all the shopping categories where groupId = ? and parentCategoryId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Returns all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
Returns a range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end)
Returns a range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingCart |
ShoppingCartUtil.findByG_U(long groupId,
long userId)
Returns the shopping cart where groupId = ? and userId = ? or throws a NoSuchCartException if it could not be found. |
ShoppingCart |
ShoppingCartPersistence.findByG_U(long groupId,
long userId)
Returns the shopping cart where groupId = ? and userId = ? or throws a NoSuchCartException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping cart in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping cart in the ordered set where groupId = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
static ShoppingCoupon[] |
ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon[] |
ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
static ShoppingCart[] |
ShoppingCartUtil.findByGroupId_PrevAndNext(long cartId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?. |
ShoppingCart[] |
ShoppingCartPersistence.findByGroupId_PrevAndNext(long cartId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByGroupId(long groupId)
Returns all the shopping orders where groupId = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findByGroupId(long groupId)
Returns all the shopping orders where groupId = ?. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findByGroupId(long groupId)
Returns all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findByGroupId(long groupId)
Returns all the shopping coupons where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByGroupId(long groupId)
Returns all the shopping categories where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByGroupId(long groupId)
Returns all the shopping categories where groupId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByGroupId(long groupId)
Returns all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByGroupId(long groupId)
Returns all the shopping carts where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders where groupId = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping orders where groupId = ?. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping coupons where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping categories where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping categories where groupId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping carts where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ?. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping carts where groupId = ?. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.findByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
ShoppingItemPricePersistence.findByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.findByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.findByItemId_First(long itemId,
OrderByComparator orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.findByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
ShoppingItemPricePersistence.findByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.findByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.findByItemId_Last(long itemId,
OrderByComparator orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
static ShoppingItemPrice[] |
ShoppingItemPriceUtil.findByItemId_PrevAndNext(long itemPriceId,
long itemId,
OrderByComparator orderByComparator)
Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice[] |
ShoppingItemPricePersistence.findByItemId_PrevAndNext(long itemPriceId,
long itemId,
OrderByComparator orderByComparator)
Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?. |
static ShoppingItemField[] |
ShoppingItemFieldUtil.findByItemId_PrevAndNext(long itemFieldId,
long itemId,
OrderByComparator orderByComparator)
Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?. |
ShoppingItemField[] |
ShoppingItemFieldPersistence.findByItemId_PrevAndNext(long itemFieldId,
long itemId,
OrderByComparator orderByComparator)
Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?. |
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findByItemId(long itemId)
Returns all the shopping item prices where itemId = ?. |
List<ShoppingItemPrice> |
ShoppingItemPricePersistence.findByItemId(long itemId)
Returns all the shopping item prices where itemId = ?. |
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findByItemId(long itemId)
Returns all the shopping item fields where itemId = ?. |
List<ShoppingItemField> |
ShoppingItemFieldPersistence.findByItemId(long itemId)
Returns all the shopping item fields where itemId = ?. |
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findByItemId(long itemId,
int start,
int end)
Returns a range of all the shopping item prices where itemId = ?. |
List<ShoppingItemPrice> |
ShoppingItemPricePersistence.findByItemId(long itemId,
int start,
int end)
Returns a range of all the shopping item prices where itemId = ?. |
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findByItemId(long itemId,
int start,
int end)
Returns a range of all the shopping item fields where itemId = ?. |
List<ShoppingItemField> |
ShoppingItemFieldPersistence.findByItemId(long itemId,
int start,
int end)
Returns a range of all the shopping item fields where itemId = ?. |
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findByItemId(long itemId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item prices where itemId = ?. |
List<ShoppingItemPrice> |
ShoppingItemPricePersistence.findByItemId(long itemId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item prices where itemId = ?. |
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findByItemId(long itemId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item fields where itemId = ?. |
List<ShoppingItemField> |
ShoppingItemFieldPersistence.findByItemId(long itemId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item fields where itemId = ?. |
static List<ShoppingItem> |
ShoppingItemFinderUtil.findByKeywords(long groupId,
long[] categoryIds,
String keywords,
int start,
int end)
|
List<ShoppingItem> |
ShoppingItemFinder.findByKeywords(long groupId,
long[] categoryIds,
String keywords,
int start,
int end)
|
static ShoppingItem |
ShoppingItemUtil.findByLargeImageId(long largeImageId)
Returns the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByLargeImageId(long largeImageId)
Returns the shopping item where largeImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByMediumImageId(long mediumImageId)
Returns the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByMediumImageId(long mediumImageId)
Returns the shopping item where mediumImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.findByNumber(String number)
Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByNumber(String number)
Returns the shopping order where number = ? or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.findByOrderId_First(long orderId,
OrderByComparator orderByComparator)
Returns the first shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.findByOrderId_First(long orderId,
OrderByComparator orderByComparator)
Returns the first shopping order item in the ordered set where orderId = ?. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.findByOrderId_Last(long orderId,
OrderByComparator orderByComparator)
Returns the last shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.findByOrderId_Last(long orderId,
OrderByComparator orderByComparator)
Returns the last shopping order item in the ordered set where orderId = ?. |
static ShoppingOrderItem[] |
ShoppingOrderItemUtil.findByOrderId_PrevAndNext(long orderItemId,
long orderId,
OrderByComparator orderByComparator)
Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem[] |
ShoppingOrderItemPersistence.findByOrderId_PrevAndNext(long orderItemId,
long orderId,
OrderByComparator orderByComparator)
Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?. |
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findByOrderId(long orderId)
Returns all the shopping order items where orderId = ?. |
List<ShoppingOrderItem> |
ShoppingOrderItemPersistence.findByOrderId(long orderId)
Returns all the shopping order items where orderId = ?. |
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findByOrderId(long orderId,
int start,
int end)
Returns a range of all the shopping order items where orderId = ?. |
List<ShoppingOrderItem> |
ShoppingOrderItemPersistence.findByOrderId(long orderId,
int start,
int end)
Returns a range of all the shopping order items where orderId = ?. |
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findByOrderId(long orderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping order items where orderId = ?. |
List<ShoppingOrderItem> |
ShoppingOrderItemPersistence.findByOrderId(long orderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping order items where orderId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByPPTxnId(String ppTxnId)
Returns the shopping order where ppTxnId = ? or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrder |
ShoppingOrderUtil.findByPrimaryKey(long orderId)
Returns the shopping order with the primary key or throws a NoSuchOrderException if it could not be found. |
ShoppingOrder |
ShoppingOrderPersistence.findByPrimaryKey(long orderId)
Returns the shopping order with the primary key or throws a NoSuchOrderException if it could not be found. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.findByPrimaryKey(long orderItemId)
Returns the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.findByPrimaryKey(long orderItemId)
Returns the shopping order item with the primary key or throws a NoSuchOrderItemException if it could not be found. |
static ShoppingItem |
ShoppingItemUtil.findByPrimaryKey(long itemId)
Returns the shopping item with the primary key or throws a NoSuchItemException if it could not be found. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.findByPrimaryKey(long itemPriceId)
Returns the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found. |
ShoppingItemPrice |
ShoppingItemPricePersistence.findByPrimaryKey(long itemPriceId)
Returns the shopping item price with the primary key or throws a NoSuchItemPriceException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findByPrimaryKey(long itemId)
Returns the shopping item with the primary key or throws a NoSuchItemException if it could not be found. |
static ShoppingItemField |
ShoppingItemFieldUtil.findByPrimaryKey(long itemFieldId)
Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found. |
ShoppingItemField |
ShoppingItemFieldPersistence.findByPrimaryKey(long itemFieldId)
Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
static ShoppingCategory |
ShoppingCategoryUtil.findByPrimaryKey(long categoryId)
Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistence.findByPrimaryKey(long categoryId)
Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found. |
static ShoppingCart |
ShoppingCartUtil.findByPrimaryKey(long cartId)
Returns the shopping cart with the primary key or throws a NoSuchCartException if it could not be found. |
ShoppingCart |
ShoppingCartPersistence.findByPrimaryKey(long cartId)
Returns the shopping cart with the primary key or throws a NoSuchCartException if it could not be found. |
static List<ShoppingItem> |
ShoppingItemFinderUtil.findBySale(long groupId,
long[] categoryIds,
int numOfItems)
|
List<ShoppingItem> |
ShoppingItemFinder.findBySale(long groupId,
long[] categoryIds,
int numOfItems)
|
static ShoppingItem |
ShoppingItemUtil.findBySmallImageId(long smallImageId)
Returns the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found. |
ShoppingItem |
ShoppingItemPersistence.findBySmallImageId(long smallImageId)
Returns the shopping item where smallImageId = ? or throws a NoSuchItemException if it could not be found. |
static ShoppingCart |
ShoppingCartUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first shopping cart in the ordered set where userId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last shopping cart in the ordered set where userId = ?. |
static ShoppingCart[] |
ShoppingCartUtil.findByUserId_PrevAndNext(long cartId,
long userId,
OrderByComparator orderByComparator)
Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?. |
ShoppingCart[] |
ShoppingCartPersistence.findByUserId_PrevAndNext(long cartId,
long userId,
OrderByComparator orderByComparator)
Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByUserId(long userId)
Returns all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByUserId(long userId)
Returns all the shopping carts where userId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the shopping carts where userId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping carts where userId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingItem> |
ShoppingItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingCoupon> |
ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingCategory> |
ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingCart> |
ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ShoppingOrder> |
ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingItem> |
ShoppingItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingCoupon> |
ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingCategory> |
ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingCart> |
ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ShoppingOrder> |
ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ShoppingItem> |
ShoppingItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ShoppingCoupon> |
ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ShoppingCategory> |
ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ShoppingCart> |
ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<ShoppingItemPrice> |
ShoppingItemUtil.getShoppingItemPrices(long pk)
Returns all the shopping item prices associated with the shopping item. |
List<ShoppingItemPrice> |
ShoppingItemPersistence.getShoppingItemPrices(long pk)
Returns all the shopping item prices associated with the shopping item. |
static List<ShoppingItemPrice> |
ShoppingItemUtil.getShoppingItemPrices(long pk,
int start,
int end)
Returns a range of all the shopping item prices associated with the shopping item. |
List<ShoppingItemPrice> |
ShoppingItemPersistence.getShoppingItemPrices(long pk,
int start,
int end)
Returns a range of all the shopping item prices associated with the shopping item. |
static List<ShoppingItemPrice> |
ShoppingItemUtil.getShoppingItemPrices(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item prices associated with the shopping item. |
List<ShoppingItemPrice> |
ShoppingItemPersistence.getShoppingItemPrices(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping item prices associated with the shopping item. |
static int |
ShoppingItemUtil.getShoppingItemPricesSize(long pk)
Returns the number of shopping item prices associated with the shopping item. |
int |
ShoppingItemPersistence.getShoppingItemPricesSize(long pk)
Returns the number of shopping item prices associated with the shopping item. |
static ShoppingOrder |
ShoppingOrderUtil.remove(long orderId)
Removes the shopping order with the primary key from the database. |
ShoppingOrder |
ShoppingOrderPersistence.remove(long orderId)
Removes the shopping order with the primary key from the database. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.remove(long orderItemId)
Removes the shopping order item with the primary key from the database. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.remove(long orderItemId)
Removes the shopping order item with the primary key from the database. |
static ShoppingItem |
ShoppingItemUtil.remove(long itemId)
Removes the shopping item with the primary key from the database. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.remove(long itemPriceId)
Removes the shopping item price with the primary key from the database. |
ShoppingItemPrice |
ShoppingItemPricePersistence.remove(long itemPriceId)
Removes the shopping item price with the primary key from the database. |
ShoppingItem |
ShoppingItemPersistence.remove(long itemId)
Removes the shopping item with the primary key from the database. |
static ShoppingItemField |
ShoppingItemFieldUtil.remove(long itemFieldId)
Removes the shopping item field with the primary key from the database. |
ShoppingItemField |
ShoppingItemFieldPersistence.remove(long itemFieldId)
Removes the shopping item field with the primary key from the database. |
static ShoppingCoupon |
ShoppingCouponUtil.remove(long couponId)
Removes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
ShoppingCouponPersistence.remove(long couponId)
Removes the shopping coupon with the primary key from the database. |
static ShoppingCategory |
ShoppingCategoryUtil.remove(long categoryId)
Removes the shopping category with the primary key from the database. |
ShoppingCategory |
ShoppingCategoryPersistence.remove(long categoryId)
Removes the shopping category with the primary key from the database. |
static ShoppingCart |
ShoppingCartUtil.remove(long cartId)
Removes the shopping cart with the primary key from the database. |
ShoppingCart |
ShoppingCartPersistence.remove(long cartId)
Removes the shopping cart with the primary key from the database. |
static void |
ShoppingOrderUtil.removeAll()
Removes all the shopping orders from the database. |
void |
ShoppingOrderPersistence.removeAll()
Removes all the shopping orders from the database. |
static void |
ShoppingOrderItemUtil.removeAll()
Removes all the shopping order items from the database. |
void |
ShoppingOrderItemPersistence.removeAll()
Removes all the shopping order items from the database. |
static void |
ShoppingItemUtil.removeAll()
Removes all the shopping items from the database. |
static void |
ShoppingItemPriceUtil.removeAll()
Removes all the shopping item prices from the database. |
void |
ShoppingItemPricePersistence.removeAll()
Removes all the shopping item prices from the database. |
void |
ShoppingItemPersistence.removeAll()
Removes all the shopping items from the database. |
static void |
ShoppingItemFieldUtil.removeAll()
Removes all the shopping item fields from the database. |
void |
ShoppingItemFieldPersistence.removeAll()
Removes all the shopping item fields from the database. |
static void |
ShoppingCouponUtil.removeAll()
Removes all the shopping coupons from the database. |
void |
ShoppingCouponPersistence.removeAll()
Removes all the shopping coupons from the database. |
static void |
ShoppingCategoryUtil.removeAll()
Removes all the shopping categories from the database. |
void |
ShoppingCategoryPersistence.removeAll()
Removes all the shopping categories from the database. |
static void |
ShoppingCartUtil.removeAll()
Removes all the shopping carts from the database. |
void |
ShoppingCartPersistence.removeAll()
Removes all the shopping carts from the database. |
static ShoppingItem |
ShoppingItemUtil.removeByC_S(long companyId,
String sku)
Removes the shopping item where companyId = ? and sku = ? from the database. |
ShoppingItem |
ShoppingItemPersistence.removeByC_S(long companyId,
String sku)
Removes the shopping item where companyId = ? and sku = ? from the database. |
static ShoppingCoupon |
ShoppingCouponUtil.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
ShoppingCoupon |
ShoppingCouponPersistence.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
static void |
ShoppingItemUtil.removeByG_C(long groupId,
long categoryId)
Removes all the shopping items where groupId = ? and categoryId = ? from the database. |
void |
ShoppingItemPersistence.removeByG_C(long groupId,
long categoryId)
Removes all the shopping items where groupId = ? and categoryId = ? from the database. |
static void |
ShoppingCategoryUtil.removeByG_P(long groupId,
long parentCategoryId)
Removes all the shopping categories where groupId = ? and parentCategoryId = ? from the database. |
void |
ShoppingCategoryPersistence.removeByG_P(long groupId,
long parentCategoryId)
Removes all the shopping categories where groupId = ? and parentCategoryId = ? from the database. |
static void |
ShoppingOrderUtil.removeByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Removes all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ? from the database. |
void |
ShoppingOrderPersistence.removeByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus)
Removes all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ? from the database. |
static ShoppingCart |
ShoppingCartUtil.removeByG_U(long groupId,
long userId)
Removes the shopping cart where groupId = ? and userId = ? from the database. |
ShoppingCart |
ShoppingCartPersistence.removeByG_U(long groupId,
long userId)
Removes the shopping cart where groupId = ? and userId = ? from the database. |
static void |
ShoppingOrderUtil.removeByGroupId(long groupId)
Removes all the shopping orders where groupId = ? from the database. |
void |
ShoppingOrderPersistence.removeByGroupId(long groupId)
Removes all the shopping orders where groupId = ? from the database. |
static void |
ShoppingCouponUtil.removeByGroupId(long groupId)
Removes all the shopping coupons where groupId = ? from the database. |
void |
ShoppingCouponPersistence.removeByGroupId(long groupId)
Removes all the shopping coupons where groupId = ? from the database. |
static void |
ShoppingCategoryUtil.removeByGroupId(long groupId)
Removes all the shopping categories where groupId = ? from the database. |
void |
ShoppingCategoryPersistence.removeByGroupId(long groupId)
Removes all the shopping categories where groupId = ? from the database. |
static void |
ShoppingCartUtil.removeByGroupId(long groupId)
Removes all the shopping carts where groupId = ? from the database. |
void |
ShoppingCartPersistence.removeByGroupId(long groupId)
Removes all the shopping carts where groupId = ? from the database. |
static void |
ShoppingItemPriceUtil.removeByItemId(long itemId)
Removes all the shopping item prices where itemId = ? from the database. |
void |
ShoppingItemPricePersistence.removeByItemId(long itemId)
Removes all the shopping item prices where itemId = ? from the database. |
static void |
ShoppingItemFieldUtil.removeByItemId(long itemId)
Removes all the shopping item fields where itemId = ? from the database. |
void |
ShoppingItemFieldPersistence.removeByItemId(long itemId)
Removes all the shopping item fields where itemId = ? from the database. |
static ShoppingItem |
ShoppingItemUtil.removeByLargeImageId(long largeImageId)
Removes the shopping item where largeImageId = ? from the database. |
ShoppingItem |
ShoppingItemPersistence.removeByLargeImageId(long largeImageId)
Removes the shopping item where largeImageId = ? from the database. |
static ShoppingItem |
ShoppingItemUtil.removeByMediumImageId(long mediumImageId)
Removes the shopping item where mediumImageId = ? from the database. |
ShoppingItem |
ShoppingItemPersistence.removeByMediumImageId(long mediumImageId)
Removes the shopping item where mediumImageId = ? from the database. |
static ShoppingOrder |
ShoppingOrderUtil.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
ShoppingOrder |
ShoppingOrderPersistence.removeByNumber(String number)
Removes the shopping order where number = ? from the database. |
static void |
ShoppingOrderItemUtil.removeByOrderId(long orderId)
Removes all the shopping order items where orderId = ? from the database. |
void |
ShoppingOrderItemPersistence.removeByOrderId(long orderId)
Removes all the shopping order items where orderId = ? from the database. |
static ShoppingOrder |
ShoppingOrderUtil.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
ShoppingOrder |
ShoppingOrderPersistence.removeByPPTxnId(String ppTxnId)
Removes the shopping order where ppTxnId = ? from the database. |
static ShoppingItem |
ShoppingItemUtil.removeBySmallImageId(long smallImageId)
Removes the shopping item where smallImageId = ? from the database. |
ShoppingItem |
ShoppingItemPersistence.removeBySmallImageId(long smallImageId)
Removes the shopping item where smallImageId = ? from the database. |
static void |
ShoppingCartUtil.removeByUserId(long userId)
Removes all the shopping carts where userId = ? from the database. |
void |
ShoppingCartPersistence.removeByUserId(long userId)
Removes all the shopping carts where userId = ? from the database. |
static ShoppingCart |
ShoppingCartUtil.update(ShoppingCart shoppingCart)
|
static ShoppingCart |
ShoppingCartUtil.update(ShoppingCart shoppingCart,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory)
|
static ShoppingCategory |
ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory,
ServiceContext serviceContext)
|
static ShoppingCoupon |
ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon)
|
static ShoppingCoupon |
ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemUtil.update(ShoppingItem shoppingItem)
|
static ShoppingItemField |
ShoppingItemFieldUtil.update(ShoppingItemField shoppingItemField)
|
static ShoppingItemField |
ShoppingItemFieldUtil.update(ShoppingItemField shoppingItemField,
ServiceContext serviceContext)
|
static ShoppingItemPrice |
ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice)
|
static ShoppingItemPrice |
ShoppingItemPriceUtil.update(ShoppingItemPrice shoppingItemPrice,
ServiceContext serviceContext)
|
static ShoppingItem |
ShoppingItemUtil.update(ShoppingItem shoppingItem,
ServiceContext serviceContext)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder)
|
static ShoppingOrderItem |
ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem)
|
static ShoppingOrderItem |
ShoppingOrderItemUtil.update(ShoppingOrderItem shoppingOrderItem,
ServiceContext serviceContext)
|
static ShoppingOrder |
ShoppingOrderUtil.update(ShoppingOrder shoppingOrder,
ServiceContext serviceContext)
|
static ShoppingCart |
ShoppingCartUtil.updateImpl(ShoppingCart shoppingCart)
|
ShoppingCart |
ShoppingCartPersistence.updateImpl(ShoppingCart shoppingCart)
|
static ShoppingCategory |
ShoppingCategoryUtil.updateImpl(ShoppingCategory shoppingCategory)
|
ShoppingCategory |
ShoppingCategoryPersistence.updateImpl(ShoppingCategory shoppingCategory)
|
static ShoppingCoupon |
ShoppingCouponUtil.updateImpl(ShoppingCoupon shoppingCoupon)
|
ShoppingCoupon |
ShoppingCouponPersistence.updateImpl(ShoppingCoupon shoppingCoupon)
|
static ShoppingItem |
ShoppingItemUtil.updateImpl(ShoppingItem shoppingItem)
|
ShoppingItem |
ShoppingItemPersistence.updateImpl(ShoppingItem shoppingItem)
|
static ShoppingItemField |
ShoppingItemFieldUtil.updateImpl(ShoppingItemField shoppingItemField)
|
ShoppingItemField |
ShoppingItemFieldPersistence.updateImpl(ShoppingItemField shoppingItemField)
|
static ShoppingItemPrice |
ShoppingItemPriceUtil.updateImpl(ShoppingItemPrice shoppingItemPrice)
|
ShoppingItemPrice |
ShoppingItemPricePersistence.updateImpl(ShoppingItemPrice shoppingItemPrice)
|
static ShoppingOrder |
ShoppingOrderUtil.updateImpl(ShoppingOrder shoppingOrder)
|
ShoppingOrder |
ShoppingOrderPersistence.updateImpl(ShoppingOrder shoppingOrder)
|
static ShoppingOrderItem |
ShoppingOrderItemUtil.updateImpl(ShoppingOrderItem shoppingOrderItem)
|
ShoppingOrderItem |
ShoppingOrderItemPersistence.updateImpl(ShoppingOrderItem shoppingOrderItem)
|
| Uses of SystemException in com.liferay.portlet.social.model |
|---|
| Methods in com.liferay.portlet.social.model that throw SystemException | |
|---|---|
protected void |
BaseSocialAchievement.doProcessActivity(SocialActivity activity)
|
AssetEntry |
SocialActivityWrapper.getAssetEntry()
|
AssetEntry |
SocialActivity.getAssetEntry()
|
String |
SocialRequestWrapper.getReceiverUserUuid()
Returns the receiver user uuid of this social request. |
String |
SocialRequestModel.getReceiverUserUuid()
Returns the receiver user uuid of this social request. |
String |
SocialActivityWrapper.getReceiverUserUuid()
Returns the receiver user uuid of this social activity. |
String |
SocialActivityModel.getReceiverUserUuid()
Returns the receiver user uuid of this social activity. |
String |
SocialRequestWrapper.getUserUuid()
Returns the user uuid of this social request. |
String |
SocialRequestModel.getUserUuid()
Returns the user uuid of this social request. |
String |
SocialActivityWrapper.getUserUuid()
Returns the user uuid of this social activity. |
String |
SocialActivityModel.getUserUuid()
Returns the user uuid of this social activity. |
String |
SocialActivityLimitWrapper.getUserUuid()
Returns the user uuid of this social activity limit. |
String |
SocialActivityLimitModel.getUserUuid()
Returns the user uuid of this social activity limit. |
String |
SocialActivityAchievementWrapper.getUserUuid()
Returns the user uuid of this social activity achievement. |
String |
SocialActivityAchievementModel.getUserUuid()
Returns the user uuid of this social activity achievement. |
void |
SocialRequestWrapper.persist()
|
void |
SocialRelationWrapper.persist()
|
void |
SocialActivityWrapper.persist()
|
void |
SocialActivitySettingWrapper.persist()
|
void |
SocialActivityLimitWrapper.persist()
|
void |
SocialActivityCounterWrapper.persist()
|
void |
SocialActivityAchievementWrapper.persist()
|
void |
BaseSocialRequestInterpreter.processDuplicateRequestsFromUser(SocialRequest request,
int oldStatus)
|
void |
BaseSocialRequestInterpreter.processDuplicateRequestsToUser(SocialRequest request,
int oldStatus)
|
| Uses of SystemException in com.liferay.portlet.social.service |
|---|
| Methods in com.liferay.portlet.social.service that throw SystemException | |
|---|---|
void |
SocialActivityLocalServiceWrapper.addActivity(long userId,
long groupId,
Date createDate,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity with the given time in the database. |
static void |
SocialActivityLocalServiceUtil.addActivity(long userId,
long groupId,
Date createDate,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity with the given time in the database. |
void |
SocialActivityLocalService.addActivity(long userId,
long groupId,
Date createDate,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity with the given time in the database. |
void |
SocialActivityLocalServiceWrapper.addActivity(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity in the database, using a time based on the current time in an attempt to make the activity's time unique. |
static void |
SocialActivityLocalServiceUtil.addActivity(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity in the database, using a time based on the current time in an attempt to make the activity's time unique. |
void |
SocialActivityLocalService.addActivity(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity in the database, using a time based on the current time in an attempt to make the activity's time unique. |
void |
SocialActivityLocalServiceWrapper.addActivity(SocialActivity activity,
SocialActivity mirrorActivity)
|
static void |
SocialActivityLocalServiceUtil.addActivity(SocialActivity activity,
SocialActivity mirrorActivity)
|
void |
SocialActivityLocalService.addActivity(SocialActivity activity,
SocialActivity mirrorActivity)
|
void |
SocialActivityAchievementLocalServiceWrapper.addActivityAchievement(long userId,
long groupId,
SocialAchievement achievement)
|
static void |
SocialActivityAchievementLocalServiceUtil.addActivityAchievement(long userId,
long groupId,
SocialAchievement achievement)
|
void |
SocialActivityAchievementLocalService.addActivityAchievement(long userId,
long groupId,
SocialAchievement achievement)
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.addActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod)
Adds an activity counter with a default period length. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.addActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod)
Adds an activity counter with a default period length. |
SocialActivityCounter |
SocialActivityCounterLocalService.addActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod)
Adds an activity counter with a default period length. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.addActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod,
long previousActivityCounterId,
int periodLength)
Adds an activity counter specifying a previous activity and period length. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.addActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod,
long previousActivityCounterId,
int periodLength)
Adds an activity counter specifying a previous activity and period length. |
SocialActivityCounter |
SocialActivityCounterLocalService.addActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod,
long previousActivityCounterId,
int periodLength)
Adds an activity counter specifying a previous activity and period length. |
void |
SocialActivityCounterLocalServiceWrapper.addActivityCounters(SocialActivity activity)
Adds or increments activity counters related to an activity. |
static void |
SocialActivityCounterLocalServiceUtil.addActivityCounters(SocialActivity activity)
Adds or increments activity counters related to an activity. |
void |
SocialActivityCounterLocalService.addActivityCounters(SocialActivity activity)
Adds or increments activity counters related to an activity. |
SocialActivityLimit |
SocialActivityLimitLocalServiceWrapper.addActivityLimit(long userId,
long groupId,
long classNameId,
long classPK,
int activityType,
String activityCounterName,
int limitPeriod)
|
static SocialActivityLimit |
SocialActivityLimitLocalServiceUtil.addActivityLimit(long userId,
long groupId,
long classNameId,
long classPK,
int activityType,
String activityCounterName,
int limitPeriod)
|
SocialActivityLimit |
SocialActivityLimitLocalService.addActivityLimit(long userId,
long groupId,
long classNameId,
long classPK,
int activityType,
String activityCounterName,
int limitPeriod)
|
SocialRelation |
SocialRelationLocalServiceWrapper.addRelation(long userId1,
long userId2,
int type)
Adds a social relation between the two users to the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.addRelation(long userId1,
long userId2,
int type)
Adds a social relation between the two users to the database. |
SocialRelation |
SocialRelationLocalService.addRelation(long userId1,
long userId2,
int type)
Adds a social relation between the two users to the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Adds a social request to the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Adds a social request to the database. |
SocialRequest |
SocialRequestLocalService.addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Adds a social request to the database. |
SocialActivity |
SocialActivityLocalServiceWrapper.addSocialActivity(SocialActivity socialActivity)
Adds the social activity to the database. |
static SocialActivity |
SocialActivityLocalServiceUtil.addSocialActivity(SocialActivity socialActivity)
Adds the social activity to the database. |
SocialActivity |
SocialActivityLocalService.addSocialActivity(SocialActivity socialActivity)
Adds the social activity to the database. |
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Adds the social activity achievement to the database. |
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Adds the social activity achievement to the database. |
SocialActivityAchievement |
SocialActivityAchievementLocalService.addSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Adds the social activity achievement to the database. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Adds the social activity counter to the database. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Adds the social activity counter to the database. |
SocialActivityCounter |
SocialActivityCounterLocalService.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Adds the social activity counter to the database. |
SocialActivityLimit |
SocialActivityLimitLocalServiceWrapper.addSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Adds the social activity limit to the database. |
static SocialActivityLimit |
SocialActivityLimitLocalServiceUtil.addSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Adds the social activity limit to the database. |
SocialActivityLimit |
SocialActivityLimitLocalService.addSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Adds the social activity limit to the database. |
SocialActivitySetting |
SocialActivitySettingLocalServiceWrapper.addSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Adds the social activity setting to the database. |
static SocialActivitySetting |
SocialActivitySettingLocalServiceUtil.addSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Adds the social activity setting to the database. |
SocialActivitySetting |
SocialActivitySettingLocalService.addSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Adds the social activity setting to the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
SocialRelation |
SocialRelationLocalService.addSocialRelation(SocialRelation socialRelation)
Adds the social relation to the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
SocialRequest |
SocialRequestLocalService.addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
void |
SocialActivityLocalServiceWrapper.addUniqueActivity(long userId,
long groupId,
Date createDate,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity in the database, but only if there isn't already an activity with the same parameters. |
static void |
SocialActivityLocalServiceUtil.addUniqueActivity(long userId,
long groupId,
Date createDate,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity in the database, but only if there isn't already an activity with the same parameters. |
void |
SocialActivityLocalService.addUniqueActivity(long userId,
long groupId,
Date createDate,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity in the database, but only if there isn't already an activity with the same parameters. |
void |
SocialActivityLocalServiceWrapper.addUniqueActivity(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity with the current time in the database, but only if there isn't one with the same parameters. |
static void |
SocialActivityLocalServiceUtil.addUniqueActivity(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity with the current time in the database, but only if there isn't one with the same parameters. |
void |
SocialActivityLocalService.addUniqueActivity(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
Records an activity with the current time in the database, but only if there isn't one with the same parameters. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.createActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod)
Deprecated. SocialActivityCounterLocalServiceWrapper.createActivityCounter(long, long, long, String, int,
int, int, int, int, long, int) |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.createActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod)
Deprecated. SocialActivityCounterLocalServiceUtil.createActivityCounter(long, long, long, String, int,
int, int, int, int, long, int) |
SocialActivityCounter |
SocialActivityCounterLocalService.createActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod)
Deprecated. SocialActivityCounterLocalService.createActivityCounter(long, long, long, String, int,
int, int, int, int, long, int) |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.createActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod,
long previousActivityCounterId,
int periodLength)
Creates an activity counter, adding it into the database. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.createActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod,
long previousActivityCounterId,
int periodLength)
Creates an activity counter, adding it into the database. |
SocialActivityCounter |
SocialActivityCounterLocalService.createActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int currentValue,
int totalValue,
int startPeriod,
int endPeriod,
long previousActivityCounterId,
int periodLength)
Creates an activity counter, adding it into the database. |
void |
SocialActivityLocalServiceWrapper.deleteActivities(AssetEntry assetEntry)
Removes stored activities for the asset. |
static void |
SocialActivityLocalServiceUtil.deleteActivities(AssetEntry assetEntry)
Removes stored activities for the asset. |
void |
SocialActivityLocalService.deleteActivities(AssetEntry assetEntry)
Removes stored activities for the asset. |
void |
SocialActivityLocalServiceWrapper.deleteActivities(String className,
long classPK)
Removes stored activities for the asset identified by the class name and class primary key. |
static void |
SocialActivityLocalServiceUtil.deleteActivities(String className,
long classPK)
Removes stored activities for the asset identified by the class name and class primary key. |
void |
SocialActivityLocalService.deleteActivities(String className,
long classPK)
Removes stored activities for the asset identified by the class name and class primary key. |
void |
SocialActivityLocalServiceWrapper.deleteActivity(long activityId)
Removes the stored activity from the database. |
static void |
SocialActivityLocalServiceUtil.deleteActivity(long activityId)
Removes the stored activity from the database. |
void |
SocialActivityLocalService.deleteActivity(long activityId)
Removes the stored activity from the database. |
void |
SocialActivityLocalServiceWrapper.deleteActivity(SocialActivity activity)
Removes the stored activity and its mirror activity from the database. |
static void |
SocialActivityLocalServiceUtil.deleteActivity(SocialActivity activity)
Removes the stored activity and its mirror activity from the database. |
void |
SocialActivityLocalService.deleteActivity(SocialActivity activity)
Removes the stored activity and its mirror activity from the database. |
void |
SocialActivityCounterLocalServiceWrapper.deleteActivityCounters(AssetEntry assetEntry)
Deletes all activity counters, limits, and settings related to the asset. |
static void |
SocialActivityCounterLocalServiceUtil.deleteActivityCounters(AssetEntry assetEntry)
Deletes all activity counters, limits, and settings related to the asset. |
void |
SocialActivityCounterLocalService.deleteActivityCounters(AssetEntry assetEntry)
Deletes all activity counters, limits, and settings related to the asset. |
void |
SocialActivityCounterLocalServiceWrapper.deleteActivityCounters(long classNameId,
long classPK)
Deletes all activity counters, limits, and settings related to the entity identified by the class name ID and class primary key. |
static void |
SocialActivityCounterLocalServiceUtil.deleteActivityCounters(long classNameId,
long classPK)
Deletes all activity counters, limits, and settings related to the entity identified by the class name ID and class primary key. |
void |
SocialActivityCounterLocalService.deleteActivityCounters(long classNameId,
long classPK)
Deletes all activity counters, limits, and settings related to the entity identified by the class name ID and class primary key. |
void |
SocialActivityCounterLocalServiceWrapper.deleteActivityCounters(String className,
long classPK)
Deletes all activity counters for the entity identified by the class name and class primary key. |
static void |
SocialActivityCounterLocalServiceUtil.deleteActivityCounters(String className,
long classPK)
Deletes all activity counters for the entity identified by the class name and class primary key. |
void |
SocialActivityCounterLocalService.deleteActivityCounters(String className,
long classPK)
Deletes all activity counters for the entity identified by the class name and class primary key. |
void |
SocialActivitySettingLocalServiceWrapper.deleteActivitySetting(long groupId,
String className,
long classPK)
|
static void |
SocialActivitySettingLocalServiceUtil.deleteActivitySetting(long groupId,
String className,
long classPK)
|
void |
SocialActivitySettingLocalService.deleteActivitySetting(long groupId,
String className,
long classPK)
|
void |
SocialActivitySettingLocalServiceWrapper.deleteActivitySettings(long groupId)
|
static void |
SocialActivitySettingLocalServiceUtil.deleteActivitySettings(long groupId)
|
void |
SocialActivitySettingLocalService.deleteActivitySettings(long groupId)
|
void |
SocialRequestLocalServiceWrapper.deleteReceiverUserRequests(long receiverUserId)
Removes all the social requests for the receiving user. |
static void |
SocialRequestLocalServiceUtil.deleteReceiverUserRequests(long receiverUserId)
Removes all the social requests for the receiving user. |
void |
SocialRequestLocalService.deleteReceiverUserRequests(long receiverUserId)
Removes all the social requests for the receiving user. |
void |
SocialRelationLocalServiceWrapper.deleteRelation(long relationId)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
static void |
SocialRelationLocalServiceUtil.deleteRelation(long relationId)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
void |
SocialRelationLocalService.deleteRelation(long relationId)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
void |
SocialRelationLocalServiceWrapper.deleteRelation(long userId1,
long userId2,
int type)
Removes the matching relation (and its inverse in case of a bidirectional relation) from the database. |
static void |
SocialRelationLocalServiceUtil.deleteRelation(long userId1,
long userId2,
int type)
Removes the matching relation (and its inverse in case of a bidirectional relation) from the database. |
void |
SocialRelationLocalService.deleteRelation(long userId1,
long userId2,
int type)
Removes the matching relation (and its inverse in case of a bidirectional relation) from the database. |
void |
SocialRelationLocalServiceWrapper.deleteRelation(SocialRelation relation)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
static void |
SocialRelationLocalServiceUtil.deleteRelation(SocialRelation relation)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
void |
SocialRelationLocalService.deleteRelation(SocialRelation relation)
Removes the relation (and its inverse in case of a bidirectional relation) from the database. |
void |
SocialRelationLocalServiceWrapper.deleteRelations(long userId)
Removes all relations involving the user from the database. |
static void |
SocialRelationLocalServiceUtil.deleteRelations(long userId)
Removes all relations involving the user from the database. |
void |
SocialRelationLocalService.deleteRelations(long userId)
Removes all relations involving the user from the database. |
void |
SocialRelationLocalServiceWrapper.deleteRelations(long userId1,
long userId2)
Removes all relations between User1 and User2. |
static void |
SocialRelationLocalServiceUtil.deleteRelations(long userId1,
long userId2)
Removes all relations between User1 and User2. |
void |
SocialRelationLocalService.deleteRelations(long userId1,
long userId2)
Removes all relations between User1 and User2. |
void |
SocialRequestLocalServiceWrapper.deleteRequest(long requestId)
Removes the social request identified by its primary key from the database. |
static void |
SocialRequestLocalServiceUtil.deleteRequest(long requestId)
Removes the social request identified by its primary key from the database. |
void |
SocialRequestLocalService.deleteRequest(long requestId)
Removes the social request identified by its primary key from the database. |
void |
SocialRequestLocalServiceWrapper.deleteRequest(SocialRequest request)
Removes the social request from the database. |
static void |
SocialRequestLocalServiceUtil.deleteRequest(SocialRequest request)
Removes the social request from the database. |
void |
SocialRequestLocalService.deleteRequest(SocialRequest request)
Removes the social request from the database. |
SocialActivity |
SocialActivityLocalServiceWrapper.deleteSocialActivity(long activityId)
Deletes the social activity with the primary key from the database. |
static SocialActivity |
SocialActivityLocalServiceUtil.deleteSocialActivity(long activityId)
Deletes the social activity with the primary key from the database. |
SocialActivity |
SocialActivityLocalService.deleteSocialActivity(long activityId)
Deletes the social activity with the primary key from the database. |
SocialActivity |
SocialActivityLocalServiceWrapper.deleteSocialActivity(SocialActivity socialActivity)
Deletes the social activity from the database. |
static SocialActivity |
SocialActivityLocalServiceUtil.deleteSocialActivity(SocialActivity socialActivity)
Deletes the social activity from the database. |
SocialActivity |
SocialActivityLocalService.deleteSocialActivity(SocialActivity socialActivity)
Deletes the social activity from the database. |
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement(long activityAchievementId)
Deletes the social activity achievement with the primary key from the database. |
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.deleteSocialActivityAchievement(long activityAchievementId)
Deletes the social activity achievement with the primary key from the database. |
SocialActivityAchievement |
SocialActivityAchievementLocalService.deleteSocialActivityAchievement(long activityAchievementId)
Deletes the social activity achievement with the primary key from the database. |
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Deletes the social activity achievement from the database. |
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Deletes the social activity achievement from the database. |
SocialActivityAchievement |
SocialActivityAchievementLocalService.deleteSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Deletes the social activity achievement from the database. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter(long activityCounterId)
Deletes the social activity counter with the primary key from the database. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter(long activityCounterId)
Deletes the social activity counter with the primary key from the database. |
SocialActivityCounter |
SocialActivityCounterLocalService.deleteSocialActivityCounter(long activityCounterId)
Deletes the social activity counter with the primary key from the database. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Deletes the social activity counter from the database. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Deletes the social activity counter from the database. |
SocialActivityCounter |
SocialActivityCounterLocalService.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Deletes the social activity counter from the database. |
SocialActivityLimit |
SocialActivityLimitLocalServiceWrapper.deleteSocialActivityLimit(long activityLimitId)
Deletes the social activity limit with the primary key from the database. |
static SocialActivityLimit |
SocialActivityLimitLocalServiceUtil.deleteSocialActivityLimit(long activityLimitId)
Deletes the social activity limit with the primary key from the database. |
SocialActivityLimit |
SocialActivityLimitLocalService.deleteSocialActivityLimit(long activityLimitId)
Deletes the social activity limit with the primary key from the database. |
SocialActivityLimit |
SocialActivityLimitLocalServiceWrapper.deleteSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Deletes the social activity limit from the database. |
static SocialActivityLimit |
SocialActivityLimitLocalServiceUtil.deleteSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Deletes the social activity limit from the database. |
SocialActivityLimit |
SocialActivityLimitLocalService.deleteSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Deletes the social activity limit from the database. |
SocialActivitySetting |
SocialActivitySettingLocalServiceWrapper.deleteSocialActivitySetting(long activitySettingId)
Deletes the social activity setting with the primary key from the database. |
static SocialActivitySetting |
SocialActivitySettingLocalServiceUtil.deleteSocialActivitySetting(long activitySettingId)
Deletes the social activity setting with the primary key from the database. |
SocialActivitySetting |
SocialActivitySettingLocalService.deleteSocialActivitySetting(long activitySettingId)
Deletes the social activity setting with the primary key from the database. |
SocialActivitySetting |
SocialActivitySettingLocalServiceWrapper.deleteSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Deletes the social activity setting from the database. |
static SocialActivitySetting |
SocialActivitySettingLocalServiceUtil.deleteSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Deletes the social activity setting from the database. |
SocialActivitySetting |
SocialActivitySettingLocalService.deleteSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Deletes the social activity setting from the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.deleteSocialRelation(long relationId)
Deletes the social relation with the primary key from the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.deleteSocialRelation(long relationId)
Deletes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationLocalService.deleteSocialRelation(long relationId)
Deletes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationLocalServiceWrapper.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
static SocialRelation |
SocialRelationLocalServiceUtil.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
SocialRelation |
SocialRelationLocalService.deleteSocialRelation(SocialRelation socialRelation)
Deletes the social relation from the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
SocialRequest |
SocialRequestLocalService.deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
SocialRequest |
SocialRequestLocalServiceWrapper.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
static SocialRequest |
SocialRequestLocalServiceUtil.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
SocialRequest |
SocialRequestLocalService.deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
void |
SocialActivityLocalServiceWrapper.deleteUserActivities(long userId)
Removes the user's stored activities from the database. |
static void |
SocialActivityLocalServiceUtil.deleteUserActivities(long userId)
Removes the user's stored activities from the database. |
void |
SocialActivityLocalService.deleteUserActivities(long userId)
Removes the user's stored activities from the database. |
void |
SocialRequestLocalServiceWrapper.deleteUserRequests(long userId)
Removes all the social requests for the requesting user. |
static void |
SocialRequestLocalServiceUtil.deleteUserRequests(long userId)
Removes all the social requests for the requesting user. |
void |
SocialRequestLocalService.deleteUserRequests(long userId)
Removes all the social requests for the requesting user. |
void |
SocialActivityCounterLocalServiceWrapper.disableActivityCounters(long classNameId,
long classPK)
Disables all the counters of an asset identified by the class name ID and class primary key. |
static void |
SocialActivityCounterLocalServiceUtil.disableActivityCounters(long classNameId,
long classPK)
Disables all the counters of an asset identified by the class name ID and class primary key. |
void |
SocialActivityCounterLocalService.disableActivityCounters(long classNameId,
long classPK)
Disables all the counters of an asset identified by the class name ID and class primary key. |
void |
SocialActivityCounterLocalServiceWrapper.disableActivityCounters(String className,
long classPK)
Disables all the counters of an asset identified by the class name and class primary key. |
static void |
SocialActivityCounterLocalServiceUtil.disableActivityCounters(String className,
long classPK)
Disables all the counters of an asset identified by the class name and class primary key. |
void |
SocialActivityCounterLocalService.disableActivityCounters(String className,
long classPK)
Disables all the counters of an asset identified by the class name and class primary key. |
List |
SocialRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SocialRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialRelationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SocialRelationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialRelationLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivitySettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SocialActivitySettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivitySettingLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivityLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SocialActivityLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivityLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivityLimitLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SocialActivityLimitLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivityLimitLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivityCounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SocialActivityCounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivityCounterLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivityAchievementLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SocialActivityAchievementLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialActivityAchievementLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SocialRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SocialRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialRelationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SocialRelationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialRelationLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivitySettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SocialActivitySettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivitySettingLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivityLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SocialActivityLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivityLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivityLimitLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SocialActivityLimitLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivityLimitLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivityCounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SocialActivityCounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivityCounterLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivityAchievementLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SocialActivityAchievementLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialActivityAchievementLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SocialRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SocialRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialRelationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SocialRelationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialRelationLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivitySettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SocialActivitySettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivitySettingLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivityLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SocialActivityLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivityLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivityLimitLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SocialActivityLimitLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivityLimitLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivityCounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SocialActivityCounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivityCounterLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivityAchievementLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SocialActivityAchievementLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SocialActivityAchievementLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
SocialRequestLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SocialRequestLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialRequestLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialRelationLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SocialRelationLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialRelationLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivitySettingLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SocialActivitySettingLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivitySettingLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivityLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SocialActivityLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivityLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivityLimitLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SocialActivityLimitLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivityLimitLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivityCounterLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SocialActivityCounterLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivityCounterLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivityAchievementLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SocialActivityAchievementLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SocialActivityAchievementLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
void |
SocialActivityCounterLocalServiceWrapper.enableActivityCounters(long classNameId,
long classPK)
Enables all activity counters of an asset identified by the class name ID and class primary key. |
static void |
SocialActivityCounterLocalServiceUtil.enableActivityCounters(long classNameId,
long classPK)
Enables all activity counters of an asset identified by the class name ID and class primary key. |
void |
SocialActivityCounterLocalService.enableActivityCounters(long classNameId,
long classPK)
Enables all activity counters of an asset identified by the class name ID and class primary key. |
void |
SocialActivityCounterLocalServiceWrapper.enableActivityCounters(String className,
long classPK)
Enables all the counters of an asset identified by the class name and class primary key. |
static void |
SocialActivityCounterLocalServiceUtil.enableActivityCounters(String className,
long classPK)
Enables all the counters of an asset identified by the class name and class primary key. |
void |
SocialActivityCounterLocalService.enableActivityCounters(String className,
long classPK)
Enables all the counters of an asset identified by the class name and class primary key. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.fetchActivityCounterByEndPeriod(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the activity counter with the given name, owner, and end period that belong to the given entity. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.fetchActivityCounterByEndPeriod(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the activity counter with the given name, owner, and end period that belong to the given entity. |
SocialActivityCounter |
SocialActivityCounterLocalService.fetchActivityCounterByEndPeriod(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the activity counter with the given name, owner, and end period that belong to the given entity. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.fetchActivityCounterByStartPeriod(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the activity counter with the given name, owner, and start period that belong to the given entity. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.fetchActivityCounterByStartPeriod(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the activity counter with the given name, owner, and start period that belong to the given entity. |
SocialActivityCounter |
SocialActivityCounterLocalService.fetchActivityCounterByStartPeriod(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the activity counter with the given name, owner, and start period that belong to the given entity. |
SocialActivityLimit |
SocialActivityLimitLocalServiceWrapper.fetchActivityLimit(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
|
static SocialActivityLimit |
SocialActivityLimitLocalServiceUtil.fetchActivityLimit(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
|
SocialActivityLimit |
SocialActivityLimitLocalService.fetchActivityLimit(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.fetchLatestActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType)
Returns the latest activity counter with the given name and owner that belong to the given entity. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.fetchLatestActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType)
Returns the latest activity counter with the given name and owner that belong to the given entity. |
SocialActivityCounter |
SocialActivityCounterLocalService.fetchLatestActivityCounter(long groupId,
long classNameId,
long classPK,
String name,
int ownerType)
Returns the latest activity counter with the given name and owner that belong to the given entity. |
SocialActivity |
SocialActivityLocalServiceWrapper.fetchSocialActivity(long activityId)
|
static SocialActivity |
SocialActivityLocalServiceUtil.fetchSocialActivity(long activityId)
|
SocialActivity |
SocialActivityLocalService.fetchSocialActivity(long activityId)
|
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.fetchSocialActivityAchievement(long activityAchievementId)
|
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.fetchSocialActivityAchievement(long activityAchievementId)
|
SocialActivityAchievement |
SocialActivityAchievementLocalService.fetchSocialActivityAchievement(long activityAchievementId)
|
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.fetchSocialActivityCounter(long activityCounterId)
|
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.fetchSocialActivityCounter(long activityCounterId)
|
SocialActivityCounter |
SocialActivityCounterLocalService.fetchSocialActivityCounter(long activityCounterId)
|
SocialActivityLimit |
SocialActivityLimitLocalServiceWrapper.fetchSocialActivityLimit(long activityLimitId)
|
static SocialActivityLimit |
SocialActivityLimitLocalServiceUtil.fetchSocialActivityLimit(long activityLimitId)
|
SocialActivityLimit |
SocialActivityLimitLocalService.fetchSocialActivityLimit(long activityLimitId)
|
SocialActivitySetting |
SocialActivitySettingLocalServiceWrapper.fetchSocialActivitySetting(long activitySettingId)
|
static SocialActivitySetting |
SocialActivitySettingLocalServiceUtil.fetchSocialActivitySetting(long activitySettingId)
|
SocialActivitySetting |
SocialActivitySettingLocalService.fetchSocialActivitySetting(long activitySettingId)
|
SocialRelation |
SocialRelationLocalServiceWrapper.fetchSocialRelation(long relationId)
|
static SocialRelation |
SocialRelationLocalServiceUtil.fetchSocialRelation(long relationId)
|
SocialRelation |
SocialRelationLocalService.fetchSocialRelation(long relationId)
|
SocialRequest |
SocialRequestLocalServiceWrapper.fetchSocialRequest(long requestId)
|
static SocialRequest |
SocialRequestLocalServiceUtil.fetchSocialRequest(long requestId)
|
SocialRequest |
SocialRequestLocalService.fetchSocialRequest(long requestId)
|
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.fetchUserAchievement(long userId,
long groupId,
String name)
|
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.fetchUserAchievement(long userId,
long groupId,
String name)
|
SocialActivityAchievement |
SocialActivityAchievementLocalService.fetchUserAchievement(long userId,
long groupId,
String name)
|
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getActivities(long classNameId,
int start,
int end)
Returns a range of all the activities done on assets identified by the class name ID. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getActivities(long classNameId,
int start,
int end)
Returns a range of all the activities done on assets identified by the class name ID. |
List<SocialActivity> |
SocialActivityLocalService.getActivities(long classNameId,
int start,
int end)
Returns a range of all the activities done on assets identified by the class name ID. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getActivities(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getActivities(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID. |
List<SocialActivity> |
SocialActivityLocalService.getActivities(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getActivities(long mirrorActivityId,
String className,
long classPK,
int start,
int end)
Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getActivities(long mirrorActivityId,
String className,
long classPK,
int start,
int end)
Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID. |
List<SocialActivity> |
SocialActivityLocalService.getActivities(long mirrorActivityId,
String className,
long classPK,
int start,
int end)
Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getActivities(String className,
int start,
int end)
Returns a range of all the activities done on assets identified by the class name. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getActivities(String className,
int start,
int end)
Returns a range of all the activities done on assets identified by the class name. |
List<SocialActivity> |
SocialActivityLocalService.getActivities(String className,
int start,
int end)
Returns a range of all the activities done on assets identified by the class name. |
int |
SocialActivityLocalServiceWrapper.getActivitiesCount(long classNameId)
Returns the number of activities done on assets identified by the class name ID. |
static int |
SocialActivityLocalServiceUtil.getActivitiesCount(long classNameId)
Returns the number of activities done on assets identified by the class name ID. |
int |
SocialActivityLocalService.getActivitiesCount(long classNameId)
Returns the number of activities done on assets identified by the class name ID. |
int |
SocialActivityLocalServiceWrapper.getActivitiesCount(long mirrorActivityId,
long classNameId,
long classPK)
Returns the number of activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID. |
static int |
SocialActivityLocalServiceUtil.getActivitiesCount(long mirrorActivityId,
long classNameId,
long classPK)
Returns the number of activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID. |
int |
SocialActivityLocalService.getActivitiesCount(long mirrorActivityId,
long classNameId,
long classPK)
Returns the number of activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID. |
int |
SocialActivityLocalServiceWrapper.getActivitiesCount(long mirrorActivityId,
String className,
long classPK)
Returns the number of activities done on the asset identified by the class name and class primary key that are mirrors of the activity identified by the mirror activity ID. |
static int |
SocialActivityLocalServiceUtil.getActivitiesCount(long mirrorActivityId,
String className,
long classPK)
Returns the number of activities done on the asset identified by the class name and class primary key that are mirrors of the activity identified by the mirror activity ID. |
int |
SocialActivityLocalService.getActivitiesCount(long mirrorActivityId,
String className,
long classPK)
Returns the number of activities done on the asset identified by the class name and class primary key that are mirrors of the activity identified by the mirror activity ID. |
int |
SocialActivityLocalServiceWrapper.getActivitiesCount(String className)
Returns the number of activities done on assets identified by class name. |
static int |
SocialActivityLocalServiceUtil.getActivitiesCount(String className)
Returns the number of activities done on assets identified by class name. |
int |
SocialActivityLocalService.getActivitiesCount(String className)
Returns the number of activities done on assets identified by class name. |
SocialActivity |
SocialActivityLocalServiceWrapper.getActivity(long activityId)
Returns the activity identified by its primary key. |
static SocialActivity |
SocialActivityLocalServiceUtil.getActivity(long activityId)
Returns the activity identified by its primary key. |
SocialActivity |
SocialActivityLocalService.getActivity(long activityId)
Returns the activity identified by its primary key. |
SocialActivityDefinition |
SocialActivitySettingServiceWrapper.getActivityDefinition(long groupId,
String className,
int activityType)
|
static SocialActivityDefinition |
SocialActivitySettingServiceUtil.getActivityDefinition(long groupId,
String className,
int activityType)
|
SocialActivityDefinition |
SocialActivitySettingService.getActivityDefinition(long groupId,
String className,
int activityType)
|
SocialActivityDefinition |
SocialActivitySettingLocalServiceWrapper.getActivityDefinition(long groupId,
String className,
int activityType)
|
static SocialActivityDefinition |
SocialActivitySettingLocalServiceUtil.getActivityDefinition(long groupId,
String className,
int activityType)
|
SocialActivityDefinition |
SocialActivitySettingLocalService.getActivityDefinition(long groupId,
String className,
int activityType)
|
List<SocialActivityDefinition> |
SocialActivitySettingServiceWrapper.getActivityDefinitions(long groupId,
String className)
|
static List<SocialActivityDefinition> |
SocialActivitySettingServiceUtil.getActivityDefinitions(long groupId,
String className)
|
List<SocialActivityDefinition> |
SocialActivitySettingService.getActivityDefinitions(long groupId,
String className)
|
List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceWrapper.getActivityDefinitions(long groupId,
String className)
|
static List<SocialActivityDefinition> |
SocialActivitySettingLocalServiceUtil.getActivityDefinitions(long groupId,
String className)
|
List<SocialActivityDefinition> |
SocialActivitySettingLocalService.getActivityDefinitions(long groupId,
String className)
|
List<SocialActivitySetting> |
SocialActivitySettingLocalServiceWrapper.getActivitySettings(long groupId)
|
static List<SocialActivitySetting> |
SocialActivitySettingLocalServiceUtil.getActivitySettings(long groupId)
|
List<SocialActivitySetting> |
SocialActivitySettingLocalService.getActivitySettings(long groupId)
|
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getGroupAchievements(long groupId)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getGroupAchievements(long groupId)
|
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getGroupAchievements(long groupId)
|
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getGroupAchievements(long groupId,
String name)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getGroupAchievements(long groupId,
String name)
|
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getGroupAchievements(long groupId,
String name)
|
int |
SocialActivityAchievementLocalServiceWrapper.getGroupAchievementsCount(long groupId)
|
static int |
SocialActivityAchievementLocalServiceUtil.getGroupAchievementsCount(long groupId)
|
int |
SocialActivityAchievementLocalService.getGroupAchievementsCount(long groupId)
|
int |
SocialActivityAchievementLocalServiceWrapper.getGroupAchievementsCount(long groupId,
String name)
|
static int |
SocialActivityAchievementLocalServiceUtil.getGroupAchievementsCount(long groupId,
String name)
|
int |
SocialActivityAchievementLocalService.getGroupAchievementsCount(long groupId,
String name)
|
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getGroupActivities(long groupId,
int start,
int end)
Returns a range of all the activities done in the group. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getGroupActivities(long groupId,
int start,
int end)
Returns a range of all the activities done in the group. |
List<SocialActivity> |
SocialActivityLocalService.getGroupActivities(long groupId,
int start,
int end)
Returns a range of all the activities done in the group. |
int |
SocialActivityLocalServiceWrapper.getGroupActivitiesCount(long groupId)
Returns the number of activities done in the group. |
static int |
SocialActivityLocalServiceUtil.getGroupActivitiesCount(long groupId)
Returns the number of activities done in the group. |
int |
SocialActivityLocalService.getGroupActivitiesCount(long groupId)
Returns the number of activities done in the group. |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getGroupFirstAchievements(long groupId)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getGroupFirstAchievements(long groupId)
|
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getGroupFirstAchievements(long groupId)
|
int |
SocialActivityAchievementLocalServiceWrapper.getGroupFirstAchievementsCount(long groupId)
|
static int |
SocialActivityAchievementLocalServiceUtil.getGroupFirstAchievementsCount(long groupId)
|
int |
SocialActivityAchievementLocalService.getGroupFirstAchievementsCount(long groupId)
|
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getGroupUsersActivities(long groupId,
int start,
int end)
Returns a range of activities done by users that are members of the group. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getGroupUsersActivities(long groupId,
int start,
int end)
Returns a range of activities done by users that are members of the group. |
List<SocialActivity> |
SocialActivityLocalService.getGroupUsersActivities(long groupId,
int start,
int end)
Returns a range of activities done by users that are members of the group. |
int |
SocialActivityLocalServiceWrapper.getGroupUsersActivitiesCount(long groupId)
Returns the number of activities done by users that are members of the group. |
static int |
SocialActivityLocalServiceUtil.getGroupUsersActivitiesCount(long groupId)
Returns the number of activities done by users that are members of the group. |
int |
SocialActivityLocalService.getGroupUsersActivitiesCount(long groupId)
Returns the number of activities done by users that are members of the group. |
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getInverseRelations(long userId,
int type,
int start,
int end)
Returns a range of all the inverse relations of the given type for which the user is User2 of the relation. |
static List<SocialRelation> |
SocialRelationLocalServiceUtil.getInverseRelations(long userId,
int type,
int start,
int end)
Returns a range of all the inverse relations of the given type for which the user is User2 of the relation. |
List<SocialRelation> |
SocialRelationLocalService.getInverseRelations(long userId,
int type,
int start,
int end)
Returns a range of all the inverse relations of the given type for which the user is User2 of the relation. |
int |
SocialRelationLocalServiceWrapper.getInverseRelationsCount(long userId,
int type)
Returns the number of inverse relations of the given type for which the user is User2 of the relation. |
static int |
SocialRelationLocalServiceUtil.getInverseRelationsCount(long userId,
int type)
Returns the number of inverse relations of the given type for which the user is User2 of the relation. |
int |
SocialRelationLocalService.getInverseRelationsCount(long userId,
int type)
Returns the number of inverse relations of the given type for which the user is User2 of the relation. |
JSONArray |
SocialActivitySettingServiceWrapper.getJSONActivityDefinitions(long groupId,
String className)
|
static JSONArray |
SocialActivitySettingServiceUtil.getJSONActivityDefinitions(long groupId,
String className)
|
JSONArray |
SocialActivitySettingService.getJSONActivityDefinitions(long groupId,
String className)
|
SocialActivity |
SocialActivityLocalServiceWrapper.getMirrorActivity(long mirrorActivityId)
Returns the activity that has the mirror activity. |
static SocialActivity |
SocialActivityLocalServiceUtil.getMirrorActivity(long mirrorActivityId)
Returns the activity that has the mirror activity. |
SocialActivity |
SocialActivityLocalService.getMirrorActivity(long mirrorActivityId)
Returns the activity that has the mirror activity. |
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.getOffsetActivityCounters(long groupId,
String name,
int startOffset,
int endOffset)
Returns all the activity counters with the given name and period offsets. |
static List<SocialActivityCounter> |
SocialActivityCounterLocalServiceUtil.getOffsetActivityCounters(long groupId,
String name,
int startOffset,
int endOffset)
Returns all the activity counters with the given name and period offsets. |
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getOffsetActivityCounters(long groupId,
String name,
int startOffset,
int endOffset)
Returns all the activity counters with the given name and period offsets. |
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.getOffsetDistributionActivityCounters(long groupId,
String name,
int startOffset,
int endOffset)
Returns the distribution of the activity counters with the given name and period offsets. |
static List<SocialActivityCounter> |
SocialActivityCounterLocalServiceUtil.getOffsetDistributionActivityCounters(long groupId,
String name,
int startOffset,
int endOffset)
Returns the distribution of the activity counters with the given name and period offsets. |
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getOffsetDistributionActivityCounters(long groupId,
String name,
int startOffset,
int endOffset)
Returns the distribution of the activity counters with the given name and period offsets. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getOrganizationActivities(long organizationId,
int start,
int end)
Returns a range of all the activities done in the organization. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getOrganizationActivities(long organizationId,
int start,
int end)
Returns a range of all the activities done in the organization. |
List<SocialActivity> |
SocialActivityLocalService.getOrganizationActivities(long organizationId,
int start,
int end)
Returns a range of all the activities done in the organization. |
int |
SocialActivityLocalServiceWrapper.getOrganizationActivitiesCount(long organizationId)
Returns the number of activities done in the organization. |
static int |
SocialActivityLocalServiceUtil.getOrganizationActivitiesCount(long organizationId)
Returns the number of activities done in the organization. |
int |
SocialActivityLocalService.getOrganizationActivitiesCount(long organizationId)
Returns the number of activities done in the organization. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getOrganizationUsersActivities(long organizationId,
int start,
int end)
Returns a range of all the activities done by users of the organization. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getOrganizationUsersActivities(long organizationId,
int start,
int end)
Returns a range of all the activities done by users of the organization. |
List<SocialActivity> |
SocialActivityLocalService.getOrganizationUsersActivities(long organizationId,
int start,
int end)
Returns a range of all the activities done by users of the organization. |
int |
SocialActivityLocalServiceWrapper.getOrganizationUsersActivitiesCount(long organizationId)
Returns the number of activities done by users of the organization. |
static int |
SocialActivityLocalServiceUtil.getOrganizationUsersActivitiesCount(long organizationId)
Returns the number of activities done by users of the organization. |
int |
SocialActivityLocalService.getOrganizationUsersActivitiesCount(long organizationId)
Returns the number of activities done by users of the organization. |
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.getPeriodActivityCounters(long groupId,
String name,
int startPeriod,
int endPeriod)
Returns all the activity counters with the given name and time period. |
static List<SocialActivityCounter> |
SocialActivityCounterLocalServiceUtil.getPeriodActivityCounters(long groupId,
String name,
int startPeriod,
int endPeriod)
Returns all the activity counters with the given name and time period. |
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getPeriodActivityCounters(long groupId,
String name,
int startPeriod,
int endPeriod)
Returns all the activity counters with the given name and time period. |
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.getPeriodDistributionActivityCounters(long groupId,
String name,
int startPeriod,
int endPeriod)
Returns the distribution of activity counters with the given name and time period. |
static List<SocialActivityCounter> |
SocialActivityCounterLocalServiceUtil.getPeriodDistributionActivityCounters(long groupId,
String name,
int startPeriod,
int endPeriod)
Returns the distribution of activity counters with the given name and time period. |
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getPeriodDistributionActivityCounters(long groupId,
String name,
int startPeriod,
int endPeriod)
Returns the distribution of activity counters with the given name and time period. |
PersistedModel |
SocialRequestLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SocialRequestLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialRequestLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialRelationLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SocialRelationLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialRelationLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivitySettingLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SocialActivitySettingLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivitySettingLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivityLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SocialActivityLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivityLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivityLimitLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SocialActivityLimitLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivityLimitLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivityCounterLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SocialActivityCounterLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivityCounterLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivityAchievementLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SocialActivityAchievementLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SocialActivityAchievementLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getReceiverUserRequests(long receiverUserId,
int start,
int end)
Returns a range of all the social requests for the receiving user. |
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getReceiverUserRequests(long receiverUserId,
int start,
int end)
Returns a range of all the social requests for the receiving user. |
List<SocialRequest> |
SocialRequestLocalService.getReceiverUserRequests(long receiverUserId,
int start,
int end)
Returns a range of all the social requests for the receiving user. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getReceiverUserRequests(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests with the given status for the receiving user. |
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getReceiverUserRequests(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests with the given status for the receiving user. |
List<SocialRequest> |
SocialRequestLocalService.getReceiverUserRequests(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests with the given status for the receiving user. |
int |
SocialRequestLocalServiceWrapper.getReceiverUserRequestsCount(long receiverUserId)
Returns the number of social requests for the receiving user. |
static int |
SocialRequestLocalServiceUtil.getReceiverUserRequestsCount(long receiverUserId)
Returns the number of social requests for the receiving user. |
int |
SocialRequestLocalService.getReceiverUserRequestsCount(long receiverUserId)
Returns the number of social requests for the receiving user. |
int |
SocialRequestLocalServiceWrapper.getReceiverUserRequestsCount(long receiverUserId,
int status)
Returns the number of social requests with the given status for the receiving user. |
static int |
SocialRequestLocalServiceUtil.getReceiverUserRequestsCount(long receiverUserId,
int status)
Returns the number of social requests with the given status for the receiving user. |
int |
SocialRequestLocalService.getReceiverUserRequestsCount(long receiverUserId,
int status)
Returns the number of social requests with the given status for the receiving user. |
SocialRelation |
SocialRelationLocalServiceWrapper.getRelation(long relationId)
Returns the relation identified by its primary key. |
static SocialRelation |
SocialRelationLocalServiceUtil.getRelation(long relationId)
Returns the relation identified by its primary key. |
SocialRelation |
SocialRelationLocalService.getRelation(long relationId)
Returns the relation identified by its primary key. |
SocialRelation |
SocialRelationLocalServiceWrapper.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2. |
static SocialRelation |
SocialRelationLocalServiceUtil.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2. |
SocialRelation |
SocialRelationLocalService.getRelation(long userId1,
long userId2,
int type)
Returns the relation of the given type between User1 and User2. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getRelationActivities(long userId,
int start,
int end)
Returns a range of all the activities done by users in a relationship with the user identified by the user ID. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getRelationActivities(long userId,
int start,
int end)
Returns a range of all the activities done by users in a relationship with the user identified by the user ID. |
List<SocialActivity> |
SocialActivityLocalService.getRelationActivities(long userId,
int start,
int end)
Returns a range of all the activities done by users in a relationship with the user identified by the user ID. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getRelationActivities(long userId,
int type,
int start,
int end)
Returns a range of all the activities done by users in a relationship of type type with the user identified by userId. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getRelationActivities(long userId,
int type,
int start,
int end)
Returns a range of all the activities done by users in a relationship of type type with the user identified by userId. |
List<SocialActivity> |
SocialActivityLocalService.getRelationActivities(long userId,
int type,
int start,
int end)
Returns a range of all the activities done by users in a relationship of type type with the user identified by userId. |
int |
SocialActivityLocalServiceWrapper.getRelationActivitiesCount(long userId)
Returns the number of activities done by users in a relationship with the user identified by userId. |
static int |
SocialActivityLocalServiceUtil.getRelationActivitiesCount(long userId)
Returns the number of activities done by users in a relationship with the user identified by userId. |
int |
SocialActivityLocalService.getRelationActivitiesCount(long userId)
Returns the number of activities done by users in a relationship with the user identified by userId. |
int |
SocialActivityLocalServiceWrapper.getRelationActivitiesCount(long userId,
int type)
Returns the number of activities done by users in a relationship of type type with the user identified by userId. |
static int |
SocialActivityLocalServiceUtil.getRelationActivitiesCount(long userId,
int type)
Returns the number of activities done by users in a relationship of type type with the user identified by userId. |
int |
SocialActivityLocalService.getRelationActivitiesCount(long userId,
int type)
Returns the number of activities done by users in a relationship of type type with the user identified by userId. |
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getRelations(long userId,
int type,
int start,
int end)
Returns a range of all the relations of the given type where the user is the subject of the relation. |
static List<SocialRelation> |
SocialRelationLocalServiceUtil.getRelations(long userId,
int type,
int start,
int end)
Returns a range of all the relations of the given type where the user is the subject of the relation. |
List<SocialRelation> |
SocialRelationLocalService.getRelations(long userId,
int type,
int start,
int end)
Returns a range of all the relations of the given type where the user is the subject of the relation. |
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getRelations(long userId1,
long userId2,
int start,
int end)
Returns a range of all the relations between User1 and User2. |
static List<SocialRelation> |
SocialRelationLocalServiceUtil.getRelations(long userId1,
long userId2,
int start,
int end)
Returns a range of all the relations between User1 and User2. |
List<SocialRelation> |
SocialRelationLocalService.getRelations(long userId1,
long userId2,
int start,
int end)
Returns a range of all the relations between User1 and User2. |
int |
SocialRelationLocalServiceWrapper.getRelationsCount(long userId,
int type)
Returns the number of relations of the given type where the user is the subject of the relation. |
static int |
SocialRelationLocalServiceUtil.getRelationsCount(long userId,
int type)
Returns the number of relations of the given type where the user is the subject of the relation. |
int |
SocialRelationLocalService.getRelationsCount(long userId,
int type)
Returns the number of relations of the given type where the user is the subject of the relation. |
int |
SocialRelationLocalServiceWrapper.getRelationsCount(long userId1,
long userId2)
Returns the number of relations between User1 and User2. |
static int |
SocialRelationLocalServiceUtil.getRelationsCount(long userId1,
long userId2)
Returns the number of relations between User1 and User2. |
int |
SocialRelationLocalService.getRelationsCount(long userId1,
long userId2)
Returns the number of relations between User1 and User2. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getSocialActivities(int start,
int end)
Returns a range of all the social activities. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getSocialActivities(int start,
int end)
Returns a range of all the social activities. |
List<SocialActivity> |
SocialActivityLocalService.getSocialActivities(int start,
int end)
Returns a range of all the social activities. |
int |
SocialActivityLocalServiceWrapper.getSocialActivitiesCount()
Returns the number of social activities. |
static int |
SocialActivityLocalServiceUtil.getSocialActivitiesCount()
Returns the number of social activities. |
int |
SocialActivityLocalService.getSocialActivitiesCount()
Returns the number of social activities. |
SocialActivity |
SocialActivityLocalServiceWrapper.getSocialActivity(long activityId)
Returns the social activity with the primary key. |
static SocialActivity |
SocialActivityLocalServiceUtil.getSocialActivity(long activityId)
Returns the social activity with the primary key. |
SocialActivity |
SocialActivityLocalService.getSocialActivity(long activityId)
Returns the social activity with the primary key. |
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievement(long activityAchievementId)
Returns the social activity achievement with the primary key. |
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.getSocialActivityAchievement(long activityAchievementId)
Returns the social activity achievement with the primary key. |
SocialActivityAchievement |
SocialActivityAchievementLocalService.getSocialActivityAchievement(long activityAchievementId)
Returns the social activity achievement with the primary key. |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievements(int start,
int end)
Returns a range of all the social activity achievements. |
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getSocialActivityAchievements(int start,
int end)
Returns a range of all the social activity achievements. |
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getSocialActivityAchievements(int start,
int end)
Returns a range of all the social activity achievements. |
int |
SocialActivityAchievementLocalServiceWrapper.getSocialActivityAchievementsCount()
Returns the number of social activity achievements. |
static int |
SocialActivityAchievementLocalServiceUtil.getSocialActivityAchievementsCount()
Returns the number of social activity achievements. |
int |
SocialActivityAchievementLocalService.getSocialActivityAchievementsCount()
Returns the number of social activity achievements. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.getSocialActivityCounter(long activityCounterId)
Returns the social activity counter with the primary key. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.getSocialActivityCounter(long activityCounterId)
Returns the social activity counter with the primary key. |
SocialActivityCounter |
SocialActivityCounterLocalService.getSocialActivityCounter(long activityCounterId)
Returns the social activity counter with the primary key. |
List<SocialActivityCounter> |
SocialActivityCounterLocalServiceWrapper.getSocialActivityCounters(int start,
int end)
Returns a range of all the social activity counters. |
static List<SocialActivityCounter> |
SocialActivityCounterLocalServiceUtil.getSocialActivityCounters(int start,
int end)
Returns a range of all the social activity counters. |
List<SocialActivityCounter> |
SocialActivityCounterLocalService.getSocialActivityCounters(int start,
int end)
Returns a range of all the social activity counters. |
int |
SocialActivityCounterLocalServiceWrapper.getSocialActivityCountersCount()
Returns the number of social activity counters. |
static int |
SocialActivityCounterLocalServiceUtil.getSocialActivityCountersCount()
Returns the number of social activity counters. |
int |
SocialActivityCounterLocalService.getSocialActivityCountersCount()
Returns the number of social activity counters. |
SocialActivityLimit |
SocialActivityLimitLocalServiceWrapper.getSocialActivityLimit(long activityLimitId)
Returns the social activity limit with the primary key. |
static SocialActivityLimit |
SocialActivityLimitLocalServiceUtil.getSocialActivityLimit(long activityLimitId)
Returns the social activity limit with the primary key. |
SocialActivityLimit |
SocialActivityLimitLocalService.getSocialActivityLimit(long activityLimitId)
Returns the social activity limit with the primary key. |
List<SocialActivityLimit> |
SocialActivityLimitLocalServiceWrapper.getSocialActivityLimits(int start,
int end)
Returns a range of all the social activity limits. |
static List<SocialActivityLimit> |
SocialActivityLimitLocalServiceUtil.getSocialActivityLimits(int start,
int end)
Returns a range of all the social activity limits. |
List<SocialActivityLimit> |
SocialActivityLimitLocalService.getSocialActivityLimits(int start,
int end)
Returns a range of all the social activity limits. |
int |
SocialActivityLimitLocalServiceWrapper.getSocialActivityLimitsCount()
Returns the number of social activity limits. |
static int |
SocialActivityLimitLocalServiceUtil.getSocialActivityLimitsCount()
Returns the number of social activity limits. |
int |
SocialActivityLimitLocalService.getSocialActivityLimitsCount()
Returns the number of social activity limits. |
SocialActivitySetting |
SocialActivitySettingLocalServiceWrapper.getSocialActivitySetting(long activitySettingId)
Returns the social activity setting with the primary key. |
static SocialActivitySetting |
SocialActivitySettingLocalServiceUtil.getSocialActivitySetting(long activitySettingId)
Returns the social activity setting with the primary key. |
SocialActivitySetting |
SocialActivitySettingLocalService.getSocialActivitySetting(long activitySettingId)
Returns the social activity setting with the primary key. |
List<SocialActivitySetting> |
SocialActivitySettingLocalServiceWrapper.getSocialActivitySettings(int start,
int end)
Returns a range of all the social activity settings. |
static List<SocialActivitySetting> |
SocialActivitySettingLocalServiceUtil.getSocialActivitySettings(int start,
int end)
Returns a range of all the social activity settings. |
List<SocialActivitySetting> |
SocialActivitySettingLocalService.getSocialActivitySettings(int start,
int end)
Returns a range of all the social activity settings. |
int |
SocialActivitySettingLocalServiceWrapper.getSocialActivitySettingsCount()
Returns the number of social activity settings. |
static int |
SocialActivitySettingLocalServiceUtil.getSocialActivitySettingsCount()
Returns the number of social activity settings. |
int |
SocialActivitySettingLocalService.getSocialActivitySettingsCount()
Returns the number of social activity settings. |
SocialRelation |
SocialRelationLocalServiceWrapper.getSocialRelation(long relationId)
Returns the social relation with the primary key. |
static SocialRelation |
SocialRelationLocalServiceUtil.getSocialRelation(long relationId)
Returns the social relation with the primary key. |
SocialRelation |
SocialRelationLocalService.getSocialRelation(long relationId)
Returns the social relation with the primary key. |
List<SocialRelation> |
SocialRelationLocalServiceWrapper.getSocialRelations(int start,
int end)
Returns a range of all the social relations. |
static List<SocialRelation> |
SocialRelationLocalServiceUtil.getSocialRelations(int start,
int end)
Returns a range of all the social relations. |
List<SocialRelation> |
SocialRelationLocalService.getSocialRelations(int start,
int end)
Returns a range of all the social relations. |
int |
SocialRelationLocalServiceWrapper.getSocialRelationsCount()
Returns the number of social relations. |
static int |
SocialRelationLocalServiceUtil.getSocialRelationsCount()
Returns the number of social relations. |
int |
SocialRelationLocalService.getSocialRelationsCount()
Returns the number of social relations. |
SocialRequest |
SocialRequestLocalServiceWrapper.getSocialRequest(long requestId)
Returns the social request with the primary key. |
static SocialRequest |
SocialRequestLocalServiceUtil.getSocialRequest(long requestId)
Returns the social request with the primary key. |
SocialRequest |
SocialRequestLocalService.getSocialRequest(long requestId)
Returns the social request with the primary key. |
SocialRequest |
SocialRequestLocalServiceWrapper.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request with the UUID in the group. |
static SocialRequest |
SocialRequestLocalServiceUtil.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request with the UUID in the group. |
SocialRequest |
SocialRequestLocalService.getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request with the UUID in the group. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getSocialRequests(int start,
int end)
Returns a range of all the social requests. |
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getSocialRequests(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
SocialRequestLocalService.getSocialRequests(int start,
int end)
Returns a range of all the social requests. |
int |
SocialRequestLocalServiceWrapper.getSocialRequestsCount()
Returns the number of social requests. |
static int |
SocialRequestLocalServiceUtil.getSocialRequestsCount()
Returns the number of social requests. |
int |
SocialRequestLocalService.getSocialRequestsCount()
Returns the number of social requests. |
int |
SocialActivityAchievementLocalServiceWrapper.getUserAchievementCount(long userId,
long groupId,
String name)
|
static int |
SocialActivityAchievementLocalServiceUtil.getUserAchievementCount(long userId,
long groupId,
String name)
|
int |
SocialActivityAchievementLocalService.getUserAchievementCount(long userId,
long groupId,
String name)
|
List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceWrapper.getUserAchievements(long userId,
long groupId,
String name)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementLocalServiceUtil.getUserAchievements(long userId,
long groupId,
String name)
|
List<SocialActivityAchievement> |
SocialActivityAchievementLocalService.getUserAchievements(long userId,
long groupId,
String name)
|
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getUserActivities(long userId,
int start,
int end)
Returns a range of all the activities done by the user. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getUserActivities(long userId,
int start,
int end)
Returns a range of all the activities done by the user. |
List<SocialActivity> |
SocialActivityLocalService.getUserActivities(long userId,
int start,
int end)
Returns a range of all the activities done by the user. |
int |
SocialActivityLocalServiceWrapper.getUserActivitiesCount(long userId)
Returns the number of activities done by the user. |
static int |
SocialActivityLocalServiceUtil.getUserActivitiesCount(long userId)
Returns the number of activities done by the user. |
int |
SocialActivityLocalService.getUserActivitiesCount(long userId)
Returns the number of activities done by the user. |
List<Tuple> |
SocialActivityCounterLocalServiceWrapper.getUserActivityCounters(long groupId,
String[] rankingNames,
String[] selectedNames,
int start,
int end)
Returns the range of tuples that contain users and a list of activity counters. |
static List<Tuple> |
SocialActivityCounterLocalServiceUtil.getUserActivityCounters(long groupId,
String[] rankingNames,
String[] selectedNames,
int start,
int end)
Returns the range of tuples that contain users and a list of activity counters. |
List<Tuple> |
SocialActivityCounterLocalService.getUserActivityCounters(long groupId,
String[] rankingNames,
String[] selectedNames,
int start,
int end)
Returns the range of tuples that contain users and a list of activity counters. |
int |
SocialActivityCounterLocalServiceWrapper.getUserActivityCountersCount(long groupId,
String[] rankingNames)
Returns the number of users having a rank based on the given counters. |
static int |
SocialActivityCounterLocalServiceUtil.getUserActivityCountersCount(long groupId,
String[] rankingNames)
Returns the number of users having a rank based on the given counters. |
int |
SocialActivityCounterLocalService.getUserActivityCountersCount(long groupId,
String[] rankingNames)
Returns the number of users having a rank based on the given counters. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getUserGroupsActivities(long userId,
int start,
int end)
Returns a range of all the activities done in the user's groups. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getUserGroupsActivities(long userId,
int start,
int end)
Returns a range of all the activities done in the user's groups. |
List<SocialActivity> |
SocialActivityLocalService.getUserGroupsActivities(long userId,
int start,
int end)
Returns a range of all the activities done in the user's groups. |
int |
SocialActivityLocalServiceWrapper.getUserGroupsActivitiesCount(long userId)
Returns the number of activities done in user's groups. |
static int |
SocialActivityLocalServiceUtil.getUserGroupsActivitiesCount(long userId)
Returns the number of activities done in user's groups. |
int |
SocialActivityLocalService.getUserGroupsActivitiesCount(long userId)
Returns the number of activities done in user's groups. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getUserGroupsAndOrganizationsActivities(long userId,
int start,
int end)
Returns a range of all the activities done in the user's groups and organizations. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getUserGroupsAndOrganizationsActivities(long userId,
int start,
int end)
Returns a range of all the activities done in the user's groups and organizations. |
List<SocialActivity> |
SocialActivityLocalService.getUserGroupsAndOrganizationsActivities(long userId,
int start,
int end)
Returns a range of all the activities done in the user's groups and organizations. |
int |
SocialActivityLocalServiceWrapper.getUserGroupsAndOrganizationsActivitiesCount(long userId)
Returns the number of activities done in user's groups and organizations. |
static int |
SocialActivityLocalServiceUtil.getUserGroupsAndOrganizationsActivitiesCount(long userId)
Returns the number of activities done in user's groups and organizations. |
int |
SocialActivityLocalService.getUserGroupsAndOrganizationsActivitiesCount(long userId)
Returns the number of activities done in user's groups and organizations. |
List<SocialActivity> |
SocialActivityLocalServiceWrapper.getUserOrganizationsActivities(long userId,
int start,
int end)
Returns a range of all activities done in the user's organizations. |
static List<SocialActivity> |
SocialActivityLocalServiceUtil.getUserOrganizationsActivities(long userId,
int start,
int end)
Returns a range of all activities done in the user's organizations. |
List<SocialActivity> |
SocialActivityLocalService.getUserOrganizationsActivities(long userId,
int start,
int end)
Returns a range of all activities done in the user's organizations. |
int |
SocialActivityLocalServiceWrapper.getUserOrganizationsActivitiesCount(long userId)
Returns the number of activities done in the user's organizations. |
static int |
SocialActivityLocalServiceUtil.getUserOrganizationsActivitiesCount(long userId)
Returns the number of activities done in the user's organizations. |
int |
SocialActivityLocalService.getUserOrganizationsActivitiesCount(long userId)
Returns the number of activities done in the user's organizations. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getUserRequests(long userId,
int start,
int end)
Returns a range of all the social requests for the requesting user. |
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getUserRequests(long userId,
int start,
int end)
Returns a range of all the social requests for the requesting user. |
List<SocialRequest> |
SocialRequestLocalService.getUserRequests(long userId,
int start,
int end)
Returns a range of all the social requests for the requesting user. |
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getUserRequests(long userId,
int status,
int start,
int end)
Returns a range of all the social requests with the given status for the requesting user. |
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getUserRequests(long userId,
int status,
int start,
int end)
Returns a range of all the social requests with the given status for the requesting user. |
List<SocialRequest> |
SocialRequestLocalService.getUserRequests(long userId,
int status,
int start,
int end)
Returns a range of all the social requests with the given status for the requesting user. |
int |
SocialRequestLocalServiceWrapper.getUserRequestsCount(long userId)
Returns the number of social requests for the requesting user. |
static int |
SocialRequestLocalServiceUtil.getUserRequestsCount(long userId)
Returns the number of social requests for the requesting user. |
int |
SocialRequestLocalService.getUserRequestsCount(long userId)
Returns the number of social requests for the requesting user. |
int |
SocialRequestLocalServiceWrapper.getUserRequestsCount(long userId,
int status)
Returns the number of social requests with the given status for the requesting user. |
static int |
SocialRequestLocalServiceUtil.getUserRequestsCount(long userId,
int status)
Returns the number of social requests with the given status for the requesting user. |
int |
SocialRequestLocalService.getUserRequestsCount(long userId,
int status)
Returns the number of social requests with the given status for the requesting user. |
boolean |
SocialRelationLocalServiceWrapper.hasRelation(long userId1,
long userId2,
int type)
Returns true if a relation of the given type exists where
the user with primary key userId1 is User1 of the relation
and the user with the primary key userId2 is User2 of the
relation. |
static boolean |
SocialRelationLocalServiceUtil.hasRelation(long userId1,
long userId2,
int type)
Returns true if a relation of the given type exists where
the user with primary key userId1 is User1 of the relation
and the user with the primary key userId2 is User2 of the
relation. |
boolean |
SocialRelationLocalService.hasRelation(long userId1,
long userId2,
int type)
Returns true if a relation of the given type exists where
the user with primary key userId1 is User1 of the relation
and the user with the primary key userId2 is User2 of the
relation. |
boolean |
SocialRequestLocalServiceWrapper.hasRequest(long userId,
String className,
long classPK,
int type,
int status)
Returns true if a matching social requests exists in the
database. |
static boolean |
SocialRequestLocalServiceUtil.hasRequest(long userId,
String className,
long classPK,
int type,
int status)
Returns true if a matching social requests exists in the
database. |
boolean |
SocialRequestLocalService.hasRequest(long userId,
String className,
long classPK,
int type,
int status)
Returns true if a matching social requests exists in the
database. |
boolean |
SocialRequestLocalServiceWrapper.hasRequest(long userId,
String className,
long classPK,
int type,
long receiverUserId,
int status)
Returns true if a matching social request exists in the
database. |
static boolean |
SocialRequestLocalServiceUtil.hasRequest(long userId,
String className,
long classPK,
int type,
long receiverUserId,
int status)
Returns true if a matching social request exists in the
database. |
boolean |
SocialRequestLocalService.hasRequest(long userId,
String className,
long classPK,
int type,
long receiverUserId,
int status)
Returns true if a matching social request exists in the
database. |
void |
SocialActivityCounterLocalServiceWrapper.incrementUserAchievementCounter(long userId,
long groupId)
Increments the user.achievements counter for a user. |
static void |
SocialActivityCounterLocalServiceUtil.incrementUserAchievementCounter(long userId,
long groupId)
Increments the user.achievements counter for a user. |
void |
SocialActivityCounterLocalService.incrementUserAchievementCounter(long userId,
long groupId)
Increments the user.achievements counter for a user. |
boolean |
SocialActivitySettingLocalServiceWrapper.isEnabled(long groupId,
long classNameId)
|
static boolean |
SocialActivitySettingLocalServiceUtil.isEnabled(long groupId,
long classNameId)
|
boolean |
SocialActivitySettingLocalService.isEnabled(long groupId,
long classNameId)
|
boolean |
SocialActivitySettingLocalServiceWrapper.isEnabled(long groupId,
long classNameId,
long classPK)
|
static boolean |
SocialActivitySettingLocalServiceUtil.isEnabled(long groupId,
long classNameId,
long classPK)
|
boolean |
SocialActivitySettingLocalService.isEnabled(long groupId,
long classNameId,
long classPK)
|
boolean |
SocialRelationLocalServiceWrapper.isRelatable(long userId1,
long userId2,
int type)
Returns true if the users can be in a relation of the given
type where the user with primary key userId1 is User1 of the
relation and the user with the primary key userId2 is User2
of the relation. |
static boolean |
SocialRelationLocalServiceUtil.isRelatable(long userId1,
long userId2,
int type)
Returns true if the users can be in a relation of the given
type where the user with primary key userId1 is User1 of the
relation and the user with the primary key userId2 is User2
of the relation. |
boolean |
SocialRelationLocalService.isRelatable(long userId1,
long userId2,
int type)
Returns true if the users can be in a relation of the given
type where the user with primary key userId1 is User1 of the
relation and the user with the primary key userId2 is User2
of the relation. |
void |
SocialActivitySettingServiceWrapper.updateActivitySetting(long groupId,
String className,
boolean enabled)
|
static void |
SocialActivitySettingServiceUtil.updateActivitySetting(long groupId,
String className,
boolean enabled)
|
void |
SocialActivitySettingService.updateActivitySetting(long groupId,
String className,
boolean enabled)
|
void |
SocialActivitySettingLocalServiceWrapper.updateActivitySetting(long groupId,
String className,
boolean enabled)
|
static void |
SocialActivitySettingLocalServiceUtil.updateActivitySetting(long groupId,
String className,
boolean enabled)
|
void |
SocialActivitySettingLocalService.updateActivitySetting(long groupId,
String className,
boolean enabled)
|
void |
SocialActivitySettingServiceWrapper.updateActivitySetting(long groupId,
String className,
int activityType,
SocialActivityCounterDefinition activityCounterDefinition)
|
static void |
SocialActivitySettingServiceUtil.updateActivitySetting(long groupId,
String className,
int activityType,
SocialActivityCounterDefinition activityCounterDefinition)
|
void |
SocialActivitySettingService.updateActivitySetting(long groupId,
String className,
int activityType,
SocialActivityCounterDefinition activityCounterDefinition)
|
void |
SocialActivitySettingLocalServiceWrapper.updateActivitySetting(long groupId,
String className,
int activityType,
SocialActivityCounterDefinition activityCounterDefinition)
|
static void |
SocialActivitySettingLocalServiceUtil.updateActivitySetting(long groupId,
String className,
int activityType,
SocialActivityCounterDefinition activityCounterDefinition)
|
void |
SocialActivitySettingLocalService.updateActivitySetting(long groupId,
String className,
int activityType,
SocialActivityCounterDefinition activityCounterDefinition)
|
void |
SocialActivitySettingLocalServiceWrapper.updateActivitySetting(long groupId,
String className,
long classPK,
boolean enabled)
|
static void |
SocialActivitySettingLocalServiceUtil.updateActivitySetting(long groupId,
String className,
long classPK,
boolean enabled)
|
void |
SocialActivitySettingLocalService.updateActivitySetting(long groupId,
String className,
long classPK,
boolean enabled)
|
void |
SocialActivitySettingServiceWrapper.updateActivitySettings(long groupId,
String className,
int activityType,
List<SocialActivityCounterDefinition> activityCounterDefinitions)
|
static void |
SocialActivitySettingServiceUtil.updateActivitySettings(long groupId,
String className,
int activityType,
List<SocialActivityCounterDefinition> activityCounterDefinitions)
|
void |
SocialActivitySettingService.updateActivitySettings(long groupId,
String className,
int activityType,
List<SocialActivityCounterDefinition> activityCounterDefinitions)
|
void |
SocialActivitySettingLocalServiceWrapper.updateActivitySettings(long groupId,
String className,
int activityType,
List<SocialActivityCounterDefinition> activityCounterDefinitions)
|
static void |
SocialActivitySettingLocalServiceUtil.updateActivitySettings(long groupId,
String className,
int activityType,
List<SocialActivityCounterDefinition> activityCounterDefinitions)
|
void |
SocialActivitySettingLocalService.updateActivitySettings(long groupId,
String className,
int activityType,
List<SocialActivityCounterDefinition> activityCounterDefinitions)
|
SocialRequest |
SocialRequestServiceWrapper.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
static SocialRequest |
SocialRequestServiceUtil.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
SocialRequest |
SocialRequestService.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
SocialRequest |
SocialRequestLocalServiceWrapper.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
Updates the social request replacing its status. |
static SocialRequest |
SocialRequestLocalServiceUtil.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
Updates the social request replacing its status. |
SocialRequest |
SocialRequestLocalService.updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
Updates the social request replacing its status. |
SocialActivity |
SocialActivityLocalServiceWrapper.updateSocialActivity(SocialActivity socialActivity)
Updates the social activity in the database or adds it if it does not yet exist. |
static SocialActivity |
SocialActivityLocalServiceUtil.updateSocialActivity(SocialActivity socialActivity)
Updates the social activity in the database or adds it if it does not yet exist. |
SocialActivity |
SocialActivityLocalService.updateSocialActivity(SocialActivity socialActivity)
Updates the social activity in the database or adds it if it does not yet exist. |
SocialActivityAchievement |
SocialActivityAchievementLocalServiceWrapper.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Updates the social activity achievement in the database or adds it if it does not yet exist. |
static SocialActivityAchievement |
SocialActivityAchievementLocalServiceUtil.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Updates the social activity achievement in the database or adds it if it does not yet exist. |
SocialActivityAchievement |
SocialActivityAchievementLocalService.updateSocialActivityAchievement(SocialActivityAchievement socialActivityAchievement)
Updates the social activity achievement in the database or adds it if it does not yet exist. |
SocialActivityCounter |
SocialActivityCounterLocalServiceWrapper.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Updates the social activity counter in the database or adds it if it does not yet exist. |
static SocialActivityCounter |
SocialActivityCounterLocalServiceUtil.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Updates the social activity counter in the database or adds it if it does not yet exist. |
SocialActivityCounter |
SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
Updates the social activity counter in the database or adds it if it does not yet exist. |
SocialActivityLimit |
SocialActivityLimitLocalServiceWrapper.updateSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Updates the social activity limit in the database or adds it if it does not yet exist. |
static SocialActivityLimit |
SocialActivityLimitLocalServiceUtil.updateSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Updates the social activity limit in the database or adds it if it does not yet exist. |
SocialActivityLimit |
SocialActivityLimitLocalService.updateSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Updates the social activity limit in the database or adds it if it does not yet exist. |
SocialActivitySetting |
SocialActivitySettingLocalServiceWrapper.updateSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Updates the social activity setting in the database or adds it if it does not yet exist. |
static SocialActivitySetting |
SocialActivitySettingLocalServiceUtil.updateSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Updates the social activity setting in the database or adds it if it does not yet exist. |
SocialActivitySetting |
SocialActivitySettingLocalService.updateSocialActivitySetting(SocialActivitySetting socialActivitySetting)
Updates the social activity setting in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalServiceWrapper.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
static SocialRelation |
SocialRelationLocalServiceUtil.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRelation |
SocialRelationLocalService.updateSocialRelation(SocialRelation socialRelation)
Updates the social relation in the database or adds it if it does not yet exist. |
SocialRequest |
SocialRequestLocalServiceWrapper.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
static SocialRequest |
SocialRequestLocalServiceUtil.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
SocialRequest |
SocialRequestLocalService.updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
| Uses of SystemException in com.liferay.portlet.social.service.persistence |
|---|
| Methods in com.liferay.portlet.social.service.persistence that throw SystemException | |
|---|---|
static int |
SocialRequestUtil.countAll()
Returns the number of social requests. |
int |
SocialRequestPersistence.countAll()
Returns the number of social requests. |
static int |
SocialRelationUtil.countAll()
Returns the number of social relations. |
int |
SocialRelationPersistence.countAll()
Returns the number of social relations. |
static int |
SocialActivityUtil.countAll()
Returns the number of social activities. |
static int |
SocialActivitySettingUtil.countAll()
Returns the number of social activity settings. |
int |
SocialActivitySettingPersistence.countAll()
Returns the number of social activity settings. |
int |
SocialActivityPersistence.countAll()
Returns the number of social activities. |
static int |
SocialActivityLimitUtil.countAll()
Returns the number of social activity limits. |
int |
SocialActivityLimitPersistence.countAll()
Returns the number of social activity limits. |
static int |
SocialActivityCounterUtil.countAll()
Returns the number of social activity counters. |
int |
SocialActivityCounterPersistence.countAll()
Returns the number of social activity counters. |
static int |
SocialActivityAchievementUtil.countAll()
Returns the number of social activity achievements. |
int |
SocialActivityAchievementPersistence.countAll()
Returns the number of social activity achievements. |
static int |
SocialRequestUtil.countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Returns the number of social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
int |
SocialRequestPersistence.countByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Returns the number of social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static int |
SocialActivityUtil.countByC_C(long classNameId,
long classPK)
Returns the number of social activities where classNameId = ? and classPK = ?. |
int |
SocialActivityPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of social activities where classNameId = ? and classPK = ?. |
static int |
SocialActivityLimitUtil.countByC_C(long classNameId,
long classPK)
Returns the number of social activity limits where classNameId = ? and classPK = ?. |
int |
SocialActivityLimitPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of social activity limits where classNameId = ? and classPK = ?. |
static int |
SocialActivityCounterUtil.countByC_C(long classNameId,
long classPK)
Returns the number of social activity counters where classNameId = ? and classPK = ?. |
int |
SocialActivityCounterPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of social activity counters where classNameId = ? and classPK = ?. |
static int |
SocialRelationUtil.countByC_T(long companyId,
int type)
Returns the number of social relations where companyId = ? and type = ?. |
int |
SocialRelationPersistence.countByC_T(long companyId,
int type)
Returns the number of social relations where companyId = ? and type = ?. |
static int |
SocialActivityUtil.countByClassNameId(long classNameId)
Returns the number of social activities where classNameId = ?. |
int |
SocialActivityPersistence.countByClassNameId(long classNameId)
Returns the number of social activities where classNameId = ?. |
static int |
SocialRequestUtil.countByCompanyId(long companyId)
Returns the number of social requests where companyId = ?. |
int |
SocialRequestPersistence.countByCompanyId(long companyId)
Returns the number of social requests where companyId = ?. |
static int |
SocialRelationUtil.countByCompanyId(long companyId)
Returns the number of social relations where companyId = ?. |
int |
SocialRelationPersistence.countByCompanyId(long companyId)
Returns the number of social relations where companyId = ?. |
static int |
SocialActivityUtil.countByCompanyId(long companyId)
Returns the number of social activities where companyId = ?. |
int |
SocialActivityPersistence.countByCompanyId(long companyId)
Returns the number of social activities where companyId = ?. |
static int |
SocialActivitySettingUtil.countByG_A(long groupId,
int activityType)
Returns the number of social activity settings where groupId = ? and activityType = ?. |
int |
SocialActivitySettingPersistence.countByG_A(long groupId,
int activityType)
Returns the number of social activity settings where groupId = ? and activityType = ?. |
static int |
SocialActivitySettingUtil.countByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Returns the number of social activity settings where groupId = ? and classNameId = ? and activityType = ? and name = ?. |
int |
SocialActivitySettingPersistence.countByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Returns the number of social activity settings where groupId = ? and classNameId = ? and activityType = ? and name = ?. |
static int |
SocialActivitySettingUtil.countByG_C_A(long groupId,
long classNameId,
int activityType)
Returns the number of social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
int |
SocialActivitySettingPersistence.countByG_C_A(long groupId,
long classNameId,
int activityType)
Returns the number of social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
static int |
SocialActivityCounterUtil.countByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ?. |
int |
SocialActivityCounterPersistence.countByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ?. |
static int |
SocialActivityCounterUtil.countByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ?. |
int |
SocialActivityCounterPersistence.countByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ?. |
static int |
SocialActivityCounterUtil.countByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
int |
SocialActivityCounterPersistence.countByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static int |
SocialActivitySettingUtil.countByG_C(long groupId,
long classNameId)
Returns the number of social activity settings where groupId = ? and classNameId = ?. |
int |
SocialActivitySettingPersistence.countByG_C(long groupId,
long classNameId)
Returns the number of social activity settings where groupId = ? and classNameId = ?. |
static int |
SocialActivityAchievementUtil.countByG_F(long groupId,
boolean firstInGroup)
Returns the number of social activity achievements where groupId = ? and firstInGroup = ?. |
int |
SocialActivityAchievementPersistence.countByG_F(long groupId,
boolean firstInGroup)
Returns the number of social activity achievements where groupId = ? and firstInGroup = ?. |
static int |
SocialActivityAchievementUtil.countByG_N(long groupId,
String name)
Returns the number of social activity achievements where groupId = ? and name = ?. |
int |
SocialActivityAchievementPersistence.countByG_N(long groupId,
String name)
Returns the number of social activity achievements where groupId = ? and name = ?. |
static int |
SocialActivityLimitUtil.countByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Returns the number of social activity limits where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ?. |
int |
SocialActivityLimitPersistence.countByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Returns the number of social activity limits where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ?. |
static int |
SocialActivityUtil.countByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
int |
SocialActivityPersistence.countByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static int |
SocialActivityUtil.countByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social activities where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
int |
SocialActivityPersistence.countByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social activities where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static int |
SocialActivityAchievementUtil.countByG_U_F(long groupId,
long userId,
boolean firstInGroup)
Returns the number of social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
int |
SocialActivityAchievementPersistence.countByG_U_F(long groupId,
long userId,
boolean firstInGroup)
Returns the number of social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
static int |
SocialActivityAchievementUtil.countByG_U_N(long groupId,
long userId,
String name)
Returns the number of social activity achievements where groupId = ? and userId = ? and name = ?. |
int |
SocialActivityAchievementPersistence.countByG_U_N(long groupId,
long userId,
String name)
Returns the number of social activity achievements where groupId = ? and userId = ? and name = ?. |
static int |
SocialActivityAchievementUtil.countByG_U(long groupId,
long userId)
Returns the number of social activity achievements where groupId = ? and userId = ?. |
int |
SocialActivityAchievementPersistence.countByG_U(long groupId,
long userId)
Returns the number of social activity achievements where groupId = ? and userId = ?. |
static int |
SocialActivityUtil.countByGroupId(long groupId)
Returns the number of social activities where groupId = ?. |
static int |
SocialActivitySettingUtil.countByGroupId(long groupId)
Returns the number of social activity settings where groupId = ?. |
int |
SocialActivitySettingPersistence.countByGroupId(long groupId)
Returns the number of social activity settings where groupId = ?. |
int |
SocialActivityPersistence.countByGroupId(long groupId)
Returns the number of social activities where groupId = ?. |
static int |
SocialActivityFinderUtil.countByGroupId(long groupId)
|
int |
SocialActivityFinder.countByGroupId(long groupId)
|
static int |
SocialActivityAchievementUtil.countByGroupId(long groupId)
Returns the number of social activity achievements where groupId = ?. |
int |
SocialActivityAchievementPersistence.countByGroupId(long groupId)
Returns the number of social activity achievements where groupId = ?. |
static int |
SocialActivityFinderUtil.countByGroupUsers(long groupId)
|
int |
SocialActivityFinder.countByGroupUsers(long groupId)
|
static int |
SocialActivityUtil.countByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Returns the number of social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
int |
SocialActivityPersistence.countByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Returns the number of social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static int |
SocialActivityUtil.countByMirrorActivityId(long mirrorActivityId)
Returns the number of social activities where mirrorActivityId = ?. |
int |
SocialActivityPersistence.countByMirrorActivityId(long mirrorActivityId)
Returns the number of social activities where mirrorActivityId = ?. |
static int |
SocialActivityFinderUtil.countByOrganizationId(long organizationId)
|
int |
SocialActivityFinder.countByOrganizationId(long organizationId)
|
static int |
SocialActivityFinderUtil.countByOrganizationUsers(long organizationId)
|
int |
SocialActivityFinder.countByOrganizationUsers(long organizationId)
|
static int |
SocialRequestUtil.countByR_S(long receiverUserId,
int status)
Returns the number of social requests where receiverUserId = ? and status = ?. |
int |
SocialRequestPersistence.countByR_S(long receiverUserId,
int status)
Returns the number of social requests where receiverUserId = ? and status = ?. |
static int |
SocialRequestUtil.countByReceiverUserId(long receiverUserId)
Returns the number of social requests where receiverUserId = ?. |
int |
SocialRequestPersistence.countByReceiverUserId(long receiverUserId)
Returns the number of social requests where receiverUserId = ?. |
static int |
SocialActivityUtil.countByReceiverUserId(long receiverUserId)
Returns the number of social activities where receiverUserId = ?. |
int |
SocialActivityPersistence.countByReceiverUserId(long receiverUserId)
Returns the number of social activities where receiverUserId = ?. |
static int |
SocialActivityFinderUtil.countByRelation(long userId)
|
int |
SocialActivityFinder.countByRelation(long userId)
|
static int |
SocialActivityFinderUtil.countByRelationType(long userId,
int type)
|
int |
SocialActivityFinder.countByRelationType(long userId,
int type)
|
static int |
SocialRelationUtil.countByType(int type)
Returns the number of social relations where type = ?. |
int |
SocialRelationPersistence.countByType(int type)
Returns the number of social relations where type = ?. |
static int |
SocialRequestUtil.countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
int |
SocialRequestPersistence.countByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static int |
SocialRequestUtil.countByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
int |
SocialRequestPersistence.countByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Returns the number of social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static int |
SocialRequestUtil.countByU_S(long userId,
int status)
Returns the number of social requests where userId = ? and status = ?. |
int |
SocialRequestPersistence.countByU_S(long userId,
int status)
Returns the number of social requests where userId = ? and status = ?. |
static int |
SocialRelationUtil.countByU1_T(long userId1,
int type)
Returns the number of social relations where userId1 = ? and type = ?. |
int |
SocialRelationPersistence.countByU1_T(long userId1,
int type)
Returns the number of social relations where userId1 = ? and type = ?. |
static int |
SocialRelationUtil.countByU1_U2_T(long userId1,
long userId2,
int type)
Returns the number of social relations where userId1 = ? and userId2 = ? and type = ?. |
int |
SocialRelationPersistence.countByU1_U2_T(long userId1,
long userId2,
int type)
Returns the number of social relations where userId1 = ? and userId2 = ? and type = ?. |
static int |
SocialRelationUtil.countByU1_U2(long userId1,
long userId2)
Returns the number of social relations where userId1 = ? and userId2 = ?. |
int |
SocialRelationPersistence.countByU1_U2(long userId1,
long userId2)
Returns the number of social relations where userId1 = ? and userId2 = ?. |
static int |
SocialRelationUtil.countByU2_T(long userId2,
int type)
Returns the number of social relations where userId2 = ? and type = ?. |
int |
SocialRelationPersistence.countByU2_T(long userId2,
int type)
Returns the number of social relations where userId2 = ? and type = ?. |
static int |
SocialActivityFinderUtil.countByUserGroups(long userId)
|
int |
SocialActivityFinder.countByUserGroups(long userId)
|
static int |
SocialActivityFinderUtil.countByUserGroupsAndOrganizations(long userId)
|
int |
SocialActivityFinder.countByUserGroupsAndOrganizations(long userId)
|
static int |
SocialRequestUtil.countByUserId(long userId)
Returns the number of social requests where userId = ?. |
int |
SocialRequestPersistence.countByUserId(long userId)
Returns the number of social requests where userId = ?. |
static int |
SocialActivityUtil.countByUserId(long userId)
Returns the number of social activities where userId = ?. |
int |
SocialActivityPersistence.countByUserId(long userId)
Returns the number of social activities where userId = ?. |
static int |
SocialActivityLimitUtil.countByUserId(long userId)
Returns the number of social activity limits where userId = ?. |
int |
SocialActivityLimitPersistence.countByUserId(long userId)
Returns the number of social activity limits where userId = ?. |
static int |
SocialRelationUtil.countByUserId1(long userId1)
Returns the number of social relations where userId1 = ?. |
int |
SocialRelationPersistence.countByUserId1(long userId1)
Returns the number of social relations where userId1 = ?. |
static int |
SocialRelationUtil.countByUserId2(long userId2)
Returns the number of social relations where userId2 = ?. |
int |
SocialRelationPersistence.countByUserId2(long userId2)
Returns the number of social relations where userId2 = ?. |
static int |
SocialActivityFinderUtil.countByUserOrganizations(long userId)
|
int |
SocialActivityFinder.countByUserOrganizations(long userId)
|
static int |
SocialRequestUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of social requests where uuid = ? and companyId = ?. |
int |
SocialRequestPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of social requests where uuid = ? and companyId = ?. |
static int |
SocialRelationUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of social relations where uuid = ? and companyId = ?. |
int |
SocialRelationPersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of social relations where uuid = ? and companyId = ?. |
static int |
SocialRequestUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of social requests where uuid = ? and groupId = ?. |
int |
SocialRequestPersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of social requests where uuid = ? and groupId = ?. |
static int |
SocialRequestUtil.countByUuid(String uuid)
Returns the number of social requests where uuid = ?. |
int |
SocialRequestPersistence.countByUuid(String uuid)
Returns the number of social requests where uuid = ?. |
static int |
SocialRelationUtil.countByUuid(String uuid)
Returns the number of social relations where uuid = ?. |
int |
SocialRelationPersistence.countByUuid(String uuid)
Returns the number of social relations where uuid = ?. |
static int |
SocialActivityCounterFinderUtil.countU_ByG_N(long groupId,
String[] names)
|
int |
SocialActivityCounterFinder.countU_ByG_N(long groupId,
String[] names)
|
long |
SocialRequestUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SocialRelationUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SocialActivityUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SocialActivitySettingUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SocialActivityLimitUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SocialActivityCounterUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SocialActivityAchievementUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static SocialActivity |
SocialActivityUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialRequest |
SocialRequestUtil.fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRelation |
SocialRelationUtil.fetchByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_A_First(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_A_First(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_A_Last(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_A_Last(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Returns the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? or returns null if it could not be found. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Returns the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? or returns null if it could not be found. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name,
boolean retrieveFromCache)
Returns the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name,
boolean retrieveFromCache)
Returns the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod,
boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod,
boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod,
boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod,
boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_F_First(long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_F_First(long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_F_Last(long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_F_Last(long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_N_First(long groupId,
String name,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_N_First(long groupId,
String name,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_N_Last(long groupId,
String name,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_N_Last(long groupId,
String name,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or returns null if it could not be found. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or returns null if it could not be found. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName,
boolean retrieveFromCache)
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName,
boolean retrieveFromCache)
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialActivity |
SocialActivityUtil.fetchByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
SocialActivity |
SocialActivityPersistence.fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
static SocialActivity |
SocialActivityUtil.fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivity |
SocialActivityPersistence.fetchByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_F_First(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_F_First(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_F_Last(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_F_Last(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_N(long groupId,
long userId,
String name)
Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returns null if it could not be found. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_N(long groupId,
long userId,
String name)
Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returns null if it could not be found. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_N(long groupId,
long userId,
String name,
boolean retrieveFromCache)
Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_N(long groupId,
long userId,
String name,
boolean retrieveFromCache)
Returns the social activity achievement where groupId = ? and userId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialActivity |
SocialActivityUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.fetchByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.fetchByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.fetchByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.fetchByMirrorActivityId(long mirrorActivityId)
Returns the social activity where mirrorActivityId = ? or returns null if it could not be found. |
SocialActivity |
SocialActivityPersistence.fetchByMirrorActivityId(long mirrorActivityId)
Returns the social activity where mirrorActivityId = ? or returns null if it could not be found. |
static SocialActivity |
SocialActivityUtil.fetchByMirrorActivityId(long mirrorActivityId,
boolean retrieveFromCache)
Returns the social activity where mirrorActivityId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivity |
SocialActivityPersistence.fetchByMirrorActivityId(long mirrorActivityId,
boolean retrieveFromCache)
Returns the social activity where mirrorActivityId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialRequest |
SocialRequestUtil.fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistence.fetchByPrimaryKey(long requestId)
Returns the social request with the primary key or returns null if it could not be found. |
static SocialRelation |
SocialRelationUtil.fetchByPrimaryKey(long relationId)
Returns the social relation with the primary key or returns null if it could not be found. |
SocialRelation |
SocialRelationPersistence.fetchByPrimaryKey(long relationId)
Returns the social relation with the primary key or returns null if it could not be found. |
static SocialActivity |
SocialActivityUtil.fetchByPrimaryKey(long activityId)
Returns the social activity with the primary key or returns null if it could not be found. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByPrimaryKey(long activitySettingId)
Returns the social activity setting with the primary key or returns null if it could not be found. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByPrimaryKey(long activitySettingId)
Returns the social activity setting with the primary key or returns null if it could not be found. |
SocialActivity |
SocialActivityPersistence.fetchByPrimaryKey(long activityId)
Returns the social activity with the primary key or returns null if it could not be found. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByPrimaryKey(long activityLimitId)
Returns the social activity limit with the primary key or returns null if it could not be found. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByPrimaryKey(long activityLimitId)
Returns the social activity limit with the primary key or returns null if it could not be found. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or returns null if it could not be found. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or returns null if it could not be found. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByPrimaryKey(long activityAchievementId)
Returns the social activity achievement with the primary key or returns null if it could not be found. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByPrimaryKey(long activityAchievementId)
Returns the social activity achievement with the primary key or returns null if it could not be found. |
static SocialRequest |
SocialRequestUtil.fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
static SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistence.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found. |
static SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
SocialRequestPersistence.fetchByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
boolean retrieveFromCache)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_T(long userId1,
long userId2,
int type,
boolean retrieveFromCache)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_T(long userId1,
long userId2,
int type,
boolean retrieveFromCache)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialRelation |
SocialRelationUtil.fetchByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found. |
SocialRequest |
SocialRequestPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found. |
static SocialRequest |
SocialRequestUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
SocialRequest |
SocialRequestPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the social request where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterFinderUtil.findAC_By_G_C_C_N_S_E(long groupId,
List<Long> userIds,
String[] names,
int start,
int end)
|
List<SocialActivityCounter> |
SocialActivityCounterFinder.findAC_By_G_C_C_N_S_E(long groupId,
List<Long> userIds,
String[] names,
int start,
int end)
|
static List<SocialActivityCounter> |
SocialActivityCounterFinderUtil.findAC_ByG_N_S_E_1(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
List<SocialActivityCounter> |
SocialActivityCounterFinder.findAC_ByG_N_S_E_1(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
static List<SocialActivityCounter> |
SocialActivityCounterFinderUtil.findAC_ByG_N_S_E_2(long groupId,
String counterName,
int startPeriod,
int endPeriod,
int periodLength)
|
List<SocialActivityCounter> |
SocialActivityCounterFinder.findAC_ByG_N_S_E_2(long groupId,
String counterName,
int startPeriod,
int endPeriod,
int periodLength)
|
static List<SocialRequest> |
SocialRequestUtil.findAll()
Returns all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll()
Returns all the social requests. |
static List<SocialRelation> |
SocialRelationUtil.findAll()
Returns all the social relations. |
List<SocialRelation> |
SocialRelationPersistence.findAll()
Returns all the social relations. |
static List<SocialActivity> |
SocialActivityUtil.findAll()
Returns all the social activities. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findAll()
Returns all the social activity settings. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findAll()
Returns all the social activity settings. |
List<SocialActivity> |
SocialActivityPersistence.findAll()
Returns all the social activities. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findAll()
Returns all the social activity limits. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findAll()
Returns all the social activity limits. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findAll()
Returns all the social activity counters. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findAll()
Returns all the social activity counters. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findAll()
Returns all the social activity achievements. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findAll()
Returns all the social activity achievements. |
static List<SocialRequest> |
SocialRequestUtil.findAll(int start,
int end)
Returns a range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll(int start,
int end)
Returns a range of all the social requests. |
static List<SocialRelation> |
SocialRelationUtil.findAll(int start,
int end)
Returns a range of all the social relations. |
List<SocialRelation> |
SocialRelationPersistence.findAll(int start,
int end)
Returns a range of all the social relations. |
static List<SocialActivity> |
SocialActivityUtil.findAll(int start,
int end)
Returns a range of all the social activities. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findAll(int start,
int end)
Returns a range of all the social activity settings. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findAll(int start,
int end)
Returns a range of all the social activity settings. |
List<SocialActivity> |
SocialActivityPersistence.findAll(int start,
int end)
Returns a range of all the social activities. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findAll(int start,
int end)
Returns a range of all the social activity limits. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findAll(int start,
int end)
Returns a range of all the social activity limits. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findAll(int start,
int end)
Returns a range of all the social activity counters. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findAll(int start,
int end)
Returns a range of all the social activity counters. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findAll(int start,
int end)
Returns a range of all the social activity achievements. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findAll(int start,
int end)
Returns a range of all the social activity achievements. |
static List<SocialRequest> |
SocialRequestUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests. |
List<SocialRequest> |
SocialRequestPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests. |
static List<SocialRelation> |
SocialRelationUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations. |
List<SocialRelation> |
SocialRelationPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations. |
static List<SocialActivity> |
SocialActivityUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings. |
List<SocialActivity> |
SocialActivityPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity limits. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity limits. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements. |
static SocialActivity |
SocialActivityUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity[] |
SocialActivityUtil.findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity[] |
SocialActivityPersistence.findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit[] |
SocialActivityLimitUtil.findByC_C_PrevAndNext(long activityLimitId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit[] |
SocialActivityLimitPersistence.findByC_C_PrevAndNext(long activityLimitId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter[] |
SocialActivityCounterUtil.findByC_C_PrevAndNext(long activityCounterId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter[] |
SocialActivityCounterPersistence.findByC_C_PrevAndNext(long activityCounterId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Returns all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Returns all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByC_C(long classNameId,
long classPK)
Returns all the social activities where classNameId = ? and classPK = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByC_C(long classNameId,
long classPK)
Returns all the social activities where classNameId = ? and classPK = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByC_C(long classNameId,
long classPK)
Returns all the social activity limits where classNameId = ? and classPK = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByC_C(long classNameId,
long classPK)
Returns all the social activity limits where classNameId = ? and classPK = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByC_C(long classNameId,
long classPK)
Returns all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByC_C(long classNameId,
long classPK)
Returns all the social activity counters where classNameId = ? and classPK = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activities where classNameId = ? and classPK = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activities where classNameId = ? and classPK = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activity limits where classNameId = ? and classPK = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activity limits where classNameId = ? and classPK = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activity counters where classNameId = ? and classPK = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?. |
static SocialRelation |
SocialRelationUtil.findByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByC_T_First(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByC_T_Last(long companyId,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByC_T_PrevAndNext(long relationId,
long companyId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByC_T_PrevAndNext(long relationId,
long companyId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByC_T(long companyId,
int type)
Returns all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByC_T(long companyId,
int type)
Returns all the social relations where companyId = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByC_T(long companyId,
int type,
int start,
int end)
Returns a range of all the social relations where companyId = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
SocialActivity |
SocialActivityPersistence.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
static SocialActivity |
SocialActivityUtil.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
SocialActivity |
SocialActivityPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByClassNameId_PrevAndNext(long activityId,
long classNameId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByClassNameId_PrevAndNext(long activityId,
long classNameId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByClassNameId(long classNameId)
Returns all the social activities where classNameId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByClassNameId(long classNameId)
Returns all the social activities where classNameId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the social activities where classNameId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByClassNameId(long classNameId,
int start,
int end)
Returns a range of all the social activities where classNameId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where classNameId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where classNameId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
static SocialActivity |
SocialActivityUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
SocialActivity |
SocialActivityPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
static SocialActivity |
SocialActivityUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
SocialActivity |
SocialActivityPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
static SocialRelation[] |
SocialRelationUtil.findByCompanyId_PrevAndNext(long relationId,
long companyId,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ?. |
SocialRelation[] |
SocialRelationPersistence.findByCompanyId_PrevAndNext(long relationId,
long companyId,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByCompanyId_PrevAndNext(long activityId,
long companyId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where companyId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByCompanyId_PrevAndNext(long activityId,
long companyId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByCompanyId(long companyId)
Returns all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId)
Returns all the social requests where companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByCompanyId(long companyId)
Returns all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByCompanyId(long companyId)
Returns all the social relations where companyId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByCompanyId(long companyId)
Returns all the social activities where companyId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByCompanyId(long companyId)
Returns all the social activities where companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social requests where companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social relations where companyId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social activities where companyId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the social activities where companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where companyId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where companyId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where companyId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_A_First(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_A_First(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_A_Last(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_A_Last(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_A_PrevAndNext(long activitySettingId,
long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_A_PrevAndNext(long activitySettingId,
long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_A(long groupId,
int activityType)
Returns all the social activity settings where groupId = ? and activityType = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_A(long groupId,
int activityType)
Returns all the social activity settings where groupId = ? and activityType = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_A(long groupId,
int activityType,
int start,
int end)
Returns a range of all the social activity settings where groupId = ? and activityType = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_A(long groupId,
int activityType,
int start,
int end)
Returns a range of all the social activity settings where groupId = ? and activityType = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_A(long groupId,
int activityType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_A(long groupId,
int activityType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Returns the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? or throws a NoSuchActivitySettingException if it could not be found. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Returns the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? or throws a NoSuchActivitySettingException if it could not be found. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_C_A_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_C_A_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_C_A(long groupId,
long classNameId,
int activityType)
Returns all the social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_C_A(long groupId,
long classNameId,
int activityType)
Returns all the social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_C_A(long groupId,
long classNameId,
int activityType,
int start,
int end)
Returns a range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_C_A(long groupId,
long classNameId,
int activityType,
int start,
int end)
Returns a range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_C_A(long groupId,
long classNameId,
int activityType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_C_A(long groupId,
long classNameId,
int activityType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivityCounter[] |
SocialActivityCounterUtil.findByG_C_C_O_PrevAndNext(long activityCounterId,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter[] |
SocialActivityCounterPersistence.findByG_C_C_O_PrevAndNext(long activityCounterId,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end)
Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end)
Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_C_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_C_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_C(long groupId,
long classNameId)
Returns all the social activity settings where groupId = ? and classNameId = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_C(long groupId,
long classNameId)
Returns all the social activity settings where groupId = ? and classNameId = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the social activity settings where groupId = ? and classNameId = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the social activity settings where groupId = ? and classNameId = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_F_First(long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_F_First(long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_F_Last(long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_F_Last(long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByG_F_PrevAndNext(long activityAchievementId,
long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByG_F_PrevAndNext(long activityAchievementId,
long groupId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_F(long groupId,
boolean firstInGroup)
Returns all the social activity achievements where groupId = ? and firstInGroup = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_F(long groupId,
boolean firstInGroup)
Returns all the social activity achievements where groupId = ? and firstInGroup = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ? and firstInGroup = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ? and firstInGroup = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_N_First(long groupId,
String name,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_N_First(long groupId,
String name,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_N_Last(long groupId,
String name,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_N_Last(long groupId,
String name,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByG_N_PrevAndNext(long activityAchievementId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByG_N_PrevAndNext(long activityAchievementId,
long groupId,
String name,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_N(long groupId,
String name)
Returns all the social activity achievements where groupId = ? and name = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_N(long groupId,
String name)
Returns all the social activity achievements where groupId = ? and name = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_N(long groupId,
String name,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ? and name = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_N(long groupId,
String name,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ? and name = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and name = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and name = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or throws a NoSuchActivityLimitException if it could not be found. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or throws a NoSuchActivityLimitException if it could not be found. |
static SocialActivity |
SocialActivityUtil.findByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.findByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.findByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.findByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByG_U_C_C_T_R_PrevAndNext(long activityId,
long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByG_U_C_C_T_R_PrevAndNext(long activityId,
long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int start,
int end)
Returns a range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int start,
int end)
Returns a range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.findByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchActivityException if it could not be found. |
SocialActivity |
SocialActivityPersistence.findByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchActivityException if it could not be found. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_F_First(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_F_First(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_F_Last(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_F_Last(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByG_U_F_PrevAndNext(long activityAchievementId,
long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByG_U_F_PrevAndNext(long activityAchievementId,
long groupId,
long userId,
boolean firstInGroup,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U_F(long groupId,
long userId,
boolean firstInGroup)
Returns all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U_F(long groupId,
long userId,
boolean firstInGroup)
Returns all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_N(long groupId,
long userId,
String name)
Returns the social activity achievement where groupId = ? and userId = ? and name = ? or throws a NoSuchActivityAchievementException if it could not be found. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_N(long groupId,
long userId,
String name)
Returns the social activity achievement where groupId = ? and userId = ? and name = ? or throws a NoSuchActivityAchievementException if it could not be found. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByG_U_PrevAndNext(long activityAchievementId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByG_U_PrevAndNext(long activityAchievementId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U(long groupId,
long userId)
Returns all the social activity achievements where groupId = ? and userId = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U(long groupId,
long userId)
Returns all the social activity achievements where groupId = ? and userId = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ? and userId = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ? and userId = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?. |
static SocialActivity |
SocialActivityUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
SocialActivity |
SocialActivityPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?. |
static SocialActivity |
SocialActivityUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
SocialActivity |
SocialActivityPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByGroupId_PrevAndNext(long activityId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByGroupId_PrevAndNext(long activitySettingId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByGroupId_PrevAndNext(long activitySettingId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByGroupId_PrevAndNext(long activityId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByGroupId_PrevAndNext(long activityAchievementId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByGroupId_PrevAndNext(long activityAchievementId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByGroupId(long groupId)
Returns all the social activities where groupId = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByGroupId(long groupId)
Returns all the social activity settings where groupId = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByGroupId(long groupId)
Returns all the social activity settings where groupId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByGroupId(long groupId)
Returns all the social activities where groupId = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByGroupId(long groupId)
Returns all the social activity achievements where groupId = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByGroupId(long groupId)
Returns all the social activity achievements where groupId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activities where groupId = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activity settings where groupId = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activity settings where groupId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activities where groupId = ?. |
static List<SocialActivity> |
SocialActivityFinderUtil.findByGroupId(long groupId,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByGroupId(long groupId,
int start,
int end)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activity achievements where groupId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where groupId = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where groupId = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ?. |
static List<SocialActivity> |
SocialActivityFinderUtil.findByGroupUsers(long groupId,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByGroupUsers(long groupId,
int start,
int end)
|
static SocialActivity |
SocialActivityUtil.findByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.findByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.findByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.findByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity[] |
SocialActivityUtil.findByM_C_C_PrevAndNext(long activityId,
long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity[] |
SocialActivityPersistence.findByM_C_C_PrevAndNext(long activityId,
long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Returns all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Returns all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.findByMirrorActivityId(long mirrorActivityId)
Returns the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found. |
SocialActivity |
SocialActivityPersistence.findByMirrorActivityId(long mirrorActivityId)
Returns the social activity where mirrorActivityId = ? or throws a NoSuchActivityException if it could not be found. |
static List<SocialActivity> |
SocialActivityFinderUtil.findByOrganizationId(long organizationId,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByOrganizationId(long organizationId,
int start,
int end)
|
static List<SocialActivity> |
SocialActivityFinderUtil.findByOrganizationUsers(long organizationId,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByOrganizationUsers(long organizationId,
int start,
int end)
|
static SocialRequest |
SocialRequestUtil.findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByPrimaryKey(long requestId)
Returns the social request with the primary key or throws a NoSuchRequestException if it could not be found. |
static SocialRelation |
SocialRelationUtil.findByPrimaryKey(long relationId)
Returns the social relation with the primary key or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
SocialRelationPersistence.findByPrimaryKey(long relationId)
Returns the social relation with the primary key or throws a NoSuchRelationException if it could not be found. |
static SocialActivity |
SocialActivityUtil.findByPrimaryKey(long activityId)
Returns the social activity with the primary key or throws a NoSuchActivityException if it could not be found. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByPrimaryKey(long activitySettingId)
Returns the social activity setting with the primary key or throws a NoSuchActivitySettingException if it could not be found. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByPrimaryKey(long activitySettingId)
Returns the social activity setting with the primary key or throws a NoSuchActivitySettingException if it could not be found. |
SocialActivity |
SocialActivityPersistence.findByPrimaryKey(long activityId)
Returns the social activity with the primary key or throws a NoSuchActivityException if it could not be found. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByPrimaryKey(long activityLimitId)
Returns the social activity limit with the primary key or throws a NoSuchActivityLimitException if it could not be found. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByPrimaryKey(long activityLimitId)
Returns the social activity limit with the primary key or throws a NoSuchActivityLimitException if it could not be found. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByPrimaryKey(long activityAchievementId)
Returns the social activity achievement with the primary key or throws a NoSuchActivityAchievementException if it could not be found. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByPrimaryKey(long activityAchievementId)
Returns the social activity achievement with the primary key or throws a NoSuchActivityAchievementException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByR_S_First(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status)
Returns all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByR_S(long receiverUserId,
int status)
Returns all the social requests where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByR_S(long receiverUserId,
int status,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId)
Returns all the social requests where receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByReceiverUserId(long receiverUserId)
Returns all the social activities where receiverUserId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByReceiverUserId(long receiverUserId)
Returns all the social activities where receiverUserId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social requests where receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social activities where receiverUserId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end)
Returns a range of all the social activities where receiverUserId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where receiverUserId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityFinderUtil.findByRelation(long userId,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByRelation(long userId,
int start,
int end)
|
static List<SocialActivity> |
SocialActivityFinderUtil.findByRelationType(long userId,
int type,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByRelationType(long userId,
int type,
int start,
int end)
|
static SocialRelation |
SocialRelationUtil.findByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.findByType_First(int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
static SocialRelation |
SocialRelationUtil.findByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.findByType_Last(int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByType_PrevAndNext(long relationId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByType_PrevAndNext(long relationId,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByType(int type)
Returns all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByType(int type)
Returns all the social relations where type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByType(int type,
int start,
int end)
Returns a range of all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByType(int type,
int start,
int end)
Returns a range of all the social relations where type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByType(int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByType(int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where type = ?. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Returns the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? or throws a NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Returns all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Returns all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_S_First(long userId,
int status,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_S_Last(long userId,
int status,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status)
Returns all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_S(long userId,
int status)
Returns all the social requests where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_S(long userId,
int status,
int start,
int end)
Returns a range of all the social requests where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_T_First(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_T_Last(long userId1,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU1_T_PrevAndNext(long relationId,
long userId1,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU1_T_PrevAndNext(long relationId,
long userId1,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_T(long userId1,
int type)
Returns all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_T(long userId1,
int type)
Returns all the social relations where userId1 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_T(long userId1,
int type,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_T(long userId1,
int type,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_T(long userId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_T(long userId1,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_U2_First(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_U2_Last(long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU1_U2_PrevAndNext(long relationId,
long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU1_U2_PrevAndNext(long relationId,
long userId1,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found. |
SocialRelation |
SocialRelationPersistence.findByU1_U2_T(long userId1,
long userId2,
int type)
Returns the social relation where userId1 = ? and userId2 = ? and type = ? or throws a NoSuchRelationException if it could not be found. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_U2(long userId1,
long userId2)
Returns all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_U2(long userId1,
long userId2)
Returns all the social relations where userId1 = ? and userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_U2(long userId1,
long userId2,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_U2(long userId1,
long userId2,
int start,
int end)
Returns a range of all the social relations where userId1 = ? and userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_U2(long userId1,
long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_U2(long userId1,
long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU2_T_First(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU2_T_Last(long userId2,
int type,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU2_T_PrevAndNext(long relationId,
long userId2,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU2_T_PrevAndNext(long relationId,
long userId2,
int type,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU2_T(long userId2,
int type)
Returns all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU2_T(long userId2,
int type)
Returns all the social relations where userId2 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU2_T(long userId2,
int type,
int start,
int end)
Returns a range of all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU2_T(long userId2,
int type,
int start,
int end)
Returns a range of all the social relations where userId2 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU2_T(long userId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU2_T(long userId2,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ? and type = ?. |
static List<SocialActivity> |
SocialActivityFinderUtil.findByUserGroups(long userId,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByUserGroups(long userId,
int start,
int end)
|
static List<SocialActivity> |
SocialActivityFinderUtil.findByUserGroupsAndOrganizations(long userId,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByUserGroupsAndOrganizations(long userId,
int start,
int end)
|
static SocialRequest |
SocialRequestUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialActivity |
SocialActivityUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
SocialActivity |
SocialActivityPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialActivity |
SocialActivityUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
SocialActivity |
SocialActivityPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByUserId_PrevAndNext(long activityId,
long userId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where userId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByUserId_PrevAndNext(long activityId,
long userId,
OrderByComparator orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where userId = ?. |
static SocialActivityLimit[] |
SocialActivityLimitUtil.findByUserId_PrevAndNext(long activityLimitId,
long userId,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?. |
SocialActivityLimit[] |
SocialActivityLimitPersistence.findByUserId_PrevAndNext(long activityLimitId,
long userId,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUserId(long userId)
Returns all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId)
Returns all the social requests where userId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByUserId(long userId)
Returns all the social activities where userId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByUserId(long userId)
Returns all the social activities where userId = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByUserId(long userId)
Returns all the social activity limits where userId = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByUserId(long userId)
Returns all the social activity limits where userId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the social requests where userId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the social activities where userId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the social activities where userId = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the social activity limits where userId = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the social activity limits where userId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where userId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where userId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activities where userId = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity limits where userId = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity limits where userId = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId1_First(long userId1,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId1_Last(long userId1,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUserId1_PrevAndNext(long relationId,
long userId1,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUserId1_PrevAndNext(long relationId,
long userId1,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId1(long userId1)
Returns all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId1(long userId1)
Returns all the social relations where userId1 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId1(long userId1,
int start,
int end)
Returns a range of all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId1(long userId1,
int start,
int end)
Returns a range of all the social relations where userId1 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId1(long userId1,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId1(long userId1,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId2_First(long userId2,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId2_Last(long userId2,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUserId2_PrevAndNext(long relationId,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUserId2_PrevAndNext(long relationId,
long userId2,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId2(long userId2)
Returns all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId2(long userId2)
Returns all the social relations where userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId2(long userId2,
int start,
int end)
Returns a range of all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId2(long userId2,
int start,
int end)
Returns a range of all the social relations where userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId2(long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId2(long userId2,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where userId2 = ?. |
static List<SocialActivity> |
SocialActivityFinderUtil.findByUserOrganizations(long userId,
int start,
int end)
|
List<SocialActivity> |
SocialActivityFinder.findByUserOrganizations(long userId,
int start,
int end)
|
static SocialRequest |
SocialRequestUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUuid_C_PrevAndNext(long relationId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUuid_C_PrevAndNext(long relationId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid_C(String uuid,
long companyId)
Returns all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the social requests where uuid = ? and companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid_C(String uuid,
long companyId)
Returns all the social relations where uuid = ? and companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the social relations where uuid = ? and companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the social requests where uuid = ? and companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the social relations where uuid = ? and companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the social relations where uuid = ? and companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where uuid = ? and companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
SocialRequest |
SocialRequestPersistence.findByUUID_G(String uuid,
long groupId)
Returns the social request where uuid = ? and groupId = ? or throws a NoSuchRequestException if it could not be found. |
static SocialRequest |
SocialRequestUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUuid_PrevAndNext(long relationId,
String uuid,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUuid_PrevAndNext(long relationId,
String uuid,
OrderByComparator orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid(String uuid)
Returns all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid)
Returns all the social requests where uuid = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid(String uuid)
Returns all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid(String uuid)
Returns all the social relations where uuid = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the social requests where uuid = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the social relations where uuid = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social requests where uuid = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social relations where uuid = ?. |
static List<Long> |
SocialActivityCounterFinderUtil.findU_ByG_N(long groupId,
String[] names,
int start,
int end)
|
List<Long> |
SocialActivityCounterFinder.findU_ByG_N(long groupId,
String[] names,
int start,
int end)
|
static List<SocialRequest> |
SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialRelation> |
SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialActivity> |
SocialActivityUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialRequest> |
SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialRelation> |
SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialActivity> |
SocialActivityUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialRequest> |
SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SocialRelation> |
SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SocialActivity> |
SocialActivityUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static SocialRequest |
SocialRequestUtil.remove(long requestId)
Removes the social request with the primary key from the database. |
SocialRequest |
SocialRequestPersistence.remove(long requestId)
Removes the social request with the primary key from the database. |
static SocialRelation |
SocialRelationUtil.remove(long relationId)
Removes the social relation with the primary key from the database. |
SocialRelation |
SocialRelationPersistence.remove(long relationId)
Removes the social relation with the primary key from the database. |
static SocialActivity |
SocialActivityUtil.remove(long activityId)
Removes the social activity with the primary key from the database. |
static SocialActivitySetting |
SocialActivitySettingUtil.remove(long activitySettingId)
Removes the social activity setting with the primary key from the database. |
SocialActivitySetting |
SocialActivitySettingPersistence.remove(long activitySettingId)
Removes the social activity setting with the primary key from the database. |
SocialActivity |
SocialActivityPersistence.remove(long activityId)
Removes the social activity with the primary key from the database. |
static SocialActivityLimit |
SocialActivityLimitUtil.remove(long activityLimitId)
Removes the social activity limit with the primary key from the database. |
SocialActivityLimit |
SocialActivityLimitPersistence.remove(long activityLimitId)
Removes the social activity limit with the primary key from the database. |
static SocialActivityCounter |
SocialActivityCounterUtil.remove(long activityCounterId)
Removes the social activity counter with the primary key from the database. |
SocialActivityCounter |
SocialActivityCounterPersistence.remove(long activityCounterId)
Removes the social activity counter with the primary key from the database. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.remove(long activityAchievementId)
Removes the social activity achievement with the primary key from the database. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.remove(long activityAchievementId)
Removes the social activity achievement with the primary key from the database. |
static void |
SocialRequestUtil.removeAll()
Removes all the social requests from the database. |
void |
SocialRequestPersistence.removeAll()
Removes all the social requests from the database. |
static void |
SocialRelationUtil.removeAll()
Removes all the social relations from the database. |
void |
SocialRelationPersistence.removeAll()
Removes all the social relations from the database. |
static void |
SocialActivityUtil.removeAll()
Removes all the social activities from the database. |
static void |
SocialActivitySettingUtil.removeAll()
Removes all the social activity settings from the database. |
void |
SocialActivitySettingPersistence.removeAll()
Removes all the social activity settings from the database. |
void |
SocialActivityPersistence.removeAll()
Removes all the social activities from the database. |
static void |
SocialActivityLimitUtil.removeAll()
Removes all the social activity limits from the database. |
void |
SocialActivityLimitPersistence.removeAll()
Removes all the social activity limits from the database. |
static void |
SocialActivityCounterUtil.removeAll()
Removes all the social activity counters from the database. |
void |
SocialActivityCounterPersistence.removeAll()
Removes all the social activity counters from the database. |
static void |
SocialActivityAchievementUtil.removeAll()
Removes all the social activity achievements from the database. |
void |
SocialActivityAchievementPersistence.removeAll()
Removes all the social activity achievements from the database. |
static void |
SocialRequestUtil.removeByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Removes all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ? from the database. |
void |
SocialRequestPersistence.removeByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status)
Removes all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ? from the database. |
static void |
SocialActivityUtil.removeByC_C(long classNameId,
long classPK)
Removes all the social activities where classNameId = ? and classPK = ? from the database. |
void |
SocialActivityPersistence.removeByC_C(long classNameId,
long classPK)
Removes all the social activities where classNameId = ? and classPK = ? from the database. |
static void |
SocialActivityLimitUtil.removeByC_C(long classNameId,
long classPK)
Removes all the social activity limits where classNameId = ? and classPK = ? from the database. |
void |
SocialActivityLimitPersistence.removeByC_C(long classNameId,
long classPK)
Removes all the social activity limits where classNameId = ? and classPK = ? from the database. |
static void |
SocialActivityCounterUtil.removeByC_C(long classNameId,
long classPK)
Removes all the social activity counters where classNameId = ? and classPK = ? from the database. |
void |
SocialActivityCounterPersistence.removeByC_C(long classNameId,
long classPK)
Removes all the social activity counters where classNameId = ? and classPK = ? from the database. |
static void |
SocialRelationUtil.removeByC_T(long companyId,
int type)
Removes all the social relations where companyId = ? and type = ? from the database. |
void |
SocialRelationPersistence.removeByC_T(long companyId,
int type)
Removes all the social relations where companyId = ? and type = ? from the database. |
static void |
SocialActivityUtil.removeByClassNameId(long classNameId)
Removes all the social activities where classNameId = ? from the database. |
void |
SocialActivityPersistence.removeByClassNameId(long classNameId)
Removes all the social activities where classNameId = ? from the database. |
static void |
SocialRequestUtil.removeByCompanyId(long companyId)
Removes all the social requests where companyId = ? from the database. |
void |
SocialRequestPersistence.removeByCompanyId(long companyId)
Removes all the social requests where companyId = ? from the database. |
static void |
SocialRelationUtil.removeByCompanyId(long companyId)
Removes all the social relations where companyId = ? from the database. |
void |
SocialRelationPersistence.removeByCompanyId(long companyId)
Removes all the social relations where companyId = ? from the database. |
static void |
SocialActivityUtil.removeByCompanyId(long companyId)
Removes all the social activities where companyId = ? from the database. |
void |
SocialActivityPersistence.removeByCompanyId(long companyId)
Removes all the social activities where companyId = ? from the database. |
static void |
SocialActivitySettingUtil.removeByG_A(long groupId,
int activityType)
Removes all the social activity settings where groupId = ? and activityType = ? from the database. |
void |
SocialActivitySettingPersistence.removeByG_A(long groupId,
int activityType)
Removes all the social activity settings where groupId = ? and activityType = ? from the database. |
static SocialActivitySetting |
SocialActivitySettingUtil.removeByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Removes the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? from the database. |
SocialActivitySetting |
SocialActivitySettingPersistence.removeByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Removes the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? from the database. |
static void |
SocialActivitySettingUtil.removeByG_C_A(long groupId,
long classNameId,
int activityType)
Removes all the social activity settings where groupId = ? and classNameId = ? and activityType = ? from the database. |
void |
SocialActivitySettingPersistence.removeByG_C_A(long groupId,
long classNameId,
int activityType)
Removes all the social activity settings where groupId = ? and classNameId = ? and activityType = ? from the database. |
static SocialActivityCounter |
SocialActivityCounterUtil.removeByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database. |
SocialActivityCounter |
SocialActivityCounterPersistence.removeByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database. |
static SocialActivityCounter |
SocialActivityCounterUtil.removeByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database. |
SocialActivityCounter |
SocialActivityCounterPersistence.removeByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database. |
static void |
SocialActivityCounterUtil.removeByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Removes all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ? from the database. |
void |
SocialActivityCounterPersistence.removeByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Removes all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ? from the database. |
static void |
SocialActivitySettingUtil.removeByG_C(long groupId,
long classNameId)
Removes all the social activity settings where groupId = ? and classNameId = ? from the database. |
void |
SocialActivitySettingPersistence.removeByG_C(long groupId,
long classNameId)
Removes all the social activity settings where groupId = ? and classNameId = ? from the database. |
static void |
SocialActivityAchievementUtil.removeByG_F(long groupId,
boolean firstInGroup)
Removes all the social activity achievements where groupId = ? and firstInGroup = ? from the database. |
void |
SocialActivityAchievementPersistence.removeByG_F(long groupId,
boolean firstInGroup)
Removes all the social activity achievements where groupId = ? and firstInGroup = ? from the database. |
static void |
SocialActivityAchievementUtil.removeByG_N(long groupId,
String name)
Removes all the social activity achievements where groupId = ? and name = ? from the database. |
void |
SocialActivityAchievementPersistence.removeByG_N(long groupId,
String name)
Removes all the social activity achievements where groupId = ? and name = ? from the database. |
static SocialActivityLimit |
SocialActivityLimitUtil.removeByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Removes the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? from the database. |
SocialActivityLimit |
SocialActivityLimitPersistence.removeByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Removes the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? from the database. |
static void |
SocialActivityUtil.removeByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
void |
SocialActivityPersistence.removeByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
static SocialActivity |
SocialActivityUtil.removeByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
SocialActivity |
SocialActivityPersistence.removeByG_U_CD_C_C_T_R(long groupId,
long userId,
long createDate,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes the social activity where groupId = ? and userId = ? and createDate = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
static void |
SocialActivityAchievementUtil.removeByG_U_F(long groupId,
long userId,
boolean firstInGroup)
Removes all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ? from the database. |
void |
SocialActivityAchievementPersistence.removeByG_U_F(long groupId,
long userId,
boolean firstInGroup)
Removes all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ? from the database. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.removeByG_U_N(long groupId,
long userId,
String name)
Removes the social activity achievement where groupId = ? and userId = ? and name = ? from the database. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.removeByG_U_N(long groupId,
long userId,
String name)
Removes the social activity achievement where groupId = ? and userId = ? and name = ? from the database. |
static void |
SocialActivityAchievementUtil.removeByG_U(long groupId,
long userId)
Removes all the social activity achievements where groupId = ? and userId = ? from the database. |
void |
SocialActivityAchievementPersistence.removeByG_U(long groupId,
long userId)
Removes all the social activity achievements where groupId = ? and userId = ? from the database. |
static void |
SocialActivityUtil.removeByGroupId(long groupId)
Removes all the social activities where groupId = ? from the database. |
static void |
SocialActivitySettingUtil.removeByGroupId(long groupId)
Removes all the social activity settings where groupId = ? from the database. |
void |
SocialActivitySettingPersistence.removeByGroupId(long groupId)
Removes all the social activity settings where groupId = ? from the database. |
void |
SocialActivityPersistence.removeByGroupId(long groupId)
Removes all the social activities where groupId = ? from the database. |
static void |
SocialActivityAchievementUtil.removeByGroupId(long groupId)
Removes all the social activity achievements where groupId = ? from the database. |
void |
SocialActivityAchievementPersistence.removeByGroupId(long groupId)
Removes all the social activity achievements where groupId = ? from the database. |
static void |
SocialActivityUtil.removeByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Removes all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ? from the database. |
void |
SocialActivityPersistence.removeByM_C_C(long mirrorActivityId,
long classNameId,
long classPK)
Removes all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ? from the database. |
static SocialActivity |
SocialActivityUtil.removeByMirrorActivityId(long mirrorActivityId)
Removes the social activity where mirrorActivityId = ? from the database. |
SocialActivity |
SocialActivityPersistence.removeByMirrorActivityId(long mirrorActivityId)
Removes the social activity where mirrorActivityId = ? from the database. |
static void |
SocialRequestUtil.removeByR_S(long receiverUserId,
int status)
Removes all the social requests where receiverUserId = ? and status = ? from the database. |
void |
SocialRequestPersistence.removeByR_S(long receiverUserId,
int status)
Removes all the social requests where receiverUserId = ? and status = ? from the database. |
static void |
SocialRequestUtil.removeByReceiverUserId(long receiverUserId)
Removes all the social requests where receiverUserId = ? from the database. |
void |
SocialRequestPersistence.removeByReceiverUserId(long receiverUserId)
Removes all the social requests where receiverUserId = ? from the database. |
static void |
SocialActivityUtil.removeByReceiverUserId(long receiverUserId)
Removes all the social activities where receiverUserId = ? from the database. |
void |
SocialActivityPersistence.removeByReceiverUserId(long receiverUserId)
Removes all the social activities where receiverUserId = ? from the database. |
static void |
SocialRelationUtil.removeByType(int type)
Removes all the social relations where type = ? from the database. |
void |
SocialRelationPersistence.removeByType(int type)
Removes all the social relations where type = ? from the database. |
static SocialRequest |
SocialRequestUtil.removeByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
SocialRequest |
SocialRequestPersistence.removeByU_C_C_T_R(long userId,
long classNameId,
long classPK,
int type,
long receiverUserId)
Removes the social request where userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ? from the database. |
static void |
SocialRequestUtil.removeByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Removes all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ? from the database. |
void |
SocialRequestPersistence.removeByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status)
Removes all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ? from the database. |
static void |
SocialRequestUtil.removeByU_S(long userId,
int status)
Removes all the social requests where userId = ? and status = ? from the database. |
void |
SocialRequestPersistence.removeByU_S(long userId,
int status)
Removes all the social requests where userId = ? and status = ? from the database. |
static void |
SocialRelationUtil.removeByU1_T(long userId1,
int type)
Removes all the social relations where userId1 = ? and type = ? from the database. |
void |
SocialRelationPersistence.removeByU1_T(long userId1,
int type)
Removes all the social relations where userId1 = ? and type = ? from the database. |
static SocialRelation |
SocialRelationUtil.removeByU1_U2_T(long userId1,
long userId2,
int type)
Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database. |
SocialRelation |
SocialRelationPersistence.removeByU1_U2_T(long userId1,
long userId2,
int type)
Removes the social relation where userId1 = ? and userId2 = ? and type = ? from the database. |
static void |
SocialRelationUtil.removeByU1_U2(long userId1,
long userId2)
Removes all the social relations where userId1 = ? and userId2 = ? from the database. |
void |
SocialRelationPersistence.removeByU1_U2(long userId1,
long userId2)
Removes all the social relations where userId1 = ? and userId2 = ? from the database. |
static void |
SocialRelationUtil.removeByU2_T(long userId2,
int type)
Removes all the social relations where userId2 = ? and type = ? from the database. |
void |
SocialRelationPersistence.removeByU2_T(long userId2,
int type)
Removes all the social relations where userId2 = ? and type = ? from the database. |
static void |
SocialRequestUtil.removeByUserId(long userId)
Removes all the social requests where userId = ? from the database. |
void |
SocialRequestPersistence.removeByUserId(long userId)
Removes all the social requests where userId = ? from the database. |
static void |
SocialActivityUtil.removeByUserId(long userId)
Removes all the social activities where userId = ? from the database. |
void |
SocialActivityPersistence.removeByUserId(long userId)
Removes all the social activities where userId = ? from the database. |
static void |
SocialActivityLimitUtil.removeByUserId(long userId)
Removes all the social activity limits where userId = ? from the database. |
void |
SocialActivityLimitPersistence.removeByUserId(long userId)
Removes all the social activity limits where userId = ? from the database. |
static void |
SocialRelationUtil.removeByUserId1(long userId1)
Removes all the social relations where userId1 = ? from the database. |
void |
SocialRelationPersistence.removeByUserId1(long userId1)
Removes all the social relations where userId1 = ? from the database. |
static void |
SocialRelationUtil.removeByUserId2(long userId2)
Removes all the social relations where userId2 = ? from the database. |
void |
SocialRelationPersistence.removeByUserId2(long userId2)
Removes all the social relations where userId2 = ? from the database. |
static void |
SocialRequestUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the social requests where uuid = ? and companyId = ? from the database. |
void |
SocialRequestPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the social requests where uuid = ? and companyId = ? from the database. |
static void |
SocialRelationUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the social relations where uuid = ? and companyId = ? from the database. |
void |
SocialRelationPersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the social relations where uuid = ? and companyId = ? from the database. |
static SocialRequest |
SocialRequestUtil.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
SocialRequest |
SocialRequestPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the social request where uuid = ? and groupId = ? from the database. |
static void |
SocialRequestUtil.removeByUuid(String uuid)
Removes all the social requests where uuid = ? from the database. |
void |
SocialRequestPersistence.removeByUuid(String uuid)
Removes all the social requests where uuid = ? from the database. |
static void |
SocialRelationUtil.removeByUuid(String uuid)
Removes all the social relations where uuid = ? from the database. |
void |
SocialRelationPersistence.removeByUuid(String uuid)
Removes all the social relations where uuid = ? from the database. |
static SocialActivity |
SocialActivityUtil.update(SocialActivity socialActivity)
|
static SocialActivityAchievement |
SocialActivityAchievementUtil.update(SocialActivityAchievement socialActivityAchievement)
|
static SocialActivityAchievement |
SocialActivityAchievementUtil.update(SocialActivityAchievement socialActivityAchievement,
ServiceContext serviceContext)
|
static SocialActivityCounter |
SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter)
|
static SocialActivityCounter |
SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter,
ServiceContext serviceContext)
|
static SocialActivityLimit |
SocialActivityLimitUtil.update(SocialActivityLimit socialActivityLimit)
|
static SocialActivityLimit |
SocialActivityLimitUtil.update(SocialActivityLimit socialActivityLimit,
ServiceContext serviceContext)
|
static SocialActivity |
SocialActivityUtil.update(SocialActivity socialActivity,
ServiceContext serviceContext)
|
static SocialActivitySetting |
SocialActivitySettingUtil.update(SocialActivitySetting socialActivitySetting)
|
static SocialActivitySetting |
SocialActivitySettingUtil.update(SocialActivitySetting socialActivitySetting,
ServiceContext serviceContext)
|
static SocialRelation |
SocialRelationUtil.update(SocialRelation socialRelation)
|
static SocialRelation |
SocialRelationUtil.update(SocialRelation socialRelation,
ServiceContext serviceContext)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest)
|
static SocialRequest |
SocialRequestUtil.update(SocialRequest socialRequest,
ServiceContext serviceContext)
|
static SocialActivity |
SocialActivityUtil.updateImpl(SocialActivity socialActivity)
|
SocialActivity |
SocialActivityPersistence.updateImpl(SocialActivity socialActivity)
|
static SocialActivityAchievement |
SocialActivityAchievementUtil.updateImpl(SocialActivityAchievement socialActivityAchievement)
|
SocialActivityAchievement |
SocialActivityAchievementPersistence.updateImpl(SocialActivityAchievement socialActivityAchievement)
|
static SocialActivityCounter |
SocialActivityCounterUtil.updateImpl(SocialActivityCounter socialActivityCounter)
|
SocialActivityCounter |
SocialActivityCounterPersistence.updateImpl(SocialActivityCounter socialActivityCounter)
|
static SocialActivityLimit |
SocialActivityLimitUtil.updateImpl(SocialActivityLimit socialActivityLimit)
|
SocialActivityLimit |
SocialActivityLimitPersistence.updateImpl(SocialActivityLimit socialActivityLimit)
|
static SocialActivitySetting |
SocialActivitySettingUtil.updateImpl(SocialActivitySetting socialActivitySetting)
|
SocialActivitySetting |
SocialActivitySettingPersistence.updateImpl(SocialActivitySetting socialActivitySetting)
|
static SocialRelation |
SocialRelationUtil.updateImpl(SocialRelation socialRelation)
|
SocialRelation |
SocialRelationPersistence.updateImpl(SocialRelation socialRelation)
|
static SocialRequest |
SocialRequestUtil.updateImpl(SocialRequest socialRequest)
|
SocialRequest |
SocialRequestPersistence.updateImpl(SocialRequest socialRequest)
|
| Uses of SystemException in com.liferay.portlet.softwarecatalog.model |
|---|
| Methods in com.liferay.portlet.softwarecatalog.model that throw SystemException | |
|---|---|
List<SCFrameworkVersion> |
SCProductVersionWrapper.getFrameworkVersions()
|
List<SCFrameworkVersion> |
SCProductVersion.getFrameworkVersions()
|
SCProductVersion |
SCProductEntryWrapper.getLatestVersion()
|
SCProductVersion |
SCProductEntry.getLatestVersion()
|
List<SCLicense> |
SCProductEntryWrapper.getLicenses()
|
List<SCLicense> |
SCProductEntry.getLicenses()
|
List<SCProductScreenshot> |
SCProductEntryWrapper.getScreenshots()
|
List<SCProductScreenshot> |
SCProductEntry.getScreenshots()
|
String |
SCProductVersionWrapper.getUserUuid()
Returns the user uuid of this s c product version. |
String |
SCProductVersionModel.getUserUuid()
Returns the user uuid of this s c product version. |
String |
SCProductEntryWrapper.getUserUuid()
Returns the user uuid of this s c product entry. |
String |
SCProductEntryModel.getUserUuid()
Returns the user uuid of this s c product entry. |
String |
SCFrameworkVersionWrapper.getUserUuid()
Returns the user uuid of this s c framework version. |
String |
SCFrameworkVersionModel.getUserUuid()
Returns the user uuid of this s c framework version. |
void |
SCProductVersionWrapper.persist()
|
void |
SCProductScreenshotWrapper.persist()
|
void |
SCProductEntryWrapper.persist()
|
void |
SCLicenseWrapper.persist()
|
void |
SCFrameworkVersionWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.softwarecatalog.service |
|---|
| Methods in com.liferay.portlet.softwarecatalog.service that throw SystemException | |
|---|---|
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
SCFrameworkVersion |
SCFrameworkVersionLocalService.addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
SCFrameworkVersion |
SCFrameworkVersionServiceWrapper.addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
static SCFrameworkVersion |
SCFrameworkVersionServiceUtil.addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
SCFrameworkVersion |
SCFrameworkVersionService.addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
void |
SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(long frameworkVersionId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(long frameworkVersionId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
SCFrameworkVersionLocalService.addFrameworkVersionResources(long frameworkVersionId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(long frameworkVersionId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(long frameworkVersionId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
SCFrameworkVersionLocalService.addFrameworkVersionResources(long frameworkVersionId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
SCFrameworkVersionLocalService.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
SCFrameworkVersionLocalServiceWrapper.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
SCFrameworkVersionLocalServiceUtil.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
String[] groupPermissions,
String[] guestPermissions)
|
void |
SCFrameworkVersionLocalService.addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
String[] groupPermissions,
String[] guestPermissions)
|
SCLicense |
SCLicenseServiceWrapper.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
static SCLicense |
SCLicenseServiceUtil.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseService.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseLocalServiceWrapper.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
static SCLicense |
SCLicenseLocalServiceUtil.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseLocalService.addLicense(String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCProductEntry |
SCProductEntryLocalServiceWrapper.addProductEntry(long userId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
static SCProductEntry |
SCProductEntryLocalServiceUtil.addProductEntry(long userId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
SCProductEntry |
SCProductEntryLocalService.addProductEntry(long userId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
SCProductEntry |
SCProductEntryServiceWrapper.addProductEntry(String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
static SCProductEntry |
SCProductEntryServiceUtil.addProductEntry(String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
SCProductEntry |
SCProductEntryService.addProductEntry(String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
void |
SCProductEntryLocalServiceWrapper.addProductEntryResources(long productEntryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
SCProductEntryLocalServiceUtil.addProductEntryResources(long productEntryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
SCProductEntryLocalService.addProductEntryResources(long productEntryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
SCProductEntryLocalServiceWrapper.addProductEntryResources(long productEntryId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
SCProductEntryLocalServiceUtil.addProductEntryResources(long productEntryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
SCProductEntryLocalService.addProductEntryResources(long productEntryId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
SCProductEntryLocalServiceWrapper.addProductEntryResources(SCProductEntry productEntry,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
SCProductEntryLocalServiceUtil.addProductEntryResources(SCProductEntry productEntry,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
SCProductEntryLocalService.addProductEntryResources(SCProductEntry productEntry,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
SCProductEntryLocalServiceWrapper.addProductEntryResources(SCProductEntry productEntry,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
SCProductEntryLocalServiceUtil.addProductEntryResources(SCProductEntry productEntry,
String[] groupPermissions,
String[] guestPermissions)
|
void |
SCProductEntryLocalService.addProductEntryResources(SCProductEntry productEntry,
String[] groupPermissions,
String[] guestPermissions)
|
SCProductVersion |
SCProductVersionLocalServiceWrapper.addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
static SCProductVersion |
SCProductVersionLocalServiceUtil.addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCProductVersion |
SCProductVersionLocalService.addProductVersion(long userId,
long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCProductVersion |
SCProductVersionServiceWrapper.addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
static SCProductVersion |
SCProductVersionServiceUtil.addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCProductVersion |
SCProductVersionService.addProductVersion(long productEntryId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Adds the s c framework version to the database. |
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Adds the s c framework version to the database. |
SCFrameworkVersion |
SCFrameworkVersionLocalService.addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Adds the s c framework version to the database. |
SCLicense |
SCLicenseLocalServiceWrapper.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
static SCLicense |
SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
SCLicense |
SCLicenseLocalService.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
SCProductEntry |
SCProductEntryLocalServiceWrapper.addSCProductEntry(SCProductEntry scProductEntry)
Adds the s c product entry to the database. |
static SCProductEntry |
SCProductEntryLocalServiceUtil.addSCProductEntry(SCProductEntry scProductEntry)
Adds the s c product entry to the database. |
SCProductEntry |
SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
Adds the s c product entry to the database. |
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Adds the s c product screenshot to the database. |
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Adds the s c product screenshot to the database. |
SCProductScreenshot |
SCProductScreenshotLocalService.addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Adds the s c product screenshot to the database. |
SCProductVersion |
SCProductVersionLocalServiceWrapper.addSCProductVersion(SCProductVersion scProductVersion)
Adds the s c product version to the database. |
static SCProductVersion |
SCProductVersionLocalServiceUtil.addSCProductVersion(SCProductVersion scProductVersion)
Adds the s c product version to the database. |
SCProductVersion |
SCProductVersionLocalService.addSCProductVersion(SCProductVersion scProductVersion)
Adds the s c product version to the database. |
void |
SCFrameworkVersionServiceWrapper.deleteFrameworkVersion(long frameworkVersionId)
|
static void |
SCFrameworkVersionServiceUtil.deleteFrameworkVersion(long frameworkVersionId)
|
void |
SCFrameworkVersionService.deleteFrameworkVersion(long frameworkVersionId)
|
void |
SCFrameworkVersionLocalServiceWrapper.deleteFrameworkVersion(long frameworkVersionId)
|
static void |
SCFrameworkVersionLocalServiceUtil.deleteFrameworkVersion(long frameworkVersionId)
|
void |
SCFrameworkVersionLocalService.deleteFrameworkVersion(long frameworkVersionId)
|
void |
SCFrameworkVersionLocalServiceWrapper.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
|
static void |
SCFrameworkVersionLocalServiceUtil.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
|
void |
SCFrameworkVersionLocalService.deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
|
void |
SCFrameworkVersionLocalServiceWrapper.deleteFrameworkVersions(long groupId)
|
static void |
SCFrameworkVersionLocalServiceUtil.deleteFrameworkVersions(long groupId)
|
void |
SCFrameworkVersionLocalService.deleteFrameworkVersions(long groupId)
|
void |
SCLicenseServiceWrapper.deleteLicense(long licenseId)
|
static void |
SCLicenseServiceUtil.deleteLicense(long licenseId)
|
void |
SCLicenseService.deleteLicense(long licenseId)
|
void |
SCLicenseLocalServiceWrapper.deleteLicense(long licenseId)
|
static void |
SCLicenseLocalServiceUtil.deleteLicense(long licenseId)
|
void |
SCLicenseLocalService.deleteLicense(long licenseId)
|
void |
SCLicenseLocalServiceWrapper.deleteLicense(SCLicense license)
|
static void |
SCLicenseLocalServiceUtil.deleteLicense(SCLicense license)
|
void |
SCLicenseLocalService.deleteLicense(SCLicense license)
|
void |
SCProductEntryLocalServiceWrapper.deleteProductEntries(long groupId)
|
static void |
SCProductEntryLocalServiceUtil.deleteProductEntries(long groupId)
|
void |
SCProductEntryLocalService.deleteProductEntries(long groupId)
|
void |
SCProductEntryServiceWrapper.deleteProductEntry(long productEntryId)
|
static void |
SCProductEntryServiceUtil.deleteProductEntry(long productEntryId)
|
void |
SCProductEntryService.deleteProductEntry(long productEntryId)
|
SCProductEntry |
SCProductEntryLocalServiceWrapper.deleteProductEntry(long productEntryId)
|
static SCProductEntry |
SCProductEntryLocalServiceUtil.deleteProductEntry(long productEntryId)
|
SCProductEntry |
SCProductEntryLocalService.deleteProductEntry(long productEntryId)
|
SCProductEntry |
SCProductEntryLocalServiceWrapper.deleteProductEntry(SCProductEntry productEntry)
|
static SCProductEntry |
SCProductEntryLocalServiceUtil.deleteProductEntry(SCProductEntry productEntry)
|
SCProductEntry |
SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
|
void |
SCProductScreenshotLocalServiceWrapper.deleteProductScreenshot(SCProductScreenshot productScreenshot)
|
static void |
SCProductScreenshotLocalServiceUtil.deleteProductScreenshot(SCProductScreenshot productScreenshot)
|
void |
SCProductScreenshotLocalService.deleteProductScreenshot(SCProductScreenshot productScreenshot)
|
void |
SCProductScreenshotLocalServiceWrapper.deleteProductScreenshots(long productEntryId)
|
static void |
SCProductScreenshotLocalServiceUtil.deleteProductScreenshots(long productEntryId)
|
void |
SCProductScreenshotLocalService.deleteProductScreenshots(long productEntryId)
|
void |
SCProductVersionServiceWrapper.deleteProductVersion(long productVersionId)
|
static void |
SCProductVersionServiceUtil.deleteProductVersion(long productVersionId)
|
void |
SCProductVersionService.deleteProductVersion(long productVersionId)
|
void |
SCProductVersionLocalServiceWrapper.deleteProductVersion(long productVersionId)
|
static void |
SCProductVersionLocalServiceUtil.deleteProductVersion(long productVersionId)
|
void |
SCProductVersionLocalService.deleteProductVersion(long productVersionId)
|
void |
SCProductVersionLocalServiceWrapper.deleteProductVersion(SCProductVersion productVersion)
|
static void |
SCProductVersionLocalServiceUtil.deleteProductVersion(SCProductVersion productVersion)
|
void |
SCProductVersionLocalService.deleteProductVersion(SCProductVersion productVersion)
|
void |
SCProductVersionLocalServiceWrapper.deleteProductVersions(long productEntryId)
|
static void |
SCProductVersionLocalServiceUtil.deleteProductVersions(long productEntryId)
|
void |
SCProductVersionLocalService.deleteProductVersions(long productEntryId)
|
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.deleteSCFrameworkVersion(long frameworkVersionId)
Deletes the s c framework version with the primary key from the database. |
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.deleteSCFrameworkVersion(long frameworkVersionId)
Deletes the s c framework version with the primary key from the database. |
SCFrameworkVersion |
SCFrameworkVersionLocalService.deleteSCFrameworkVersion(long frameworkVersionId)
Deletes the s c framework version with the primary key from the database. |
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Deletes the s c framework version from the database. |
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Deletes the s c framework version from the database. |
SCFrameworkVersion |
SCFrameworkVersionLocalService.deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Deletes the s c framework version from the database. |
SCLicense |
SCLicenseLocalServiceWrapper.deleteSCLicense(long licenseId)
Deletes the s c license with the primary key from the database. |
static SCLicense |
SCLicenseLocalServiceUtil.deleteSCLicense(long licenseId)
Deletes the s c license with the primary key from the database. |
SCLicense |
SCLicenseLocalService.deleteSCLicense(long licenseId)
Deletes the s c license with the primary key from the database. |
SCLicense |
SCLicenseLocalServiceWrapper.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
static SCLicense |
SCLicenseLocalServiceUtil.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
SCLicense |
SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
SCProductEntry |
SCProductEntryLocalServiceWrapper.deleteSCProductEntry(long productEntryId)
Deletes the s c product entry with the primary key from the database. |
static SCProductEntry |
SCProductEntryLocalServiceUtil.deleteSCProductEntry(long productEntryId)
Deletes the s c product entry with the primary key from the database. |
SCProductEntry |
SCProductEntryLocalService.deleteSCProductEntry(long productEntryId)
Deletes the s c product entry with the primary key from the database. |
SCProductEntry |
SCProductEntryLocalServiceWrapper.deleteSCProductEntry(SCProductEntry scProductEntry)
Deletes the s c product entry from the database. |
static SCProductEntry |
SCProductEntryLocalServiceUtil.deleteSCProductEntry(SCProductEntry scProductEntry)
Deletes the s c product entry from the database. |
SCProductEntry |
SCProductEntryLocalService.deleteSCProductEntry(SCProductEntry scProductEntry)
Deletes the s c product entry from the database. |
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.deleteSCProductScreenshot(long productScreenshotId)
Deletes the s c product screenshot with the primary key from the database. |
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.deleteSCProductScreenshot(long productScreenshotId)
Deletes the s c product screenshot with the primary key from the database. |
SCProductScreenshot |
SCProductScreenshotLocalService.deleteSCProductScreenshot(long productScreenshotId)
Deletes the s c product screenshot with the primary key from the database. |
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Deletes the s c product screenshot from the database. |
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Deletes the s c product screenshot from the database. |
SCProductScreenshot |
SCProductScreenshotLocalService.deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Deletes the s c product screenshot from the database. |
SCProductVersion |
SCProductVersionLocalServiceWrapper.deleteSCProductVersion(long productVersionId)
Deletes the s c product version with the primary key from the database. |
static SCProductVersion |
SCProductVersionLocalServiceUtil.deleteSCProductVersion(long productVersionId)
Deletes the s c product version with the primary key from the database. |
SCProductVersion |
SCProductVersionLocalService.deleteSCProductVersion(long productVersionId)
Deletes the s c product version with the primary key from the database. |
SCProductVersion |
SCProductVersionLocalServiceWrapper.deleteSCProductVersion(SCProductVersion scProductVersion)
Deletes the s c product version from the database. |
static SCProductVersion |
SCProductVersionLocalServiceUtil.deleteSCProductVersion(SCProductVersion scProductVersion)
Deletes the s c product version from the database. |
SCProductVersion |
SCProductVersionLocalService.deleteSCProductVersion(SCProductVersion scProductVersion)
Deletes the s c product version from the database. |
List |
SCProductVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SCProductVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCProductVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCProductScreenshotLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SCProductScreenshotLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCProductScreenshotLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCProductEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SCProductEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCProductEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCLicenseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SCLicenseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCLicenseLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCFrameworkVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
SCFrameworkVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCFrameworkVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
SCProductVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SCProductVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCProductVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCProductScreenshotLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SCProductScreenshotLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCProductScreenshotLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCProductEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SCProductEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCProductEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCLicenseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SCLicenseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCLicenseLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCFrameworkVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
SCFrameworkVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCFrameworkVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
SCProductVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SCProductVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCProductVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCProductScreenshotLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SCProductScreenshotLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCProductScreenshotLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCProductEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SCProductEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCProductEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCLicenseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SCLicenseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCLicenseLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCFrameworkVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
SCFrameworkVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
SCFrameworkVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
SCProductVersionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SCProductVersionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCProductVersionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCProductScreenshotLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SCProductScreenshotLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCProductScreenshotLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCProductEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SCProductEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCProductEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCLicenseLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SCLicenseLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCLicenseLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCFrameworkVersionLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
SCFrameworkVersionLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
SCFrameworkVersionLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.fetchSCFrameworkVersion(long frameworkVersionId)
|
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.fetchSCFrameworkVersion(long frameworkVersionId)
|
SCFrameworkVersion |
SCFrameworkVersionLocalService.fetchSCFrameworkVersion(long frameworkVersionId)
|
SCLicense |
SCLicenseLocalServiceWrapper.fetchSCLicense(long licenseId)
|
static SCLicense |
SCLicenseLocalServiceUtil.fetchSCLicense(long licenseId)
|
SCLicense |
SCLicenseLocalService.fetchSCLicense(long licenseId)
|
SCProductEntry |
SCProductEntryLocalServiceWrapper.fetchSCProductEntry(long productEntryId)
|
static SCProductEntry |
SCProductEntryLocalServiceUtil.fetchSCProductEntry(long productEntryId)
|
SCProductEntry |
SCProductEntryLocalService.fetchSCProductEntry(long productEntryId)
|
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.fetchSCProductScreenshot(long productScreenshotId)
|
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.fetchSCProductScreenshot(long productScreenshotId)
|
SCProductScreenshot |
SCProductScreenshotLocalService.fetchSCProductScreenshot(long productScreenshotId)
|
SCProductVersion |
SCProductVersionLocalServiceWrapper.fetchSCProductVersion(long productVersionId)
|
static SCProductVersion |
SCProductVersionLocalServiceUtil.fetchSCProductVersion(long productVersionId)
|
SCProductVersion |
SCProductVersionLocalService.fetchSCProductVersion(long productVersionId)
|
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getCompanyProductEntries(long companyId,
int start,
int end)
|
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getCompanyProductEntries(long companyId,
int start,
int end)
|
List<SCProductEntry> |
SCProductEntryLocalService.getCompanyProductEntries(long companyId,
int start,
int end)
|
int |
SCProductEntryLocalServiceWrapper.getCompanyProductEntriesCount(long companyId)
|
static int |
SCProductEntryLocalServiceUtil.getCompanyProductEntriesCount(long companyId)
|
int |
SCProductEntryLocalService.getCompanyProductEntriesCount(long companyId)
|
SCFrameworkVersion |
SCFrameworkVersionServiceWrapper.getFrameworkVersion(long frameworkVersionId)
|
static SCFrameworkVersion |
SCFrameworkVersionServiceUtil.getFrameworkVersion(long frameworkVersionId)
|
SCFrameworkVersion |
SCFrameworkVersionService.getFrameworkVersion(long frameworkVersionId)
|
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.getFrameworkVersion(long frameworkVersionId)
|
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.getFrameworkVersion(long frameworkVersionId)
|
SCFrameworkVersion |
SCFrameworkVersionLocalService.getFrameworkVersion(long frameworkVersionId)
|
List<SCFrameworkVersion> |
SCFrameworkVersionServiceWrapper.getFrameworkVersions(long groupId,
boolean active)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionServiceUtil.getFrameworkVersions(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
SCFrameworkVersionService.getFrameworkVersions(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId,
boolean active)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceUtil.getFrameworkVersions(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalService.getFrameworkVersions(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
SCFrameworkVersionServiceWrapper.getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionServiceUtil.getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
List<SCFrameworkVersion> |
SCFrameworkVersionService.getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceUtil.getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalService.getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceWrapper.getFrameworkVersions(long groupId,
int start,
int end)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceUtil.getFrameworkVersions(long groupId,
int start,
int end)
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalService.getFrameworkVersions(long groupId,
int start,
int end)
|
int |
SCFrameworkVersionLocalServiceWrapper.getFrameworkVersionsCount(long groupId)
|
static int |
SCFrameworkVersionLocalServiceUtil.getFrameworkVersionsCount(long groupId)
|
int |
SCFrameworkVersionLocalService.getFrameworkVersionsCount(long groupId)
|
int |
SCFrameworkVersionLocalServiceWrapper.getFrameworkVersionsCount(long groupId,
boolean active)
|
static int |
SCFrameworkVersionLocalServiceUtil.getFrameworkVersionsCount(long groupId,
boolean active)
|
int |
SCFrameworkVersionLocalService.getFrameworkVersionsCount(long groupId,
boolean active)
|
SCLicense |
SCLicenseServiceWrapper.getLicense(long licenseId)
|
static SCLicense |
SCLicenseServiceUtil.getLicense(long licenseId)
|
SCLicense |
SCLicenseService.getLicense(long licenseId)
|
SCLicense |
SCLicenseLocalServiceWrapper.getLicense(long licenseId)
|
static SCLicense |
SCLicenseLocalServiceUtil.getLicense(long licenseId)
|
SCLicense |
SCLicenseLocalService.getLicense(long licenseId)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getLicenses()
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getLicenses()
|
List<SCLicense> |
SCLicenseLocalService.getLicenses()
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getLicenses(boolean active,
boolean recommended)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getLicenses(boolean active,
boolean recommended)
|
List<SCLicense> |
SCLicenseLocalService.getLicenses(boolean active,
boolean recommended)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getLicenses(boolean active,
boolean recommended,
int start,
int end)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getLicenses(boolean active,
boolean recommended,
int start,
int end)
|
List<SCLicense> |
SCLicenseLocalService.getLicenses(boolean active,
boolean recommended,
int start,
int end)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getLicenses(int start,
int end)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getLicenses(int start,
int end)
|
List<SCLicense> |
SCLicenseLocalService.getLicenses(int start,
int end)
|
int |
SCLicenseLocalServiceWrapper.getLicensesCount()
|
static int |
SCLicenseLocalServiceUtil.getLicensesCount()
|
int |
SCLicenseLocalService.getLicensesCount()
|
int |
SCLicenseLocalServiceWrapper.getLicensesCount(boolean active,
boolean recommended)
|
static int |
SCLicenseLocalServiceUtil.getLicensesCount(boolean active,
boolean recommended)
|
int |
SCLicenseLocalService.getLicensesCount(boolean active,
boolean recommended)
|
PersistedModel |
SCProductVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SCProductVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCProductVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCProductScreenshotLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SCProductScreenshotLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCProductScreenshotLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCProductEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SCProductEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCProductEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCLicenseLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SCLicenseLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCLicenseLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCFrameworkVersionLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
SCFrameworkVersionLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
SCFrameworkVersionLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getProductEntries(long groupId,
int start,
int end)
|
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getProductEntries(long groupId,
int start,
int end)
|
List<SCProductEntry> |
SCProductEntryLocalService.getProductEntries(long groupId,
int start,
int end)
|
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getProductEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getProductEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<SCProductEntry> |
SCProductEntryLocalService.getProductEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getProductEntries(long groupId,
long userId,
int start,
int end)
|
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getProductEntries(long groupId,
long userId,
int start,
int end)
|
List<SCProductEntry> |
SCProductEntryLocalService.getProductEntries(long groupId,
long userId,
int start,
int end)
|
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
List<SCProductEntry> |
SCProductEntryLocalService.getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
int |
SCProductEntryLocalServiceWrapper.getProductEntriesCount(long groupId)
|
static int |
SCProductEntryLocalServiceUtil.getProductEntriesCount(long groupId)
|
int |
SCProductEntryLocalService.getProductEntriesCount(long groupId)
|
int |
SCProductEntryLocalServiceWrapper.getProductEntriesCount(long groupId,
long userId)
|
static int |
SCProductEntryLocalServiceUtil.getProductEntriesCount(long groupId,
long userId)
|
int |
SCProductEntryLocalService.getProductEntriesCount(long groupId,
long userId)
|
SCProductEntry |
SCProductEntryServiceWrapper.getProductEntry(long productEntryId)
|
static SCProductEntry |
SCProductEntryServiceUtil.getProductEntry(long productEntryId)
|
SCProductEntry |
SCProductEntryService.getProductEntry(long productEntryId)
|
SCProductEntry |
SCProductEntryLocalServiceWrapper.getProductEntry(long productEntryId)
|
static SCProductEntry |
SCProductEntryLocalServiceUtil.getProductEntry(long productEntryId)
|
SCProductEntry |
SCProductEntryLocalService.getProductEntry(long productEntryId)
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getProductEntryLicenses(long productEntryId)
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getProductEntryLicenses(long productEntryId)
|
List<SCLicense> |
SCLicenseLocalService.getProductEntryLicenses(long productEntryId)
|
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.getProductScreenshot(long productEntryId,
int priority)
|
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.getProductScreenshot(long productEntryId,
int priority)
|
SCProductScreenshot |
SCProductScreenshotLocalService.getProductScreenshot(long productEntryId,
int priority)
|
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.getProductScreenshotByFullImageId(long fullImageId)
|
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.getProductScreenshotByFullImageId(long fullImageId)
|
SCProductScreenshot |
SCProductScreenshotLocalService.getProductScreenshotByFullImageId(long fullImageId)
|
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.getProductScreenshotByThumbnailId(long thumbnailId)
|
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.getProductScreenshotByThumbnailId(long thumbnailId)
|
SCProductScreenshot |
SCProductScreenshotLocalService.getProductScreenshotByThumbnailId(long thumbnailId)
|
List<SCProductScreenshot> |
SCProductScreenshotLocalServiceWrapper.getProductScreenshots(long productEntryId)
|
static List<SCProductScreenshot> |
SCProductScreenshotLocalServiceUtil.getProductScreenshots(long productEntryId)
|
List<SCProductScreenshot> |
SCProductScreenshotLocalService.getProductScreenshots(long productEntryId)
|
SCProductVersion |
SCProductVersionServiceWrapper.getProductVersion(long productVersionId)
|
static SCProductVersion |
SCProductVersionServiceUtil.getProductVersion(long productVersionId)
|
SCProductVersion |
SCProductVersionService.getProductVersion(long productVersionId)
|
SCProductVersion |
SCProductVersionLocalServiceWrapper.getProductVersion(long productVersionId)
|
static SCProductVersion |
SCProductVersionLocalServiceUtil.getProductVersion(long productVersionId)
|
SCProductVersion |
SCProductVersionLocalService.getProductVersion(long productVersionId)
|
SCProductVersion |
SCProductVersionLocalServiceWrapper.getProductVersionByDirectDownloadURL(String directDownloadURL)
|
static SCProductVersion |
SCProductVersionLocalServiceUtil.getProductVersionByDirectDownloadURL(String directDownloadURL)
|
SCProductVersion |
SCProductVersionLocalService.getProductVersionByDirectDownloadURL(String directDownloadURL)
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceWrapper.getProductVersionFrameworkVersions(long productVersionId)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceUtil.getProductVersionFrameworkVersions(long productVersionId)
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalService.getProductVersionFrameworkVersions(long productVersionId)
|
List<SCProductVersion> |
SCProductVersionServiceWrapper.getProductVersions(long productEntryId,
int start,
int end)
|
static List<SCProductVersion> |
SCProductVersionServiceUtil.getProductVersions(long productEntryId,
int start,
int end)
|
List<SCProductVersion> |
SCProductVersionService.getProductVersions(long productEntryId,
int start,
int end)
|
List<SCProductVersion> |
SCProductVersionLocalServiceWrapper.getProductVersions(long productEntryId,
int start,
int end)
|
static List<SCProductVersion> |
SCProductVersionLocalServiceUtil.getProductVersions(long productEntryId,
int start,
int end)
|
List<SCProductVersion> |
SCProductVersionLocalService.getProductVersions(long productEntryId,
int start,
int end)
|
int |
SCProductVersionServiceWrapper.getProductVersionsCount(long productEntryId)
|
static int |
SCProductVersionServiceUtil.getProductVersionsCount(long productEntryId)
|
int |
SCProductVersionService.getProductVersionsCount(long productEntryId)
|
int |
SCProductVersionLocalServiceWrapper.getProductVersionsCount(long productEntryId)
|
static int |
SCProductVersionLocalServiceUtil.getProductVersionsCount(long productEntryId)
|
int |
SCProductVersionLocalService.getProductVersionsCount(long productEntryId)
|
String |
SCProductEntryLocalServiceWrapper.getRepositoryXML(long groupId,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
|
static String |
SCProductEntryLocalServiceUtil.getRepositoryXML(long groupId,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
|
String |
SCProductEntryLocalService.getRepositoryXML(long groupId,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
|
String |
SCProductEntryLocalServiceWrapper.getRepositoryXML(long groupId,
String version,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
|
static String |
SCProductEntryLocalServiceUtil.getRepositoryXML(long groupId,
String version,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
|
String |
SCProductEntryLocalService.getRepositoryXML(long groupId,
String version,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
|
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.getSCFrameworkVersion(long frameworkVersionId)
Returns the s c framework version with the primary key. |
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.getSCFrameworkVersion(long frameworkVersionId)
Returns the s c framework version with the primary key. |
SCFrameworkVersion |
SCFrameworkVersionLocalService.getSCFrameworkVersion(long frameworkVersionId)
Returns the s c framework version with the primary key. |
List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceWrapper.getSCFrameworkVersions(int start,
int end)
Returns a range of all the s c framework versions. |
static List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceUtil.getSCFrameworkVersions(int start,
int end)
Returns a range of all the s c framework versions. |
List<SCFrameworkVersion> |
SCFrameworkVersionLocalService.getSCFrameworkVersions(int start,
int end)
Returns a range of all the s c framework versions. |
int |
SCFrameworkVersionLocalServiceWrapper.getSCFrameworkVersionsCount()
Returns the number of s c framework versions. |
static int |
SCFrameworkVersionLocalServiceUtil.getSCFrameworkVersionsCount()
Returns the number of s c framework versions. |
int |
SCFrameworkVersionLocalService.getSCFrameworkVersionsCount()
Returns the number of s c framework versions. |
SCLicense |
SCLicenseLocalServiceWrapper.getSCLicense(long licenseId)
Returns the s c license with the primary key. |
static SCLicense |
SCLicenseLocalServiceUtil.getSCLicense(long licenseId)
Returns the s c license with the primary key. |
SCLicense |
SCLicenseLocalService.getSCLicense(long licenseId)
Returns the s c license with the primary key. |
List<SCLicense> |
SCLicenseLocalServiceWrapper.getSCLicenses(int start,
int end)
Returns a range of all the s c licenses. |
static List<SCLicense> |
SCLicenseLocalServiceUtil.getSCLicenses(int start,
int end)
Returns a range of all the s c licenses. |
List<SCLicense> |
SCLicenseLocalService.getSCLicenses(int start,
int end)
Returns a range of all the s c licenses. |
int |
SCLicenseLocalServiceWrapper.getSCLicensesCount()
Returns the number of s c licenses. |
static int |
SCLicenseLocalServiceUtil.getSCLicensesCount()
Returns the number of s c licenses. |
int |
SCLicenseLocalService.getSCLicensesCount()
Returns the number of s c licenses. |
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getSCProductEntries(int start,
int end)
Returns a range of all the s c product entries. |
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getSCProductEntries(int start,
int end)
Returns a range of all the s c product entries. |
List<SCProductEntry> |
SCProductEntryLocalService.getSCProductEntries(int start,
int end)
Returns a range of all the s c product entries. |
int |
SCProductEntryLocalServiceWrapper.getSCProductEntriesCount()
Returns the number of s c product entries. |
static int |
SCProductEntryLocalServiceUtil.getSCProductEntriesCount()
Returns the number of s c product entries. |
int |
SCProductEntryLocalService.getSCProductEntriesCount()
Returns the number of s c product entries. |
SCProductEntry |
SCProductEntryLocalServiceWrapper.getSCProductEntry(long productEntryId)
Returns the s c product entry with the primary key. |
static SCProductEntry |
SCProductEntryLocalServiceUtil.getSCProductEntry(long productEntryId)
Returns the s c product entry with the primary key. |
SCProductEntry |
SCProductEntryLocalService.getSCProductEntry(long productEntryId)
Returns the s c product entry with the primary key. |
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.getSCProductScreenshot(long productScreenshotId)
Returns the s c product screenshot with the primary key. |
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.getSCProductScreenshot(long productScreenshotId)
Returns the s c product screenshot with the primary key. |
SCProductScreenshot |
SCProductScreenshotLocalService.getSCProductScreenshot(long productScreenshotId)
Returns the s c product screenshot with the primary key. |
List<SCProductScreenshot> |
SCProductScreenshotLocalServiceWrapper.getSCProductScreenshots(int start,
int end)
Returns a range of all the s c product screenshots. |
static List<SCProductScreenshot> |
SCProductScreenshotLocalServiceUtil.getSCProductScreenshots(int start,
int end)
Returns a range of all the s c product screenshots. |
List<SCProductScreenshot> |
SCProductScreenshotLocalService.getSCProductScreenshots(int start,
int end)
Returns a range of all the s c product screenshots. |
int |
SCProductScreenshotLocalServiceWrapper.getSCProductScreenshotsCount()
Returns the number of s c product screenshots. |
static int |
SCProductScreenshotLocalServiceUtil.getSCProductScreenshotsCount()
Returns the number of s c product screenshots. |
int |
SCProductScreenshotLocalService.getSCProductScreenshotsCount()
Returns the number of s c product screenshots. |
SCProductVersion |
SCProductVersionLocalServiceWrapper.getSCProductVersion(long productVersionId)
Returns the s c product version with the primary key. |
static SCProductVersion |
SCProductVersionLocalServiceUtil.getSCProductVersion(long productVersionId)
Returns the s c product version with the primary key. |
SCProductVersion |
SCProductVersionLocalService.getSCProductVersion(long productVersionId)
Returns the s c product version with the primary key. |
List<SCProductVersion> |
SCProductVersionLocalServiceWrapper.getSCProductVersions(int start,
int end)
Returns a range of all the s c product versions. |
static List<SCProductVersion> |
SCProductVersionLocalServiceUtil.getSCProductVersions(int start,
int end)
Returns a range of all the s c product versions. |
List<SCProductVersion> |
SCProductVersionLocalService.getSCProductVersions(int start,
int end)
Returns a range of all the s c product versions. |
int |
SCProductVersionLocalServiceWrapper.getSCProductVersionsCount()
Returns the number of s c product versions. |
static int |
SCProductVersionLocalServiceUtil.getSCProductVersionsCount()
Returns the number of s c product versions. |
int |
SCProductVersionLocalService.getSCProductVersionsCount()
Returns the number of s c product versions. |
SCFrameworkVersion |
SCFrameworkVersionServiceWrapper.updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
static SCFrameworkVersion |
SCFrameworkVersionServiceUtil.updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
SCFrameworkVersion |
SCFrameworkVersionService.updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
SCFrameworkVersion |
SCFrameworkVersionLocalService.updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
SCLicense |
SCLicenseServiceWrapper.updateLicense(long licenseId,
String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
static SCLicense |
SCLicenseServiceUtil.updateLicense(long licenseId,
String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseService.updateLicense(long licenseId,
String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseLocalServiceWrapper.updateLicense(long licenseId,
String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
static SCLicense |
SCLicenseLocalServiceUtil.updateLicense(long licenseId,
String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCLicense |
SCLicenseLocalService.updateLicense(long licenseId,
String name,
String url,
boolean openSource,
boolean active,
boolean recommended)
|
SCProductEntry |
SCProductEntryServiceWrapper.updateProductEntry(long productEntryId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages)
|
static SCProductEntry |
SCProductEntryServiceUtil.updateProductEntry(long productEntryId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages)
|
SCProductEntry |
SCProductEntryService.updateProductEntry(long productEntryId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages)
|
SCProductEntry |
SCProductEntryLocalServiceWrapper.updateProductEntry(long productEntryId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages)
|
static SCProductEntry |
SCProductEntryLocalServiceUtil.updateProductEntry(long productEntryId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages)
|
SCProductEntry |
SCProductEntryLocalService.updateProductEntry(long productEntryId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages)
|
SCProductVersion |
SCProductVersionServiceWrapper.updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
static SCProductVersion |
SCProductVersionServiceUtil.updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
SCProductVersion |
SCProductVersionService.updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
SCProductVersion |
SCProductVersionLocalServiceWrapper.updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
static SCProductVersion |
SCProductVersionLocalServiceUtil.updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
SCProductVersion |
SCProductVersionLocalService.updateProductVersion(long productVersionId,
String version,
String changeLog,
String downloadPageURL,
String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
SCFrameworkVersion |
SCFrameworkVersionLocalServiceWrapper.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Updates the s c framework version in the database or adds it if it does not yet exist. |
static SCFrameworkVersion |
SCFrameworkVersionLocalServiceUtil.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Updates the s c framework version in the database or adds it if it does not yet exist. |
SCFrameworkVersion |
SCFrameworkVersionLocalService.updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Updates the s c framework version in the database or adds it if it does not yet exist. |
SCLicense |
SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database or adds it if it does not yet exist. |
static SCLicense |
SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database or adds it if it does not yet exist. |
SCLicense |
SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database or adds it if it does not yet exist. |
SCProductEntry |
SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry)
Updates the s c product entry in the database or adds it if it does not yet exist. |
static SCProductEntry |
SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry)
Updates the s c product entry in the database or adds it if it does not yet exist. |
SCProductEntry |
SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
Updates the s c product entry in the database or adds it if it does not yet exist. |
SCProductScreenshot |
SCProductScreenshotLocalServiceWrapper.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Updates the s c product screenshot in the database or adds it if it does not yet exist. |
static SCProductScreenshot |
SCProductScreenshotLocalServiceUtil.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Updates the s c product screenshot in the database or adds it if it does not yet exist. |
SCProductScreenshot |
SCProductScreenshotLocalService.updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
Updates the s c product screenshot in the database or adds it if it does not yet exist. |
SCProductVersion |
SCProductVersionLocalServiceWrapper.updateSCProductVersion(SCProductVersion scProductVersion)
Updates the s c product version in the database or adds it if it does not yet exist. |
static SCProductVersion |
SCProductVersionLocalServiceUtil.updateSCProductVersion(SCProductVersion scProductVersion)
Updates the s c product version in the database or adds it if it does not yet exist. |
SCProductVersion |
SCProductVersionLocalService.updateSCProductVersion(SCProductVersion scProductVersion)
Updates the s c product version in the database or adds it if it does not yet exist. |
| Uses of SystemException in com.liferay.portlet.softwarecatalog.service.persistence |
|---|
| Methods in com.liferay.portlet.softwarecatalog.service.persistence that throw SystemException | |
|---|---|
static void |
SCProductVersionUtil.addSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
Adds an association between the s c product version and the s c framework version. |
void |
SCProductVersionPersistence.addSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
Adds an association between the s c product version and the s c framework version. |
static void |
SCProductVersionUtil.addSCFrameworkVersion(long pk,
SCFrameworkVersion scFrameworkVersion)
Adds an association between the s c product version and the s c framework version. |
void |
SCProductVersionPersistence.addSCFrameworkVersion(long pk,
SCFrameworkVersion scFrameworkVersion)
Adds an association between the s c product version and the s c framework version. |
static void |
SCProductVersionUtil.addSCFrameworkVersions(long pk,
List<SCFrameworkVersion> scFrameworkVersions)
Adds an association between the s c product version and the s c framework versions. |
void |
SCProductVersionPersistence.addSCFrameworkVersions(long pk,
List<SCFrameworkVersion> scFrameworkVersions)
Adds an association between the s c product version and the s c framework versions. |
static void |
SCProductVersionUtil.addSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
Adds an association between the s c product version and the s c framework versions. |
void |
SCProductVersionPersistence.addSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
Adds an association between the s c product version and the s c framework versions. |
static void |
SCProductEntryUtil.addSCLicense(long pk,
long scLicensePK)
Adds an association between the s c product entry and the s c license. |
void |
SCProductEntryPersistence.addSCLicense(long pk,
long scLicensePK)
Adds an association between the s c product entry and the s c license. |
static void |
SCProductEntryUtil.addSCLicense(long pk,
SCLicense scLicense)
Adds an association between the s c product entry and the s c license. |
void |
SCProductEntryPersistence.addSCLicense(long pk,
SCLicense scLicense)
Adds an association between the s c product entry and the s c license. |
static void |
SCProductEntryUtil.addSCLicenses(long pk,
List<SCLicense> scLicenses)
Adds an association between the s c product entry and the s c licenses. |
void |
SCProductEntryPersistence.addSCLicenses(long pk,
List<SCLicense> scLicenses)
Adds an association between the s c product entry and the s c licenses. |
static void |
SCProductEntryUtil.addSCLicenses(long pk,
long[] scLicensePKs)
Adds an association between the s c product entry and the s c licenses. |
void |
SCProductEntryPersistence.addSCLicenses(long pk,
long[] scLicensePKs)
Adds an association between the s c product entry and the s c licenses. |
static void |
SCLicenseUtil.addSCProductEntries(long pk,
List<SCProductEntry> scProductEntries)
Adds an association between the s c license and the s c product entries. |
void |
SCLicensePersistence.addSCProductEntries(long pk,
List<SCProductEntry> scProductEntries)
Adds an association between the s c license and the s c product entries. |
static void |
SCLicenseUtil.addSCProductEntries(long pk,
long[] scProductEntryPKs)
Adds an association between the s c license and the s c product entries. |
void |
SCLicensePersistence.addSCProductEntries(long pk,
long[] scProductEntryPKs)
Adds an association between the s c license and the s c product entries. |
static void |
SCLicenseUtil.addSCProductEntry(long pk,
long scProductEntryPK)
Adds an association between the s c license and the s c product entry. |
void |
SCLicensePersistence.addSCProductEntry(long pk,
long scProductEntryPK)
Adds an association between the s c license and the s c product entry. |
static void |
SCLicenseUtil.addSCProductEntry(long pk,
SCProductEntry scProductEntry)
Adds an association between the s c license and the s c product entry. |
void |
SCLicensePersistence.addSCProductEntry(long pk,
SCProductEntry scProductEntry)
Adds an association between the s c license and the s c product entry. |
static void |
SCFrameworkVersionUtil.addSCProductVersion(long pk,
long scProductVersionPK)
Adds an association between the s c framework version and the s c product version. |
void |
SCFrameworkVersionPersistence.addSCProductVersion(long pk,
long scProductVersionPK)
Adds an association between the s c framework version and the s c product version. |
static void |
SCFrameworkVersionUtil.addSCProductVersion(long pk,
SCProductVersion scProductVersion)
Adds an association between the s c framework version and the s c product version. |
void |
SCFrameworkVersionPersistence.addSCProductVersion(long pk,
SCProductVersion scProductVersion)
Adds an association between the s c framework version and the s c product version. |
static void |
SCFrameworkVersionUtil.addSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Adds an association between the s c framework version and the s c product versions. |
void |
SCFrameworkVersionPersistence.addSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Adds an association between the s c framework version and the s c product versions. |
static void |
SCFrameworkVersionUtil.addSCProductVersions(long pk,
long[] scProductVersionPKs)
Adds an association between the s c framework version and the s c product versions. |
void |
SCFrameworkVersionPersistence.addSCProductVersions(long pk,
long[] scProductVersionPKs)
Adds an association between the s c framework version and the s c product versions. |
static void |
SCProductVersionUtil.clearSCFrameworkVersions(long pk)
Clears all associations between the s c product version and its s c framework versions. |
void |
SCProductVersionPersistence.clearSCFrameworkVersions(long pk)
Clears all associations between the s c product version and its s c framework versions. |
static void |
SCProductEntryUtil.clearSCLicenses(long pk)
Clears all associations between the s c product entry and its s c licenses. |
void |
SCProductEntryPersistence.clearSCLicenses(long pk)
Clears all associations between the s c product entry and its s c licenses. |
static void |
SCLicenseUtil.clearSCProductEntries(long pk)
Clears all associations between the s c license and its s c product entries. |
void |
SCLicensePersistence.clearSCProductEntries(long pk)
Clears all associations between the s c license and its s c product entries. |
static void |
SCFrameworkVersionUtil.clearSCProductVersions(long pk)
Clears all associations between the s c framework version and its s c product versions. |
void |
SCFrameworkVersionPersistence.clearSCProductVersions(long pk)
Clears all associations between the s c framework version and its s c product versions. |
static boolean |
SCProductVersionUtil.containsSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
Returns true if the s c framework version is associated with the s c product version. |
boolean |
SCProductVersionPersistence.containsSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
Returns true if the s c framework version is associated with the s c product version. |
static boolean |
SCProductVersionUtil.containsSCFrameworkVersions(long pk)
Returns true if the s c product version has any s c framework versions associated with it. |
boolean |
SCProductVersionPersistence.containsSCFrameworkVersions(long pk)
Returns true if the s c product version has any s c framework versions associated with it. |
static boolean |
SCProductEntryUtil.containsSCLicense(long pk,
long scLicensePK)
Returns true if the s c license is associated with the s c product entry. |
boolean |
SCProductEntryPersistence.containsSCLicense(long pk,
long scLicensePK)
Returns true if the s c license is associated with the s c product entry. |
static boolean |
SCProductEntryUtil.containsSCLicenses(long pk)
Returns true if the s c product entry has any s c licenses associated with it. |
boolean |
SCProductEntryPersistence.containsSCLicenses(long pk)
Returns true if the s c product entry has any s c licenses associated with it. |
static boolean |
SCLicenseUtil.containsSCProductEntries(long pk)
Returns true if the s c license has any s c product entries associated with it. |
boolean |
SCLicensePersistence.containsSCProductEntries(long pk)
Returns true if the s c license has any s c product entries associated with it. |
static boolean |
SCLicenseUtil.containsSCProductEntry(long pk,
long scProductEntryPK)
Returns true if the s c product entry is associated with the s c license. |
boolean |
SCLicensePersistence.containsSCProductEntry(long pk,
long scProductEntryPK)
Returns true if the s c product entry is associated with the s c license. |
static boolean |
SCFrameworkVersionUtil.containsSCProductVersion(long pk,
long scProductVersionPK)
Returns true if the s c product version is associated with the s c framework version. |
boolean |
SCFrameworkVersionPersistence.containsSCProductVersion(long pk,
long scProductVersionPK)
Returns true if the s c product version is associated with the s c framework version. |
static boolean |
SCFrameworkVersionUtil.containsSCProductVersions(long pk)
Returns true if the s c framework version has any s c product versions associated with it. |
boolean |
SCFrameworkVersionPersistence.containsSCProductVersions(long pk)
Returns true if the s c framework version has any s c product versions associated with it. |
static int |
SCProductVersionUtil.countAll()
Returns the number of s c product versions. |
int |
SCProductVersionPersistence.countAll()
Returns the number of s c product versions. |
static int |
SCProductScreenshotUtil.countAll()
Returns the number of s c product screenshots. |
int |
SCProductScreenshotPersistence.countAll()
Returns the number of s c product screenshots. |
static int |
SCProductEntryUtil.countAll()
Returns the number of s c product entries. |
int |
SCProductEntryPersistence.countAll()
Returns the number of s c product entries. |
static int |
SCLicenseUtil.countAll()
Returns the number of s c licenses. |
int |
SCLicensePersistence.countAll()
Returns the number of s c licenses. |
static int |
SCFrameworkVersionUtil.countAll()
Returns the number of s c framework versions. |
int |
SCFrameworkVersionPersistence.countAll()
Returns the number of s c framework versions. |
static int |
SCLicenseUtil.countByA_R(boolean active,
boolean recommended)
Returns the number of s c licenses where active = ? and recommended = ?. |
int |
SCLicensePersistence.countByA_R(boolean active,
boolean recommended)
Returns the number of s c licenses where active = ? and recommended = ?. |
static int |
SCLicenseUtil.countByActive(boolean active)
Returns the number of s c licenses where active = ?. |
int |
SCLicensePersistence.countByActive(boolean active)
Returns the number of s c licenses where active = ?. |
static int |
SCProductEntryUtil.countByCompanyId(long companyId)
Returns the number of s c product entries where companyId = ?. |
int |
SCProductEntryPersistence.countByCompanyId(long companyId)
Returns the number of s c product entries where companyId = ?. |
static int |
SCFrameworkVersionUtil.countByCompanyId(long companyId)
Returns the number of s c framework versions where companyId = ?. |
int |
SCFrameworkVersionPersistence.countByCompanyId(long companyId)
Returns the number of s c framework versions where companyId = ?. |
static int |
SCProductVersionUtil.countByDirectDownloadURL(String directDownloadURL)
Returns the number of s c product versions where directDownloadURL = ?. |
int |
SCProductVersionPersistence.countByDirectDownloadURL(String directDownloadURL)
Returns the number of s c product versions where directDownloadURL = ?. |
static int |
SCProductScreenshotUtil.countByFullImageId(long fullImageId)
Returns the number of s c product screenshots where fullImageId = ?. |
int |
SCProductScreenshotPersistence.countByFullImageId(long fullImageId)
Returns the number of s c product screenshots where fullImageId = ?. |
static int |
SCFrameworkVersionUtil.countByG_A(long groupId,
boolean active)
Returns the number of s c framework versions where groupId = ? and active = ?. |
int |
SCFrameworkVersionPersistence.countByG_A(long groupId,
boolean active)
Returns the number of s c framework versions where groupId = ? and active = ?. |
static int |
SCProductEntryUtil.countByG_U(long groupId,
long userId)
Returns the number of s c product entries where groupId = ? and userId = ?. |
int |
SCProductEntryPersistence.countByG_U(long groupId,
long userId)
Returns the number of s c product entries where groupId = ? and userId = ?. |
static int |
SCProductEntryUtil.countByGroupId(long groupId)
Returns the number of s c product entries where groupId = ?. |
int |
SCProductEntryPersistence.countByGroupId(long groupId)
Returns the number of s c product entries where groupId = ?. |
static int |
SCFrameworkVersionUtil.countByGroupId(long groupId)
Returns the number of s c framework versions where groupId = ?. |
int |
SCFrameworkVersionPersistence.countByGroupId(long groupId)
Returns the number of s c framework versions where groupId = ?. |
static int |
SCProductScreenshotUtil.countByP_P(long productEntryId,
int priority)
Returns the number of s c product screenshots where productEntryId = ? and priority = ?. |
int |
SCProductScreenshotPersistence.countByP_P(long productEntryId,
int priority)
Returns the number of s c product screenshots where productEntryId = ? and priority = ?. |
static int |
SCProductVersionUtil.countByProductEntryId(long productEntryId)
Returns the number of s c product versions where productEntryId = ?. |
int |
SCProductVersionPersistence.countByProductEntryId(long productEntryId)
Returns the number of s c product versions where productEntryId = ?. |
static int |
SCProductScreenshotUtil.countByProductEntryId(long productEntryId)
Returns the number of s c product screenshots where productEntryId = ?. |
int |
SCProductScreenshotPersistence.countByProductEntryId(long productEntryId)
Returns the number of s c product screenshots where productEntryId = ?. |
static int |
SCProductEntryUtil.countByRG_RA(String repoGroupId,
String repoArtifactId)
Returns the number of s c product entries where repoGroupId = ? and repoArtifactId = ?. |
int |
SCProductEntryPersistence.countByRG_RA(String repoGroupId,
String repoArtifactId)
Returns the number of s c product entries where repoGroupId = ? and repoArtifactId = ?. |
static int |
SCProductScreenshotUtil.countByThumbnailId(long thumbnailId)
Returns the number of s c product screenshots where thumbnailId = ?. |
int |
SCProductScreenshotPersistence.countByThumbnailId(long thumbnailId)
Returns the number of s c product screenshots where thumbnailId = ?. |
long |
SCProductVersionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SCProductScreenshotUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SCProductEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SCLicenseUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
SCFrameworkVersionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static SCLicense |
SCLicenseUtil.fetchByA_R_First(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ? and recommended = ?. |
SCLicense |
SCLicensePersistence.fetchByA_R_First(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ? and recommended = ?. |
static SCLicense |
SCLicenseUtil.fetchByA_R_Last(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ? and recommended = ?. |
SCLicense |
SCLicensePersistence.fetchByA_R_Last(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ? and recommended = ?. |
static SCLicense |
SCLicenseUtil.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.fetchByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
static SCLicense |
SCLicenseUtil.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.fetchByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where companyId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where companyId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
static SCProductVersion |
SCProductVersionUtil.fetchByDirectDownloadURL(String directDownloadURL)
Returns the s c product version where directDownloadURL = ? or returns null if it could not be found. |
SCProductVersion |
SCProductVersionPersistence.fetchByDirectDownloadURL(String directDownloadURL)
Returns the s c product version where directDownloadURL = ? or returns null if it could not be found. |
static SCProductVersion |
SCProductVersionUtil.fetchByDirectDownloadURL(String directDownloadURL,
boolean retrieveFromCache)
Returns the s c product version where directDownloadURL = ? or returns null if it could not be found, optionally using the finder cache. |
SCProductVersion |
SCProductVersionPersistence.fetchByDirectDownloadURL(String directDownloadURL,
boolean retrieveFromCache)
Returns the s c product version where directDownloadURL = ? or returns null if it could not be found, optionally using the finder cache. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found, optionally using the finder cache. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found, optionally using the finder cache. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ? and userId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ? and userId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByP_P(long productEntryId,
int priority)
Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByP_P(long productEntryId,
int priority)
Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found, optionally using the finder cache. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
Returns the s c product screenshot where productEntryId = ? and priority = ? or returns null if it could not be found, optionally using the finder cache. |
static SCProductVersion |
SCProductVersionUtil.fetchByPrimaryKey(long productVersionId)
Returns the s c product version with the primary key or returns null if it could not be found. |
SCProductVersion |
SCProductVersionPersistence.fetchByPrimaryKey(long productVersionId)
Returns the s c product version with the primary key or returns null if it could not be found. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or returns null if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or returns null if it could not be found. |
static SCProductEntry |
SCProductEntryUtil.fetchByPrimaryKey(long productEntryId)
Returns the s c product entry with the primary key or returns null if it could not be found. |
SCProductEntry |
SCProductEntryPersistence.fetchByPrimaryKey(long productEntryId)
Returns the s c product entry with the primary key or returns null if it could not be found. |
static SCLicense |
SCLicenseUtil.fetchByPrimaryKey(long licenseId)
Returns the s c license with the primary key or returns null if it could not be found. |
SCLicense |
SCLicensePersistence.fetchByPrimaryKey(long licenseId)
Returns the s c license with the primary key or returns null if it could not be found. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or returns null if it could not be found. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or returns null if it could not be found. |
static SCProductVersion |
SCProductVersionUtil.fetchByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product version in the ordered set where productEntryId = ?. |
SCProductVersion |
SCProductVersionPersistence.fetchByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product version in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductVersion |
SCProductVersionUtil.fetchByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product version in the ordered set where productEntryId = ?. |
SCProductVersion |
SCProductVersionPersistence.fetchByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product version in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByRG_RA(String repoGroupId,
String repoArtifactId)
Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found. |
SCProductEntry |
SCProductEntryPersistence.fetchByRG_RA(String repoGroupId,
String repoArtifactId)
Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found. |
static SCProductEntry |
SCProductEntryUtil.fetchByRG_RA(String repoGroupId,
String repoArtifactId,
boolean retrieveFromCache)
Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found, optionally using the finder cache. |
SCProductEntry |
SCProductEntryPersistence.fetchByRG_RA(String repoGroupId,
String repoArtifactId,
boolean retrieveFromCache)
Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found, optionally using the finder cache. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found, optionally using the finder cache. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found, optionally using the finder cache. |
static int |
SCLicenseUtil.filterCountByA_R(boolean active,
boolean recommended)
Returns the number of s c licenses that the user has permission to view where active = ? and recommended = ?. |
int |
SCLicensePersistence.filterCountByA_R(boolean active,
boolean recommended)
Returns the number of s c licenses that the user has permission to view where active = ? and recommended = ?. |
static int |
SCLicenseUtil.filterCountByActive(boolean active)
Returns the number of s c licenses that the user has permission to view where active = ?. |
int |
SCLicensePersistence.filterCountByActive(boolean active)
Returns the number of s c licenses that the user has permission to view where active = ?. |
static int |
SCFrameworkVersionUtil.filterCountByG_A(long groupId,
boolean active)
Returns the number of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
int |
SCFrameworkVersionPersistence.filterCountByG_A(long groupId,
boolean active)
Returns the number of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
static int |
SCProductEntryUtil.filterCountByG_U(long groupId,
long userId)
Returns the number of s c product entries that the user has permission to view where groupId = ? and userId = ?. |
int |
SCProductEntryPersistence.filterCountByG_U(long groupId,
long userId)
Returns the number of s c product entries that the user has permission to view where groupId = ? and userId = ?. |
static int |
SCProductEntryUtil.filterCountByGroupId(long groupId)
Returns the number of s c product entries that the user has permission to view where groupId = ?. |
int |
SCProductEntryPersistence.filterCountByGroupId(long groupId)
Returns the number of s c product entries that the user has permission to view where groupId = ?. |
static int |
SCFrameworkVersionUtil.filterCountByGroupId(long groupId)
Returns the number of s c framework versions that the user has permission to view where groupId = ?. |
int |
SCFrameworkVersionPersistence.filterCountByGroupId(long groupId)
Returns the number of s c framework versions that the user has permission to view where groupId = ?. |
static SCLicense[] |
SCLicenseUtil.filterFindByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ? and recommended = ?. |
SCLicense[] |
SCLicensePersistence.filterFindByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ? and recommended = ?. |
static List<SCLicense> |
SCLicenseUtil.filterFindByA_R(boolean active,
boolean recommended)
Returns all the s c licenses that the user has permission to view where active = ? and recommended = ?. |
List<SCLicense> |
SCLicensePersistence.filterFindByA_R(boolean active,
boolean recommended)
Returns all the s c licenses that the user has permission to view where active = ? and recommended = ?. |
static List<SCLicense> |
SCLicenseUtil.filterFindByA_R(boolean active,
boolean recommended,
int start,
int end)
Returns a range of all the s c licenses that the user has permission to view where active = ? and recommended = ?. |
List<SCLicense> |
SCLicensePersistence.filterFindByA_R(boolean active,
boolean recommended,
int start,
int end)
Returns a range of all the s c licenses that the user has permission to view where active = ? and recommended = ?. |
static List<SCLicense> |
SCLicenseUtil.filterFindByA_R(boolean active,
boolean recommended,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions to view where active = ? and recommended = ?. |
List<SCLicense> |
SCLicensePersistence.filterFindByA_R(boolean active,
boolean recommended,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions to view where active = ? and recommended = ?. |
static SCLicense[] |
SCLicenseUtil.filterFindByActive_PrevAndNext(long licenseId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ?. |
SCLicense[] |
SCLicensePersistence.filterFindByActive_PrevAndNext(long licenseId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ?. |
static List<SCLicense> |
SCLicenseUtil.filterFindByActive(boolean active)
Returns all the s c licenses that the user has permission to view where active = ?. |
List<SCLicense> |
SCLicensePersistence.filterFindByActive(boolean active)
Returns all the s c licenses that the user has permission to view where active = ?. |
static List<SCLicense> |
SCLicenseUtil.filterFindByActive(boolean active,
int start,
int end)
Returns a range of all the s c licenses that the user has permission to view where active = ?. |
List<SCLicense> |
SCLicensePersistence.filterFindByActive(boolean active,
int start,
int end)
Returns a range of all the s c licenses that the user has permission to view where active = ?. |
static List<SCLicense> |
SCLicenseUtil.filterFindByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions to view where active = ?. |
List<SCLicense> |
SCLicensePersistence.filterFindByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions to view where active = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.filterFindByG_A(long groupId,
boolean active)
Returns all the s c framework versions that the user has permission to view where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.filterFindByG_A(long groupId,
boolean active)
Returns all the s c framework versions that the user has permission to view where groupId = ? and active = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.filterFindByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the s c framework versions that the user has permission to view where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.filterFindByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the s c framework versions that the user has permission to view where groupId = ? and active = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.filterFindByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.filterFindByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?. |
static SCProductEntry[] |
SCProductEntryUtil.filterFindByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.filterFindByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.filterFindByG_U(long groupId,
long userId)
Returns all the s c product entries that the user has permission to view where groupId = ? and userId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.filterFindByG_U(long groupId,
long userId)
Returns all the s c product entries that the user has permission to view where groupId = ? and userId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the s c product entries that the user has permission to view where groupId = ? and userId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the s c product entries that the user has permission to view where groupId = ? and userId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ? and userId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ? and userId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.filterFindByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.filterFindByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.filterFindByGroupId(long groupId)
Returns all the s c product entries that the user has permission to view where groupId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.filterFindByGroupId(long groupId)
Returns all the s c product entries that the user has permission to view where groupId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.filterFindByGroupId(long groupId)
Returns all the s c framework versions that the user has permission to view where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.filterFindByGroupId(long groupId)
Returns all the s c framework versions that the user has permission to view where groupId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c product entries that the user has permission to view where groupId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c product entries that the user has permission to view where groupId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c framework versions that the user has permission to view where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c framework versions that the user has permission to view where groupId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?. |
static List<SCProductVersion> |
SCProductVersionUtil.findAll()
Returns all the s c product versions. |
List<SCProductVersion> |
SCProductVersionPersistence.findAll()
Returns all the s c product versions. |
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findAll()
Returns all the s c product screenshots. |
List<SCProductScreenshot> |
SCProductScreenshotPersistence.findAll()
Returns all the s c product screenshots. |
static List<SCProductEntry> |
SCProductEntryUtil.findAll()
Returns all the s c product entries. |
List<SCProductEntry> |
SCProductEntryPersistence.findAll()
Returns all the s c product entries. |
static List<SCLicense> |
SCLicenseUtil.findAll()
Returns all the s c licenses. |
List<SCLicense> |
SCLicensePersistence.findAll()
Returns all the s c licenses. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findAll()
Returns all the s c framework versions. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findAll()
Returns all the s c framework versions. |
static List<SCProductVersion> |
SCProductVersionUtil.findAll(int start,
int end)
Returns a range of all the s c product versions. |
List<SCProductVersion> |
SCProductVersionPersistence.findAll(int start,
int end)
Returns a range of all the s c product versions. |
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findAll(int start,
int end)
Returns a range of all the s c product screenshots. |
List<SCProductScreenshot> |
SCProductScreenshotPersistence.findAll(int start,
int end)
Returns a range of all the s c product screenshots. |
static List<SCProductEntry> |
SCProductEntryUtil.findAll(int start,
int end)
Returns a range of all the s c product entries. |
List<SCProductEntry> |
SCProductEntryPersistence.findAll(int start,
int end)
Returns a range of all the s c product entries. |
static List<SCLicense> |
SCLicenseUtil.findAll(int start,
int end)
Returns a range of all the s c licenses. |
List<SCLicense> |
SCLicensePersistence.findAll(int start,
int end)
Returns a range of all the s c licenses. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findAll(int start,
int end)
Returns a range of all the s c framework versions. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findAll(int start,
int end)
Returns a range of all the s c framework versions. |
static List<SCProductVersion> |
SCProductVersionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product versions. |
List<SCProductVersion> |
SCProductVersionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product versions. |
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product screenshots. |
List<SCProductScreenshot> |
SCProductScreenshotPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product screenshots. |
static List<SCProductEntry> |
SCProductEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries. |
List<SCProductEntry> |
SCProductEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries. |
static List<SCLicense> |
SCLicenseUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses. |
List<SCLicense> |
SCLicensePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions. |
static SCLicense |
SCLicenseUtil.findByA_R_First(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ? and recommended = ?. |
SCLicense |
SCLicensePersistence.findByA_R_First(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ? and recommended = ?. |
static SCLicense |
SCLicenseUtil.findByA_R_Last(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ? and recommended = ?. |
SCLicense |
SCLicensePersistence.findByA_R_Last(boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ? and recommended = ?. |
static SCLicense[] |
SCLicenseUtil.findByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?. |
SCLicense[] |
SCLicensePersistence.findByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
OrderByComparator orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?. |
static List<SCLicense> |
SCLicenseUtil.findByA_R(boolean active,
boolean recommended)
Returns all the s c licenses where active = ? and recommended = ?. |
List<SCLicense> |
SCLicensePersistence.findByA_R(boolean active,
boolean recommended)
Returns all the s c licenses where active = ? and recommended = ?. |
static List<SCLicense> |
SCLicenseUtil.findByA_R(boolean active,
boolean recommended,
int start,
int end)
Returns a range of all the s c licenses where active = ? and recommended = ?. |
List<SCLicense> |
SCLicensePersistence.findByA_R(boolean active,
boolean recommended,
int start,
int end)
Returns a range of all the s c licenses where active = ? and recommended = ?. |
static List<SCLicense> |
SCLicenseUtil.findByA_R(boolean active,
boolean recommended,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses where active = ? and recommended = ?. |
List<SCLicense> |
SCLicensePersistence.findByA_R(boolean active,
boolean recommended,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses where active = ? and recommended = ?. |
static SCLicense |
SCLicenseUtil.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.findByActive_First(boolean active,
OrderByComparator orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
static SCLicense |
SCLicenseUtil.findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.findByActive_Last(boolean active,
OrderByComparator orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
static SCLicense[] |
SCLicenseUtil.findByActive_PrevAndNext(long licenseId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set where active = ?. |
SCLicense[] |
SCLicensePersistence.findByActive_PrevAndNext(long licenseId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set where active = ?. |
static List<SCLicense> |
SCLicenseUtil.findByActive(boolean active)
Returns all the s c licenses where active = ?. |
List<SCLicense> |
SCLicensePersistence.findByActive(boolean active)
Returns all the s c licenses where active = ?. |
static List<SCLicense> |
SCLicenseUtil.findByActive(boolean active,
int start,
int end)
Returns a range of all the s c licenses where active = ?. |
List<SCLicense> |
SCLicensePersistence.findByActive(boolean active,
int start,
int end)
Returns a range of all the s c licenses where active = ?. |
static List<SCLicense> |
SCLicenseUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses where active = ?. |
List<SCLicense> |
SCLicensePersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses where active = ?. |
static SCProductEntry |
SCProductEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where companyId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where companyId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.findByCompanyId_PrevAndNext(long productEntryId,
long companyId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.findByCompanyId_PrevAndNext(long productEntryId,
long companyId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByCompanyId(long companyId)
Returns all the s c product entries where companyId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByCompanyId(long companyId)
Returns all the s c product entries where companyId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByCompanyId(long companyId)
Returns all the s c framework versions where companyId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByCompanyId(long companyId)
Returns all the s c framework versions where companyId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the s c product entries where companyId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the s c product entries where companyId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the s c framework versions where companyId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the s c framework versions where companyId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries where companyId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries where companyId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where companyId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where companyId = ?. |
static SCProductVersion |
SCProductVersionUtil.findByDirectDownloadURL(String directDownloadURL)
Returns the s c product version where directDownloadURL = ? or throws a NoSuchProductVersionException if it could not be found. |
SCProductVersion |
SCProductVersionPersistence.findByDirectDownloadURL(String directDownloadURL)
Returns the s c product version where directDownloadURL = ? or throws a NoSuchProductVersionException if it could not be found. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByG_A(long groupId,
boolean active)
Returns all the s c framework versions where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByG_A(long groupId,
boolean active)
Returns all the s c framework versions where groupId = ? and active = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the s c framework versions where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the s c framework versions where groupId = ? and active = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ? and active = ?. |
static SCProductEntry |
SCProductEntryUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ? and userId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ? and userId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.findByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.findByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByG_U(long groupId,
long userId)
Returns all the s c product entries where groupId = ? and userId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByG_U(long groupId,
long userId)
Returns all the s c product entries where groupId = ? and userId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the s c product entries where groupId = ? and userId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the s c product entries where groupId = ? and userId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries where groupId = ? and userId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries where groupId = ? and userId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.findByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.findByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByGroupId(long groupId)
Returns all the s c product entries where groupId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByGroupId(long groupId)
Returns all the s c product entries where groupId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByGroupId(long groupId)
Returns all the s c framework versions where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByGroupId(long groupId)
Returns all the s c framework versions where groupId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c product entries where groupId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c product entries where groupId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c framework versions where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c framework versions where groupId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries where groupId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries where groupId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByP_P(long productEntryId,
int priority)
Returns the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByP_P(long productEntryId,
int priority)
Returns the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found. |
static SCProductVersion |
SCProductVersionUtil.findByPrimaryKey(long productVersionId)
Returns the s c product version with the primary key or throws a NoSuchProductVersionException if it could not be found. |
SCProductVersion |
SCProductVersionPersistence.findByPrimaryKey(long productVersionId)
Returns the s c product version with the primary key or throws a NoSuchProductVersionException if it could not be found. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found. |
static SCProductEntry |
SCProductEntryUtil.findByPrimaryKey(long productEntryId)
Returns the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found. |
SCProductEntry |
SCProductEntryPersistence.findByPrimaryKey(long productEntryId)
Returns the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found. |
static SCLicense |
SCLicenseUtil.findByPrimaryKey(long licenseId)
Returns the s c license with the primary key or throws a NoSuchLicenseException if it could not be found. |
SCLicense |
SCLicensePersistence.findByPrimaryKey(long licenseId)
Returns the s c license with the primary key or throws a NoSuchLicenseException if it could not be found. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found. |
static SCProductVersion |
SCProductVersionUtil.findByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product version in the ordered set where productEntryId = ?. |
SCProductVersion |
SCProductVersionPersistence.findByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product version in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductVersion |
SCProductVersionUtil.findByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product version in the ordered set where productEntryId = ?. |
SCProductVersion |
SCProductVersionPersistence.findByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product version in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductVersion[] |
SCProductVersionUtil.findByProductEntryId_PrevAndNext(long productVersionId,
long productEntryId,
OrderByComparator orderByComparator)
Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?. |
SCProductVersion[] |
SCProductVersionPersistence.findByProductEntryId_PrevAndNext(long productVersionId,
long productEntryId,
OrderByComparator orderByComparator)
Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?. |
static SCProductScreenshot[] |
SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
OrderByComparator orderByComparator)
Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot[] |
SCProductScreenshotPersistence.findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
OrderByComparator orderByComparator)
Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?. |
static List<SCProductVersion> |
SCProductVersionUtil.findByProductEntryId(long productEntryId)
Returns all the s c product versions where productEntryId = ?. |
List<SCProductVersion> |
SCProductVersionPersistence.findByProductEntryId(long productEntryId)
Returns all the s c product versions where productEntryId = ?. |
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findByProductEntryId(long productEntryId)
Returns all the s c product screenshots where productEntryId = ?. |
List<SCProductScreenshot> |
SCProductScreenshotPersistence.findByProductEntryId(long productEntryId)
Returns all the s c product screenshots where productEntryId = ?. |
static List<SCProductVersion> |
SCProductVersionUtil.findByProductEntryId(long productEntryId,
int start,
int end)
Returns a range of all the s c product versions where productEntryId = ?. |
List<SCProductVersion> |
SCProductVersionPersistence.findByProductEntryId(long productEntryId,
int start,
int end)
Returns a range of all the s c product versions where productEntryId = ?. |
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findByProductEntryId(long productEntryId,
int start,
int end)
Returns a range of all the s c product screenshots where productEntryId = ?. |
List<SCProductScreenshot> |
SCProductScreenshotPersistence.findByProductEntryId(long productEntryId,
int start,
int end)
Returns a range of all the s c product screenshots where productEntryId = ?. |
static List<SCProductVersion> |
SCProductVersionUtil.findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product versions where productEntryId = ?. |
List<SCProductVersion> |
SCProductVersionPersistence.findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product versions where productEntryId = ?. |
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product screenshots where productEntryId = ?. |
List<SCProductScreenshot> |
SCProductScreenshotPersistence.findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product screenshots where productEntryId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByRG_RA(String repoGroupId,
String repoArtifactId)
Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found. |
SCProductEntry |
SCProductEntryPersistence.findByRG_RA(String repoGroupId,
String repoArtifactId)
Returns the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found. |
static List<SCProductVersion> |
SCProductVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SCProductEntry> |
SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SCLicense> |
SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SCProductVersion> |
SCProductVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SCProductEntry> |
SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SCLicense> |
SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SCProductVersion> |
SCProductVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SCProductEntry> |
SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SCLicense> |
SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<SCFrameworkVersion> |
SCProductVersionUtil.getSCFrameworkVersions(long pk)
Returns all the s c framework versions associated with the s c product version. |
List<SCFrameworkVersion> |
SCProductVersionPersistence.getSCFrameworkVersions(long pk)
Returns all the s c framework versions associated with the s c product version. |
static List<SCFrameworkVersion> |
SCProductVersionUtil.getSCFrameworkVersions(long pk,
int start,
int end)
Returns a range of all the s c framework versions associated with the s c product version. |
List<SCFrameworkVersion> |
SCProductVersionPersistence.getSCFrameworkVersions(long pk,
int start,
int end)
Returns a range of all the s c framework versions associated with the s c product version. |
static List<SCFrameworkVersion> |
SCProductVersionUtil.getSCFrameworkVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions associated with the s c product version. |
List<SCFrameworkVersion> |
SCProductVersionPersistence.getSCFrameworkVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions associated with the s c product version. |
static int |
SCProductVersionUtil.getSCFrameworkVersionsSize(long pk)
Returns the number of s c framework versions associated with the s c product version. |
int |
SCProductVersionPersistence.getSCFrameworkVersionsSize(long pk)
Returns the number of s c framework versions associated with the s c product version. |
static List<SCLicense> |
SCProductEntryUtil.getSCLicenses(long pk)
Returns all the s c licenses associated with the s c product entry. |
List<SCLicense> |
SCProductEntryPersistence.getSCLicenses(long pk)
Returns all the s c licenses associated with the s c product entry. |
static List<SCLicense> |
SCProductEntryUtil.getSCLicenses(long pk,
int start,
int end)
Returns a range of all the s c licenses associated with the s c product entry. |
List<SCLicense> |
SCProductEntryPersistence.getSCLicenses(long pk,
int start,
int end)
Returns a range of all the s c licenses associated with the s c product entry. |
static List<SCLicense> |
SCProductEntryUtil.getSCLicenses(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses associated with the s c product entry. |
List<SCLicense> |
SCProductEntryPersistence.getSCLicenses(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c licenses associated with the s c product entry. |
static int |
SCProductEntryUtil.getSCLicensesSize(long pk)
Returns the number of s c licenses associated with the s c product entry. |
int |
SCProductEntryPersistence.getSCLicensesSize(long pk)
Returns the number of s c licenses associated with the s c product entry. |
static List<SCProductEntry> |
SCLicenseUtil.getSCProductEntries(long pk)
Returns all the s c product entries associated with the s c license. |
List<SCProductEntry> |
SCLicensePersistence.getSCProductEntries(long pk)
Returns all the s c product entries associated with the s c license. |
static List<SCProductEntry> |
SCLicenseUtil.getSCProductEntries(long pk,
int start,
int end)
Returns a range of all the s c product entries associated with the s c license. |
List<SCProductEntry> |
SCLicensePersistence.getSCProductEntries(long pk,
int start,
int end)
Returns a range of all the s c product entries associated with the s c license. |
static List<SCProductEntry> |
SCLicenseUtil.getSCProductEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries associated with the s c license. |
List<SCProductEntry> |
SCLicensePersistence.getSCProductEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product entries associated with the s c license. |
static int |
SCLicenseUtil.getSCProductEntriesSize(long pk)
Returns the number of s c product entries associated with the s c license. |
int |
SCLicensePersistence.getSCProductEntriesSize(long pk)
Returns the number of s c product entries associated with the s c license. |
static List<SCProductVersion> |
SCFrameworkVersionUtil.getSCProductVersions(long pk)
Returns all the s c product versions associated with the s c framework version. |
List<SCProductVersion> |
SCFrameworkVersionPersistence.getSCProductVersions(long pk)
Returns all the s c product versions associated with the s c framework version. |
static List<SCProductVersion> |
SCFrameworkVersionUtil.getSCProductVersions(long pk,
int start,
int end)
Returns a range of all the s c product versions associated with the s c framework version. |
List<SCProductVersion> |
SCFrameworkVersionPersistence.getSCProductVersions(long pk,
int start,
int end)
Returns a range of all the s c product versions associated with the s c framework version. |
static List<SCProductVersion> |
SCFrameworkVersionUtil.getSCProductVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product versions associated with the s c framework version. |
List<SCProductVersion> |
SCFrameworkVersionPersistence.getSCProductVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product versions associated with the s c framework version. |
static int |
SCFrameworkVersionUtil.getSCProductVersionsSize(long pk)
Returns the number of s c product versions associated with the s c framework version. |
int |
SCFrameworkVersionPersistence.getSCProductVersionsSize(long pk)
Returns the number of s c product versions associated with the s c framework version. |
static SCProductVersion |
SCProductVersionUtil.remove(long productVersionId)
Removes the s c product version with the primary key from the database. |
SCProductVersion |
SCProductVersionPersistence.remove(long productVersionId)
Removes the s c product version with the primary key from the database. |
static SCProductScreenshot |
SCProductScreenshotUtil.remove(long productScreenshotId)
Removes the s c product screenshot with the primary key from the database. |
SCProductScreenshot |
SCProductScreenshotPersistence.remove(long productScreenshotId)
Removes the s c product screenshot with the primary key from the database. |
static SCProductEntry |
SCProductEntryUtil.remove(long productEntryId)
Removes the s c product entry with the primary key from the database. |
SCProductEntry |
SCProductEntryPersistence.remove(long productEntryId)
Removes the s c product entry with the primary key from the database. |
static SCLicense |
SCLicenseUtil.remove(long licenseId)
Removes the s c license with the primary key from the database. |
SCLicense |
SCLicensePersistence.remove(long licenseId)
Removes the s c license with the primary key from the database. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.remove(long frameworkVersionId)
Removes the s c framework version with the primary key from the database. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.remove(long frameworkVersionId)
Removes the s c framework version with the primary key from the database. |
static void |
SCProductVersionUtil.removeAll()
Removes all the s c product versions from the database. |
void |
SCProductVersionPersistence.removeAll()
Removes all the s c product versions from the database. |
static void |
SCProductScreenshotUtil.removeAll()
Removes all the s c product screenshots from the database. |
void |
SCProductScreenshotPersistence.removeAll()
Removes all the s c product screenshots from the database. |
static void |
SCProductEntryUtil.removeAll()
Removes all the s c product entries from the database. |
void |
SCProductEntryPersistence.removeAll()
Removes all the s c product entries from the database. |
static void |
SCLicenseUtil.removeAll()
Removes all the s c licenses from the database. |
void |
SCLicensePersistence.removeAll()
Removes all the s c licenses from the database. |
static void |
SCFrameworkVersionUtil.removeAll()
Removes all the s c framework versions from the database. |
void |
SCFrameworkVersionPersistence.removeAll()
Removes all the s c framework versions from the database. |
static void |
SCLicenseUtil.removeByA_R(boolean active,
boolean recommended)
Removes all the s c licenses where active = ? and recommended = ? from the database. |
void |
SCLicensePersistence.removeByA_R(boolean active,
boolean recommended)
Removes all the s c licenses where active = ? and recommended = ? from the database. |
static void |
SCLicenseUtil.removeByActive(boolean active)
Removes all the s c licenses where active = ? from the database. |
void |
SCLicensePersistence.removeByActive(boolean active)
Removes all the s c licenses where active = ? from the database. |
static void |
SCProductEntryUtil.removeByCompanyId(long companyId)
Removes all the s c product entries where companyId = ? from the database. |
void |
SCProductEntryPersistence.removeByCompanyId(long companyId)
Removes all the s c product entries where companyId = ? from the database. |
static void |
SCFrameworkVersionUtil.removeByCompanyId(long companyId)
Removes all the s c framework versions where companyId = ? from the database. |
void |
SCFrameworkVersionPersistence.removeByCompanyId(long companyId)
Removes all the s c framework versions where companyId = ? from the database. |
static SCProductVersion |
SCProductVersionUtil.removeByDirectDownloadURL(String directDownloadURL)
Removes the s c product version where directDownloadURL = ? from the database. |
SCProductVersion |
SCProductVersionPersistence.removeByDirectDownloadURL(String directDownloadURL)
Removes the s c product version where directDownloadURL = ? from the database. |
static SCProductScreenshot |
SCProductScreenshotUtil.removeByFullImageId(long fullImageId)
Removes the s c product screenshot where fullImageId = ? from the database. |
SCProductScreenshot |
SCProductScreenshotPersistence.removeByFullImageId(long fullImageId)
Removes the s c product screenshot where fullImageId = ? from the database. |
static void |
SCFrameworkVersionUtil.removeByG_A(long groupId,
boolean active)
Removes all the s c framework versions where groupId = ? and active = ? from the database. |
void |
SCFrameworkVersionPersistence.removeByG_A(long groupId,
boolean active)
Removes all the s c framework versions where groupId = ? and active = ? from the database. |
static void |
SCProductEntryUtil.removeByG_U(long groupId,
long userId)
Removes all the s c product entries where groupId = ? and userId = ? from the database. |
void |
SCProductEntryPersistence.removeByG_U(long groupId,
long userId)
Removes all the s c product entries where groupId = ? and userId = ? from the database. |
static void |
SCProductEntryUtil.removeByGroupId(long groupId)
Removes all the s c product entries where groupId = ? from the database. |
void |
SCProductEntryPersistence.removeByGroupId(long groupId)
Removes all the s c product entries where groupId = ? from the database. |
static void |
SCFrameworkVersionUtil.removeByGroupId(long groupId)
Removes all the s c framework versions where groupId = ? from the database. |
void |
SCFrameworkVersionPersistence.removeByGroupId(long groupId)
Removes all the s c framework versions where groupId = ? from the database. |
static SCProductScreenshot |
SCProductScreenshotUtil.removeByP_P(long productEntryId,
int priority)
Removes the s c product screenshot where productEntryId = ? and priority = ? from the database. |
SCProductScreenshot |
SCProductScreenshotPersistence.removeByP_P(long productEntryId,
int priority)
Removes the s c product screenshot where productEntryId = ? and priority = ? from the database. |
static void |
SCProductVersionUtil.removeByProductEntryId(long productEntryId)
Removes all the s c product versions where productEntryId = ? from the database. |
void |
SCProductVersionPersistence.removeByProductEntryId(long productEntryId)
Removes all the s c product versions where productEntryId = ? from the database. |
static void |
SCProductScreenshotUtil.removeByProductEntryId(long productEntryId)
Removes all the s c product screenshots where productEntryId = ? from the database. |
void |
SCProductScreenshotPersistence.removeByProductEntryId(long productEntryId)
Removes all the s c product screenshots where productEntryId = ? from the database. |
static SCProductEntry |
SCProductEntryUtil.removeByRG_RA(String repoGroupId,
String repoArtifactId)
Removes the s c product entry where repoGroupId = ? and repoArtifactId = ? from the database. |
SCProductEntry |
SCProductEntryPersistence.removeByRG_RA(String repoGroupId,
String repoArtifactId)
Removes the s c product entry where repoGroupId = ? and repoArtifactId = ? from the database. |
static SCProductScreenshot |
SCProductScreenshotUtil.removeByThumbnailId(long thumbnailId)
Removes the s c product screenshot where thumbnailId = ? from the database. |
SCProductScreenshot |
SCProductScreenshotPersistence.removeByThumbnailId(long thumbnailId)
Removes the s c product screenshot where thumbnailId = ? from the database. |
static void |
SCProductVersionUtil.removeSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
Removes the association between the s c product version and the s c framework version. |
void |
SCProductVersionPersistence.removeSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
Removes the association between the s c product version and the s c framework version. |
static void |
SCProductVersionUtil.removeSCFrameworkVersion(long pk,
SCFrameworkVersion scFrameworkVersion)
Removes the association between the s c product version and the s c framework version. |
void |
SCProductVersionPersistence.removeSCFrameworkVersion(long pk,
SCFrameworkVersion scFrameworkVersion)
Removes the association between the s c product version and the s c framework version. |
static void |
SCProductVersionUtil.removeSCFrameworkVersions(long pk,
List<SCFrameworkVersion> scFrameworkVersions)
Removes the association between the s c product version and the s c framework versions. |
void |
SCProductVersionPersistence.removeSCFrameworkVersions(long pk,
List<SCFrameworkVersion> scFrameworkVersions)
Removes the association between the s c product version and the s c framework versions. |
static void |
SCProductVersionUtil.removeSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
Removes the association between the s c product version and the s c framework versions. |
void |
SCProductVersionPersistence.removeSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
Removes the association between the s c product version and the s c framework versions. |
static void |
SCProductEntryUtil.removeSCLicense(long pk,
long scLicensePK)
Removes the association between the s c product entry and the s c license. |
void |
SCProductEntryPersistence.removeSCLicense(long pk,
long scLicensePK)
Removes the association between the s c product entry and the s c license. |
static void |
SCProductEntryUtil.removeSCLicense(long pk,
SCLicense scLicense)
Removes the association between the s c product entry and the s c license. |
void |
SCProductEntryPersistence.removeSCLicense(long pk,
SCLicense scLicense)
Removes the association between the s c product entry and the s c license. |
static void |
SCProductEntryUtil.removeSCLicenses(long pk,
List<SCLicense> scLicenses)
Removes the association between the s c product entry and the s c licenses. |
void |
SCProductEntryPersistence.removeSCLicenses(long pk,
List<SCLicense> scLicenses)
Removes the association between the s c product entry and the s c licenses. |
static void |
SCProductEntryUtil.removeSCLicenses(long pk,
long[] scLicensePKs)
Removes the association between the s c product entry and the s c licenses. |
void |
SCProductEntryPersistence.removeSCLicenses(long pk,
long[] scLicensePKs)
Removes the association between the s c product entry and the s c licenses. |
static void |
SCLicenseUtil.removeSCProductEntries(long pk,
List<SCProductEntry> scProductEntries)
Removes the association between the s c license and the s c product entries. |
void |
SCLicensePersistence.removeSCProductEntries(long pk,
List<SCProductEntry> scProductEntries)
Removes the association between the s c license and the s c product entries. |
static void |
SCLicenseUtil.removeSCProductEntries(long pk,
long[] scProductEntryPKs)
Removes the association between the s c license and the s c product entries. |
void |
SCLicensePersistence.removeSCProductEntries(long pk,
long[] scProductEntryPKs)
Removes the association between the s c license and the s c product entries. |
static void |
SCLicenseUtil.removeSCProductEntry(long pk,
long scProductEntryPK)
Removes the association between the s c license and the s c product entry. |
void |
SCLicensePersistence.removeSCProductEntry(long pk,
long scProductEntryPK)
Removes the association between the s c license and the s c product entry. |
static void |
SCLicenseUtil.removeSCProductEntry(long pk,
SCProductEntry scProductEntry)
Removes the association between the s c license and the s c product entry. |
void |
SCLicensePersistence.removeSCProductEntry(long pk,
SCProductEntry scProductEntry)
Removes the association between the s c license and the s c product entry. |
static void |
SCFrameworkVersionUtil.removeSCProductVersion(long pk,
long scProductVersionPK)
Removes the association between the s c framework version and the s c product version. |
void |
SCFrameworkVersionPersistence.removeSCProductVersion(long pk,
long scProductVersionPK)
Removes the association between the s c framework version and the s c product version. |
static void |
SCFrameworkVersionUtil.removeSCProductVersion(long pk,
SCProductVersion scProductVersion)
Removes the association between the s c framework version and the s c product version. |
void |
SCFrameworkVersionPersistence.removeSCProductVersion(long pk,
SCProductVersion scProductVersion)
Removes the association between the s c framework version and the s c product version. |
static void |
SCFrameworkVersionUtil.removeSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Removes the association between the s c framework version and the s c product versions. |
void |
SCFrameworkVersionPersistence.removeSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Removes the association between the s c framework version and the s c product versions. |
static void |
SCFrameworkVersionUtil.removeSCProductVersions(long pk,
long[] scProductVersionPKs)
Removes the association between the s c framework version and the s c product versions. |
void |
SCFrameworkVersionPersistence.removeSCProductVersions(long pk,
long[] scProductVersionPKs)
Removes the association between the s c framework version and the s c product versions. |
static void |
SCProductVersionUtil.setSCFrameworkVersions(long pk,
List<SCFrameworkVersion> scFrameworkVersions)
Sets the s c framework versions associated with the s c product version, removing and adding associations as necessary. |
void |
SCProductVersionPersistence.setSCFrameworkVersions(long pk,
List<SCFrameworkVersion> scFrameworkVersions)
Sets the s c framework versions associated with the s c product version, removing and adding associations as necessary. |
static void |
SCProductVersionUtil.setSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
Sets the s c framework versions associated with the s c product version, removing and adding associations as necessary. |
void |
SCProductVersionPersistence.setSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
Sets the s c framework versions associated with the s c product version, removing and adding associations as necessary. |
static void |
SCProductEntryUtil.setSCLicenses(long pk,
List<SCLicense> scLicenses)
Sets the s c licenses associated with the s c product entry, removing and adding associations as necessary. |
void |
SCProductEntryPersistence.setSCLicenses(long pk,
List<SCLicense> scLicenses)
Sets the s c licenses associated with the s c product entry, removing and adding associations as necessary. |
static void |
SCProductEntryUtil.setSCLicenses(long pk,
long[] scLicensePKs)
Sets the s c licenses associated with the s c product entry, removing and adding associations as necessary. |
void |
SCProductEntryPersistence.setSCLicenses(long pk,
long[] scLicensePKs)
Sets the s c licenses associated with the s c product entry, removing and adding associations as necessary. |
static void |
SCLicenseUtil.setSCProductEntries(long pk,
List<SCProductEntry> scProductEntries)
Sets the s c product entries associated with the s c license, removing and adding associations as necessary. |
void |
SCLicensePersistence.setSCProductEntries(long pk,
List<SCProductEntry> scProductEntries)
Sets the s c product entries associated with the s c license, removing and adding associations as necessary. |
static void |
SCLicenseUtil.setSCProductEntries(long pk,
long[] scProductEntryPKs)
Sets the s c product entries associated with the s c license, removing and adding associations as necessary. |
void |
SCLicensePersistence.setSCProductEntries(long pk,
long[] scProductEntryPKs)
Sets the s c product entries associated with the s c license, removing and adding associations as necessary. |
static void |
SCFrameworkVersionUtil.setSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary. |
void |
SCFrameworkVersionPersistence.setSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary. |
static void |
SCFrameworkVersionUtil.setSCProductVersions(long pk,
long[] scProductVersionPKs)
Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary. |
void |
SCFrameworkVersionPersistence.setSCProductVersions(long pk,
long[] scProductVersionPKs)
Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion)
|
static SCFrameworkVersion |
SCFrameworkVersionUtil.update(SCFrameworkVersion scFrameworkVersion,
ServiceContext serviceContext)
|
static SCLicense |
SCLicenseUtil.update(SCLicense scLicense)
|
static SCLicense |
SCLicenseUtil.update(SCLicense scLicense,
ServiceContext serviceContext)
|
static SCProductEntry |
SCProductEntryUtil.update(SCProductEntry scProductEntry)
|
static SCProductEntry |
SCProductEntryUtil.update(SCProductEntry scProductEntry,
ServiceContext serviceContext)
|
static SCProductScreenshot |
SCProductScreenshotUtil.update(SCProductScreenshot scProductScreenshot)
|
static SCProductScreenshot |
SCProductScreenshotUtil.update(SCProductScreenshot scProductScreenshot,
ServiceContext serviceContext)
|
static SCProductVersion |
SCProductVersionUtil.update(SCProductVersion scProductVersion)
|
static SCProductVersion |
SCProductVersionUtil.update(SCProductVersion scProductVersion,
ServiceContext serviceContext)
|
static SCFrameworkVersion |
SCFrameworkVersionUtil.updateImpl(SCFrameworkVersion scFrameworkVersion)
|
SCFrameworkVersion |
SCFrameworkVersionPersistence.updateImpl(SCFrameworkVersion scFrameworkVersion)
|
static SCLicense |
SCLicenseUtil.updateImpl(SCLicense scLicense)
|
SCLicense |
SCLicensePersistence.updateImpl(SCLicense scLicense)
|
static SCProductEntry |
SCProductEntryUtil.updateImpl(SCProductEntry scProductEntry)
|
SCProductEntry |
SCProductEntryPersistence.updateImpl(SCProductEntry scProductEntry)
|
static SCProductScreenshot |
SCProductScreenshotUtil.updateImpl(SCProductScreenshot scProductScreenshot)
|
SCProductScreenshot |
SCProductScreenshotPersistence.updateImpl(SCProductScreenshot scProductScreenshot)
|
static SCProductVersion |
SCProductVersionUtil.updateImpl(SCProductVersion scProductVersion)
|
SCProductVersion |
SCProductVersionPersistence.updateImpl(SCProductVersion scProductVersion)
|
| Uses of SystemException in com.liferay.portlet.trash.model |
|---|
| Methods in com.liferay.portlet.trash.model that throw SystemException | |
|---|---|
String |
TrashEntryWrapper.getUserUuid()
Returns the user uuid of this trash entry. |
String |
TrashEntryModel.getUserUuid()
Returns the user uuid of this trash entry. |
void |
TrashEntryWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.trash.service |
|---|
| Methods in com.liferay.portlet.trash.service that throw SystemException | |
|---|---|
TrashEntry |
TrashEntryLocalServiceWrapper.addTrashEntry(long userId,
long groupId,
String className,
long classPK,
int status,
List<ObjectValuePair<Long,Integer>> statusOVPs,
UnicodeProperties typeSettingsProperties)
Moves an entry to trash. |
static TrashEntry |
TrashEntryLocalServiceUtil.addTrashEntry(long userId,
long groupId,
String className,
long classPK,
int status,
List<ObjectValuePair<Long,Integer>> statusOVPs,
UnicodeProperties typeSettingsProperties)
Moves an entry to trash. |
TrashEntry |
TrashEntryLocalService.addTrashEntry(long userId,
long groupId,
String className,
long classPK,
int status,
List<ObjectValuePair<Long,Integer>> statusOVPs,
UnicodeProperties typeSettingsProperties)
Moves an entry to trash. |
TrashEntry |
TrashEntryLocalServiceWrapper.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database. |
static TrashEntry |
TrashEntryLocalServiceUtil.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database. |
TrashEntry |
TrashEntryLocalService.addTrashEntry(TrashEntry trashEntry)
Adds the trash entry to the database. |
void |
TrashEntryLocalServiceWrapper.checkEntries()
|
static void |
TrashEntryLocalServiceUtil.checkEntries()
|
void |
TrashEntryLocalService.checkEntries()
|
void |
TrashEntryServiceWrapper.deleteEntries(long groupId)
Deletes the trash entries with the matching group ID considering permissions. |
static void |
TrashEntryServiceUtil.deleteEntries(long groupId)
Deletes the trash entries with the matching group ID considering permissions. |
void |
TrashEntryService.deleteEntries(long groupId)
Deletes the trash entries with the matching group ID considering permissions. |
TrashEntry |
TrashEntryLocalServiceWrapper.deleteEntry(long entryId)
Deletes the trash entry with the primary key. |
static TrashEntry |
TrashEntryLocalServiceUtil.deleteEntry(long entryId)
Deletes the trash entry with the primary key. |
TrashEntry |
TrashEntryLocalService.deleteEntry(long entryId)
Deletes the trash entry with the primary key. |
TrashEntry |
TrashEntryLocalServiceWrapper.deleteEntry(String className,
long classPK)
Deletes the trash entry with the entity class name and primary key. |
static TrashEntry |
TrashEntryLocalServiceUtil.deleteEntry(String className,
long classPK)
Deletes the trash entry with the entity class name and primary key. |
TrashEntry |
TrashEntryLocalService.deleteEntry(String className,
long classPK)
Deletes the trash entry with the entity class name and primary key. |
TrashEntry |
TrashEntryLocalServiceWrapper.deleteEntry(TrashEntry trashEntry)
|
static TrashEntry |
TrashEntryLocalServiceUtil.deleteEntry(TrashEntry trashEntry)
|
TrashEntry |
TrashEntryLocalService.deleteEntry(TrashEntry trashEntry)
|
TrashEntry |
TrashEntryLocalServiceWrapper.deleteTrashEntry(long entryId)
Deletes the trash entry with the primary key from the database. |
static TrashEntry |
TrashEntryLocalServiceUtil.deleteTrashEntry(long entryId)
Deletes the trash entry with the primary key from the database. |
TrashEntry |
TrashEntryLocalService.deleteTrashEntry(long entryId)
Deletes the trash entry with the primary key from the database. |
TrashEntry |
TrashEntryLocalServiceWrapper.deleteTrashEntry(TrashEntry trashEntry)
Deletes the trash entry from the database. |
static TrashEntry |
TrashEntryLocalServiceUtil.deleteTrashEntry(TrashEntry trashEntry)
Deletes the trash entry from the database. |
TrashEntry |
TrashEntryLocalService.deleteTrashEntry(TrashEntry trashEntry)
Deletes the trash entry from the database. |
List |
TrashEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
TrashEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
TrashEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
TrashEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
TrashEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
TrashEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
TrashEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
TrashEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
TrashEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
TrashEntryLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
TrashEntryLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
TrashEntryLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
TrashEntry |
TrashEntryLocalServiceWrapper.fetchEntry(long entryId)
Returns the trash entry with the primary key. |
static TrashEntry |
TrashEntryLocalServiceUtil.fetchEntry(long entryId)
Returns the trash entry with the primary key. |
TrashEntry |
TrashEntryLocalService.fetchEntry(long entryId)
Returns the trash entry with the primary key. |
TrashEntry |
TrashEntryLocalServiceWrapper.fetchEntry(String className,
long classPK)
Returns the trash entry with the entity class name and primary key. |
static TrashEntry |
TrashEntryLocalServiceUtil.fetchEntry(String className,
long classPK)
Returns the trash entry with the entity class name and primary key. |
TrashEntry |
TrashEntryLocalService.fetchEntry(String className,
long classPK)
Returns the trash entry with the entity class name and primary key. |
TrashEntry |
TrashEntryLocalServiceWrapper.fetchTrashEntry(long entryId)
|
static TrashEntry |
TrashEntryLocalServiceUtil.fetchTrashEntry(long entryId)
|
TrashEntry |
TrashEntryLocalService.fetchTrashEntry(long entryId)
|
TrashEntryList |
TrashEntryServiceWrapper.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
static TrashEntryList |
TrashEntryServiceUtil.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
TrashEntryList |
TrashEntryService.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
List<TrashEntry> |
TrashEntryLocalServiceWrapper.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
static List<TrashEntry> |
TrashEntryLocalServiceUtil.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
List<TrashEntry> |
TrashEntryLocalService.getEntries(long groupId)
Returns the trash entries with the matching group ID. |
List<TrashEntry> |
TrashEntryLocalServiceWrapper.getEntries(long groupId,
int start,
int end)
Returns a range of all the trash entries matching the group ID. |
static List<TrashEntry> |
TrashEntryLocalServiceUtil.getEntries(long groupId,
int start,
int end)
Returns a range of all the trash entries matching the group ID. |
List<TrashEntry> |
TrashEntryLocalService.getEntries(long groupId,
int start,
int end)
Returns a range of all the trash entries matching the group ID. |
TrashEntryList |
TrashEntryServiceWrapper.getEntries(long groupId,
int start,
int end,
OrderByComparator obc)
Returns a range of all the trash entries matching the group ID. |
static TrashEntryList |
TrashEntryServiceUtil.getEntries(long groupId,
int start,
int end,
OrderByComparator obc)
Returns a range of all the trash entries matching the group ID. |
TrashEntryList |
TrashEntryService.getEntries(long groupId,
int start,
int end,
OrderByComparator obc)
Returns a range of all the trash entries matching the group ID. |
List<TrashEntry> |
TrashEntryLocalServiceWrapper.getEntries(long groupId,
int start,
int end,
OrderByComparator obc)
Returns a range of all the trash entries matching the group ID. |
static List<TrashEntry> |
TrashEntryLocalServiceUtil.getEntries(long groupId,
int start,
int end,
OrderByComparator obc)
Returns a range of all the trash entries matching the group ID. |
List<TrashEntry> |
TrashEntryLocalService.getEntries(long groupId,
int start,
int end,
OrderByComparator obc)
Returns a range of all the trash entries matching the group ID. |
int |
TrashEntryLocalServiceWrapper.getEntriesCount(long groupId)
Returns the number of trash entries with the group ID. |
static int |
TrashEntryLocalServiceUtil.getEntriesCount(long groupId)
Returns the number of trash entries with the group ID. |
int |
TrashEntryLocalService.getEntriesCount(long groupId)
Returns the number of trash entries with the group ID. |
TrashEntry |
TrashEntryLocalServiceWrapper.getEntry(long entryId)
Returns the trash entry with the primary key. |
static TrashEntry |
TrashEntryLocalServiceUtil.getEntry(long entryId)
Returns the trash entry with the primary key. |
TrashEntry |
TrashEntryLocalService.getEntry(long entryId)
Returns the trash entry with the primary key. |
TrashEntry |
TrashEntryLocalServiceWrapper.getEntry(String className,
long classPK)
Returns the entry with the entity class name and primary key. |
static TrashEntry |
TrashEntryLocalServiceUtil.getEntry(String className,
long classPK)
Returns the entry with the entity class name and primary key. |
TrashEntry |
TrashEntryLocalService.getEntry(String className,
long classPK)
Returns the entry with the entity class name and primary key. |
PersistedModel |
TrashEntryLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
TrashEntryLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
TrashEntryLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<TrashEntry> |
TrashEntryLocalServiceWrapper.getTrashEntries(int start,
int end)
Returns a range of all the trash entries. |
static List<TrashEntry> |
TrashEntryLocalServiceUtil.getTrashEntries(int start,
int end)
Returns a range of all the trash entries. |
List<TrashEntry> |
TrashEntryLocalService.getTrashEntries(int start,
int end)
Returns a range of all the trash entries. |
int |
TrashEntryLocalServiceWrapper.getTrashEntriesCount()
Returns the number of trash entries. |
static int |
TrashEntryLocalServiceUtil.getTrashEntriesCount()
Returns the number of trash entries. |
int |
TrashEntryLocalService.getTrashEntriesCount()
Returns the number of trash entries. |
TrashEntry |
TrashEntryLocalServiceWrapper.getTrashEntry(long entryId)
Returns the trash entry with the primary key. |
static TrashEntry |
TrashEntryLocalServiceUtil.getTrashEntry(long entryId)
Returns the trash entry with the primary key. |
TrashEntry |
TrashEntryLocalService.getTrashEntry(long entryId)
Returns the trash entry with the primary key. |
List<TrashVersion> |
TrashEntryLocalServiceWrapper.getVersions(long entryId)
Returns all the trash versions associated with the trash entry. |
static List<TrashVersion> |
TrashEntryLocalServiceUtil.getVersions(long entryId)
Returns all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryLocalService.getVersions(long entryId)
Returns all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryLocalServiceWrapper.getVersions(String className,
long classPK)
Returns all the trash versions associated with the trash entry. |
static List<TrashVersion> |
TrashEntryLocalServiceUtil.getVersions(String className,
long classPK)
Returns all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryLocalService.getVersions(String className,
long classPK)
Returns all the trash versions associated with the trash entry. |
Hits |
TrashEntryLocalServiceWrapper.search(long companyId,
long groupId,
long userId,
String keywords,
int start,
int end,
Sort sort)
|
static Hits |
TrashEntryLocalServiceUtil.search(long companyId,
long groupId,
long userId,
String keywords,
int start,
int end,
Sort sort)
|
Hits |
TrashEntryLocalService.search(long companyId,
long groupId,
long userId,
String keywords,
int start,
int end,
Sort sort)
|
TrashEntry |
TrashEntryLocalServiceWrapper.updateTrashEntry(TrashEntry trashEntry)
Updates the trash entry in the database or adds it if it does not yet exist. |
static TrashEntry |
TrashEntryLocalServiceUtil.updateTrashEntry(TrashEntry trashEntry)
Updates the trash entry in the database or adds it if it does not yet exist. |
TrashEntry |
TrashEntryLocalService.updateTrashEntry(TrashEntry trashEntry)
Updates the trash entry in the database or adds it if it does not yet exist. |
| Uses of SystemException in com.liferay.portlet.trash.service.persistence |
|---|
| Methods in com.liferay.portlet.trash.service.persistence that throw SystemException | |
|---|---|
static boolean |
TrashEntryUtil.containsTrashVersion(long pk,
long trashVersionPK)
Returns true if the trash version is associated with the trash entry. |
boolean |
TrashEntryPersistence.containsTrashVersion(long pk,
long trashVersionPK)
Returns true if the trash version is associated with the trash entry. |
static boolean |
TrashEntryUtil.containsTrashVersions(long pk)
Returns true if the trash entry has any trash versions associated with it. |
boolean |
TrashEntryPersistence.containsTrashVersions(long pk)
Returns true if the trash entry has any trash versions associated with it. |
static int |
TrashVersionUtil.countAll()
Returns the number of trash versions. |
int |
TrashVersionPersistence.countAll()
Returns the number of trash versions. |
static int |
TrashEntryUtil.countAll()
Returns the number of trash entries. |
int |
TrashEntryPersistence.countAll()
Returns the number of trash entries. |
static int |
TrashVersionUtil.countByC_C(long classNameId,
long classPK)
Returns the number of trash versions where classNameId = ? and classPK = ?. |
int |
TrashVersionPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of trash versions where classNameId = ? and classPK = ?. |
static int |
TrashEntryUtil.countByC_C(long classNameId,
long classPK)
Returns the number of trash entries where classNameId = ? and classPK = ?. |
int |
TrashEntryPersistence.countByC_C(long classNameId,
long classPK)
Returns the number of trash entries where classNameId = ? and classPK = ?. |
static int |
TrashEntryUtil.countByCompanyId(long companyId)
Returns the number of trash entries where companyId = ?. |
int |
TrashEntryPersistence.countByCompanyId(long companyId)
Returns the number of trash entries where companyId = ?. |
static int |
TrashVersionUtil.countByEntryId(long entryId)
Returns the number of trash versions where entryId = ?. |
int |
TrashVersionPersistence.countByEntryId(long entryId)
Returns the number of trash versions where entryId = ?. |
static int |
TrashEntryUtil.countByG_LtCD(long groupId,
Date createDate)
Returns the number of trash entries where groupId = ? and createDate < ?. |
int |
TrashEntryPersistence.countByG_LtCD(long groupId,
Date createDate)
Returns the number of trash entries where groupId = ? and createDate < ?. |
static int |
TrashEntryUtil.countByGroupId(long groupId)
Returns the number of trash entries where groupId = ?. |
int |
TrashEntryPersistence.countByGroupId(long groupId)
Returns the number of trash entries where groupId = ?. |
long |
TrashVersionUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
TrashEntryUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static TrashVersion |
TrashVersionUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashVersion |
TrashVersionUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashEntry |
TrashEntryUtil.fetchByC_C(long classNameId,
long classPK)
Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found. |
TrashEntry |
TrashEntryPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found. |
static TrashEntry |
TrashEntryUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
TrashEntry |
TrashEntryPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the trash entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static TrashEntry |
TrashEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry |
TrashEntryPersistence.fetchByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry |
TrashEntryUtil.fetchByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry |
TrashEntryPersistence.fetchByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry |
TrashEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByPrimaryKey(long versionId)
Returns the trash version with the primary key or returns null if it could not be found. |
TrashVersion |
TrashVersionPersistence.fetchByPrimaryKey(long versionId)
Returns the trash version with the primary key or returns null if it could not be found. |
static TrashEntry |
TrashEntryUtil.fetchByPrimaryKey(long entryId)
Returns the trash entry with the primary key or returns null if it could not be found. |
TrashEntry |
TrashEntryPersistence.fetchByPrimaryKey(long entryId)
Returns the trash entry with the primary key or returns null if it could not be found. |
static List<TrashVersion> |
TrashVersionUtil.findAll()
Returns all the trash versions. |
List<TrashVersion> |
TrashVersionPersistence.findAll()
Returns all the trash versions. |
static List<TrashEntry> |
TrashEntryUtil.findAll()
Returns all the trash entries. |
List<TrashEntry> |
TrashEntryPersistence.findAll()
Returns all the trash entries. |
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end)
Returns a range of all the trash versions. |
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end)
Returns a range of all the trash versions. |
static List<TrashEntry> |
TrashEntryUtil.findAll(int start,
int end)
Returns a range of all the trash entries. |
List<TrashEntry> |
TrashEntryPersistence.findAll(int start,
int end)
Returns a range of all the trash entries. |
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions. |
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions. |
static List<TrashEntry> |
TrashEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash entries. |
List<TrashEntry> |
TrashEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash entries. |
static TrashVersion |
TrashVersionUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashVersion |
TrashVersionUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashVersion[] |
TrashVersionUtil.findByC_C_PrevAndNext(long versionId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion[] |
TrashVersionPersistence.findByC_C_PrevAndNext(long versionId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByC_C(long classNameId,
long classPK)
Returns all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByC_C(long classNameId,
long classPK)
Returns all the trash versions where classNameId = ? and classPK = ?. |
static TrashEntry |
TrashEntryUtil.findByC_C(long classNameId,
long classPK)
Returns the trash entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found. |
TrashEntry |
TrashEntryPersistence.findByC_C(long classNameId,
long classPK)
Returns the trash entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found. |
static List<TrashVersion> |
TrashVersionUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the trash versions where classNameId = ? and classPK = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where classNameId = ? and classPK = ?. |
static TrashEntry |
TrashEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?. |
TrashEntry |
TrashEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?. |
static TrashEntry |
TrashEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?. |
TrashEntry |
TrashEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?. |
static TrashEntry[] |
TrashEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?. |
TrashEntry[] |
TrashEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByCompanyId(long companyId)
Returns all the trash entries where companyId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByCompanyId(long companyId)
Returns all the trash entries where companyId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the trash entries where companyId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the trash entries where companyId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash entries where companyId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash entries where companyId = ?. |
static TrashVersion |
TrashVersionUtil.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
static TrashVersion |
TrashVersionUtil.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
static TrashVersion[] |
TrashVersionUtil.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?. |
TrashVersion[] |
TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId)
Returns all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId)
Returns all the trash versions where entryId = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the trash versions where entryId = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where entryId = ?. |
static TrashEntry |
TrashEntryUtil.findByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry |
TrashEntryPersistence.findByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry |
TrashEntryUtil.findByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry |
TrashEntryPersistence.findByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry[] |
TrashEntryUtil.findByG_LtCD_PrevAndNext(long entryId,
long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry[] |
TrashEntryPersistence.findByG_LtCD_PrevAndNext(long entryId,
long groupId,
Date createDate,
OrderByComparator orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?. |
static List<TrashEntry> |
TrashEntryUtil.findByG_LtCD(long groupId,
Date createDate)
Returns all the trash entries where groupId = ? and createDate < ?. |
List<TrashEntry> |
TrashEntryPersistence.findByG_LtCD(long groupId,
Date createDate)
Returns all the trash entries where groupId = ? and createDate < ?. |
static List<TrashEntry> |
TrashEntryUtil.findByG_LtCD(long groupId,
Date createDate,
int start,
int end)
Returns a range of all the trash entries where groupId = ? and createDate < ?. |
List<TrashEntry> |
TrashEntryPersistence.findByG_LtCD(long groupId,
Date createDate,
int start,
int end)
Returns a range of all the trash entries where groupId = ? and createDate < ?. |
static List<TrashEntry> |
TrashEntryUtil.findByG_LtCD(long groupId,
Date createDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash entries where groupId = ? and createDate < ?. |
List<TrashEntry> |
TrashEntryPersistence.findByG_LtCD(long groupId,
Date createDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash entries where groupId = ? and createDate < ?. |
static TrashEntry |
TrashEntryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?. |
TrashEntry |
TrashEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?. |
static TrashEntry |
TrashEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?. |
TrashEntry |
TrashEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?. |
static TrashEntry[] |
TrashEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?. |
TrashEntry[] |
TrashEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByGroupId(long groupId)
Returns all the trash entries where groupId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByGroupId(long groupId)
Returns all the trash entries where groupId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the trash entries where groupId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the trash entries where groupId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash entries where groupId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash entries where groupId = ?. |
static TrashVersion |
TrashVersionUtil.findByPrimaryKey(long versionId)
Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found. |
TrashVersion |
TrashVersionPersistence.findByPrimaryKey(long versionId)
Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found. |
static TrashEntry |
TrashEntryUtil.findByPrimaryKey(long entryId)
Returns the trash entry with the primary key or throws a NoSuchEntryException if it could not be found. |
TrashEntry |
TrashEntryPersistence.findByPrimaryKey(long entryId)
Returns the trash entry with the primary key or throws a NoSuchEntryException if it could not be found. |
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<TrashEntry> |
TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<TrashEntry> |
TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<TrashEntry> |
TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<TrashVersion> |
TrashEntryUtil.getTrashVersions(long pk)
Returns all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryPersistence.getTrashVersions(long pk)
Returns all the trash versions associated with the trash entry. |
static List<TrashVersion> |
TrashEntryUtil.getTrashVersions(long pk,
int start,
int end)
Returns a range of all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryPersistence.getTrashVersions(long pk,
int start,
int end)
Returns a range of all the trash versions associated with the trash entry. |
static List<TrashVersion> |
TrashEntryUtil.getTrashVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryPersistence.getTrashVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions associated with the trash entry. |
static int |
TrashEntryUtil.getTrashVersionsSize(long pk)
Returns the number of trash versions associated with the trash entry. |
int |
TrashEntryPersistence.getTrashVersionsSize(long pk)
Returns the number of trash versions associated with the trash entry. |
static TrashVersion |
TrashVersionUtil.remove(long versionId)
Removes the trash version with the primary key from the database. |
TrashVersion |
TrashVersionPersistence.remove(long versionId)
Removes the trash version with the primary key from the database. |
static TrashEntry |
TrashEntryUtil.remove(long entryId)
Removes the trash entry with the primary key from the database. |
TrashEntry |
TrashEntryPersistence.remove(long entryId)
Removes the trash entry with the primary key from the database. |
static void |
TrashVersionUtil.removeAll()
Removes all the trash versions from the database. |
void |
TrashVersionPersistence.removeAll()
Removes all the trash versions from the database. |
static void |
TrashEntryUtil.removeAll()
Removes all the trash entries from the database. |
void |
TrashEntryPersistence.removeAll()
Removes all the trash entries from the database. |
static void |
TrashVersionUtil.removeByC_C(long classNameId,
long classPK)
Removes all the trash versions where classNameId = ? and classPK = ? from the database. |
void |
TrashVersionPersistence.removeByC_C(long classNameId,
long classPK)
Removes all the trash versions where classNameId = ? and classPK = ? from the database. |
static TrashEntry |
TrashEntryUtil.removeByC_C(long classNameId,
long classPK)
Removes the trash entry where classNameId = ? and classPK = ? from the database. |
TrashEntry |
TrashEntryPersistence.removeByC_C(long classNameId,
long classPK)
Removes the trash entry where classNameId = ? and classPK = ? from the database. |
static void |
TrashEntryUtil.removeByCompanyId(long companyId)
Removes all the trash entries where companyId = ? from the database. |
void |
TrashEntryPersistence.removeByCompanyId(long companyId)
Removes all the trash entries where companyId = ? from the database. |
static void |
TrashVersionUtil.removeByEntryId(long entryId)
Removes all the trash versions where entryId = ? from the database. |
void |
TrashVersionPersistence.removeByEntryId(long entryId)
Removes all the trash versions where entryId = ? from the database. |
static void |
TrashEntryUtil.removeByG_LtCD(long groupId,
Date createDate)
Removes all the trash entries where groupId = ? and createDate < ? from the database. |
void |
TrashEntryPersistence.removeByG_LtCD(long groupId,
Date createDate)
Removes all the trash entries where groupId = ? and createDate < ? from the database. |
static void |
TrashEntryUtil.removeByGroupId(long groupId)
Removes all the trash entries where groupId = ? from the database. |
void |
TrashEntryPersistence.removeByGroupId(long groupId)
Removes all the trash entries where groupId = ? from the database. |
static TrashEntry |
TrashEntryUtil.update(TrashEntry trashEntry)
|
static TrashEntry |
TrashEntryUtil.update(TrashEntry trashEntry,
ServiceContext serviceContext)
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion)
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion,
ServiceContext serviceContext)
|
static TrashEntry |
TrashEntryUtil.updateImpl(TrashEntry trashEntry)
|
TrashEntry |
TrashEntryPersistence.updateImpl(TrashEntry trashEntry)
|
static TrashVersion |
TrashVersionUtil.updateImpl(TrashVersion trashVersion)
|
TrashVersion |
TrashVersionPersistence.updateImpl(TrashVersion trashVersion)
|
| Constructors in com.liferay.portlet.trash.service.persistence that throw SystemException | |
|---|---|
TrashEntryActionableDynamicQuery()
|
|
| Uses of SystemException in com.liferay.portlet.trash.util |
|---|
| Methods in com.liferay.portlet.trash.util that throw SystemException | |
|---|---|
static void |
TrashUtil.addBaseModelBreadcrumbEntries(javax.servlet.http.HttpServletRequest request,
String className,
long classPK,
PortletURL containerModelURL)
|
void |
Trash.addBaseModelBreadcrumbEntries(javax.servlet.http.HttpServletRequest request,
String className,
long classPK,
PortletURL containerModelURL)
|
static void |
TrashUtil.addContainerModelBreadcrumbEntries(javax.servlet.http.HttpServletRequest request,
String className,
long classPK,
PortletURL containerModelURL)
|
void |
Trash.addContainerModelBreadcrumbEntries(javax.servlet.http.HttpServletRequest request,
String className,
long classPK,
PortletURL containerModelURL)
|
static void |
TrashUtil.deleteEntriesAttachments(long companyId,
long repositoryId,
Date date,
String[] attachmentFileNames)
|
void |
Trash.deleteEntriesAttachments(long companyId,
long repositoryId,
Date date,
String[] attachmentFileNames)
|
static List<TrashEntry> |
TrashUtil.getEntries(Hits hits)
|
List<TrashEntry> |
Trash.getEntries(Hits hits)
|
static int |
TrashUtil.getMaxAge(Group group)
|
int |
Trash.getMaxAge(Group group)
|
static boolean |
TrashUtil.isInTrash(String className,
long classPK)
|
boolean |
Trash.isInTrash(String className,
long classPK)
|
static boolean |
TrashUtil.isTrashEnabled(long groupId)
|
boolean |
Trash.isTrashEnabled(long groupId)
|
| Uses of SystemException in com.liferay.portlet.usersadmin.util |
|---|
| Methods in com.liferay.portlet.usersadmin.util that throw SystemException | |
|---|---|
static long[] |
UsersAdminUtil.addRequiredRoles(long userId,
long[] roleIds)
|
long[] |
UsersAdmin.addRequiredRoles(long userId,
long[] roleIds)
|
static long[] |
UsersAdminUtil.addRequiredRoles(User user,
long[] roleIds)
|
long[] |
UsersAdmin.addRequiredRoles(User user,
long[] roleIds)
|
static List<Role> |
UsersAdminUtil.filterGroupRoles(PermissionChecker permissionChecker,
long groupId,
List<Role> roles)
|
List<Role> |
UsersAdmin.filterGroupRoles(PermissionChecker permissionChecker,
long groupId,
List<Role> roles)
|
static List<Group> |
UsersAdminUtil.filterGroups(PermissionChecker permissionChecker,
List<Group> groups)
|
List<Group> |
UsersAdmin.filterGroups(PermissionChecker permissionChecker,
List<Group> groups)
|
static List<Organization> |
UsersAdminUtil.filterOrganizations(PermissionChecker permissionChecker,
List<Organization> organizations)
|
List<Organization> |
UsersAdmin.filterOrganizations(PermissionChecker permissionChecker,
List<Organization> organizations)
|
static List<UserGroupRole> |
UsersAdminUtil.filterUserGroupRoles(PermissionChecker permissionChecker,
List<UserGroupRole> userGroupRoles)
|
List<UserGroupRole> |
UsersAdmin.filterUserGroupRoles(PermissionChecker permissionChecker,
List<UserGroupRole> userGroupRoles)
|
static Tuple |
UsersAdminUtil.getOrganizations(Hits hits)
|
Tuple |
UsersAdmin.getOrganizations(Hits hits)
|
static List<UserGroupRole> |
UsersAdminUtil.getUserGroupRoles(PortletRequest portletRequest)
|
List<UserGroupRole> |
UsersAdmin.getUserGroupRoles(PortletRequest portletRequest)
|
static Tuple |
UsersAdminUtil.getUserGroups(Hits hits)
|
Tuple |
UsersAdmin.getUserGroups(Hits hits)
|
static Tuple |
UsersAdminUtil.getUsers(Hits hits)
|
Tuple |
UsersAdmin.getUsers(Hits hits)
|
static boolean |
UsersAdminUtil.hasUpdateEmailAddress(PermissionChecker permissionChecker,
User user)
|
boolean |
UsersAdmin.hasUpdateEmailAddress(PermissionChecker permissionChecker,
User user)
|
static boolean |
UsersAdminUtil.hasUpdateScreenName(PermissionChecker permissionChecker,
User user)
|
boolean |
UsersAdmin.hasUpdateScreenName(PermissionChecker permissionChecker,
User user)
|
static long[] |
UsersAdminUtil.removeRequiredRoles(long userId,
long[] roleIds)
|
long[] |
UsersAdmin.removeRequiredRoles(long userId,
long[] roleIds)
|
static long[] |
UsersAdminUtil.removeRequiredRoles(User user,
long[] roleIds)
|
long[] |
UsersAdmin.removeRequiredRoles(User user,
long[] roleIds)
|
static void |
UsersAdminUtil.updateAddresses(String className,
long classPK,
List<Address> addresses)
|
void |
UsersAdmin.updateAddresses(String className,
long classPK,
List<Address> addresses)
|
static void |
UsersAdminUtil.updateEmailAddresses(String className,
long classPK,
List<EmailAddress> emailAddresses)
|
void |
UsersAdmin.updateEmailAddresses(String className,
long classPK,
List<EmailAddress> emailAddresses)
|
static void |
UsersAdminUtil.updateOrgLabors(long classPK,
List<OrgLabor> orgLabors)
|
void |
UsersAdmin.updateOrgLabors(long classPK,
List<OrgLabor> orgLabors)
|
static void |
UsersAdminUtil.updatePhones(String className,
long classPK,
List<Phone> phones)
|
void |
UsersAdmin.updatePhones(String className,
long classPK,
List<Phone> phones)
|
static void |
UsersAdminUtil.updateWebsites(String className,
long classPK,
List<Website> websites)
|
void |
UsersAdmin.updateWebsites(String className,
long classPK,
List<Website> websites)
|
| Uses of SystemException in com.liferay.portlet.wiki.model |
|---|
| Methods in com.liferay.portlet.wiki.model that throw SystemException | |
|---|---|
List<FileEntry> |
WikiPageWrapper.getAttachmentsFileEntries()
|
List<FileEntry> |
WikiPage.getAttachmentsFileEntries()
|
List<FileEntry> |
WikiPageWrapper.getAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
WikiPage.getAttachmentsFileEntries(int start,
int end)
|
int |
WikiPageWrapper.getAttachmentsFileEntriesCount()
|
int |
WikiPage.getAttachmentsFileEntriesCount()
|
long |
WikiPageWrapper.getAttachmentsFolderId()
|
long |
WikiPage.getAttachmentsFolderId()
|
List<FileEntry> |
WikiPageWrapper.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
WikiPage.getDeletedAttachmentsFileEntries()
|
List<FileEntry> |
WikiPageWrapper.getDeletedAttachmentsFileEntries(int start,
int end)
|
List<FileEntry> |
WikiPage.getDeletedAttachmentsFileEntries(int start,
int end)
|
int |
WikiPageWrapper.getDeletedAttachmentsFileEntriesCount()
|
int |
WikiPage.getDeletedAttachmentsFileEntriesCount()
|
List<FileEntry> |
WikiNodeWrapper.getDeletedAttachmentsFiles()
|
List<FileEntry> |
WikiNode.getDeletedAttachmentsFiles()
|
String |
WikiPageWrapper.getStatusByUserUuid()
Returns the status by user uuid of this wiki page. |
String |
WikiPageModel.getStatusByUserUuid()
Returns the status by user uuid of this wiki page. |
String |
WikiNodeWrapper.getStatusByUserUuid()
Returns the status by user uuid of this wiki node. |
String |
WikiNodeModel.getStatusByUserUuid()
Returns the status by user uuid of this wiki node. |
String |
WikiPageWrapper.getUserUuid()
Returns the user uuid of this wiki page. |
String |
WikiPageModel.getUserUuid()
Returns the user uuid of this wiki page. |
String |
WikiNodeWrapper.getUserUuid()
Returns the user uuid of this wiki node. |
String |
WikiNodeModel.getUserUuid()
Returns the user uuid of this wiki node. |
void |
WikiPageWrapper.persist()
|
void |
WikiPageResourceWrapper.persist()
|
void |
WikiNodeWrapper.persist()
|
| Uses of SystemException in com.liferay.portlet.wiki.service |
|---|
| Methods in com.liferay.portlet.wiki.service that throw SystemException | |
|---|---|
WikiNode |
WikiNodeLocalServiceWrapper.addDefaultNode(long userId,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.addDefaultNode(long userId,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.addNode(long userId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeServiceWrapper.addNode(String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeServiceUtil.addNode(String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeService.addNode(String name,
String description,
ServiceContext serviceContext)
|
void |
WikiNodeLocalServiceWrapper.addNodeResources(long nodeId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(long nodeId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(long nodeId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalServiceWrapper.addNodeResources(long nodeId,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(long nodeId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(long nodeId,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(WikiNode node,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiNodeLocalServiceWrapper.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
WikiNodeLocalServiceUtil.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiNodeLocalService.addNodeResources(WikiNode node,
String[] groupPermissions,
String[] guestPermissions)
|
WikiPage |
WikiPageLocalServiceWrapper.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.addPage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
boolean head,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.addPage(long userId,
long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.addPage(long nodeId,
String title,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
void |
WikiPageLocalServiceWrapper.addPageAttachment(long userId,
long nodeId,
String title,
String fileName,
File file)
|
static void |
WikiPageLocalServiceUtil.addPageAttachment(long userId,
long nodeId,
String title,
String fileName,
File file)
|
void |
WikiPageLocalService.addPageAttachment(long userId,
long nodeId,
String title,
String fileName,
File file)
|
void |
WikiPageLocalServiceWrapper.addPageAttachment(long userId,
long nodeId,
String title,
String fileName,
InputStream inputStream)
|
static void |
WikiPageLocalServiceUtil.addPageAttachment(long userId,
long nodeId,
String title,
String fileName,
InputStream inputStream)
|
void |
WikiPageLocalService.addPageAttachment(long userId,
long nodeId,
String title,
String fileName,
InputStream inputStream)
|
void |
WikiPageServiceWrapper.addPageAttachment(long nodeId,
String title,
String fileName,
File file)
|
static void |
WikiPageServiceUtil.addPageAttachment(long nodeId,
String title,
String fileName,
File file)
|
void |
WikiPageService.addPageAttachment(long nodeId,
String title,
String fileName,
File file)
|
void |
WikiPageServiceWrapper.addPageAttachment(long nodeId,
String title,
String fileName,
InputStream inputStream)
|
static void |
WikiPageServiceUtil.addPageAttachment(long nodeId,
String title,
String fileName,
InputStream inputStream)
|
void |
WikiPageService.addPageAttachment(long nodeId,
String title,
String fileName,
InputStream inputStream)
|
void |
WikiPageLocalServiceWrapper.addPageAttachments(long userId,
long nodeId,
String title,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
static void |
WikiPageLocalServiceUtil.addPageAttachments(long userId,
long nodeId,
String title,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
void |
WikiPageLocalService.addPageAttachments(long userId,
long nodeId,
String title,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
void |
WikiPageServiceWrapper.addPageAttachments(long nodeId,
String title,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
static void |
WikiPageServiceUtil.addPageAttachments(long nodeId,
String title,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
void |
WikiPageService.addPageAttachments(long nodeId,
String title,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
|
WikiPageResource |
WikiPageResourceLocalServiceWrapper.addPageResource(long nodeId,
String title)
|
static WikiPageResource |
WikiPageResourceLocalServiceUtil.addPageResource(long nodeId,
String title)
|
WikiPageResource |
WikiPageResourceLocalService.addPageResource(long nodeId,
String title)
|
void |
WikiPageLocalServiceWrapper.addPageResources(long nodeId,
String title,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
WikiPageLocalServiceUtil.addPageResources(long nodeId,
String title,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiPageLocalService.addPageResources(long nodeId,
String title,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiPageLocalServiceWrapper.addPageResources(long nodeId,
String title,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
WikiPageLocalServiceUtil.addPageResources(long nodeId,
String title,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiPageLocalService.addPageResources(long nodeId,
String title,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiPageLocalServiceWrapper.addPageResources(WikiPage page,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
WikiPageLocalServiceUtil.addPageResources(WikiPage page,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiPageLocalService.addPageResources(WikiPage page,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
WikiPageLocalServiceWrapper.addPageResources(WikiPage page,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
WikiPageLocalServiceUtil.addPageResources(WikiPage page,
String[] groupPermissions,
String[] guestPermissions)
|
void |
WikiPageLocalService.addPageResources(WikiPage page,
String[] groupPermissions,
String[] guestPermissions)
|
String |
WikiPageServiceWrapper.addTempPageAttachment(long nodeId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
static String |
WikiPageServiceUtil.addTempPageAttachment(long nodeId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
String |
WikiPageService.addTempPageAttachment(long nodeId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
String |
WikiPageLocalServiceWrapper.addTempPageAttachment(long userId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
static String |
WikiPageLocalServiceUtil.addTempPageAttachment(long userId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
String |
WikiPageLocalService.addTempPageAttachment(long userId,
String fileName,
String tempFolderName,
InputStream inputStream)
|
WikiNode |
WikiNodeLocalServiceWrapper.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
static WikiNode |
WikiNodeLocalServiceUtil.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiNode |
WikiNodeLocalService.addWikiNode(WikiNode wikiNode)
Adds the wiki node to the database. |
WikiPage |
WikiPageLocalServiceWrapper.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
static WikiPage |
WikiPageLocalServiceUtil.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
WikiPage |
WikiPageLocalService.addWikiPage(WikiPage wikiPage)
Adds the wiki page to the database. |
WikiPageResource |
WikiPageResourceLocalServiceWrapper.addWikiPageResource(WikiPageResource wikiPageResource)
Adds the wiki page resource to the database. |
static WikiPageResource |
WikiPageResourceLocalServiceUtil.addWikiPageResource(WikiPageResource wikiPageResource)
Adds the wiki page resource to the database. |
WikiPageResource |
WikiPageResourceLocalService.addWikiPageResource(WikiPageResource wikiPageResource)
Adds the wiki page resource to the database. |
void |
WikiPageLocalServiceWrapper.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
static void |
WikiPageLocalServiceUtil.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
WikiPageLocalService.changeParent(long userId,
long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
WikiPageServiceWrapper.changeParent(long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
static void |
WikiPageServiceUtil.changeParent(long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
WikiPageService.changeParent(long nodeId,
String title,
String newParentTitle,
ServiceContext serviceContext)
|
void |
WikiNodeServiceWrapper.deleteNode(long nodeId)
|
static void |
WikiNodeServiceUtil.deleteNode(long nodeId)
|
void |
WikiNodeService.deleteNode(long nodeId)
|
void |
WikiNodeLocalServiceWrapper.deleteNode(long nodeId)
|
static void |
WikiNodeLocalServiceUtil.deleteNode(long nodeId)
|
void |
WikiNodeLocalService.deleteNode(long nodeId)
|
void |
WikiNodeLocalServiceWrapper.deleteNode(WikiNode node)
|
static void |
WikiNodeLocalServiceUtil.deleteNode(WikiNode node)
|
void |
WikiNodeLocalService.deleteNode(WikiNode node)
|
void |
WikiNodeLocalServiceWrapper.deleteNodes(long groupId)
|
static void |
WikiNodeLocalServiceUtil.deleteNodes(long groupId)
|
void |
WikiNodeLocalService.deleteNodes(long groupId)
|
void |
WikiPageServiceWrapper.deletePage(long nodeId,
String title)
|
static void |
WikiPageServiceUtil.deletePage(long nodeId,
String title)
|
void |
WikiPageService.deletePage(long nodeId,
String title)
|
void |
WikiPageLocalServiceWrapper.deletePage(long nodeId,
String title)
|
static void |
WikiPageLocalServiceUtil.deletePage(long nodeId,
String title)
|
void |
WikiPageLocalService.deletePage(long nodeId,
String title)
|
void |
WikiPageServiceWrapper.deletePage(long nodeId,
String title,
double version)
|
static void |
WikiPageServiceUtil.deletePage(long nodeId,
String title,
double version)
|
void |
WikiPageService.deletePage(long nodeId,
String title,
double version)
|
void |
WikiPageLocalServiceWrapper.deletePage(long nodeId,
String title,
double version)
|
static void |
WikiPageLocalServiceUtil.deletePage(long nodeId,
String title,
double version)
|
void |
WikiPageLocalService.deletePage(long nodeId,
String title,
double version)
|
void |
WikiPageLocalServiceWrapper.deletePage(WikiPage page)
|
static void |
WikiPageLocalServiceUtil.deletePage(WikiPage page)
|
void |
WikiPageLocalService.deletePage(WikiPage page)
|
void |
WikiPageServiceWrapper.deletePageAttachment(long nodeId,
String title,
String fileName)
|
static void |
WikiPageServiceUtil.deletePageAttachment(long nodeId,
String title,
String fileName)
|
void |
WikiPageService.deletePageAttachment(long nodeId,
String title,
String fileName)
|
void |
WikiPageLocalServiceWrapper.deletePageAttachment(long nodeId,
String title,
String fileName)
|
static void |
WikiPageLocalServiceUtil.deletePageAttachment(long nodeId,
String title,
String fileName)
|
void |
WikiPageLocalService.deletePageAttachment(long nodeId,
String title,
String fileName)
|
void |
WikiPageServiceWrapper.deletePageAttachments(long nodeId,
String title)
|
static void |
WikiPageServiceUtil.deletePageAttachments(long nodeId,
String title)
|
void |
WikiPageService.deletePageAttachments(long nodeId,
String title)
|
void |
WikiPageLocalServiceWrapper.deletePageAttachments(long nodeId,
String title)
|
static void |
WikiPageLocalServiceUtil.deletePageAttachments(long nodeId,
String title)
|
void |
WikiPageLocalService.deletePageAttachments(long nodeId,
String title)
|
void |
WikiPageResourceLocalServiceWrapper.deletePageResource(long nodeId,
String title)
|
static void |
WikiPageResourceLocalServiceUtil.deletePageResource(long nodeId,
String title)
|
void |
WikiPageResourceLocalService.deletePageResource(long nodeId,
String title)
|
void |
WikiPageLocalServiceWrapper.deletePages(long nodeId)
|
static void |
WikiPageLocalServiceUtil.deletePages(long nodeId)
|
void |
WikiPageLocalService.deletePages(long nodeId)
|
void |
WikiPageServiceWrapper.deleteTempPageAttachment(long nodeId,
String fileName,
String tempFolderName)
|
static void |
WikiPageServiceUtil.deleteTempPageAttachment(long nodeId,
String fileName,
String tempFolderName)
|
void |
WikiPageService.deleteTempPageAttachment(long nodeId,
String fileName,
String tempFolderName)
|
void |
WikiPageLocalServiceWrapper.deleteTempPageAttachment(long userId,
String fileName,
String tempFolderName)
|
static void |
WikiPageLocalServiceUtil.deleteTempPageAttachment(long userId,
String fileName,
String tempFolderName)
|
void |
WikiPageLocalService.deleteTempPageAttachment(long userId,
String fileName,
String tempFolderName)
|
void |
WikiPageServiceWrapper.deleteTrashPageAttachments(long nodeId,
String title)
|
static void |
WikiPageServiceUtil.deleteTrashPageAttachments(long nodeId,
String title)
|
void |
WikiPageService.deleteTrashPageAttachments(long nodeId,
String title)
|
void |
WikiPageLocalServiceWrapper.deleteTrashPageAttachments(long nodeId,
String title)
|
static void |
WikiPageLocalServiceUtil.deleteTrashPageAttachments(long nodeId,
String title)
|
void |
WikiPageLocalService.deleteTrashPageAttachments(long nodeId,
String title)
|
WikiNode |
WikiNodeLocalServiceWrapper.deleteWikiNode(long nodeId)
Deletes the wiki node with the primary key from the database. |
static WikiNode |
WikiNodeLocalServiceUtil.deleteWikiNode(long nodeId)
Deletes the wiki node with the primary key from the database. |
WikiNode |
WikiNodeLocalService.deleteWikiNode(long nodeId)
Deletes the wiki node with the primary key from the database. |
WikiNode |
WikiNodeLocalServiceWrapper.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
static WikiNode |
WikiNodeLocalServiceUtil.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiNode |
WikiNodeLocalService.deleteWikiNode(WikiNode wikiNode)
Deletes the wiki node from the database. |
WikiPage |
WikiPageLocalServiceWrapper.deleteWikiPage(long pageId)
Deletes the wiki page with the primary key from the database. |
static WikiPage |
WikiPageLocalServiceUtil.deleteWikiPage(long pageId)
Deletes the wiki page with the primary key from the database. |
WikiPage |
WikiPageLocalService.deleteWikiPage(long pageId)
Deletes the wiki page with the primary key from the database. |
WikiPage |
WikiPageLocalServiceWrapper.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
static WikiPage |
WikiPageLocalServiceUtil.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
WikiPage |
WikiPageLocalService.deleteWikiPage(WikiPage wikiPage)
Deletes the wiki page from the database. |
WikiPageResource |
WikiPageResourceLocalServiceWrapper.deleteWikiPageResource(long resourcePrimKey)
Deletes the wiki page resource with the primary key from the database. |
static WikiPageResource |
WikiPageResourceLocalServiceUtil.deleteWikiPageResource(long resourcePrimKey)
Deletes the wiki page resource with the primary key from the database. |
WikiPageResource |
WikiPageResourceLocalService.deleteWikiPageResource(long resourcePrimKey)
Deletes the wiki page resource with the primary key from the database. |
WikiPageResource |
WikiPageResourceLocalServiceWrapper.deleteWikiPageResource(WikiPageResource wikiPageResource)
Deletes the wiki page resource from the database. |
static WikiPageResource |
WikiPageResourceLocalServiceUtil.deleteWikiPageResource(WikiPageResource wikiPageResource)
Deletes the wiki page resource from the database. |
WikiPageResource |
WikiPageResourceLocalService.deleteWikiPageResource(WikiPageResource wikiPageResource)
Deletes the wiki page resource from the database. |
List |
WikiPageResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
WikiPageResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WikiPageResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WikiPageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
WikiPageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WikiPageLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WikiNodeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
WikiNodeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WikiNodeLocalService.dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
WikiPageResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
WikiPageResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WikiPageResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WikiPageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
WikiPageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WikiPageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WikiNodeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
WikiNodeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WikiNodeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
WikiPageResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
WikiPageResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WikiPageResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WikiPageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
WikiPageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WikiPageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WikiNodeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static List |
WikiNodeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
List |
WikiNodeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
WikiPageResourceLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
WikiPageResourceLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WikiPageResourceLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WikiPageLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
WikiPageLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WikiPageLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WikiNodeLocalServiceWrapper.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
WikiNodeLocalServiceUtil.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
long |
WikiNodeLocalService.dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
WikiPage |
WikiPageLocalServiceWrapper.fetchPage(long nodeId,
String title,
double version)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalService.fetchPage(long nodeId,
String title,
double version)
|
WikiPageResource |
WikiPageResourceLocalServiceWrapper.fetchPageResource(long nodeId,
String title)
|
static WikiPageResource |
WikiPageResourceLocalServiceUtil.fetchPageResource(long nodeId,
String title)
|
WikiPageResource |
WikiPageResourceLocalService.fetchPageResource(long nodeId,
String title)
|
WikiNode |
WikiNodeLocalServiceWrapper.fetchWikiNode(long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.fetchWikiNode(long nodeId)
|
WikiNode |
WikiNodeLocalService.fetchWikiNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.fetchWikiNode(long groupId,
String name)
|
static WikiNode |
WikiNodeLocalServiceUtil.fetchWikiNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalService.fetchWikiNode(long groupId,
String name)
|
WikiPage |
WikiPageLocalServiceWrapper.fetchWikiPage(long pageId)
|
static WikiPage |
WikiPageLocalServiceUtil.fetchWikiPage(long pageId)
|
WikiPage |
WikiPageLocalService.fetchWikiPage(long pageId)
|
WikiPageResource |
WikiPageResourceLocalServiceWrapper.fetchWikiPageResource(long resourcePrimKey)
|
static WikiPageResource |
WikiPageResourceLocalServiceUtil.fetchWikiPageResource(long resourcePrimKey)
|
WikiPageResource |
WikiPageResourceLocalService.fetchWikiPageResource(long resourcePrimKey)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getChildren(long nodeId,
boolean head,
String parentTitle)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getChildren(long nodeId,
boolean head,
String parentTitle)
|
List<WikiPage> |
WikiPageLocalService.getChildren(long nodeId,
boolean head,
String parentTitle)
|
List<WikiPage> |
WikiPageServiceWrapper.getChildren(long groupId,
long nodeId,
boolean head,
String parentTitle)
|
static List<WikiPage> |
WikiPageServiceUtil.getChildren(long groupId,
long nodeId,
boolean head,
String parentTitle)
|
List<WikiPage> |
WikiPageService.getChildren(long groupId,
long nodeId,
boolean head,
String parentTitle)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getCompanyNodes(long companyId,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getCompanyNodes(long companyId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getCompanyNodes(long companyId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getCompanyNodes(long companyId,
int status,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getCompanyNodes(long companyId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getCompanyNodes(long companyId,
int status,
int start,
int end)
|
int |
WikiNodeLocalServiceWrapper.getCompanyNodesCount(long companyId)
|
static int |
WikiNodeLocalServiceUtil.getCompanyNodesCount(long companyId)
|
int |
WikiNodeLocalService.getCompanyNodesCount(long companyId)
|
int |
WikiNodeLocalServiceWrapper.getCompanyNodesCount(long companyId,
int status)
|
static int |
WikiNodeLocalServiceUtil.getCompanyNodesCount(long companyId,
int status)
|
int |
WikiNodeLocalService.getCompanyNodesCount(long companyId,
int status)
|
WikiPage |
WikiPageServiceWrapper.getDraftPage(long nodeId,
String title)
|
static WikiPage |
WikiPageServiceUtil.getDraftPage(long nodeId,
String title)
|
WikiPage |
WikiPageService.getDraftPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalServiceWrapper.getDraftPage(long nodeId,
String title)
|
static WikiPage |
WikiPageLocalServiceUtil.getDraftPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalService.getDraftPage(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getIncomingLinks(long nodeId,
String title)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getIncomingLinks(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalService.getIncomingLinks(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getNoAssetPages()
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getNoAssetPages()
|
List<WikiPage> |
WikiPageLocalService.getNoAssetPages()
|
WikiNode |
WikiNodeServiceWrapper.getNode(long nodeId)
|
static WikiNode |
WikiNodeServiceUtil.getNode(long nodeId)
|
WikiNode |
WikiNodeService.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.getNode(long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.getNode(long nodeId)
|
WikiNode |
WikiNodeLocalService.getNode(long nodeId)
|
WikiNode |
WikiNodeServiceWrapper.getNode(long groupId,
String name)
|
static WikiNode |
WikiNodeServiceUtil.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeService.getNode(long groupId,
String name)
|
WikiNode |
WikiNodeLocalServiceWrapper.getNode(long groupId,
String nodeName)
|
static WikiNode |
WikiNodeLocalServiceUtil.getNode(long groupId,
String nodeName)
|
WikiNode |
WikiNodeLocalService.getNode(long groupId,
String nodeName)
|
List<WikiPage> |
WikiPageServiceWrapper.getNodePages(long nodeId,
int max)
|
static List<WikiPage> |
WikiPageServiceUtil.getNodePages(long nodeId,
int max)
|
List<WikiPage> |
WikiPageService.getNodePages(long nodeId,
int max)
|
String |
WikiPageServiceWrapper.getNodePagesRSS(long nodeId,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL)
|
static String |
WikiPageServiceUtil.getNodePagesRSS(long nodeId,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL)
|
String |
WikiPageService.getNodePagesRSS(long nodeId,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId,
int status)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId,
int status)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId,
int status)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getNodes(long groupId,
int status,
int start,
int end)
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getNodes(long groupId,
int status,
int start,
int end)
|
List<WikiNode> |
WikiNodeLocalService.getNodes(long groupId,
int status,
int start,
int end)
|
int |
WikiNodeLocalServiceWrapper.getNodesCount(long groupId)
|
static int |
WikiNodeLocalServiceUtil.getNodesCount(long groupId)
|
int |
WikiNodeLocalService.getNodesCount(long groupId)
|
int |
WikiNodeLocalServiceWrapper.getNodesCount(long groupId,
int status)
|
static int |
WikiNodeLocalServiceUtil.getNodesCount(long groupId,
int status)
|
int |
WikiNodeLocalService.getNodesCount(long groupId,
int status)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getOrphans(long nodeId)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getOrphans(long nodeId)
|
List<WikiPage> |
WikiPageLocalService.getOrphans(long nodeId)
|
List<WikiPage> |
WikiPageServiceWrapper.getOrphans(long groupId,
long nodeId)
|
static List<WikiPage> |
WikiPageServiceUtil.getOrphans(long groupId,
long nodeId)
|
List<WikiPage> |
WikiPageService.getOrphans(long groupId,
long nodeId)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getOutgoingLinks(long nodeId,
String title)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getOutgoingLinks(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalService.getOutgoingLinks(long nodeId,
String title)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long resourcePrimKey)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long resourcePrimKey)
|
WikiPage |
WikiPageLocalService.getPage(long resourcePrimKey)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long resourcePrimKey,
Boolean head)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long resourcePrimKey,
Boolean head)
|
WikiPage |
WikiPageLocalService.getPage(long resourcePrimKey,
Boolean head)
|
WikiPage |
WikiPageServiceWrapper.getPage(long groupId,
long nodeId,
String title)
|
static WikiPage |
WikiPageServiceUtil.getPage(long groupId,
long nodeId,
String title)
|
WikiPage |
WikiPageService.getPage(long groupId,
long nodeId,
String title)
|
WikiPage |
WikiPageServiceWrapper.getPage(long nodeId,
String title)
|
static WikiPage |
WikiPageServiceUtil.getPage(long nodeId,
String title)
|
WikiPage |
WikiPageService.getPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long nodeId,
String title)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long nodeId,
String title)
|
WikiPage |
WikiPageLocalService.getPage(long nodeId,
String title)
|
WikiPage |
WikiPageServiceWrapper.getPage(long nodeId,
String title,
Boolean head)
|
static WikiPage |
WikiPageServiceUtil.getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
WikiPageService.getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long nodeId,
String title,
Boolean head)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
WikiPageLocalService.getPage(long nodeId,
String title,
Boolean head)
|
WikiPage |
WikiPageServiceWrapper.getPage(long nodeId,
String title,
double version)
|
static WikiPage |
WikiPageServiceUtil.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageService.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalServiceWrapper.getPage(long nodeId,
String title,
double version)
|
static WikiPage |
WikiPageLocalServiceUtil.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalService.getPage(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalServiceWrapper.getPageByPageId(long pageId)
|
static WikiPage |
WikiPageLocalServiceUtil.getPageByPageId(long pageId)
|
WikiPage |
WikiPageLocalService.getPageByPageId(long pageId)
|
WikiPageDisplay |
WikiPageLocalServiceWrapper.getPageDisplay(long nodeId,
String title,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
static WikiPageDisplay |
WikiPageLocalServiceUtil.getPageDisplay(long nodeId,
String title,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
WikiPageDisplay |
WikiPageLocalService.getPageDisplay(long nodeId,
String title,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
WikiPageDisplay |
WikiPageLocalServiceWrapper.getPageDisplay(WikiPage page,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
static WikiPageDisplay |
WikiPageLocalServiceUtil.getPageDisplay(WikiPage page,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
WikiPageDisplay |
WikiPageLocalService.getPageDisplay(WikiPage page,
PortletURL viewPageURL,
PortletURL editPageURL,
String attachmentURLPrefix)
|
WikiPageResource |
WikiPageResourceLocalServiceWrapper.getPageResource(long pageResourcePrimKey)
|
static WikiPageResource |
WikiPageResourceLocalServiceUtil.getPageResource(long pageResourcePrimKey)
|
WikiPageResource |
WikiPageResourceLocalService.getPageResource(long pageResourcePrimKey)
|
WikiPageResource |
WikiPageResourceLocalServiceWrapper.getPageResource(long nodeId,
String title)
|
static WikiPageResource |
WikiPageResourceLocalServiceUtil.getPageResource(long nodeId,
String title)
|
WikiPageResource |
WikiPageResourceLocalService.getPageResource(long nodeId,
String title)
|
long |
WikiPageResourceLocalServiceWrapper.getPageResourcePrimKey(long nodeId,
String title)
|
static long |
WikiPageResourceLocalServiceUtil.getPageResourcePrimKey(long nodeId,
String title)
|
long |
WikiPageResourceLocalService.getPageResourcePrimKey(long nodeId,
String title)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
int start,
int end,
OrderByComparator obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageServiceWrapper.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<WikiPage> |
WikiPageServiceUtil.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageService.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long resourcePrimKey,
long nodeId,
int status)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long resourcePrimKey,
long nodeId,
int status)
|
List<WikiPage> |
WikiPageLocalService.getPages(long resourcePrimKey,
long nodeId,
int status)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long userId,
long nodeId,
int status,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageServiceWrapper.getPages(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
|
static List<WikiPage> |
WikiPageServiceUtil.getPages(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageService.getPages(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
String title,
boolean head,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
String title,
boolean head,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
String title,
boolean head,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
String title,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
String title,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
String title,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator obc)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator obc)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(String format)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(String format)
|
List<WikiPage> |
WikiPageLocalService.getPages(String format)
|
int |
WikiPageLocalServiceWrapper.getPagesCount(long nodeId)
|
static int |
WikiPageLocalServiceUtil.getPagesCount(long nodeId)
|
int |
WikiPageLocalService.getPagesCount(long nodeId)
|
int |
WikiPageLocalServiceWrapper.getPagesCount(long nodeId,
boolean head)
|
static int |
WikiPageLocalServiceUtil.getPagesCount(long nodeId,
boolean head)
|
int |
WikiPageLocalService.getPagesCount(long nodeId,
boolean head)
|
int |
WikiPageLocalServiceWrapper.getPagesCount(long nodeId,
boolean head,
int status)
|
static int |
WikiPageLocalServiceUtil.getPagesCount(long nodeId,
boolean head,
int status)
|
int |
WikiPageLocalService.getPagesCount(long nodeId,
boolean head,
int status)
|
int |
WikiPageLocalServiceWrapper.getPagesCount(long nodeId,
int status)
|
static int |
WikiPageLocalServiceUtil.getPagesCount(long nodeId,
int status)
|
int |
WikiPageLocalService.getPagesCount(long nodeId,
int status)
|
int |
WikiPageServiceWrapper.getPagesCount(long groupId,
long nodeId,
boolean head)
|
static int |
WikiPageServiceUtil.getPagesCount(long groupId,
long nodeId,
boolean head)
|
int |
WikiPageService.getPagesCount(long groupId,
long nodeId,
boolean head)
|
int |
WikiPageLocalServiceWrapper.getPagesCount(long userId,
long nodeId,
int status)
|
static int |
WikiPageLocalServiceUtil.getPagesCount(long userId,
long nodeId,
int status)
|
int |
WikiPageLocalService.getPagesCount(long userId,
long nodeId,
int status)
|
int |
WikiPageServiceWrapper.getPagesCount(long groupId,
long userId,
long nodeId,
int status)
|
static int |
WikiPageServiceUtil.getPagesCount(long groupId,
long userId,
long nodeId,
int status)
|
int |
WikiPageService.getPagesCount(long groupId,
long userId,
long nodeId,
int status)
|
int |
WikiPageLocalServiceWrapper.getPagesCount(long nodeId,
String title)
|
static int |
WikiPageLocalServiceUtil.getPagesCount(long nodeId,
String title)
|
int |
WikiPageLocalService.getPagesCount(long nodeId,
String title)
|
int |
WikiPageLocalServiceWrapper.getPagesCount(long nodeId,
String title,
boolean head)
|
static int |
WikiPageLocalServiceUtil.getPagesCount(long nodeId,
String title,
boolean head)
|
int |
WikiPageLocalService.getPagesCount(long nodeId,
String title,
boolean head)
|
int |
WikiPageLocalServiceWrapper.getPagesCount(String format)
|
static int |
WikiPageLocalServiceUtil.getPagesCount(String format)
|
int |
WikiPageLocalService.getPagesCount(String format)
|
String |
WikiPageServiceWrapper.getPagesRSS(long companyId,
long nodeId,
String title,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
Locale locale)
|
static String |
WikiPageServiceUtil.getPagesRSS(long companyId,
long nodeId,
String title,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
Locale locale)
|
String |
WikiPageService.getPagesRSS(long companyId,
long nodeId,
String title,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
Locale locale)
|
PersistedModel |
WikiPageResourceLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
WikiPageResourceLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WikiPageResourceLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WikiPageLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
WikiPageLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WikiPageLocalService.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WikiNodeLocalServiceWrapper.getPersistedModel(Serializable primaryKeyObj)
|
static PersistedModel |
WikiNodeLocalServiceUtil.getPersistedModel(Serializable primaryKeyObj)
|
PersistedModel |
WikiNodeLocalService.getPersistedModel(Serializable primaryKeyObj)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getRecentChanges(long nodeId,
int start,
int end)
Deprecated. WikiPageLocalServiceWrapper.getRecentChanges(long, long, int, int) |
static List<WikiPage> |
WikiPageLocalServiceUtil.getRecentChanges(long nodeId,
int start,
int end)
Deprecated. WikiPageLocalServiceUtil.getRecentChanges(long, long, int, int) |
List<WikiPage> |
WikiPageLocalService.getRecentChanges(long nodeId,
int start,
int end)
Deprecated. WikiPageLocalService.getRecentChanges(long, long, int, int) |
List<WikiPage> |
WikiPageServiceWrapper.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
static List<WikiPage> |
WikiPageServiceUtil.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageService.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
List<WikiPage> |
WikiPageLocalService.getRecentChanges(long groupId,
long nodeId,
int start,
int end)
|
int |
WikiPageLocalServiceWrapper.getRecentChangesCount(long nodeId)
Deprecated. WikiPageLocalServiceWrapper.getRecentChangesCount(long, long) |
static int |
WikiPageLocalServiceUtil.getRecentChangesCount(long nodeId)
Deprecated. WikiPageLocalServiceUtil.getRecentChangesCount(long, long) |
int |
WikiPageLocalService.getRecentChangesCount(long nodeId)
Deprecated. WikiPageLocalService.getRecentChangesCount(long, long) |
int |
WikiPageServiceWrapper.getRecentChangesCount(long groupId,
long nodeId)
|
static int |
WikiPageServiceUtil.getRecentChangesCount(long groupId,
long nodeId)
|
int |
WikiPageService.getRecentChangesCount(long groupId,
long nodeId)
|
int |
WikiPageLocalServiceWrapper.getRecentChangesCount(long groupId,
long nodeId)
|
static int |
WikiPageLocalServiceUtil.getRecentChangesCount(long groupId,
long nodeId)
|
int |
WikiPageLocalService.getRecentChangesCount(long groupId,
long nodeId)
|
String[] |
WikiPageServiceWrapper.getTempPageAttachmentNames(long nodeId,
String tempFolderName)
|
static String[] |
WikiPageServiceUtil.getTempPageAttachmentNames(long nodeId,
String tempFolderName)
|
String[] |
WikiPageService.getTempPageAttachmentNames(long nodeId,
String tempFolderName)
|
WikiNode |
WikiNodeLocalServiceWrapper.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
static WikiNode |
WikiNodeLocalServiceUtil.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
WikiNode |
WikiNodeLocalService.getWikiNode(long nodeId)
Returns the wiki node with the primary key. |
WikiNode |
WikiNodeLocalServiceWrapper.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node with the UUID in the group. |
static WikiNode |
WikiNodeLocalServiceUtil.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node with the UUID in the group. |
WikiNode |
WikiNodeLocalService.getWikiNodeByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki node with the UUID in the group. |
List<WikiNode> |
WikiNodeLocalServiceWrapper.getWikiNodes(int start,
int end)
Returns a range of all the wiki nodes. |
static List<WikiNode> |
WikiNodeLocalServiceUtil.getWikiNodes(int start,
int end)
Returns a range of all the wiki nodes. |
List<WikiNode> |
WikiNodeLocalService.getWikiNodes(int start,
int end)
Returns a range of all the wiki nodes. |
int |
WikiNodeLocalServiceWrapper.getWikiNodesCount()
Returns the number of wiki nodes. |
static int |
WikiNodeLocalServiceUtil.getWikiNodesCount()
Returns the number of wiki nodes. |
int |
WikiNodeLocalService.getWikiNodesCount()
Returns the number of wiki nodes. |
WikiPage |
WikiPageLocalServiceWrapper.getWikiPage(long pageId)
Returns the wiki page with the primary key. |
static WikiPage |
WikiPageLocalServiceUtil.getWikiPage(long pageId)
Returns the wiki page with the primary key. |
WikiPage |
WikiPageLocalService.getWikiPage(long pageId)
Returns the wiki page with the primary key. |
WikiPage |
WikiPageLocalServiceWrapper.getWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page with the UUID in the group. |
static WikiPage |
WikiPageLocalServiceUtil.getWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page with the UUID in the group. |
WikiPage |
WikiPageLocalService.getWikiPageByUuidAndGroupId(String uuid,
long groupId)
Returns the wiki page with the UUID in the group. |
WikiPageResource |
WikiPageResourceLocalServiceWrapper.getWikiPageResource(long resourcePrimKey)
Returns the wiki page resource with the primary key. |
static WikiPageResource |
WikiPageResourceLocalServiceUtil.getWikiPageResource(long resourcePrimKey)
Returns the wiki page resource with the primary key. |
WikiPageResource |
WikiPageResourceLocalService.getWikiPageResource(long resourcePrimKey)
Returns the wiki page resource with the primary key. |
List<WikiPageResource> |
WikiPageResourceLocalServiceWrapper.getWikiPageResources(int start,
int end)
Returns a range of all the wiki page resources. |
static List<WikiPageResource> |
WikiPageResourceLocalServiceUtil.getWikiPageResources(int start,
int end)
Returns a range of all the wiki page resources. |
List<WikiPageResource> |
WikiPageResourceLocalService.getWikiPageResources(int start,
int end)
Returns a range of all the wiki page resources. |
int |
WikiPageResourceLocalServiceWrapper.getWikiPageResourcesCount()
Returns the number of wiki page resources. |
static int |
WikiPageResourceLocalServiceUtil.getWikiPageResourcesCount()
Returns the number of wiki page resources. |
int |
WikiPageResourceLocalService.getWikiPageResourcesCount()
Returns the number of wiki page resources. |
List<WikiPage> |
WikiPageLocalServiceWrapper.getWikiPages(int start,
int end)
Returns a range of all the wiki pages. |
static List<WikiPage> |
WikiPageLocalServiceUtil.getWikiPages(int start,
int end)
Returns a range of all the wiki pages. |
List<WikiPage> |
WikiPageLocalService.getWikiPages(int start,
int end)
Returns a range of all the wiki pages. |
int |
WikiPageLocalServiceWrapper.getWikiPagesCount()
Returns the number of wiki pages. |
static int |
WikiPageLocalServiceUtil.getWikiPagesCount()
Returns the number of wiki pages. |
int |
WikiPageLocalService.getWikiPagesCount()
Returns the number of wiki pages. |
boolean |
WikiPageLocalServiceWrapper.hasDraftPage(long nodeId,
String title)
|
static boolean |
WikiPageLocalServiceUtil.hasDraftPage(long nodeId,
String title)
|
boolean |
WikiPageLocalService.hasDraftPage(long nodeId,
String title)
|
void |
WikiNodeLocalServiceWrapper.importPages(long userId,
long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
static void |
WikiNodeLocalServiceUtil.importPages(long userId,
long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
void |
WikiNodeLocalService.importPages(long userId,
long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
void |
WikiNodeServiceWrapper.importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
static void |
WikiNodeServiceUtil.importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
void |
WikiNodeService.importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
WikiNode |
WikiNodeServiceWrapper.moveNodeToTrash(long nodeId)
|
static WikiNode |
WikiNodeServiceUtil.moveNodeToTrash(long nodeId)
|
WikiNode |
WikiNodeService.moveNodeToTrash(long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.moveNodeToTrash(long userId,
long nodeId)
|
static WikiNode |
WikiNodeLocalServiceUtil.moveNodeToTrash(long userId,
long nodeId)
|
WikiNode |
WikiNodeLocalService.moveNodeToTrash(long userId,
long nodeId)
|
WikiNode |
WikiNodeLocalServiceWrapper.moveNodeToTrash(long userId,
WikiNode node)
|
static WikiNode |
WikiNodeLocalServiceUtil.moveNodeToTrash(long userId,
WikiNode node)
|
WikiNode |
WikiNodeLocalService.moveNodeToTrash(long userId,
WikiNode node)
|
void |
WikiPageLocalServiceWrapper.movePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
|
static void |
WikiPageLocalServiceUtil.movePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
|
void |
WikiPageLocalService.movePage(long userId,
long nodeId,
String title,
String newTitle,
boolean strict,
ServiceContext serviceContext)
|
void |
WikiPageLocalServiceWrapper.movePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
static void |
WikiPageLocalServiceUtil.movePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
void |
WikiPageLocalService.movePage(long userId,
long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
void |
WikiPageServiceWrapper.movePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
static void |
WikiPageServiceUtil.movePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
void |
WikiPageService.movePage(long nodeId,
String title,
String newTitle,
ServiceContext serviceContext)
|
long |
WikiPageLocalServiceWrapper.movePageAttachmentToTrash(long userId,
long nodeId,
String title,
String fileName)
|
static long |
WikiPageLocalServiceUtil.movePageAttachmentToTrash(long userId,
long nodeId,
String title,
String fileName)
|
long |
WikiPageLocalService.movePageAttachmentToTrash(long userId,
long nodeId,
String title,
String fileName)
|
long |
WikiPageServiceWrapper.movePageAttachmentToTrash(long nodeId,
String title,
String fileName)
|
static long |
WikiPageServiceUtil.movePageAttachmentToTrash(long nodeId,
String title,
String fileName)
|
long |
WikiPageService.movePageAttachmentToTrash(long nodeId,
String title,
String fileName)
|
WikiPage |
WikiPageLocalServiceWrapper.movePageToTrash(long userId,
long nodeId,
String title)
|
static WikiPage |
WikiPageLocalServiceUtil.movePageToTrash(long userId,
long nodeId,
String title)
|
WikiPage |
WikiPageLocalService.movePageToTrash(long userId,
long nodeId,
String title)
|
WikiPage |
WikiPageLocalServiceWrapper.movePageToTrash(long userId,
long nodeId,
String title,
double version)
|
static WikiPage |
WikiPageLocalServiceUtil.movePageToTrash(long userId,
long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalService.movePageToTrash(long userId,
long nodeId,
String title,
double version)
|
void |
WikiPageServiceWrapper.movePageToTrash(long nodeId,
String title)
|
static void |
WikiPageServiceUtil.movePageToTrash(long nodeId,
String title)
|
void |
WikiPageService.movePageToTrash(long nodeId,
String title)
|
void |
WikiPageServiceWrapper.movePageToTrash(long nodeId,
String title,
double version)
|
static void |
WikiPageServiceUtil.movePageToTrash(long nodeId,
String title,
double version)
|
void |
WikiPageService.movePageToTrash(long nodeId,
String title,
double version)
|
WikiPage |
WikiPageLocalServiceWrapper.movePageToTrash(long userId,
WikiPage page)
|
static WikiPage |
WikiPageLocalServiceUtil.movePageToTrash(long userId,
WikiPage page)
|
WikiPage |
WikiPageLocalService.movePageToTrash(long userId,
WikiPage page)
|
void |
WikiNodeServiceWrapper.restoreNodeFromTrash(long nodeId)
|
static void |
WikiNodeServiceUtil.restoreNodeFromTrash(long nodeId)
|
void |
WikiNodeService.restoreNodeFromTrash(long nodeId)
|
void |
WikiNodeLocalServiceWrapper.restoreNodeFromTrash(long userId,
WikiNode node)
|
static void |
WikiNodeLocalServiceUtil.restoreNodeFromTrash(long userId,
WikiNode node)
|
void |
WikiNodeLocalService.restoreNodeFromTrash(long userId,
WikiNode node)
|
void |
WikiPageLocalServiceWrapper.restorePageAttachmentFromTrash(long userId,
long nodeId,
String title,
String fileName)
|
static void |
WikiPageLocalServiceUtil.restorePageAttachmentFromTrash(long userId,
long nodeId,
String title,
String fileName)
|
void |
WikiPageLocalService.restorePageAttachmentFromTrash(long userId,
long nodeId,
String title,
String fileName)
|
void |
WikiPageServiceWrapper.restorePageAttachmentFromTrash(long nodeId,
String title,
String fileName)
|
static void |
WikiPageServiceUtil.restorePageAttachmentFromTrash(long nodeId,
String title,
String fileName)
|
void |
WikiPageService.restorePageAttachmentFromTrash(long nodeId,
String title,
String fileName)
|
void |
WikiPageServiceWrapper.restorePageFromTrash(long resourcePrimKey)
|
static void |
WikiPageServiceUtil.restorePageFromTrash(long resourcePrimKey)
|
void |
WikiPageService.restorePageFromTrash(long resourcePrimKey)
|
void |
WikiPageLocalServiceWrapper.restorePageFromTrash(long userId,
WikiPage page)
|
static void |
WikiPageLocalServiceUtil.restorePageFromTrash(long userId,
WikiPage page)
|
void |
WikiPageLocalService.restorePageFromTrash(long userId,
WikiPage page)
|
WikiPage |
WikiPageLocalServiceWrapper.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.revertPage(long userId,
long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.revertPage(long nodeId,
String title,
double version,
ServiceContext serviceContext)
|
void |
WikiNodeServiceWrapper.subscribeNode(long nodeId)
|
static void |
WikiNodeServiceUtil.subscribeNode(long nodeId)
|
void |
WikiNodeService.subscribeNode(long nodeId)
|
void |
WikiNodeLocalServiceWrapper.subscribeNode(long userId,
long nodeId)
|
static void |
WikiNodeLocalServiceUtil.subscribeNode(long userId,
long nodeId)
|
void |
WikiNodeLocalService.subscribeNode(long userId,
long nodeId)
|
void |
WikiPageLocalServiceWrapper.subscribePage(long userId,
long nodeId,
String title)
|
static void |
WikiPageLocalServiceUtil.subscribePage(long userId,
long nodeId,
String title)
|
void |
WikiPageLocalService.subscribePage(long userId,
long nodeId,
String title)
|
void |
WikiPageServiceWrapper.subscribePage(long nodeId,
String title)
|
static void |
WikiPageServiceUtil.subscribePage(long nodeId,
String title)
|
void |
WikiPageService.subscribePage(long nodeId,
String title)
|
void |
WikiNodeServiceWrapper.unsubscribeNode(long nodeId)
|
static void |
WikiNodeServiceUtil.unsubscribeNode(long nodeId)
|
void |
WikiNodeService.unsubscribeNode(long nodeId)
|
void |
WikiNodeLocalServiceWrapper.unsubscribeNode(long userId,
long nodeId)
|
static void |
WikiNodeLocalServiceUtil.unsubscribeNode(long userId,
long nodeId)
|
void |
WikiNodeLocalService.unsubscribeNode(long userId,
long nodeId)
|
void |
WikiPageLocalServiceWrapper.unsubscribePage(long userId,
long nodeId,
String title)
|
static void |
WikiPageLocalServiceUtil.unsubscribePage(long userId,
long nodeId,
String title)
|
void |
WikiPageLocalService.unsubscribePage(long userId,
long nodeId,
String title)
|
void |
WikiPageServiceWrapper.unsubscribePage(long nodeId,
String title)
|
static void |
WikiPageServiceUtil.unsubscribePage(long nodeId,
String title)
|
void |
WikiPageService.unsubscribePage(long nodeId,
String title)
|
void |
WikiPageLocalServiceWrapper.updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
WikiPageLocalServiceUtil.updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
WikiPageLocalService.updateAsset(long userId,
WikiPage page,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
WikiNode |
WikiNodeServiceWrapper.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeServiceUtil.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeService.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.updatePage(long userId,
long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageServiceWrapper.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageServiceUtil.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageService.updatePage(long nodeId,
String title,
double version,
String content,
String summary,
boolean minorEdit,
String format,
String parentTitle,
String redirectTitle,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.updateStatus(long userId,
long resourcePrimKey,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeLocalServiceUtil.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalService.updateStatus(long userId,
WikiNode node,
int status,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalServiceWrapper.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageLocalServiceUtil.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
|
WikiPage |
WikiPageLocalService.updateStatus(long userId,
WikiPage page,
int status,
ServiceContext serviceContext)
|
WikiNode |
WikiNodeLocalServiceWrapper.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
static WikiNode |
WikiNodeLocalServiceUtil.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
WikiNode |
WikiNodeLocalService.updateWikiNode(WikiNode wikiNode)
Updates the wiki node in the database or adds it if it does not yet exist. |
WikiPage |
WikiPageLocalServiceWrapper.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
static WikiPage |
WikiPageLocalServiceUtil.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
WikiPage |
WikiPageLocalService.updateWikiPage(WikiPage wikiPage)
Updates the wiki page in the database or adds it if it does not yet exist. |
WikiPageResource |
WikiPageResourceLocalServiceWrapper.updateWikiPageResource(WikiPageResource wikiPageResource)
Updates the wiki page resource in the database or adds it if it does not yet exist. |
static WikiPageResource |
WikiPageResourceLocalServiceUtil.updateWikiPageResource(WikiPageResource wikiPageResource)
Updates the wiki page resource in the database or adds it if it does not yet exist. |
WikiPageResource |
WikiPageResourceLocalService.updateWikiPageResource(WikiPageResource wikiPageResource)
Updates the wiki page resource in the database or adds it if it does not yet exist. |
| Uses of SystemException in com.liferay.portlet.wiki.service.persistence |
|---|
| Methods in com.liferay.portlet.wiki.service.persistence that throw SystemException | |
|---|---|
static int |
WikiPageUtil.countAll()
Returns the number of wiki pages. |
static int |
WikiPageResourceUtil.countAll()
Returns the number of wiki page resources. |
int |
WikiPageResourcePersistence.countAll()
Returns the number of wiki page resources. |
int |
WikiPagePersistence.countAll()
Returns the number of wiki pages. |
static int |
WikiNodeUtil.countAll()
Returns the number of wiki nodes. |
int |
WikiNodePersistence.countAll()
Returns the number of wiki nodes. |
static int |
WikiNodeUtil.countByC_S(long companyId,
int status)
Returns the number of wiki nodes where companyId = ? and status = ?. |
int |
WikiNodePersistence.countByC_S(long companyId,
int status)
Returns the number of wiki nodes where companyId = ? and status = ?. |
static int |
WikiNodeUtil.countByCompanyId(long companyId)
Returns the number of wiki nodes where companyId = ?. |
int |
WikiNodePersistence.countByCompanyId(long companyId)
Returns the number of wiki nodes where companyId = ?. |
static int |
WikiPageFinderUtil.countByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
int |
WikiPageFinder.countByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
static int |
WikiPageFinderUtil.countByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
int |
WikiPageFinder.countByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
static int |
WikiPageUtil.countByFormat(String format)
Returns the number of wiki pages where format = ?. |
int |
WikiPagePersistence.countByFormat(String format)
Returns the number of wiki pages where format = ?. |
static int |
WikiPageUtil.countByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
int |
WikiPagePersistence.countByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static int |
WikiPageUtil.countByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
int |
WikiPagePersistence.countByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
static int |
WikiPageUtil.countByG_N_H(long groupId,
long nodeId,
boolean head)
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ?. |
int |
WikiPagePersistence.countByG_N_H(long groupId,
long nodeId,
boolean head)
Returns the number of wiki pages where groupId = ? and nodeId = ? and head = ?. |
static int |
WikiPageUtil.countByG_N_S(long groupId,
long nodeId,
int status)
Returns the number of wiki pages where groupId = ? and nodeId = ? and status = ?. |
int |
WikiPagePersistence.countByG_N_S(long groupId,
long nodeId,
int status)
Returns the number of wiki pages where groupId = ? and nodeId = ? and status = ?. |
static int |
WikiPageUtil.countByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns the number of wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
int |
WikiPagePersistence.countByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns the number of wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static int |
WikiNodeUtil.countByG_N(long groupId,
String name)
Returns the number of wiki nodes where groupId = ? and name = ?. |
int |
WikiNodePersistence.countByG_N(long groupId,
String name)
Returns the number of wiki nodes where groupId = ? and name = ?. |
static int |
WikiNodeUtil.countByG_S(long groupId,
int status)
Returns the number of wiki nodes where groupId = ? and status = ?. |
int |
WikiNodePersistence.countByG_S(long groupId,
int status)
Returns the number of wiki nodes where groupId = ? and status = ?. |
static int |
WikiPageUtil.countByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns the number of wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
int |
WikiPagePersistence.countByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns the number of wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static int |
WikiNodeUtil.countByGroupId(long groupId)
Returns the number of wiki nodes where groupId = ?. |
int |
WikiNodePersistence.countByGroupId(long groupId)
Returns the number of wiki nodes where groupId = ?. |
static int |
WikiPageUtil.countByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
int |
WikiPagePersistence.countByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static int |
WikiPageUtil.countByN_H_P(long nodeId,
boolean head,
String parentTitle)
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
int |
WikiPagePersistence.countByN_H_P(long nodeId,
boolean head,
String parentTitle)
Returns the number of wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
static int |
WikiPageUtil.countByN_H_S(long nodeId,
boolean head,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and status = ?. |
int |
WikiPagePersistence.countByN_H_S(long nodeId,
boolean head,
int status)
Returns the number of wiki pages where nodeId = ? and head = ? and status = ?. |
static int |
WikiPageUtil.countByN_H(long nodeId,
boolean head)
Returns the number of wiki pages where nodeId = ? and head = ?. |
int |
WikiPagePersistence.countByN_H(long nodeId,
boolean head)
Returns the number of wiki pages where nodeId = ? and head = ?. |
static int |
WikiPageUtil.countByN_P(long nodeId,
String parentTitle)
Returns the number of wiki pages where nodeId = ? and parentTitle = ?. |
int |
WikiPagePersistence.countByN_P(long nodeId,
String parentTitle)
Returns the number of wiki pages where nodeId = ? and parentTitle = ?. |
static int |
WikiPageUtil.countByN_R(long nodeId,
String redirectTitle)
Returns the number of wiki pages where nodeId = ? and redirectTitle = ?. |
int |
WikiPagePersistence.countByN_R(long nodeId,
String redirectTitle)
Returns the number of wiki pages where nodeId = ? and redirectTitle = ?. |
static int |
WikiPageUtil.countByN_S(long nodeId,
int status)
Returns the number of wiki pages where nodeId = ? and status = ?. |
int |
WikiPagePersistence.countByN_S(long nodeId,
int status)
Returns the number of wiki pages where nodeId = ? and status = ?. |
static int |
WikiPageUtil.countByN_T_H(long nodeId,
String title,
boolean head)
Returns the number of wiki pages where nodeId = ? and title = ? and head = ?. |
int |
WikiPagePersistence.countByN_T_H(long nodeId,
String title,
boolean head)
Returns the number of wiki pages where nodeId = ? and title = ? and head = ?. |
static int |
WikiPageUtil.countByN_T_S(long nodeId,
String title,
int status)
Returns the number of wiki pages where nodeId = ? and title = ? and status = ?. |
int |
WikiPagePersistence.countByN_T_S(long nodeId,
String title,
int status)
Returns the number of wiki pages where nodeId = ? and title = ? and status = ?. |
static int |
WikiPageUtil.countByN_T_V(long nodeId,
String title,
double version)
Returns the number of wiki pages where nodeId = ? and title = ? and version = ?. |
int |
WikiPagePersistence.countByN_T_V(long nodeId,
String title,
double version)
Returns the number of wiki pages where nodeId = ? and title = ? and version = ?. |
static int |
WikiPageUtil.countByN_T(long nodeId,
String title)
Returns the number of wiki pages where nodeId = ? and title = ?. |
static int |
WikiPageResourceUtil.countByN_T(long nodeId,
String title)
Returns the number of wiki page resources where nodeId = ? and title = ?. |
int |
WikiPageResourcePersistence.countByN_T(long nodeId,
String title)
Returns the number of wiki page resources where nodeId = ? and title = ?. |
int |
WikiPagePersistence.countByN_T(long nodeId,
String title)
Returns the number of wiki pages where nodeId = ? and title = ?. |
static int |
WikiPageUtil.countByNodeId(long nodeId)
Returns the number of wiki pages where nodeId = ?. |
int |
WikiPagePersistence.countByNodeId(long nodeId)
Returns the number of wiki pages where nodeId = ?. |
static int |
WikiPageUtil.countByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
int |
WikiPagePersistence.countByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
static int |
WikiPageUtil.countByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
int |
WikiPagePersistence.countByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
static int |
WikiPageUtil.countByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and version = ?. |
int |
WikiPagePersistence.countByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ? and version = ?. |
static int |
WikiPageUtil.countByR_N(long resourcePrimKey,
long nodeId)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ?. |
int |
WikiPagePersistence.countByR_N(long resourcePrimKey,
long nodeId)
Returns the number of wiki pages where resourcePrimKey = ? and nodeId = ?. |
static int |
WikiPageUtil.countByU_N_S(long userId,
long nodeId,
int status)
Returns the number of wiki pages where userId = ? and nodeId = ? and status = ?. |
int |
WikiPagePersistence.countByU_N_S(long userId,
long nodeId,
int status)
Returns the number of wiki pages where userId = ? and nodeId = ? and status = ?. |
static int |
WikiPageUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of wiki pages where uuid = ? and companyId = ?. |
int |
WikiPagePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of wiki pages where uuid = ? and companyId = ?. |
static int |
WikiNodeUtil.countByUuid_C(String uuid,
long companyId)
Returns the number of wiki nodes where uuid = ? and companyId = ?. |
int |
WikiNodePersistence.countByUuid_C(String uuid,
long companyId)
Returns the number of wiki nodes where uuid = ? and companyId = ?. |
static int |
WikiPageUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of wiki pages where uuid = ? and groupId = ?. |
int |
WikiPagePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of wiki pages where uuid = ? and groupId = ?. |
static int |
WikiNodeUtil.countByUUID_G(String uuid,
long groupId)
Returns the number of wiki nodes where uuid = ? and groupId = ?. |
int |
WikiNodePersistence.countByUUID_G(String uuid,
long groupId)
Returns the number of wiki nodes where uuid = ? and groupId = ?. |
static int |
WikiPageUtil.countByUuid(String uuid)
Returns the number of wiki pages where uuid = ?. |
static int |
WikiPageResourceUtil.countByUuid(String uuid)
Returns the number of wiki page resources where uuid = ?. |
int |
WikiPageResourcePersistence.countByUuid(String uuid)
Returns the number of wiki page resources where uuid = ?. |
int |
WikiPagePersistence.countByUuid(String uuid)
Returns the number of wiki pages where uuid = ?. |
static int |
WikiNodeUtil.countByUuid(String uuid)
Returns the number of wiki nodes where uuid = ?. |
int |
WikiNodePersistence.countByUuid(String uuid)
Returns the number of wiki nodes where uuid = ?. |
long |
WikiPageUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
WikiPageResourceUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
long |
WikiNodeUtil.countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static WikiNode |
WikiNodeUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiPage |
WikiPageUtil.fetchByFormat_First(String format,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.fetchByFormat_First(String format,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.fetchByFormat_Last(String format,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.fetchByFormat_Last(String format,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiNode |
WikiNodeUtil.fetchByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found. |
static WikiNode |
WikiNodeUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
WikiNode |
WikiNodePersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the wiki node where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiNode |
WikiNodeUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_First(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_First(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_Last(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_Last(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_P_First(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_P_First(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.fetchByN_S_First(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_S_First(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_S_Last(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_S_Last(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_First(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_First(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_Last(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_Last(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found. |
WikiPage |
WikiPagePersistence.fetchByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found. |
static WikiPage |
WikiPageUtil.fetchByN_T_V(long nodeId,
String title,
double version,
boolean retrieveFromCache)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
WikiPage |
WikiPagePersistence.fetchByN_T_V(long nodeId,
String title,
double version,
boolean retrieveFromCache)
Returns the wiki page where nodeId = ? and title = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiPageResource |
WikiPageResourceUtil.fetchByN_T(long nodeId,
String title)
Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found. |
WikiPageResource |
WikiPageResourcePersistence.fetchByN_T(long nodeId,
String title)
Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found. |
static WikiPageResource |
WikiPageResourceUtil.fetchByN_T(long nodeId,
String title,
boolean retrieveFromCache)
Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
WikiPageResource |
WikiPageResourcePersistence.fetchByN_T(long nodeId,
String title,
boolean retrieveFromCache)
Returns the wiki page resource where nodeId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiPage |
WikiPageUtil.fetchByNodeId_First(long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByNodeId_First(long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByNodeId_Last(long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByNodeId_Last(long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByPrimaryKey(long pageId)
Returns the wiki page with the primary key or returns null if it could not be found. |
static WikiPageResource |
WikiPageResourceUtil.fetchByPrimaryKey(long resourcePrimKey)
Returns the wiki page resource with the primary key or returns null if it could not be found. |
WikiPageResource |
WikiPageResourcePersistence.fetchByPrimaryKey(long resourcePrimKey)
Returns the wiki page resource with the primary key or returns null if it could not be found. |
WikiPage |
WikiPagePersistence.fetchByPrimaryKey(long pageId)
Returns the wiki page with the primary key or returns null if it could not be found. |
static WikiNode |
WikiNodeUtil.fetchByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or returns null if it could not be found. |
static WikiPage |
WikiPageUtil.fetchByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found. |
WikiPage |
WikiPagePersistence.fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found. |
static WikiPage |
WikiPageUtil.fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version,
boolean retrieveFromCache)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
WikiPage |
WikiPagePersistence.fetchByR_N_V(long resourcePrimKey,
long nodeId,
double version,
boolean retrieveFromCache)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiPage |
WikiPageUtil.fetchByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page resource in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found. |
WikiPage |
WikiPagePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found. |
static WikiNode |
WikiNodeUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found. |
WikiNode |
WikiNodePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found. |
static WikiPage |
WikiPageUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
WikiPage |
WikiPagePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki page where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiNode |
WikiNodeUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
WikiNode |
WikiNodePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the wiki node where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static WikiPage |
WikiPageUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page resource in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static int |
WikiPageFinderUtil.filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
int |
WikiPageFinder.filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
static int |
WikiPageFinderUtil.filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
int |
WikiPageFinder.filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
static int |
WikiPageUtil.filterCountByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
int |
WikiPagePersistence.filterCountByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static int |
WikiPageUtil.filterCountByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
int |
WikiPagePersistence.filterCountByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
static int |
WikiPageUtil.filterCountByG_N_H(long groupId,
long nodeId,
boolean head)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
int |
WikiPagePersistence.filterCountByG_N_H(long groupId,
long nodeId,
boolean head)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
static int |
WikiPageUtil.filterCountByG_N_S(long groupId,
long nodeId,
int status)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
int |
WikiPagePersistence.filterCountByG_N_S(long groupId,
long nodeId,
int status)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
static int |
WikiPageUtil.filterCountByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
int |
WikiPagePersistence.filterCountByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns the number of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static int |
WikiNodeUtil.filterCountByG_S(long groupId,
int status)
Returns the number of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
int |
WikiNodePersistence.filterCountByG_S(long groupId,
int status)
Returns the number of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static int |
WikiPageUtil.filterCountByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns the number of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
int |
WikiPagePersistence.filterCountByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns the number of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static int |
WikiNodeUtil.filterCountByGroupId(long groupId)
Returns the number of wiki nodes that the user has permission to view where groupId = ?. |
int |
WikiNodePersistence.filterCountByGroupId(long groupId)
Returns the number of wiki nodes that the user has permission to view where groupId = ?. |
static List<WikiPage> |
WikiPageFinderUtil.filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
List<WikiPage> |
WikiPageFinder.filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
WikiPageFinderUtil.filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
List<WikiPage> |
WikiPageFinder.filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
static WikiPage[] |
WikiPageUtil.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H(long groupId,
long nodeId,
boolean head)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H(long groupId,
long nodeId,
boolean head)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_S(long groupId,
long nodeId,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_S(long groupId,
long nodeId,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByG_S(long groupId,
int status)
Returns all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByG_S(long groupId,
int status)
Returns all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId)
Returns all the wiki nodes that the user has permission to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId)
Returns all the wiki nodes that the user has permission to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes that the user has permission to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
static List<WikiPage> |
WikiPageUtil.findAll()
Returns all the wiki pages. |
static List<WikiPageResource> |
WikiPageResourceUtil.findAll()
Returns all the wiki page resources. |
List<WikiPageResource> |
WikiPageResourcePersistence.findAll()
Returns all the wiki page resources. |
List<WikiPage> |
WikiPagePersistence.findAll()
Returns all the wiki pages. |
static List<WikiNode> |
WikiNodeUtil.findAll()
Returns all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll()
Returns all the wiki nodes. |
static List<WikiPage> |
WikiPageUtil.findAll(int start,
int end)
Returns a range of all the wiki pages. |
static List<WikiPageResource> |
WikiPageResourceUtil.findAll(int start,
int end)
Returns a range of all the wiki page resources. |
List<WikiPageResource> |
WikiPageResourcePersistence.findAll(int start,
int end)
Returns a range of all the wiki page resources. |
List<WikiPage> |
WikiPagePersistence.findAll(int start,
int end)
Returns a range of all the wiki pages. |
static List<WikiNode> |
WikiNodeUtil.findAll(int start,
int end)
Returns a range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end)
Returns a range of all the wiki nodes. |
static List<WikiPage> |
WikiPageUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages. |
static List<WikiPageResource> |
WikiPageResourceUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki page resources. |
List<WikiPageResource> |
WikiPageResourcePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki page resources. |
List<WikiPage> |
WikiPagePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages. |
static List<WikiNode> |
WikiNodeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes. |
static WikiNode |
WikiNodeUtil.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByC_S(long companyId,
int status)
Returns all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByC_S(long companyId,
int status)
Returns all the wiki nodes where companyId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId)
Returns all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId)
Returns all the wiki nodes where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the wiki nodes where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
static List<WikiPage> |
WikiPageFinderUtil.findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
List<WikiPage> |
WikiPageFinder.findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
WikiPageFinderUtil.findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
List<WikiPage> |
WikiPageFinder.findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
static WikiPage |
WikiPageUtil.findByFormat_First(String format,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.findByFormat_First(String format,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.findByFormat_Last(String format,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.findByFormat_Last(String format,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
static WikiPage[] |
WikiPageUtil.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
WikiPage[] |
WikiPagePersistence.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
static List<WikiPage> |
WikiPageUtil.findByFormat(String format)
Returns all the wiki pages where format = ?. |
List<WikiPage> |
WikiPagePersistence.findByFormat(String format)
Returns all the wiki pages where format = ?. |
static List<WikiPage> |
WikiPageUtil.findByFormat(String format,
int start,
int end)
Returns a range of all the wiki pages where format = ?. |
List<WikiPage> |
WikiPagePersistence.findByFormat(String format,
int start,
int end)
Returns a range of all the wiki pages where format = ?. |
static List<WikiPage> |
WikiPageUtil.findByFormat(String format,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where format = ?. |
List<WikiPage> |
WikiPagePersistence.findByFormat(String format,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where format = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H(long groupId,
long nodeId,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H(long groupId,
long nodeId,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_S(long groupId,
long nodeId,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_S(long groupId,
long nodeId,
int status)
Returns all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Returns all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiNode |
WikiNodeUtil.findByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByG_N(long groupId,
String name)
Returns the wiki node where groupId = ? and name = ? or throws a NoSuchNodeException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByG_S(long groupId,
int status)
Returns all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByG_S(long groupId,
int status)
Returns all the wiki nodes where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Returns all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistence.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId)
Returns all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId)
Returns all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the wiki nodes where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
static WikiPage |
WikiPageUtil.findByN_H_First(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_H_First(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P(long nodeId,
boolean head,
String parentTitle)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P(long nodeId,
boolean head,
String parentTitle)
Returns all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_S(long nodeId,
boolean head,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_S(long nodeId,
boolean head,
int status)
Returns all the wiki pages where nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H(long nodeId,
boolean head)
Returns all the wiki pages where nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H(long nodeId,
boolean head)
Returns all the wiki pages where nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H(long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H(long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_H(long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H(long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_P(long nodeId,
String parentTitle)
Returns all the wiki pages where nodeId = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_P(long nodeId,
String parentTitle)
Returns all the wiki pages where nodeId = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_P(long nodeId,
String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_P(long nodeId,
String parentTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and parentTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_P(long nodeId,
String parentTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_P(long nodeId,
String parentTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static WikiPage[] |
WikiPageUtil.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_R(long nodeId,
String redirectTitle)
Returns all the wiki pages where nodeId = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_R(long nodeId,
String redirectTitle)
Returns all the wiki pages where nodeId = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_R(long nodeId,
String redirectTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_R(long nodeId,
String redirectTitle,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_R(long nodeId,
String redirectTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_R(long nodeId,
String redirectTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
static WikiPage |
WikiPageUtil.findByN_S_First(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_S_First(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_S_Last(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_S_Last(long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_S(long nodeId,
int status)
Returns all the wiki pages where nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_S(long nodeId,
int status)
Returns all the wiki pages where nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_S(long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_S(long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_First(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.findByN_T_First(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_H(long nodeId,
String title,
boolean head)
Returns all the wiki pages where nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_H(long nodeId,
String title,
boolean head)
Returns all the wiki pages where nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByN_T_Last(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.findByN_T_Last(long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_S(long nodeId,
String title,
int status)
Returns all the wiki pages where nodeId = ? and title = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_S(long nodeId,
String title,
int status)
Returns all the wiki pages where nodeId = ? and title = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or throws a NoSuchPageException if it could not be found. |
WikiPage |
WikiPagePersistence.findByN_T_V(long nodeId,
String title,
double version)
Returns the wiki page where nodeId = ? and title = ? and version = ? or throws a NoSuchPageException if it could not be found. |
static List<WikiPage> |
WikiPageUtil.findByN_T(long nodeId,
String title)
Returns all the wiki pages where nodeId = ? and title = ?. |
static WikiPageResource |
WikiPageResourceUtil.findByN_T(long nodeId,
String title)
Returns the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found. |
WikiPageResource |
WikiPageResourcePersistence.findByN_T(long nodeId,
String title)
Returns the wiki page resource where nodeId = ? and title = ? or throws a NoSuchPageResourceException if it could not be found. |
List<WikiPage> |
WikiPagePersistence.findByN_T(long nodeId,
String title)
Returns all the wiki pages where nodeId = ? and title = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T(long nodeId,
String title,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T(long nodeId,
String title,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ? and title = ?. |
static List<WikiPage> |
WikiPageUtil.findByN_T(long nodeId,
String title,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T(long nodeId,
String title,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?. |
static List<WikiPage> |
WikiPageFinderUtil.findByNoAssets()
|
List<WikiPage> |
WikiPageFinder.findByNoAssets()
|
static WikiPage |
WikiPageUtil.findByNodeId_First(long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.findByNodeId_First(long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByNodeId_Last(long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.findByNodeId_Last(long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
WikiPage[] |
WikiPagePersistence.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByNodeId(long nodeId)
Returns all the wiki pages where nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByNodeId(long nodeId)
Returns all the wiki pages where nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByNodeId(long nodeId,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByNodeId(long nodeId,
int start,
int end)
Returns a range of all the wiki pages where nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByNodeId(long nodeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByNodeId(long nodeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByPrimaryKey(long pageId)
Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found. |
static WikiPageResource |
WikiPageResourceUtil.findByPrimaryKey(long resourcePrimKey)
Returns the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found. |
WikiPageResource |
WikiPageResourcePersistence.findByPrimaryKey(long resourcePrimKey)
Returns the wiki page resource with the primary key or throws a NoSuchPageResourceException if it could not be found. |
WikiPage |
WikiPagePersistence.findByPrimaryKey(long pageId)
Returns the wiki page with the primary key or throws a NoSuchPageException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByPrimaryKey(long nodeId)
Returns the wiki node with the primary key or throws a NoSuchNodeException if it could not be found. |
static WikiPage |
WikiPageUtil.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
static WikiPage |
WikiPageUtil.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or throws a NoSuchPageException if it could not be found. |
WikiPage |
WikiPagePersistence.findByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Returns the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? or throws a NoSuchPageException if it could not be found. |
static List<WikiPage> |
WikiPageUtil.findByR_N(long resourcePrimKey,
long nodeId)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N(long resourcePrimKey,
long nodeId)
Returns all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end)
Returns a range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
static List<WikiPage> |
WikiPageUtil.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
static WikiPage |
WikiPageFinderUtil.findByResourcePrimKey(long resourcePrimKey)
|
WikiPage |
WikiPageFinder.findByResourcePrimKey(long resourcePrimKey)
|
static WikiPage |
WikiPageUtil.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiPage[] |
WikiPageUtil.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByU_N_S(long userId,
long nodeId,
int status)
Returns all the wiki pages where userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByU_N_S(long userId,
long nodeId,
int status)
Returns all the wiki pages where userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end)
Returns a range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
static List<WikiPage> |
WikiPageUtil.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
static WikiPage[] |
WikiPageUtil.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage[] |
WikiPagePersistence.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid_C(String uuid,
long companyId)
Returns all the wiki pages where uuid = ? and companyId = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the wiki pages where uuid = ? and companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid_C(String uuid,
long companyId)
Returns all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the wiki nodes where uuid = ? and companyId = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki pages where uuid = ? and companyId = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki pages where uuid = ? and companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ? and companyId = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
static WikiPage |
WikiPageUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page resource in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.findByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found. |
WikiPage |
WikiPagePersistence.findByUUID_G(String uuid,
long groupId)
Returns the wiki page where uuid = ? and groupId = ? or throws a NoSuchPageException if it could not be found. |
static WikiNode |
WikiNodeUtil.findByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
WikiNode |
WikiNodePersistence.findByUUID_G(String uuid,
long groupId)
Returns the wiki node where uuid = ? and groupId = ? or throws a NoSuchNodeException if it could not be found. |
static WikiPage |
WikiPageUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page resource in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiPage[] |
WikiPageUtil.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
static WikiPageResource[] |
WikiPageResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?. |
WikiPageResource[] |
WikiPageResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?. |
WikiPage[] |
WikiPagePersistence.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid(String uuid)
Returns all the wiki pages where uuid = ?. |
static List<WikiPageResource> |
WikiPageResourceUtil.findByUuid(String uuid)
Returns all the wiki page resources where uuid = ?. |
List<WikiPageResource> |
WikiPageResourcePersistence.findByUuid(String uuid)
Returns all the wiki page resources where uuid = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid(String uuid)
Returns all the wiki pages where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid)
Returns all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid)
Returns all the wiki nodes where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki pages where uuid = ?. |
static List<WikiPageResource> |
WikiPageResourceUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki page resources where uuid = ?. |
List<WikiPageResource> |
WikiPageResourcePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki page resources where uuid = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki pages where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the wiki nodes where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ?. |
static List<WikiPageResource> |
WikiPageResourceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki page resources where uuid = ?. |
List<WikiPageResource> |
WikiPageResourcePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki page resources where uuid = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WikiPageResource> |
WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WikiNode> |
WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<WikiPage> |
WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WikiPageResource> |
WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WikiNode> |
WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<WikiPage> |
WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<WikiPageResource> |
WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<WikiNode> |
WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static WikiPage |
WikiPageUtil.remove(long pageId)
Removes the wiki page with the primary key from the database. |
static WikiPageResource |
WikiPageResourceUtil.remove(long resourcePrimKey)
Removes the wiki page resource with the primary key from the database. |
WikiPageResource |
WikiPageResourcePersistence.remove(long resourcePrimKey)
Removes the wiki page resource with the primary key from the database. |
WikiPage |
WikiPagePersistence.remove(long pageId)
Removes the wiki page with the primary key from the database. |
static WikiNode |
WikiNodeUtil.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
WikiNode |
WikiNodePersistence.remove(long nodeId)
Removes the wiki node with the primary key from the database. |
static void |
WikiPageUtil.removeAll()
Removes all the wiki pages from the database. |
static void |
WikiPageResourceUtil.removeAll()
Removes all the wiki page resources from the database. |
void |
WikiPageResourcePersistence.removeAll()
Removes all the wiki page resources from the database. |
void |
WikiPagePersistence.removeAll()
Removes all the wiki pages from the database. |
static void |
WikiNodeUtil.removeAll()
Removes all the wiki nodes from the database. |
void |
WikiNodePersistence.removeAll()
Removes all the wiki nodes from the database. |
static void |
WikiNodeUtil.removeByC_S(long companyId,
int status)
Removes all the wiki nodes where companyId = ? and status = ? from the database. |
void |
WikiNodePersistence.removeByC_S(long companyId,
int status)
Removes all the wiki nodes where companyId = ? and status = ? from the database. |
static void |
WikiNodeUtil.removeByCompanyId(long companyId)
Removes all the wiki nodes where companyId = ? from the database. |
void |
WikiNodePersistence.removeByCompanyId(long companyId)
Removes all the wiki nodes where companyId = ? from the database. |
static void |
WikiPageUtil.removeByFormat(String format)
Removes all the wiki pages where format = ? from the database. |
void |
WikiPagePersistence.removeByFormat(String format)
Removes all the wiki pages where format = ? from the database. |
static void |
WikiPageUtil.removeByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status)
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ? from the database. |
static void |
WikiPageUtil.removeByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status)
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ? from the database. |
static void |
WikiPageUtil.removeByG_N_H(long groupId,
long nodeId,
boolean head)
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? from the database. |
void |
WikiPagePersistence.removeByG_N_H(long groupId,
long nodeId,
boolean head)
Removes all the wiki pages where groupId = ? and nodeId = ? and head = ? from the database. |
static void |
WikiPageUtil.removeByG_N_S(long groupId,
long nodeId,
int status)
Removes all the wiki pages where groupId = ? and nodeId = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByG_N_S(long groupId,
long nodeId,
int status)
Removes all the wiki pages where groupId = ? and nodeId = ? and status = ? from the database. |
static void |
WikiPageUtil.removeByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Removes all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ? from the database. |
void |
WikiPagePersistence.removeByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head)
Removes all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ? from the database. |
static WikiNode |
WikiNodeUtil.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
WikiNode |
WikiNodePersistence.removeByG_N(long groupId,
String name)
Removes the wiki node where groupId = ? and name = ? from the database. |
static void |
WikiNodeUtil.removeByG_S(long groupId,
int status)
Removes all the wiki nodes where groupId = ? and status = ? from the database. |
void |
WikiNodePersistence.removeByG_S(long groupId,
int status)
Removes all the wiki nodes where groupId = ? and status = ? from the database. |
static void |
WikiPageUtil.removeByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Removes all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByG_U_N_S(long groupId,
long userId,
long nodeId,
int status)
Removes all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ? from the database. |
static void |
WikiNodeUtil.removeByGroupId(long groupId)
Removes all the wiki nodes where groupId = ? from the database. |
void |
WikiNodePersistence.removeByGroupId(long groupId)
Removes all the wiki nodes where groupId = ? from the database. |
static void |
WikiPageUtil.removeByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ? from the database. |
static void |
WikiPageUtil.removeByN_H_P(long nodeId,
boolean head,
String parentTitle)
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? from the database. |
void |
WikiPagePersistence.removeByN_H_P(long nodeId,
boolean head,
String parentTitle)
Removes all the wiki pages where nodeId = ? and head = ? and parentTitle = ? from the database. |
static void |
WikiPageUtil.removeByN_H_S(long nodeId,
boolean head,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByN_H_S(long nodeId,
boolean head,
int status)
Removes all the wiki pages where nodeId = ? and head = ? and status = ? from the database. |
static void |
WikiPageUtil.removeByN_H(long nodeId,
boolean head)
Removes all the wiki pages where nodeId = ? and head = ? from the database. |
void |
WikiPagePersistence.removeByN_H(long nodeId,
boolean head)
Removes all the wiki pages where nodeId = ? and head = ? from the database. |
static void |
WikiPageUtil.removeByN_P(long nodeId,
String parentTitle)
Removes all the wiki pages where nodeId = ? and parentTitle = ? from the database. |
void |
WikiPagePersistence.removeByN_P(long nodeId,
String parentTitle)
Removes all the wiki pages where nodeId = ? and parentTitle = ? from the database. |
static void |
WikiPageUtil.removeByN_R(long nodeId,
String redirectTitle)
Removes all the wiki pages where nodeId = ? and redirectTitle = ? from the database. |
void |
WikiPagePersistence.removeByN_R(long nodeId,
String redirectTitle)
Removes all the wiki pages where nodeId = ? and redirectTitle = ? from the database. |
static void |
WikiPageUtil.removeByN_S(long nodeId,
int status)
Removes all the wiki pages where nodeId = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByN_S(long nodeId,
int status)
Removes all the wiki pages where nodeId = ? and status = ? from the database. |
static void |
WikiPageUtil.removeByN_T_H(long nodeId,
String title,
boolean head)
Removes all the wiki pages where nodeId = ? and title = ? and head = ? from the database. |
void |
WikiPagePersistence.removeByN_T_H(long nodeId,
String title,
boolean head)
Removes all the wiki pages where nodeId = ? and title = ? and head = ? from the database. |
static void |
WikiPageUtil.removeByN_T_S(long nodeId,
String title,
int status)
Removes all the wiki pages where nodeId = ? and title = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByN_T_S(long nodeId,
String title,
int status)
Removes all the wiki pages where nodeId = ? and title = ? and status = ? from the database. |
static WikiPage |
WikiPageUtil.removeByN_T_V(long nodeId,
String title,
double version)
Removes the wiki page where nodeId = ? and title = ? and version = ? from the database. |
WikiPage |
WikiPagePersistence.removeByN_T_V(long nodeId,
String title,
double version)
Removes the wiki page where nodeId = ? and title = ? and version = ? from the database. |
static void |
WikiPageUtil.removeByN_T(long nodeId,
String title)
Removes all the wiki pages where nodeId = ? and title = ? from the database. |
static WikiPageResource |
WikiPageResourceUtil.removeByN_T(long nodeId,
String title)
Removes the wiki page resource where nodeId = ? and title = ? from the database. |
WikiPageResource |
WikiPageResourcePersistence.removeByN_T(long nodeId,
String title)
Removes the wiki page resource where nodeId = ? and title = ? from the database. |
void |
WikiPagePersistence.removeByN_T(long nodeId,
String title)
Removes all the wiki pages where nodeId = ? and title = ? from the database. |
static void |
WikiPageUtil.removeByNodeId(long nodeId)
Removes all the wiki pages where nodeId = ? from the database. |
void |
WikiPagePersistence.removeByNodeId(long nodeId)
Removes all the wiki pages where nodeId = ? from the database. |
static void |
WikiPageUtil.removeByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ? from the database. |
void |
WikiPagePersistence.removeByR_N_H(long resourcePrimKey,
long nodeId,
boolean head)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ? from the database. |
static void |
WikiPageUtil.removeByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByR_N_S(long resourcePrimKey,
long nodeId,
int status)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ? from the database. |
static WikiPage |
WikiPageUtil.removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database. |
WikiPage |
WikiPagePersistence.removeByR_N_V(long resourcePrimKey,
long nodeId,
double version)
Removes the wiki page where resourcePrimKey = ? and nodeId = ? and version = ? from the database. |
static void |
WikiPageUtil.removeByR_N(long resourcePrimKey,
long nodeId)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? from the database. |
void |
WikiPagePersistence.removeByR_N(long resourcePrimKey,
long nodeId)
Removes all the wiki pages where resourcePrimKey = ? and nodeId = ? from the database. |
static void |
WikiPageUtil.removeByU_N_S(long userId,
long nodeId,
int status)
Removes all the wiki pages where userId = ? and nodeId = ? and status = ? from the database. |
void |
WikiPagePersistence.removeByU_N_S(long userId,
long nodeId,
int status)
Removes all the wiki pages where userId = ? and nodeId = ? and status = ? from the database. |
static void |
WikiPageUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the wiki pages where uuid = ? and companyId = ? from the database. |
void |
WikiPagePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the wiki pages where uuid = ? and companyId = ? from the database. |
static void |
WikiNodeUtil.removeByUuid_C(String uuid,
long companyId)
Removes all the wiki nodes where uuid = ? and companyId = ? from the database. |
void |
WikiNodePersistence.removeByUuid_C(String uuid,
long companyId)
Removes all the wiki nodes where uuid = ? and companyId = ? from the database. |
static WikiPage |
WikiPageUtil.removeByUUID_G(String uuid,
long groupId)
Removes the wiki page where uuid = ? and groupId = ? from the database. |
WikiPage |
WikiPagePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the wiki page where uuid = ? and groupId = ? from the database. |
static WikiNode |
WikiNodeUtil.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
WikiNode |
WikiNodePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the wiki node where uuid = ? and groupId = ? from the database. |
static void |
WikiPageUtil.removeByUuid(String uuid)
Removes all the wiki pages where uuid = ? from the database. |
static void |
WikiPageResourceUtil.removeByUuid(String uuid)
Removes all the wiki page resources where uuid = ? from the database. |
void |
WikiPageResourcePersistence.removeByUuid(String uuid)
Removes all the wiki page resources where uuid = ? from the database. |
void |
WikiPagePersistence.removeByUuid(String uuid)
Removes all the wiki pages where uuid = ? from the database. |
static void |
WikiNodeUtil.removeByUuid(String uuid)
Removes all the wiki nodes where uuid = ? from the database. |
void |
WikiNodePersistence.removeByUuid(String uuid)
Removes all the wiki nodes where uuid = ? from the database. |
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode)
|
static WikiNode |
WikiNodeUtil.update(WikiNode wikiNode,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageUtil.update(WikiPage wikiPage)
|
static WikiPageResource |
WikiPageResourceUtil.update(WikiPageResource wikiPageResource)
|
static WikiPageResource |
WikiPageResourceUtil.update(WikiPageResource wikiPageResource,
ServiceContext serviceContext)
|
static WikiPage |
WikiPageUtil.update(WikiPage wikiPage,
ServiceContext serviceContext)
|
static WikiNode |
WikiNodeUtil.updateImpl(WikiNode wikiNode)
|
WikiNode |
WikiNodePersistence.updateImpl(WikiNode wikiNode)
|
static WikiPage |
WikiPageUtil.updateImpl(WikiPage wikiPage)
|
WikiPage |
WikiPagePersistence.updateImpl(WikiPage wikiPage)
|
static WikiPageResource |
WikiPageResourceUtil.updateImpl(WikiPageResource wikiPageResource)
|
WikiPageResource |
WikiPageResourcePersistence.updateImpl(WikiPageResource wikiPageResource)
|
| Constructors in com.liferay.portlet.wiki.service.persistence that throw SystemException | |
|---|---|
WikiNodeActionableDynamicQuery()
|
|
WikiPageActionableDynamicQuery()
|
|
WikiPageResourceActionableDynamicQuery()
|
|
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||