|
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.AddressServiceBaseImpl
public abstract class AddressServiceBaseImpl
Provides the base implementation for the address 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 AddressServiceImpl.
AddressServiceImpl,
AddressServiceUtil| Field Summary | |
|---|---|
protected AddressLocalService |
addressLocalService
|
protected AddressPersistence |
addressPersistence
|
protected AddressService |
addressService
|
protected ClassNameLocalService |
classNameLocalService
|
protected ClassNamePersistence |
classNamePersistence
|
protected ClassNameService |
classNameService
|
protected CounterLocalService |
counterLocalService
|
protected CountryPersistence |
countryPersistence
|
protected CountryService |
countryService
|
protected ListTypeLocalService |
listTypeLocalService
|
protected ListTypePersistence |
listTypePersistence
|
protected ListTypeService |
listTypeService
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
AddressServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
AddressLocalService |
getAddressLocalService()
Returns the address local service. |
AddressPersistence |
getAddressPersistence()
Returns the address persistence. |
AddressService |
getAddressService()
Returns the address remote service. |
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. |
CountryPersistence |
getCountryPersistence()
Returns the country persistence. |
CountryService |
getCountryService()
Returns the country remote 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()
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
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. |
protected void |
runSQL(String sql)
Performs a SQL query. |
void |
setAddressLocalService(AddressLocalService addressLocalService)
Sets the address local service. |
void |
setAddressPersistence(AddressPersistence addressPersistence)
Sets the address persistence. |
void |
setAddressService(AddressService addressService)
Sets the address remote service. |
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 |
setCountryPersistence(CountryPersistence countryPersistence)
Sets the country persistence. |
void |
setCountryService(CountryService countryService)
Sets the country remote 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 |
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. |
| 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.AddressService |
|---|
addAddress, deleteAddress, getAddress, getAddresses, updateAddress |
| Field Detail |
|---|
@BeanReference(type=AddressLocalService.class) protected AddressLocalService addressLocalService
@BeanReference(type=AddressService.class) protected AddressService addressService
@BeanReference(type=AddressPersistence.class) protected AddressPersistence addressPersistence
@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=CountryService.class) protected CountryService countryService
@BeanReference(type=CountryPersistence.class) protected CountryPersistence countryPersistence
@BeanReference(type=ListTypeLocalService.class) protected ListTypeLocalService listTypeLocalService
@BeanReference(type=ListTypeService.class) protected ListTypeService listTypeService
@BeanReference(type=ListTypePersistence.class) protected ListTypePersistence listTypePersistence
@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
| Constructor Detail |
|---|
public AddressServiceBaseImpl()
| Method Detail |
|---|
public AddressLocalService getAddressLocalService()
public void setAddressLocalService(AddressLocalService addressLocalService)
addressLocalService - the address local servicepublic AddressService getAddressService()
public void setAddressService(AddressService addressService)
addressService - the address remote servicepublic AddressPersistence getAddressPersistence()
public void setAddressPersistence(AddressPersistence addressPersistence)
addressPersistence - the address persistencepublic 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 CountryService getCountryService()
public void setCountryService(CountryService countryService)
countryService - the country remote servicepublic CountryPersistence getCountryPersistence()
public void setCountryPersistence(CountryPersistence countryPersistence)
countryPersistence - the country persistencepublic 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 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 void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface AddressServiceprotected 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 | |||||||||