|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.journal.service.base.JournalFolderLocalServiceBaseImpl
@ProviderType public abstract class JournalFolderLocalServiceBaseImpl
Provides the base implementation for the journal folder local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in JournalFolderLocalServiceImpl.
JournalFolderLocalServiceImpl,
JournalFolderLocalServiceUtil| Constructor Summary | |
|---|---|
JournalFolderLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
void |
addDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
|
void |
addDDMStructureJournalFolder(long structureId,
long folderId)
|
|
void |
addDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
|
void |
addDDMStructureJournalFolders(long structureId,
long[] folderIds)
|
|
JournalFolder |
addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
|
void |
afterPropertiesSet()
|
|
void |
clearDDMStructureJournalFolders(long structureId)
|
|
JournalFolder |
createJournalFolder(long folderId)
Creates a new journal folder with the primary key. |
|
void |
deleteDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
|
void |
deleteDDMStructureJournalFolder(long structureId,
long folderId)
|
|
void |
deleteDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
|
void |
deleteDDMStructureJournalFolders(long structureId,
long[] folderIds)
|
|
JournalFolder |
deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
|
JournalFolder |
deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
JournalFolder |
fetchJournalFolder(long folderId)
|
|
JournalFolder |
fetchJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
|
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
|
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
|
AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service. |
|
AssetLinkLocalService |
getAssetLinkLocalService()
Returns the asset link local service. |
|
AssetLinkPersistence |
getAssetLinkPersistence()
Returns the asset link persistence. |
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
|
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
|
ClassNameService |
getClassNameService()
Returns the class name remote service. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
DDMStructureFinder |
getDDMStructureFinder()
Returns the d d m structure finder. |
|
List<JournalFolder> |
getDDMStructureJournalFolders(long structureId)
|
|
List<JournalFolder> |
getDDMStructureJournalFolders(long structureId,
int start,
int end)
|
|
List<JournalFolder> |
getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
|
int |
getDDMStructureJournalFoldersCount(long structureId)
|
|
DDMStructureLocalService |
getDDMStructureLocalService()
Returns the d d m structure local service. |
|
DDMStructurePersistence |
getDDMStructurePersistence()
Returns the d d m structure persistence. |
|
long[] |
getDDMStructurePrimaryKeys(long folderId)
Returns the structureIds of the d d m structures associated with the journal folder. |
|
DDMStructureService |
getDDMStructureService()
Returns the d d m structure remote service. |
|
ExpandoValueLocalService |
getExpandoValueLocalService()
Returns the expando value local service. |
|
ExpandoValuePersistence |
getExpandoValuePersistence()
Returns the expando value persistence. |
|
ExpandoValueService |
getExpandoValueService()
Returns the expando value remote service. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
GroupFinder |
getGroupFinder()
Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
|
GroupService |
getGroupService()
Returns the group remote service. |
|
JournalArticleFinder |
getJournalArticleFinder()
Returns the journal article finder. |
|
JournalArticleLocalService |
getJournalArticleLocalService()
Returns the journal article local service. |
|
JournalArticlePersistence |
getJournalArticlePersistence()
Returns the journal article persistence. |
|
JournalArticleService |
getJournalArticleService()
Returns the journal article remote service. |
|
JournalFolder |
getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
|
JournalFolder |
getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
|
JournalFolderFinder |
getJournalFolderFinder()
Returns the journal folder finder. |
|
JournalFolderLocalService |
getJournalFolderLocalService()
Returns the journal folder local service. |
|
JournalFolderPersistence |
getJournalFolderPersistence()
Returns the journal folder persistence. |
|
List<JournalFolder> |
getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
|
List<JournalFolder> |
getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId)
Returns all the journal folders matching the UUID and company. |
|
List<JournalFolder> |
getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
|
int |
getJournalFoldersCount()
Returns the number of journal folders. |
|
JournalFolderService |
getJournalFolderService()
Returns the journal folder remote service. |
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
|
SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder. |
|
SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service. |
|
SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence. |
|
SocialActivityService |
getSocialActivityService()
Returns the social activity remote service. |
|
SubscriptionLocalService |
getSubscriptionLocalService()
Returns the subscription local service. |
|
SubscriptionPersistence |
getSubscriptionPersistence()
Returns the subscription persistence. |
|
TrashEntryLocalService |
getTrashEntryLocalService()
Returns the trash entry local service. |
|
TrashEntryPersistence |
getTrashEntryPersistence()
Returns the trash entry persistence. |
|
TrashEntryService |
getTrashEntryService()
Returns the trash entry remote service. |
|
TrashVersionLocalService |
getTrashVersionLocalService()
Returns the trash version local service. |
|
TrashVersionPersistence |
getTrashVersionPersistence()
Returns the trash version persistence. |
|
UserFinder |
getUserFinder()
Returns the user finder. |
|
UserLocalService |
getUserLocalService()
Returns the user local service. |
|
UserPersistence |
getUserPersistence()
Returns the user persistence. |
|
UserService |
getUserService()
Returns the user remote service. |
|
WorkflowDefinitionLinkLocalService |
getWorkflowDefinitionLinkLocalService()
Returns the workflow definition link local service. |
|
WorkflowDefinitionLinkPersistence |
getWorkflowDefinitionLinkPersistence()
Returns the workflow definition link persistence. |
|
WorkflowInstanceLinkLocalService |
getWorkflowInstanceLinkLocalService()
Returns the workflow instance link local service. |
|
WorkflowInstanceLinkPersistence |
getWorkflowInstanceLinkPersistence()
Returns the workflow instance link persistence. |
|
boolean |
hasDDMStructureJournalFolder(long structureId,
long folderId)
|
|
boolean |
hasDDMStructureJournalFolders(long structureId)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder. |
|
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service. |
|
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence. |
|
void |
setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service. |
|
void |
setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service. |
|
void |
setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence. |
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
|
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
|
void |
setClassNameService(ClassNameService classNameService)
Sets the class name remote service. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setDDMStructureFinder(DDMStructureFinder ddmStructureFinder)
Sets the d d m structure finder. |
|
void |
setDDMStructureJournalFolders(long structureId,
long[] folderIds)
|
|
void |
setDDMStructureLocalService(DDMStructureLocalService ddmStructureLocalService)
Sets the d d m structure local service. |
|
void |
setDDMStructurePersistence(DDMStructurePersistence ddmStructurePersistence)
Sets the d d m structure persistence. |
|
void |
setDDMStructureService(DDMStructureService ddmStructureService)
Sets the d d m structure remote service. |
|
void |
setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service. |
|
void |
setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence. |
|
void |
setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value remote service. |
|
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
|
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
|
void |
setGroupService(GroupService groupService)
Sets the group remote service. |
|
void |
setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
Sets the journal article finder. |
|
void |
setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
Sets the journal article local service. |
|
void |
setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
Sets the journal article persistence. |
|
void |
setJournalArticleService(JournalArticleService journalArticleService)
Sets the journal article remote service. |
|
void |
setJournalFolderFinder(JournalFolderFinder journalFolderFinder)
Sets the journal folder finder. |
|
void |
setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService)
Sets the journal folder local service. |
|
void |
setJournalFolderPersistence(JournalFolderPersistence journalFolderPersistence)
Sets the journal folder persistence. |
|
void |
setJournalFolderService(JournalFolderService journalFolderService)
Sets the journal folder remote service. |
|
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
|
void |
setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder. |
|
void |
setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service. |
|
void |
setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence. |
|
void |
setSocialActivityService(SocialActivityService socialActivityService)
Sets the social activity remote service. |
|
void |
setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Sets the subscription local service. |
|
void |
setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
Sets the subscription persistence. |
|
void |
setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service. |
|
void |
setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence. |
|
void |
setTrashEntryService(TrashEntryService trashEntryService)
Sets the trash entry remote service. |
|
void |
setTrashVersionLocalService(TrashVersionLocalService trashVersionLocalService)
Sets the trash version local service. |
|
void |
setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
Sets the trash version persistence. |
|
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
|
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
|
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
|
void |
setUserService(UserService userService)
Sets the user remote service. |
|
void |
setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
Sets the workflow definition link local service. |
|
void |
setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
Sets the workflow definition link persistence. |
|
void |
setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service. |
|
void |
setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence. |
|
JournalFolder |
updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@BeanReference(type=JournalFolderLocalService.class) protected JournalFolderLocalService journalFolderLocalService
@BeanReference(type=JournalFolderService.class) protected JournalFolderService journalFolderService
@BeanReference(type=JournalFolderPersistence.class) protected JournalFolderPersistence journalFolderPersistence
@BeanReference(type=JournalFolderFinder.class) protected JournalFolderFinder journalFolderFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNameService.class) protected ClassNameService classNameService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=SubscriptionLocalService.class) protected SubscriptionLocalService subscriptionLocalService
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=WorkflowDefinitionLinkLocalService.class) protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService
@BeanReference(type=WorkflowDefinitionLinkPersistence.class) protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
@BeanReference(type=WorkflowInstanceLinkLocalService.class) protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryService.class) protected AssetEntryService assetEntryService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetLinkLocalService.class) protected AssetLinkLocalService assetLinkLocalService
@BeanReference(type=AssetLinkPersistence.class) protected AssetLinkPersistence assetLinkPersistence
@BeanReference(type=DDMStructureLocalService.class) protected DDMStructureLocalService ddmStructureLocalService
@BeanReference(type=DDMStructureService.class) protected DDMStructureService ddmStructureService
@BeanReference(type=DDMStructurePersistence.class) protected DDMStructurePersistence ddmStructurePersistence
@BeanReference(type=DDMStructureFinder.class) protected DDMStructureFinder ddmStructureFinder
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValueService.class) protected ExpandoValueService expandoValueService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=JournalArticleLocalService.class) protected JournalArticleLocalService journalArticleLocalService
@BeanReference(type=JournalArticleService.class) protected JournalArticleService journalArticleService
@BeanReference(type=JournalArticlePersistence.class) protected JournalArticlePersistence journalArticlePersistence
@BeanReference(type=JournalArticleFinder.class) protected JournalArticleFinder journalArticleFinder
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityService.class) protected SocialActivityService socialActivityService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=TrashEntryLocalService.class) protected TrashEntryLocalService trashEntryLocalService
@BeanReference(type=TrashEntryService.class) protected TrashEntryService trashEntryService
@BeanReference(type=TrashEntryPersistence.class) protected TrashEntryPersistence trashEntryPersistence
@BeanReference(type=TrashVersionLocalService.class) protected TrashVersionLocalService trashVersionLocalService
@BeanReference(type=TrashVersionPersistence.class) protected TrashVersionPersistence trashVersionPersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public JournalFolderLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public JournalFolder addJournalFolder(JournalFolder journalFolder)
addJournalFolder in interface JournalFolderLocalServicejournalFolder - the journal folder
public JournalFolder createJournalFolder(long folderId)
createJournalFolder in interface JournalFolderLocalServicefolderId - the primary key for the new journal folder
@Indexable(type=DELETE)
public JournalFolder deleteJournalFolder(long folderId)
throws PortalException
deleteJournalFolder in interface JournalFolderLocalServicefolderId - the primary key of the journal folder
PortalException - if a journal folder with the primary key could not be found@Indexable(type=DELETE) public JournalFolder deleteJournalFolder(JournalFolder journalFolder)
deleteJournalFolder in interface JournalFolderLocalServicejournalFolder - the journal folder
public DynamicQuery dynamicQuery()
dynamicQuery in interface JournalFolderLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface JournalFolderLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFolderModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface JournalFolderLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFolderModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface JournalFolderLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface JournalFolderLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface JournalFolderLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public JournalFolder fetchJournalFolder(long folderId)
fetchJournalFolder in interface JournalFolderLocalService
public JournalFolder fetchJournalFolderByUuidAndGroupId(String uuid,
long groupId)
fetchJournalFolderByUuidAndGroupId in interface JournalFolderLocalServiceuuid - the journal folder's UUIDgroupId - the primary key of the group
null if a matching journal folder could not be found
public JournalFolder getJournalFolder(long folderId)
throws PortalException
getJournalFolder in interface JournalFolderLocalServicefolderId - the primary key of the journal folder
PortalException - if a journal folder with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface JournalFolderLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface JournalFolderLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface JournalFolderLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface JournalFolderLocalServicePortalException
public List<JournalFolder> getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId)
getJournalFoldersByUuidAndCompanyId in interface JournalFolderLocalServiceuuid - the UUID of the journal folderscompanyId - the primary key of the company
public List<JournalFolder> getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
getJournalFoldersByUuidAndCompanyId in interface JournalFolderLocalServiceuuid - the UUID of the journal folderscompanyId - the primary key of the companystart - the lower bound of the range of journal foldersend - the upper bound of the range of journal folders (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public JournalFolder getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getJournalFolderByUuidAndGroupId in interface JournalFolderLocalServiceuuid - the journal folder's UUIDgroupId - the primary key of the group
PortalException - if a matching journal folder could not be found
public List<JournalFolder> getJournalFolders(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFolderModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getJournalFolders in interface JournalFolderLocalServicestart - the lower bound of the range of journal foldersend - the upper bound of the range of journal folders (not inclusive)
public int getJournalFoldersCount()
getJournalFoldersCount in interface JournalFolderLocalService@Indexable(type=REINDEX) public JournalFolder updateJournalFolder(JournalFolder journalFolder)
updateJournalFolder in interface JournalFolderLocalServicejournalFolder - the journal folder
public void addDDMStructureJournalFolder(long structureId,
long folderId)
addDDMStructureJournalFolder in interface JournalFolderLocalService
public void addDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
addDDMStructureJournalFolder in interface JournalFolderLocalService
public void addDDMStructureJournalFolders(long structureId,
long[] folderIds)
addDDMStructureJournalFolders in interface JournalFolderLocalService
public void addDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
addDDMStructureJournalFolders in interface JournalFolderLocalServicepublic void clearDDMStructureJournalFolders(long structureId)
clearDDMStructureJournalFolders in interface JournalFolderLocalService
public void deleteDDMStructureJournalFolder(long structureId,
long folderId)
deleteDDMStructureJournalFolder in interface JournalFolderLocalService
public void deleteDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
deleteDDMStructureJournalFolder in interface JournalFolderLocalService
public void deleteDDMStructureJournalFolders(long structureId,
long[] folderIds)
deleteDDMStructureJournalFolders in interface JournalFolderLocalService
public void deleteDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
deleteDDMStructureJournalFolders in interface JournalFolderLocalServicepublic long[] getDDMStructurePrimaryKeys(long folderId)
getDDMStructurePrimaryKeys in interface JournalFolderLocalServicefolderId - the folderId of the journal folder
public List<JournalFolder> getDDMStructureJournalFolders(long structureId)
getDDMStructureJournalFolders in interface JournalFolderLocalService
public List<JournalFolder> getDDMStructureJournalFolders(long structureId,
int start,
int end)
getDDMStructureJournalFolders in interface JournalFolderLocalService
public List<JournalFolder> getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
getDDMStructureJournalFolders in interface JournalFolderLocalServicepublic int getDDMStructureJournalFoldersCount(long structureId)
getDDMStructureJournalFoldersCount in interface JournalFolderLocalService
public boolean hasDDMStructureJournalFolder(long structureId,
long folderId)
hasDDMStructureJournalFolder in interface JournalFolderLocalServicepublic boolean hasDDMStructureJournalFolders(long structureId)
hasDDMStructureJournalFolders in interface JournalFolderLocalService
public void setDDMStructureJournalFolders(long structureId,
long[] folderIds)
setDDMStructureJournalFolders in interface JournalFolderLocalServicepublic JournalFolderLocalService getJournalFolderLocalService()
public void setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService)
journalFolderLocalService - the journal folder local servicepublic JournalFolderService getJournalFolderService()
public void setJournalFolderService(JournalFolderService journalFolderService)
journalFolderService - the journal folder remote servicepublic JournalFolderPersistence getJournalFolderPersistence()
public void setJournalFolderPersistence(JournalFolderPersistence journalFolderPersistence)
journalFolderPersistence - the journal folder persistencepublic JournalFolderFinder getJournalFolderFinder()
public void setJournalFolderFinder(JournalFolderFinder journalFolderFinder)
journalFolderFinder - the journal folder finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNameService getClassNameService()
public void setClassNameService(ClassNameService classNameService)
classNameService - the class name remote servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService - the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic SubscriptionLocalService getSubscriptionLocalService()
public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
subscriptionLocalService - the subscription local servicepublic SubscriptionPersistence getSubscriptionPersistence()
public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
subscriptionPersistence - the subscription persistencepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService()
public void setWorkflowDefinitionLinkLocalService(WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService)
workflowDefinitionLinkLocalService - the workflow definition link local servicepublic WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence()
public void setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
workflowDefinitionLinkPersistence - the workflow definition link persistencepublic WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
workflowInstanceLinkLocalService - the workflow instance link local servicepublic WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
workflowInstanceLinkPersistence - the workflow instance link persistencepublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic AssetEntryService getAssetEntryService()
public void setAssetEntryService(AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic AssetLinkLocalService getAssetLinkLocalService()
public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
assetLinkLocalService - the asset link local servicepublic AssetLinkPersistence getAssetLinkPersistence()
public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
assetLinkPersistence - the asset link persistencepublic DDMStructureLocalService getDDMStructureLocalService()
public void setDDMStructureLocalService(DDMStructureLocalService ddmStructureLocalService)
ddmStructureLocalService - the d d m structure local servicepublic DDMStructureService getDDMStructureService()
public void setDDMStructureService(DDMStructureService ddmStructureService)
ddmStructureService - the d d m structure remote servicepublic DDMStructurePersistence getDDMStructurePersistence()
public void setDDMStructurePersistence(DDMStructurePersistence ddmStructurePersistence)
ddmStructurePersistence - the d d m structure persistencepublic DDMStructureFinder getDDMStructureFinder()
public void setDDMStructureFinder(DDMStructureFinder ddmStructureFinder)
ddmStructureFinder - the d d m structure finderpublic ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService - the expando value local servicepublic ExpandoValueService getExpandoValueService()
public void setExpandoValueService(ExpandoValueService expandoValueService)
expandoValueService - the expando value remote servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence - the expando value persistencepublic JournalArticleLocalService getJournalArticleLocalService()
public void setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
journalArticleLocalService - the journal article local servicepublic JournalArticleService getJournalArticleService()
public void setJournalArticleService(JournalArticleService journalArticleService)
journalArticleService - the journal article remote servicepublic JournalArticlePersistence getJournalArticlePersistence()
public void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
journalArticlePersistence - the journal article persistencepublic JournalArticleFinder getJournalArticleFinder()
public void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
journalArticleFinder - the journal article finderpublic SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic SocialActivityService getSocialActivityService()
public void setSocialActivityService(SocialActivityService socialActivityService)
socialActivityService - the social activity remote servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic TrashEntryLocalService getTrashEntryLocalService()
public void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
trashEntryLocalService - the trash entry local servicepublic TrashEntryService getTrashEntryService()
public void setTrashEntryService(TrashEntryService trashEntryService)
trashEntryService - the trash entry remote servicepublic TrashEntryPersistence getTrashEntryPersistence()
public void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
trashEntryPersistence - the trash entry persistencepublic TrashVersionLocalService getTrashVersionLocalService()
public void setTrashVersionLocalService(TrashVersionLocalService trashVersionLocalService)
trashVersionLocalService - the trash version local servicepublic TrashVersionPersistence getTrashVersionPersistence()
public void setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
trashVersionPersistence - the trash version persistencepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface JournalFolderLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface JournalFolderLocalServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||