|
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.BaseLocalServiceImpl
com.liferay.portlet.asset.service.base.AssetEntryLocalServiceBaseImpl
@ProviderType public abstract class AssetEntryLocalServiceBaseImpl
Provides the base implementation for the asset entry 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 AssetEntryLocalServiceImpl.
AssetEntryLocalServiceImpl,
AssetEntryLocalServiceUtil| Constructor Summary | |
|---|---|
AssetEntryLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
void |
addAssetCategoryAssetEntries(long categoryId,
List<AssetEntry> AssetEntries)
|
|
void |
addAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
|
|
void |
addAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
|
|
void |
addAssetCategoryAssetEntry(long categoryId,
long entryId)
|
|
AssetEntry |
addAssetEntry(AssetEntry assetEntry)
Adds the asset entry to the database. |
|
void |
addAssetTagAssetEntries(long tagId,
List<AssetEntry> AssetEntries)
|
|
void |
addAssetTagAssetEntries(long tagId,
long[] entryIds)
|
|
void |
addAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
|
|
void |
addAssetTagAssetEntry(long tagId,
long entryId)
|
|
void |
afterPropertiesSet()
|
|
void |
clearAssetCategoryAssetEntries(long categoryId)
|
|
void |
clearAssetTagAssetEntries(long tagId)
|
|
AssetEntry |
createAssetEntry(long entryId)
Creates a new asset entry with the primary key. |
|
void |
deleteAssetCategoryAssetEntries(long categoryId,
List<AssetEntry> AssetEntries)
|
|
void |
deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
|
|
void |
deleteAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
|
|
void |
deleteAssetCategoryAssetEntry(long categoryId,
long entryId)
|
|
AssetEntry |
deleteAssetEntry(AssetEntry assetEntry)
Deletes the asset entry from the database. |
|
AssetEntry |
deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database. |
|
void |
deleteAssetTagAssetEntries(long tagId,
List<AssetEntry> AssetEntries)
|
|
void |
deleteAssetTagAssetEntries(long tagId,
long[] entryIds)
|
|
void |
deleteAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
|
|
void |
deleteAssetTagAssetEntry(long tagId,
long entryId)
|
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> 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 matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
AssetEntry |
fetchAssetEntry(long entryId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId)
|
|
List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end)
|
|
List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
|
int |
getAssetCategoryAssetEntriesCount(long categoryId)
|
|
AssetCategoryFinder |
getAssetCategoryFinder()
Returns the asset category finder. |
|
AssetCategoryLocalService |
getAssetCategoryLocalService()
Returns the asset category local service. |
|
AssetCategoryPersistence |
getAssetCategoryPersistence()
Returns the asset category persistence. |
|
long[] |
getAssetCategoryPrimaryKeys(long entryId)
Returns the categoryIds of the asset categories associated with the asset entry. |
|
List<AssetEntry> |
getAssetEntries(int start,
int end)
Returns a range of all the asset entries. |
|
int |
getAssetEntriesCount()
Returns the number of asset entries. |
|
AssetEntry |
getAssetEntry(long entryId)
Returns the asset entry with the primary key. |
|
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
|
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
|
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
|
AssetLinkLocalService |
getAssetLinkLocalService()
Returns the asset link local service. |
|
AssetLinkPersistence |
getAssetLinkPersistence()
Returns the asset link persistence. |
|
List<AssetEntry> |
getAssetTagAssetEntries(long tagId)
|
|
List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end)
|
|
List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
|
int |
getAssetTagAssetEntriesCount(long tagId)
|
|
AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder. |
|
AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service. |
|
AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence. |
|
long[] |
getAssetTagPrimaryKeys(long entryId)
Returns the tagIds of the asset tags associated with the asset entry. |
|
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
|
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
|
CompanyLocalService |
getCompanyLocalService()
Returns the company local service. |
|
CompanyPersistence |
getCompanyPersistence()
Returns the company persistence. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
GroupFinder |
getGroupFinder()
Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
SocialActivityCounterFinder |
getSocialActivityCounterFinder()
Returns the social activity counter finder. |
|
SocialActivityCounterLocalService |
getSocialActivityCounterLocalService()
Returns the social activity counter local service. |
|
SocialActivityCounterPersistence |
getSocialActivityCounterPersistence()
Returns the social activity counter persistence. |
|
SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder. |
|
SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service. |
|
SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence. |
|
SystemEventLocalService |
getSystemEventLocalService()
Returns the system event local service. |
|
SystemEventPersistence |
getSystemEventPersistence()
Returns the system event persistence. |
|
UserFinder |
getUserFinder()
Returns the user finder. |
|
UserLocalService |
getUserLocalService()
Returns the user local service. |
|
UserPersistence |
getUserPersistence()
Returns the user persistence. |
|
boolean |
hasAssetCategoryAssetEntries(long categoryId)
|
|
boolean |
hasAssetCategoryAssetEntry(long categoryId,
long entryId)
|
|
boolean |
hasAssetTagAssetEntries(long tagId)
|
|
boolean |
hasAssetTagAssetEntry(long tagId,
long entryId)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
|
|
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 |
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 |
setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service. |
|
void |
setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence. |
|
void |
setAssetTagAssetEntries(long tagId,
long[] entryIds)
|
|
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 |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
|
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
|
void |
setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service. |
|
void |
setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
|
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
|
void |
setSocialActivityCounterFinder(SocialActivityCounterFinder socialActivityCounterFinder)
Sets the social activity counter finder. |
|
void |
setSocialActivityCounterLocalService(SocialActivityCounterLocalService socialActivityCounterLocalService)
Sets the social activity counter local service. |
|
void |
setSocialActivityCounterPersistence(SocialActivityCounterPersistence socialActivityCounterPersistence)
Sets the social activity counter persistence. |
|
void |
setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder. |
|
void |
setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service. |
|
void |
setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence. |
|
void |
setSystemEventLocalService(SystemEventLocalService systemEventLocalService)
Sets the system event local service. |
|
void |
setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
Sets the system event persistence. |
|
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. |
|
AssetEntry |
updateAssetEntry(AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| 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.AssetEntryLocalService |
|---|
deleteEntry, deleteEntry, deleteEntry, deleteGroupEntries, fetchEntry, fetchEntry, fetchEntry, getAncestorEntries, getChildEntries, getCompanyEntries, getCompanyEntriesCount, getEntries, getEntries, getEntriesCount, getEntriesCount, getEntry, getEntry, getEntry, getGroupEntries, getNextEntry, getParentEntry, getPreviousEntry, getTopViewedEntries, getTopViewedEntries, incrementViewCounter, incrementViewCounter, reindex, search, search, search, search, search, search, search, search, search, search, search, updateEntry, updateEntry, updateEntry, updateEntry, updateEntry, updateEntry, updateEntry, updateVisible, updateVisible, validate, validate |
| Field Detail |
|---|
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=CompanyLocalService.class) protected CompanyLocalService companyLocalService
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=SystemEventLocalService.class) protected SystemEventLocalService systemEventLocalService
@BeanReference(type=SystemEventPersistence.class) protected SystemEventPersistence systemEventPersistence
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=AssetCategoryLocalService.class) protected AssetCategoryLocalService assetCategoryLocalService
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetCategoryFinder.class) protected AssetCategoryFinder assetCategoryFinder
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=SocialActivityCounterLocalService.class) protected SocialActivityCounterLocalService socialActivityCounterLocalService
@BeanReference(type=SocialActivityCounterPersistence.class) protected SocialActivityCounterPersistence socialActivityCounterPersistence
@BeanReference(type=SocialActivityCounterFinder.class) protected SocialActivityCounterFinder socialActivityCounterFinder
@BeanReference(type=AssetLinkLocalService.class) protected AssetLinkLocalService assetLinkLocalService
@BeanReference(type=AssetLinkPersistence.class) protected AssetLinkPersistence assetLinkPersistence
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public AssetEntryLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public AssetEntry addAssetEntry(AssetEntry assetEntry)
addAssetEntry in interface AssetEntryLocalServiceassetEntry - the asset entry
public AssetEntry createAssetEntry(long entryId)
createAssetEntry in interface AssetEntryLocalServiceentryId - the primary key for the new asset entry
@Indexable(type=DELETE)
public AssetEntry deleteAssetEntry(long entryId)
throws PortalException
deleteAssetEntry in interface AssetEntryLocalServiceentryId - the primary key of the asset entry
PortalException - if a asset entry with the primary key could not be found@Indexable(type=DELETE) public AssetEntry deleteAssetEntry(AssetEntry assetEntry)
deleteAssetEntry in interface AssetEntryLocalServiceassetEntry - the asset entry
public DynamicQuery dynamicQuery()
dynamicQuery in interface AssetEntryLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AssetEntryLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetEntryLocalServicedynamicQuery - 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)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface AssetEntryLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface AssetEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public AssetEntry fetchAssetEntry(long entryId)
fetchAssetEntry in interface AssetEntryLocalService
public AssetEntry getAssetEntry(long entryId)
throws PortalException
getAssetEntry in interface AssetEntryLocalServiceentryId - the primary key of the asset entry
PortalException - if a asset entry with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetEntryLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetEntryLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface AssetEntryLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface AssetEntryLocalServicePortalException
public List<AssetEntry> getAssetEntries(int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAssetEntries in interface AssetEntryLocalServicestart - the lower bound of the range of asset entriesend - the upper bound of the range of asset entries (not inclusive)
public int getAssetEntriesCount()
getAssetEntriesCount in interface AssetEntryLocalService@Indexable(type=REINDEX) public AssetEntry updateAssetEntry(AssetEntry assetEntry)
updateAssetEntry in interface AssetEntryLocalServiceassetEntry - the asset entry
public void addAssetCategoryAssetEntry(long categoryId,
long entryId)
addAssetCategoryAssetEntry in interface AssetEntryLocalService
public void addAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
addAssetCategoryAssetEntry in interface AssetEntryLocalService
public void addAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
addAssetCategoryAssetEntries in interface AssetEntryLocalService
public void addAssetCategoryAssetEntries(long categoryId,
List<AssetEntry> AssetEntries)
addAssetCategoryAssetEntries in interface AssetEntryLocalServicepublic void clearAssetCategoryAssetEntries(long categoryId)
clearAssetCategoryAssetEntries in interface AssetEntryLocalService
public void deleteAssetCategoryAssetEntry(long categoryId,
long entryId)
deleteAssetCategoryAssetEntry in interface AssetEntryLocalService
public void deleteAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
deleteAssetCategoryAssetEntry in interface AssetEntryLocalService
public void deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
deleteAssetCategoryAssetEntries in interface AssetEntryLocalService
public void deleteAssetCategoryAssetEntries(long categoryId,
List<AssetEntry> AssetEntries)
deleteAssetCategoryAssetEntries in interface AssetEntryLocalServicepublic long[] getAssetCategoryPrimaryKeys(long entryId)
getAssetCategoryPrimaryKeys in interface AssetEntryLocalServiceentryId - the entryId of the asset entry
public List<AssetEntry> getAssetCategoryAssetEntries(long categoryId)
getAssetCategoryAssetEntries in interface AssetEntryLocalService
public List<AssetEntry> getAssetCategoryAssetEntries(long categoryId,
int start,
int end)
getAssetCategoryAssetEntries in interface AssetEntryLocalService
public List<AssetEntry> getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
getAssetCategoryAssetEntries in interface AssetEntryLocalServicepublic int getAssetCategoryAssetEntriesCount(long categoryId)
getAssetCategoryAssetEntriesCount in interface AssetEntryLocalService
public boolean hasAssetCategoryAssetEntry(long categoryId,
long entryId)
hasAssetCategoryAssetEntry in interface AssetEntryLocalServicepublic boolean hasAssetCategoryAssetEntries(long categoryId)
hasAssetCategoryAssetEntries in interface AssetEntryLocalService
public void setAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
setAssetCategoryAssetEntries in interface AssetEntryLocalService
public void addAssetTagAssetEntry(long tagId,
long entryId)
addAssetTagAssetEntry in interface AssetEntryLocalService
public void addAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
addAssetTagAssetEntry in interface AssetEntryLocalService
public void addAssetTagAssetEntries(long tagId,
long[] entryIds)
addAssetTagAssetEntries in interface AssetEntryLocalService
public void addAssetTagAssetEntries(long tagId,
List<AssetEntry> AssetEntries)
addAssetTagAssetEntries in interface AssetEntryLocalServicepublic void clearAssetTagAssetEntries(long tagId)
clearAssetTagAssetEntries in interface AssetEntryLocalService
public void deleteAssetTagAssetEntry(long tagId,
long entryId)
deleteAssetTagAssetEntry in interface AssetEntryLocalService
public void deleteAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
deleteAssetTagAssetEntry in interface AssetEntryLocalService
public void deleteAssetTagAssetEntries(long tagId,
long[] entryIds)
deleteAssetTagAssetEntries in interface AssetEntryLocalService
public void deleteAssetTagAssetEntries(long tagId,
List<AssetEntry> AssetEntries)
deleteAssetTagAssetEntries in interface AssetEntryLocalServicepublic long[] getAssetTagPrimaryKeys(long entryId)
getAssetTagPrimaryKeys in interface AssetEntryLocalServiceentryId - the entryId of the asset entry
public List<AssetEntry> getAssetTagAssetEntries(long tagId)
getAssetTagAssetEntries in interface AssetEntryLocalService
public List<AssetEntry> getAssetTagAssetEntries(long tagId,
int start,
int end)
getAssetTagAssetEntries in interface AssetEntryLocalService
public List<AssetEntry> getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
getAssetTagAssetEntries in interface AssetEntryLocalServicepublic int getAssetTagAssetEntriesCount(long tagId)
getAssetTagAssetEntriesCount in interface AssetEntryLocalService
public boolean hasAssetTagAssetEntry(long tagId,
long entryId)
hasAssetTagAssetEntry in interface AssetEntryLocalServicepublic boolean hasAssetTagAssetEntries(long tagId)
hasAssetTagAssetEntries in interface AssetEntryLocalService
public void setAssetTagAssetEntries(long tagId,
long[] entryIds)
setAssetTagAssetEntries in interface AssetEntryLocalServicepublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local 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 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 ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic SystemEventLocalService getSystemEventLocalService()
public void setSystemEventLocalService(SystemEventLocalService systemEventLocalService)
systemEventLocalService - the system event local servicepublic SystemEventPersistence getSystemEventPersistence()
public void setSystemEventPersistence(SystemEventPersistence systemEventPersistence)
systemEventPersistence - the system event persistencepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic AssetCategoryLocalService getAssetCategoryLocalService()
public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
assetCategoryLocalService - the asset category local 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 SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic SocialActivityCounterLocalService getSocialActivityCounterLocalService()
public void setSocialActivityCounterLocalService(SocialActivityCounterLocalService socialActivityCounterLocalService)
socialActivityCounterLocalService - the social activity counter local servicepublic SocialActivityCounterPersistence getSocialActivityCounterPersistence()
public void setSocialActivityCounterPersistence(SocialActivityCounterPersistence socialActivityCounterPersistence)
socialActivityCounterPersistence - the social activity counter persistencepublic SocialActivityCounterFinder getSocialActivityCounterFinder()
public void setSocialActivityCounterFinder(SocialActivityCounterFinder socialActivityCounterFinder)
socialActivityCounterFinder - the social activity counter 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 AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface AssetEntryLocalServiceprotected 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 | |||||||||