|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutBranchServiceBaseImpl
public abstract class LayoutBranchServiceBaseImpl
Provides the base implementation for the layout branch 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 LayoutBranchServiceImpl.
LayoutBranchServiceImpl,
LayoutBranchServiceUtil| Field Summary | |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService
|
protected com.liferay.portal.kernel.service.LayoutBranchLocalService |
layoutBranchLocalService
|
protected com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence |
layoutBranchPersistence
|
protected com.liferay.portal.kernel.service.LayoutBranchService |
layoutBranchService
|
protected com.liferay.portal.kernel.service.LayoutRevisionLocalService |
layoutRevisionLocalService
|
protected com.liferay.portal.kernel.service.persistence.LayoutRevisionPersistence |
layoutRevisionPersistence
|
protected com.liferay.portal.kernel.service.LayoutRevisionService |
layoutRevisionService
|
protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService |
layoutSetBranchLocalService
|
protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence |
layoutSetBranchPersistence
|
protected com.liferay.portal.kernel.service.LayoutSetBranchService |
layoutSetBranchService
|
protected com.liferay.portal.kernel.service.RecentLayoutBranchLocalService |
recentLayoutBranchLocalService
|
protected com.liferay.portal.kernel.service.persistence.RecentLayoutBranchPersistence |
recentLayoutBranchPersistence
|
protected com.liferay.portal.kernel.service.ResourceLocalService |
resourceLocalService
|
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder
|
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService
|
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence
|
protected com.liferay.portal.kernel.service.UserService |
userService
|
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
LayoutBranchServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
com.liferay.portal.kernel.service.LayoutBranchLocalService |
getLayoutBranchLocalService()
Returns the layout branch local service. |
com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence |
getLayoutBranchPersistence()
Returns the layout branch persistence. |
com.liferay.portal.kernel.service.LayoutBranchService |
getLayoutBranchService()
Returns the layout branch remote service. |
com.liferay.portal.kernel.service.LayoutRevisionLocalService |
getLayoutRevisionLocalService()
Returns the layout revision local service. |
com.liferay.portal.kernel.service.persistence.LayoutRevisionPersistence |
getLayoutRevisionPersistence()
Returns the layout revision persistence. |
com.liferay.portal.kernel.service.LayoutRevisionService |
getLayoutRevisionService()
Returns the layout revision remote service. |
com.liferay.portal.kernel.service.LayoutSetBranchLocalService |
getLayoutSetBranchLocalService()
Returns the layout set branch local service. |
com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence |
getLayoutSetBranchPersistence()
Returns the layout set branch persistence. |
com.liferay.portal.kernel.service.LayoutSetBranchService |
getLayoutSetBranchService()
Returns the layout set branch remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
com.liferay.portal.kernel.service.RecentLayoutBranchLocalService |
getRecentLayoutBranchLocalService()
Returns the recent layout branch local service. |
com.liferay.portal.kernel.service.persistence.RecentLayoutBranchPersistence |
getRecentLayoutBranchPersistence()
Returns the recent layout branch persistence. |
com.liferay.portal.kernel.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder. |
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service. |
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence. |
com.liferay.portal.kernel.service.UserService |
getUserService()
Returns the user remote service. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setLayoutBranchLocalService(com.liferay.portal.kernel.service.LayoutBranchLocalService layoutBranchLocalService)
Sets the layout branch local service. |
void |
setLayoutBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence layoutBranchPersistence)
Sets the layout branch persistence. |
void |
setLayoutBranchService(com.liferay.portal.kernel.service.LayoutBranchService layoutBranchService)
Sets the layout branch remote service. |
void |
setLayoutRevisionLocalService(com.liferay.portal.kernel.service.LayoutRevisionLocalService layoutRevisionLocalService)
Sets the layout revision local service. |
void |
setLayoutRevisionPersistence(com.liferay.portal.kernel.service.persistence.LayoutRevisionPersistence layoutRevisionPersistence)
Sets the layout revision persistence. |
void |
setLayoutRevisionService(com.liferay.portal.kernel.service.LayoutRevisionService layoutRevisionService)
Sets the layout revision remote service. |
void |
setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService)
Sets the layout set branch local service. |
void |
setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence)
Sets the layout set branch persistence. |
void |
setLayoutSetBranchService(com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService)
Sets the layout set branch remote service. |
void |
setRecentLayoutBranchLocalService(com.liferay.portal.kernel.service.RecentLayoutBranchLocalService recentLayoutBranchLocalService)
Sets the recent layout branch local service. |
void |
setRecentLayoutBranchPersistence(com.liferay.portal.kernel.service.persistence.RecentLayoutBranchPersistence recentLayoutBranchPersistence)
Sets the recent layout branch persistence. |
void |
setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(com.liferay.portal.kernel.service.UserService userService)
Sets the user remote service. |
| Methods inherited from class com.liferay.portal.kernel.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.kernel.service.LayoutBranchService |
|---|
addLayoutBranch, deleteLayoutBranch, updateLayoutBranch |
| Field Detail |
|---|
@BeanReference(type=com.liferay.portal.kernel.service.LayoutBranchLocalService.class) protected com.liferay.portal.kernel.service.LayoutBranchLocalService layoutBranchLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutBranchService.class) protected com.liferay.portal.kernel.service.LayoutBranchService layoutBranchService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence layoutBranchPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutRevisionLocalService.class) protected com.liferay.portal.kernel.service.LayoutRevisionLocalService layoutRevisionLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutRevisionService.class) protected com.liferay.portal.kernel.service.LayoutRevisionService layoutRevisionService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutRevisionPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutRevisionPersistence layoutRevisionPersistence
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchLocalService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence
@BeanReference(type=com.liferay.portal.kernel.service.RecentLayoutBranchLocalService.class) protected com.liferay.portal.kernel.service.RecentLayoutBranchLocalService recentLayoutBranchLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RecentLayoutBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.RecentLayoutBranchPersistence recentLayoutBranchPersistence
@BeanReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class) protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserService.class) protected com.liferay.portal.kernel.service.UserService userService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
| Constructor Detail |
|---|
public LayoutBranchServiceBaseImpl()
| Method Detail |
|---|
public com.liferay.portal.kernel.service.LayoutBranchLocalService getLayoutBranchLocalService()
public void setLayoutBranchLocalService(com.liferay.portal.kernel.service.LayoutBranchLocalService layoutBranchLocalService)
layoutBranchLocalService - the layout branch local servicepublic com.liferay.portal.kernel.service.LayoutBranchService getLayoutBranchService()
public void setLayoutBranchService(com.liferay.portal.kernel.service.LayoutBranchService layoutBranchService)
layoutBranchService - the layout branch remote servicepublic com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence getLayoutBranchPersistence()
public void setLayoutBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence layoutBranchPersistence)
layoutBranchPersistence - the layout branch persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.kernel.service.LayoutRevisionLocalService getLayoutRevisionLocalService()
public void setLayoutRevisionLocalService(com.liferay.portal.kernel.service.LayoutRevisionLocalService layoutRevisionLocalService)
layoutRevisionLocalService - the layout revision local servicepublic com.liferay.portal.kernel.service.LayoutRevisionService getLayoutRevisionService()
public void setLayoutRevisionService(com.liferay.portal.kernel.service.LayoutRevisionService layoutRevisionService)
layoutRevisionService - the layout revision remote servicepublic com.liferay.portal.kernel.service.persistence.LayoutRevisionPersistence getLayoutRevisionPersistence()
public void setLayoutRevisionPersistence(com.liferay.portal.kernel.service.persistence.LayoutRevisionPersistence layoutRevisionPersistence)
layoutRevisionPersistence - the layout revision persistencepublic com.liferay.portal.kernel.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService()
public void setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService)
layoutSetBranchLocalService - the layout set branch local servicepublic com.liferay.portal.kernel.service.LayoutSetBranchService getLayoutSetBranchService()
public void setLayoutSetBranchService(com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService)
layoutSetBranchService - the layout set branch remote servicepublic com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence getLayoutSetBranchPersistence()
public void setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence)
layoutSetBranchPersistence - the layout set branch persistencepublic com.liferay.portal.kernel.service.RecentLayoutBranchLocalService getRecentLayoutBranchLocalService()
public void setRecentLayoutBranchLocalService(com.liferay.portal.kernel.service.RecentLayoutBranchLocalService recentLayoutBranchLocalService)
recentLayoutBranchLocalService - the recent layout branch local servicepublic com.liferay.portal.kernel.service.persistence.RecentLayoutBranchPersistence getRecentLayoutBranchPersistence()
public void setRecentLayoutBranchPersistence(com.liferay.portal.kernel.service.persistence.RecentLayoutBranchPersistence recentLayoutBranchPersistence)
recentLayoutBranchPersistence - the recent layout branch persistencepublic com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.kernel.service.UserService getUserService()
public void setUserService(com.liferay.portal.kernel.service.UserService userService)
userService - the user remote servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.LayoutBranchServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||