|
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.OrgLaborServiceBaseImpl
public abstract class OrgLaborServiceBaseImpl
Provides the base implementation for the org labor 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 OrgLaborServiceImpl.
OrgLaborServiceImpl,
OrgLaborServiceUtil| Field Summary | |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService
|
protected com.liferay.portal.kernel.service.ListTypeLocalService |
listTypeLocalService
|
protected com.liferay.portal.kernel.service.persistence.ListTypePersistence |
listTypePersistence
|
protected com.liferay.portal.kernel.service.ListTypeService |
listTypeService
|
protected com.liferay.portal.kernel.service.OrgLaborLocalService |
orgLaborLocalService
|
protected com.liferay.portal.kernel.service.persistence.OrgLaborPersistence |
orgLaborPersistence
|
protected com.liferay.portal.kernel.service.OrgLaborService |
orgLaborService
|
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
OrgLaborServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
com.liferay.portal.kernel.service.ListTypeLocalService |
getListTypeLocalService()
Returns the list type local service. |
com.liferay.portal.kernel.service.persistence.ListTypePersistence |
getListTypePersistence()
Returns the list type persistence. |
com.liferay.portal.kernel.service.ListTypeService |
getListTypeService()
Returns the list type remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
com.liferay.portal.kernel.service.OrgLaborLocalService |
getOrgLaborLocalService()
Returns the org labor local service. |
com.liferay.portal.kernel.service.persistence.OrgLaborPersistence |
getOrgLaborPersistence()
Returns the org labor persistence. |
com.liferay.portal.kernel.service.OrgLaborService |
getOrgLaborService()
Returns the org labor remote service. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setListTypeLocalService(com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService)
Sets the list type local service. |
void |
setListTypePersistence(com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence)
Sets the list type persistence. |
void |
setListTypeService(com.liferay.portal.kernel.service.ListTypeService listTypeService)
Sets the list type remote service. |
void |
setOrgLaborLocalService(com.liferay.portal.kernel.service.OrgLaborLocalService orgLaborLocalService)
Sets the org labor local service. |
void |
setOrgLaborPersistence(com.liferay.portal.kernel.service.persistence.OrgLaborPersistence orgLaborPersistence)
Sets the org labor persistence. |
void |
setOrgLaborService(com.liferay.portal.kernel.service.OrgLaborService orgLaborService)
Sets the org labor 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.OrgLaborService |
|---|
addOrgLabor, deleteOrgLabor, getOrgLabor, getOrgLabors, updateOrgLabor |
| Field Detail |
|---|
@BeanReference(type=com.liferay.portal.kernel.service.OrgLaborLocalService.class) protected com.liferay.portal.kernel.service.OrgLaborLocalService orgLaborLocalService
@BeanReference(type=com.liferay.portal.kernel.service.OrgLaborService.class) protected com.liferay.portal.kernel.service.OrgLaborService orgLaborService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrgLaborPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrgLaborPersistence orgLaborPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ListTypeLocalService.class) protected com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService
@BeanReference(type=com.liferay.portal.kernel.service.ListTypeService.class) protected com.liferay.portal.kernel.service.ListTypeService listTypeService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ListTypePersistence.class) protected com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence
| Constructor Detail |
|---|
public OrgLaborServiceBaseImpl()
| Method Detail |
|---|
public com.liferay.portal.kernel.service.OrgLaborLocalService getOrgLaborLocalService()
public void setOrgLaborLocalService(com.liferay.portal.kernel.service.OrgLaborLocalService orgLaborLocalService)
orgLaborLocalService - the org labor local servicepublic com.liferay.portal.kernel.service.OrgLaborService getOrgLaborService()
public void setOrgLaborService(com.liferay.portal.kernel.service.OrgLaborService orgLaborService)
orgLaborService - the org labor remote servicepublic com.liferay.portal.kernel.service.persistence.OrgLaborPersistence getOrgLaborPersistence()
public void setOrgLaborPersistence(com.liferay.portal.kernel.service.persistence.OrgLaborPersistence orgLaborPersistence)
orgLaborPersistence - the org labor 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.ListTypeLocalService getListTypeLocalService()
public void setListTypeLocalService(com.liferay.portal.kernel.service.ListTypeLocalService listTypeLocalService)
listTypeLocalService - the list type local servicepublic com.liferay.portal.kernel.service.ListTypeService getListTypeService()
public void setListTypeService(com.liferay.portal.kernel.service.ListTypeService listTypeService)
listTypeService - the list type remote servicepublic com.liferay.portal.kernel.service.persistence.ListTypePersistence getListTypePersistence()
public void setListTypePersistence(com.liferay.portal.kernel.service.persistence.ListTypePersistence listTypePersistence)
listTypePersistence - the list type persistencepublic 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.OrgLaborServiceprotected 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 | |||||||||