|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.base.AssetLinkLocalServiceBaseImpl
public abstract class AssetLinkLocalServiceBaseImpl
The base implementation of the asset link local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AssetLinkLocalServiceImpl.
AssetLinkLocalServiceImpl,
AssetLinkLocalServiceUtil| Constructor Summary | |
|---|---|
AssetLinkLocalServiceBaseImpl()
|
|
| Method Summary | |
|---|---|
AssetLink |
addAssetLink(AssetLink assetLink)
Adds the asset link to the database. |
void |
afterPropertiesSet()
|
AssetLink |
createAssetLink(long linkId)
Creates a new asset link with the primary key. |
void |
deleteAssetLink(AssetLink assetLink)
Deletes the asset link from the database. |
void |
deleteAssetLink(long linkId)
Deletes the asset link with the primary key from the database. |
void |
destroy()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
AssetLink |
fetchAssetLink(long linkId)
|
AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder. |
AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service. |
AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence. |
AssetCategoryPropertyFinder |
getAssetCategoryPropertyFinder()
Returns the asset category property finder. |
AssetCategoryPropertyLocalService |
getAssetCategoryPropertyLocalService()
Returns the asset category property local service. |
AssetCategoryPropertyPersistence |
getAssetCategoryPropertyPersistence()
Returns the asset category property persistence. |
AssetCategoryPropertyService |
getAssetCategoryPropertyService()
Returns the asset category property remote service. |
AssetCategoryService |
getAssetCategoryService()
Returns the asset category remote service. |
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service. |
AssetLink |
getAssetLink(long linkId)
Returns the asset link with the primary key. |
AssetLinkLocalService |
getAssetLinkLocalService()
Returns the asset link local service. |
AssetLinkPersistence |
getAssetLinkPersistence()
Returns the asset link persistence. |
List<AssetLink> |
getAssetLinks(int start,
int end)
Returns a range of all the asset links. |
int |
getAssetLinksCount()
Returns the number of asset links. |
AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder. |
AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service. |
AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence. |
AssetTagPropertyFinder |
getAssetTagPropertyFinder()
Returns the asset tag property finder. |
AssetTagPropertyKeyFinder |
getAssetTagPropertyKeyFinder()
Returns the asset tag property key finder. |
AssetTagPropertyLocalService |
getAssetTagPropertyLocalService()
Returns the asset tag property local service. |
AssetTagPropertyPersistence |
getAssetTagPropertyPersistence()
Returns the asset tag property persistence. |
AssetTagPropertyService |
getAssetTagPropertyService()
Returns the asset tag property remote service. |
AssetTagService |
getAssetTagService()
Returns the asset tag remote service. |
AssetTagStatsLocalService |
getAssetTagStatsLocalService()
Returns the asset tag stats local service. |
AssetTagStatsPersistence |
getAssetTagStatsPersistence()
Returns the asset tag stats persistence. |
AssetVocabularyFinder |
getAssetVocabularyFinder()
Returns the asset vocabulary finder. |
AssetVocabularyLocalService |
getAssetVocabularyLocalService()
Returns the asset vocabulary local service. |
AssetVocabularyPersistence |
getAssetVocabularyPersistence()
Returns the asset vocabulary persistence. |
AssetVocabularyService |
getAssetVocabularyService()
Returns the asset vocabulary remote service. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
ResourceFinder |
getResourceFinder()
Returns the resource finder. |
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
ResourcePersistence |
getResourcePersistence()
Returns the resource persistence. |
ResourceService |
getResourceService()
Returns the resource remote service. |
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 an SQL query. |
void |
setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder. |
void |
setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service. |
void |
setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence. |
void |
setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
Sets the asset category property finder. |
void |
setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
Sets the asset category property local service. |
void |
setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
Sets the asset category property persistence. |
void |
setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
Sets the asset category property remote service. |
void |
setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service. |
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder. |
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service. |
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence. |
void |
setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service. |
void |
setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service. |
void |
setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence. |
void |
setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder. |
void |
setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service. |
void |
setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence. |
void |
setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
Sets the asset tag property finder. |
void |
setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
Sets the asset tag property key finder. |
void |
setAssetTagPropertyLocalService(AssetTagPropertyLocalService assetTagPropertyLocalService)
Sets the asset tag property local service. |
void |
setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
Sets the asset tag property persistence. |
void |
setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
Sets the asset tag property remote service. |
void |
setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service. |
void |
setAssetTagStatsLocalService(AssetTagStatsLocalService assetTagStatsLocalService)
Sets the asset tag stats local service. |
void |
setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
Sets the asset tag stats persistence. |
void |
setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
Sets the asset vocabulary finder. |
void |
setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
Sets the asset vocabulary local service. |
void |
setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
Sets the asset vocabulary persistence. |
void |
setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Sets the asset vocabulary remote service. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence. |
void |
setResourceService(ResourceService resourceService)
Sets the resource 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. |
AssetLink |
updateAssetLink(AssetLink assetLink)
Updates the asset link in the database or adds it if it does not yet exist. |
AssetLink |
updateAssetLink(AssetLink assetLink,
boolean merge)
Updates the asset link in the database or adds it if it does not yet exist. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.asset.service.AssetLinkLocalService |
|---|
addLink, deleteLink, deleteLink, deleteLinks, deleteLinks, getDirectLinks, getDirectLinks, getLinks, getLinks, getReverseLinks, updateLinks |
| Field Detail |
|---|
@BeanReference(type=AssetCategoryLocalService.class) protected AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=AssetCategoryService.class) protected AssetCategoryService assetCategoryService
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetCategoryFinder.class) protected AssetCategoryFinder assetCategoryFinder
@BeanReference(type=AssetCategoryPropertyLocalService.class) protected AssetCategoryPropertyLocalService assetCategoryPropertyLocalService
@BeanReference(type=AssetCategoryPropertyService.class) protected AssetCategoryPropertyService assetCategoryPropertyService
@BeanReference(type=AssetCategoryPropertyPersistence.class) protected AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
@BeanReference(type=AssetCategoryPropertyFinder.class) protected AssetCategoryPropertyFinder assetCategoryPropertyFinder
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryService.class) protected AssetEntryService assetEntryService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetLinkLocalService.class) protected AssetLinkLocalService assetLinkLocalService
@BeanReference(type=AssetLinkPersistence.class) protected AssetLinkPersistence assetLinkPersistence
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagService.class) protected AssetTagService assetTagService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@BeanReference(type=AssetTagPropertyLocalService.class) protected AssetTagPropertyLocalService assetTagPropertyLocalService
@BeanReference(type=AssetTagPropertyService.class) protected AssetTagPropertyService assetTagPropertyService
@BeanReference(type=AssetTagPropertyPersistence.class) protected AssetTagPropertyPersistence assetTagPropertyPersistence
@BeanReference(type=AssetTagPropertyFinder.class) protected AssetTagPropertyFinder assetTagPropertyFinder
@BeanReference(type=AssetTagPropertyKeyFinder.class) protected AssetTagPropertyKeyFinder assetTagPropertyKeyFinder
@BeanReference(type=AssetTagStatsLocalService.class) protected AssetTagStatsLocalService assetTagStatsLocalService
@BeanReference(type=AssetTagStatsPersistence.class) protected AssetTagStatsPersistence assetTagStatsPersistence
@BeanReference(type=AssetVocabularyLocalService.class) protected AssetVocabularyLocalService assetVocabularyLocalService
@BeanReference(type=AssetVocabularyService.class) protected AssetVocabularyService assetVocabularyService
@BeanReference(type=AssetVocabularyPersistence.class) protected AssetVocabularyPersistence assetVocabularyPersistence
@BeanReference(type=AssetVocabularyFinder.class) protected AssetVocabularyFinder assetVocabularyFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=ResourceService.class) protected ResourceService resourceService
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceFinder.class) protected ResourceFinder resourceFinder
@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
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public AssetLinkLocalServiceBaseImpl()
| Method Detail |
|---|
public AssetLink addAssetLink(AssetLink assetLink)
throws SystemException
addAssetLink in interface AssetLinkLocalServiceassetLink - the asset link
SystemException - if a system exception occurredpublic AssetLink createAssetLink(long linkId)
createAssetLink in interface AssetLinkLocalServicelinkId - the primary key for the new asset link
public void deleteAssetLink(long linkId)
throws PortalException,
SystemException
deleteAssetLink in interface AssetLinkLocalServicelinkId - the primary key of the asset link
PortalException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public void deleteAssetLink(AssetLink assetLink)
throws SystemException
deleteAssetLink in interface AssetLinkLocalServiceassetLink - the asset link
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface AssetLinkLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface AssetLinkLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface AssetLinkLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface AssetLinkLocalServicedynamicQuery - the dynamic query
SystemException - if a system exception occurred
public AssetLink fetchAssetLink(long linkId)
throws SystemException
fetchAssetLink in interface AssetLinkLocalServiceSystemException
public AssetLink getAssetLink(long linkId)
throws PortalException,
SystemException
getAssetLink in interface AssetLinkLocalServicelinkId - the primary key of the asset link
PortalException - if a asset link with the primary key could not be found
SystemException - if a system exception occurred
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException,
SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface AssetLinkLocalServicePortalException
SystemException
public List<AssetLink> getAssetLinks(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
getAssetLinks in interface AssetLinkLocalServicestart - the lower bound of the range of asset linksend - the upper bound of the range of asset links (not inclusive)
SystemException - if a system exception occurred
public int getAssetLinksCount()
throws SystemException
getAssetLinksCount in interface AssetLinkLocalServiceSystemException - if a system exception occurred
public AssetLink updateAssetLink(AssetLink assetLink)
throws SystemException
updateAssetLink in interface AssetLinkLocalServiceassetLink - the asset link
SystemException - if a system exception occurred
public AssetLink updateAssetLink(AssetLink assetLink,
boolean merge)
throws SystemException
updateAssetLink in interface AssetLinkLocalServiceassetLink - the asset linkmerge - whether to merge the asset link with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurredpublic AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService - the asset category local servicepublic AssetCategoryService getAssetCategoryService()
public void setAssetCategoryService(AssetCategoryService assetCategoryService)
assetCategoryService - the asset category remote servicepublic AssetCategoryPersistence getAssetCategoryPersistence()
public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
assetCategoryPersistence - the asset category persistencepublic AssetCategoryFinder getAssetCategoryFinder()
public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
assetCategoryFinder - the asset category finderpublic AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService()
public void setAssetCategoryPropertyLocalService(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
assetCategoryPropertyLocalService - the asset category property local servicepublic AssetCategoryPropertyService getAssetCategoryPropertyService()
public void setAssetCategoryPropertyService(AssetCategoryPropertyService assetCategoryPropertyService)
assetCategoryPropertyService - the asset category property remote servicepublic AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence()
public void setAssetCategoryPropertyPersistence(AssetCategoryPropertyPersistence assetCategoryPropertyPersistence)
assetCategoryPropertyPersistence - the asset category property persistencepublic AssetCategoryPropertyFinder getAssetCategoryPropertyFinder()
public void setAssetCategoryPropertyFinder(AssetCategoryPropertyFinder assetCategoryPropertyFinder)
assetCategoryPropertyFinder - the asset category property finderpublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic AssetEntryService getAssetEntryService()
public void setAssetEntryService(AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic AssetLinkLocalService getAssetLinkLocalService()
public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
assetLinkLocalService - the asset link local servicepublic AssetLinkPersistence getAssetLinkPersistence()
public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
assetLinkPersistence - the asset link persistencepublic AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic AssetTagService getAssetTagService()
public void setAssetTagService(AssetTagService assetTagService)
assetTagService - the asset tag remote servicepublic AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic AssetTagPropertyLocalService getAssetTagPropertyLocalService()
public void setAssetTagPropertyLocalService(AssetTagPropertyLocalService assetTagPropertyLocalService)
assetTagPropertyLocalService - the asset tag property local servicepublic AssetTagPropertyService getAssetTagPropertyService()
public void setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
assetTagPropertyService - the asset tag property remote servicepublic AssetTagPropertyPersistence getAssetTagPropertyPersistence()
public void setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
assetTagPropertyPersistence - the asset tag property persistencepublic AssetTagPropertyFinder getAssetTagPropertyFinder()
public void setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
assetTagPropertyFinder - the asset tag property finderpublic AssetTagPropertyKeyFinder getAssetTagPropertyKeyFinder()
public void setAssetTagPropertyKeyFinder(AssetTagPropertyKeyFinder assetTagPropertyKeyFinder)
assetTagPropertyKeyFinder - the asset tag property key finderpublic AssetTagStatsLocalService getAssetTagStatsLocalService()
public void setAssetTagStatsLocalService(AssetTagStatsLocalService assetTagStatsLocalService)
assetTagStatsLocalService - the asset tag stats local servicepublic AssetTagStatsPersistence getAssetTagStatsPersistence()
public void setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
assetTagStatsPersistence - the asset tag stats persistencepublic AssetVocabularyLocalService getAssetVocabularyLocalService()
public void setAssetVocabularyLocalService(AssetVocabularyLocalService assetVocabularyLocalService)
assetVocabularyLocalService - the asset vocabulary local servicepublic AssetVocabularyService getAssetVocabularyService()
public void setAssetVocabularyService(AssetVocabularyService assetVocabularyService)
assetVocabularyService - the asset vocabulary remote servicepublic AssetVocabularyPersistence getAssetVocabularyPersistence()
public void setAssetVocabularyPersistence(AssetVocabularyPersistence assetVocabularyPersistence)
assetVocabularyPersistence - the asset vocabulary persistencepublic AssetVocabularyFinder getAssetVocabularyFinder()
public void setAssetVocabularyFinder(AssetVocabularyFinder assetVocabularyFinder)
assetVocabularyFinder - the asset vocabulary finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic ResourceService getResourceService()
public void setResourceService(ResourceService resourceService)
resourceService - the resource remote servicepublic ResourcePersistence getResourcePersistence()
public void setResourcePersistence(ResourcePersistence resourcePersistence)
resourcePersistence - the resource persistencepublic ResourceFinder getResourceFinder()
public void setResourceFinder(ResourceFinder resourceFinder)
resourceFinder - the resource finderpublic 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 getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface AssetLinkLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface AssetLinkLocalServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
throws SystemException
sql - the sql query
SystemException
|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||