|
Liferay 7.0-ce-b4 | |||||||||
| 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.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 CounterLocalService |
counterLocalService
|
protected ListTypeLocalService |
listTypeLocalService
|
protected ListTypePersistence |
listTypePersistence
|
protected ListTypeService |
listTypeService
|
protected OrgLaborLocalService |
orgLaborLocalService
|
protected OrgLaborPersistence |
orgLaborPersistence
|
protected OrgLaborService |
orgLaborService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
OrgLaborServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
ListTypeLocalService |
getListTypeLocalService()
Returns the list type local service. |
ListTypePersistence |
getListTypePersistence()
Returns the list type persistence. |
ListTypeService |
getListTypeService()
Returns the list type remote service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
OrgLaborLocalService |
getOrgLaborLocalService()
Returns the org labor local service. |
OrgLaborPersistence |
getOrgLaborPersistence()
Returns the org labor persistence. |
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(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setListTypeLocalService(ListTypeLocalService listTypeLocalService)
Sets the list type local service. |
void |
setListTypePersistence(ListTypePersistence listTypePersistence)
Sets the list type persistence. |
void |
setListTypeService(ListTypeService listTypeService)
Sets the list type remote service. |
void |
setOrgLaborLocalService(OrgLaborLocalService orgLaborLocalService)
Sets the org labor local service. |
void |
setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence)
Sets the org labor persistence. |
void |
setOrgLaborService(OrgLaborService orgLaborService)
Sets the org labor 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.OrgLaborService |
|---|
addOrgLabor, deleteOrgLabor, getOrgLabor, getOrgLabors, updateOrgLabor |
| Field Detail |
|---|
@BeanReference(type=OrgLaborLocalService.class) protected OrgLaborLocalService orgLaborLocalService
@BeanReference(type=OrgLaborService.class) protected OrgLaborService orgLaborService
@BeanReference(type=OrgLaborPersistence.class) protected OrgLaborPersistence orgLaborPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ListTypeLocalService.class) protected ListTypeLocalService listTypeLocalService
@BeanReference(type=ListTypeService.class) protected ListTypeService listTypeService
@BeanReference(type=ListTypePersistence.class) protected ListTypePersistence listTypePersistence
| Constructor Detail |
|---|
public OrgLaborServiceBaseImpl()
| Method Detail |
|---|
public OrgLaborLocalService getOrgLaborLocalService()
public void setOrgLaborLocalService(OrgLaborLocalService orgLaborLocalService)
orgLaborLocalService - the org labor local servicepublic OrgLaborService getOrgLaborService()
public void setOrgLaborService(OrgLaborService orgLaborService)
orgLaborService - the org labor remote servicepublic OrgLaborPersistence getOrgLaborPersistence()
public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence)
orgLaborPersistence - the org labor persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ListTypeLocalService getListTypeLocalService()
public void setListTypeLocalService(ListTypeLocalService listTypeLocalService)
listTypeLocalService - the list type local servicepublic ListTypeService getListTypeService()
public void setListTypeService(ListTypeService listTypeService)
listTypeService - the list type remote servicepublic ListTypePersistence getListTypePersistence()
public void setListTypePersistence(ListTypePersistence listTypePersistence)
listTypePersistence - the list type persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface OrgLaborServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||