|
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.BaseServiceImpl
com.liferay.portal.service.base.StagingServiceBaseImpl
public abstract class StagingServiceBaseImpl
Provides the base implementation for the staging remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in StagingServiceImpl.
StagingServiceImpl,
StagingServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected GroupFinder |
groupFinder
|
protected GroupLocalService |
groupLocalService
|
protected GroupPersistence |
groupPersistence
|
protected GroupService |
groupService
|
protected LayoutFinder |
layoutFinder
|
protected LayoutLocalService |
layoutLocalService
|
protected LayoutPersistence |
layoutPersistence
|
protected LayoutRevisionLocalService |
layoutRevisionLocalService
|
protected LayoutRevisionPersistence |
layoutRevisionPersistence
|
protected LayoutRevisionService |
layoutRevisionService
|
protected LayoutService |
layoutService
|
protected LayoutSetBranchLocalService |
layoutSetBranchLocalService
|
protected LayoutSetBranchPersistence |
layoutSetBranchPersistence
|
protected LayoutSetBranchService |
layoutSetBranchService
|
protected LayoutSetLocalService |
layoutSetLocalService
|
protected LayoutSetPersistence |
layoutSetPersistence
|
protected LayoutSetService |
layoutSetService
|
protected StagingLocalService |
stagingLocalService
|
protected StagingService |
stagingService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
StagingServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
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. |
LayoutFinder |
getLayoutFinder()
Returns the layout finder. |
LayoutLocalService |
getLayoutLocalService()
Returns the layout local service. |
LayoutPersistence |
getLayoutPersistence()
Returns the layout persistence. |
LayoutRevisionLocalService |
getLayoutRevisionLocalService()
Returns the layout revision local service. |
LayoutRevisionPersistence |
getLayoutRevisionPersistence()
Returns the layout revision persistence. |
LayoutRevisionService |
getLayoutRevisionService()
Returns the layout revision remote service. |
LayoutService |
getLayoutService()
Returns the layout remote service. |
LayoutSetBranchLocalService |
getLayoutSetBranchLocalService()
Returns the layout set branch local service. |
LayoutSetBranchPersistence |
getLayoutSetBranchPersistence()
Returns the layout set branch persistence. |
LayoutSetBranchService |
getLayoutSetBranchService()
Returns the layout set branch remote service. |
LayoutSetLocalService |
getLayoutSetLocalService()
Returns the layout set local service. |
LayoutSetPersistence |
getLayoutSetPersistence()
Returns the layout set persistence. |
LayoutSetService |
getLayoutSetService()
Returns the layout set remote service. |
StagingLocalService |
getStagingLocalService()
Returns the staging local service. |
StagingService |
getStagingService()
Returns the staging remote service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local 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 |
setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder. |
void |
setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service. |
void |
setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence. |
void |
setLayoutRevisionLocalService(LayoutRevisionLocalService layoutRevisionLocalService)
Sets the layout revision local service. |
void |
setLayoutRevisionPersistence(LayoutRevisionPersistence layoutRevisionPersistence)
Sets the layout revision persistence. |
void |
setLayoutRevisionService(LayoutRevisionService layoutRevisionService)
Sets the layout revision remote service. |
void |
setLayoutService(LayoutService layoutService)
Sets the layout remote service. |
void |
setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service. |
void |
setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence. |
void |
setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
Sets the layout set branch remote service. |
void |
setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
Sets the layout set local service. |
void |
setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
Sets the layout set persistence. |
void |
setLayoutSetService(LayoutSetService layoutSetService)
Sets the layout set remote service. |
void |
setStagingLocalService(StagingLocalService stagingLocalService)
Sets the staging local service. |
void |
setStagingService(StagingService stagingService)
Sets the staging remote service. |
| Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.StagingService |
|---|
cleanUpStagingRequest, createStagingRequest, publishStagingRequest, updateStagingRequest, validateStagingRequest |
| Field Detail |
|---|
@BeanReference(type=StagingLocalService.class) protected StagingLocalService stagingLocalService
@BeanReference(type=StagingService.class) protected StagingService stagingService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@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=LayoutLocalService.class) protected LayoutLocalService layoutLocalService
@BeanReference(type=LayoutService.class) protected LayoutService layoutService
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutFinder.class) protected LayoutFinder layoutFinder
@BeanReference(type=LayoutRevisionLocalService.class) protected LayoutRevisionLocalService layoutRevisionLocalService
@BeanReference(type=LayoutRevisionService.class) protected LayoutRevisionService layoutRevisionService
@BeanReference(type=LayoutRevisionPersistence.class) protected LayoutRevisionPersistence layoutRevisionPersistence
@BeanReference(type=LayoutSetLocalService.class) protected LayoutSetLocalService layoutSetLocalService
@BeanReference(type=LayoutSetService.class) protected LayoutSetService layoutSetService
@BeanReference(type=LayoutSetPersistence.class) protected LayoutSetPersistence layoutSetPersistence
@BeanReference(type=LayoutSetBranchLocalService.class) protected LayoutSetBranchLocalService layoutSetBranchLocalService
@BeanReference(type=LayoutSetBranchService.class) protected LayoutSetBranchService layoutSetBranchService
@BeanReference(type=LayoutSetBranchPersistence.class) protected LayoutSetBranchPersistence layoutSetBranchPersistence
| Constructor Detail |
|---|
public StagingServiceBaseImpl()
| Method Detail |
|---|
public StagingLocalService getStagingLocalService()
public void setStagingLocalService(StagingLocalService stagingLocalService)
stagingLocalService - the staging local servicepublic StagingService getStagingService()
public void setStagingService(StagingService stagingService)
stagingService - the staging remote servicepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic 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 LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(LayoutLocalService layoutLocalService)
layoutLocalService - the layout local servicepublic LayoutService getLayoutService()
public void setLayoutService(LayoutService layoutService)
layoutService - the layout remote servicepublic LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(LayoutPersistence layoutPersistence)
layoutPersistence - the layout persistencepublic LayoutFinder getLayoutFinder()
public void setLayoutFinder(LayoutFinder layoutFinder)
layoutFinder - the layout finderpublic LayoutRevisionLocalService getLayoutRevisionLocalService()
public void setLayoutRevisionLocalService(LayoutRevisionLocalService layoutRevisionLocalService)
layoutRevisionLocalService - the layout revision local servicepublic LayoutRevisionService getLayoutRevisionService()
public void setLayoutRevisionService(LayoutRevisionService layoutRevisionService)
layoutRevisionService - the layout revision remote servicepublic LayoutRevisionPersistence getLayoutRevisionPersistence()
public void setLayoutRevisionPersistence(LayoutRevisionPersistence layoutRevisionPersistence)
layoutRevisionPersistence - the layout revision persistencepublic LayoutSetLocalService getLayoutSetLocalService()
public void setLayoutSetLocalService(LayoutSetLocalService layoutSetLocalService)
layoutSetLocalService - the layout set local servicepublic LayoutSetService getLayoutSetService()
public void setLayoutSetService(LayoutSetService layoutSetService)
layoutSetService - the layout set remote servicepublic LayoutSetPersistence getLayoutSetPersistence()
public void setLayoutSetPersistence(LayoutSetPersistence layoutSetPersistence)
layoutSetPersistence - the layout set persistencepublic LayoutSetBranchLocalService getLayoutSetBranchLocalService()
public void setLayoutSetBranchLocalService(LayoutSetBranchLocalService layoutSetBranchLocalService)
layoutSetBranchLocalService - the layout set branch local servicepublic LayoutSetBranchService getLayoutSetBranchService()
public void setLayoutSetBranchService(LayoutSetBranchService layoutSetBranchService)
layoutSetBranchService - the layout set branch remote servicepublic LayoutSetBranchPersistence getLayoutSetBranchPersistence()
public void setLayoutSetBranchPersistence(LayoutSetBranchPersistence layoutSetBranchPersistence)
layoutSetBranchPersistence - the layout set branch persistencepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface StagingServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface StagingServicebeanIdentifier - the Spring bean ID for this beanprotected 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 | |||||||||