|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.asset.service.AssetCategoryPropertyLocalServiceUtil
public class AssetCategoryPropertyLocalServiceUtil
The utility for the asset category property local service. This utility wraps com.liferay.portlet.asset.service.impl.AssetCategoryPropertyLocalServiceImpl
and is the primary access point for service operations in application layer code running on the local server.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
AssetCategoryPropertyLocalService
,
com.liferay.portlet.asset.service.base.AssetCategoryPropertyLocalServiceBaseImpl
,
com.liferay.portlet.asset.service.impl.AssetCategoryPropertyLocalServiceImpl
Constructor Summary | |
---|---|
AssetCategoryPropertyLocalServiceUtil()
|
Method Summary | |
---|---|
static AssetCategoryProperty |
addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Adds the asset category property to the database. |
static AssetCategoryProperty |
addCategoryProperty(long userId,
long categoryId,
String key,
String value)
|
static AssetCategoryProperty |
createAssetCategoryProperty(long categoryPropertyId)
Creates a new asset category property with the primary key. |
static AssetCategoryProperty |
deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Deletes the asset category property from the database. |
static AssetCategoryProperty |
deleteAssetCategoryProperty(long categoryPropertyId)
Deletes the asset category property with the primary key from the database. |
static void |
deleteCategoryProperties(long entryId)
|
static void |
deleteCategoryProperty(AssetCategoryProperty categoryProperty)
|
static void |
deleteCategoryProperty(long categoryPropertyId)
|
static DynamicQuery |
dynamicQuery()
|
static List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static 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. |
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static AssetCategoryProperty |
fetchAssetCategoryProperty(long categoryPropertyId)
|
static List<AssetCategoryProperty> |
getAssetCategoryProperties(int start,
int end)
Returns a range of all the asset category properties. |
static int |
getAssetCategoryPropertiesCount()
Returns the number of asset category properties. |
static AssetCategoryProperty |
getAssetCategoryProperty(long categoryPropertyId)
Returns the asset category property with the primary key. |
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static List<AssetCategoryProperty> |
getCategoryProperties()
|
static List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
|
static AssetCategoryProperty |
getCategoryProperty(long categoryPropertyId)
|
static AssetCategoryProperty |
getCategoryProperty(long categoryId,
String key)
|
static List<AssetCategoryProperty> |
getCategoryPropertyValues(long groupId,
String key)
|
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
static AssetCategoryPropertyLocalService |
getService()
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(AssetCategoryPropertyLocalService service)
Deprecated. |
static AssetCategoryProperty |
updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
Updates the asset category property in the database or adds it if it does not yet exist. |
static AssetCategoryProperty |
updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
boolean merge)
Updates the asset category property in the database or adds it if it does not yet exist. |
static AssetCategoryProperty |
updateCategoryProperty(long categoryPropertyId,
String key,
String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssetCategoryPropertyLocalServiceUtil()
Method Detail |
---|
public static AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
assetCategoryProperty
- the asset category property
SystemException
- if a system exception occurredpublic static AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
categoryPropertyId
- the primary key for the new asset category property
public static AssetCategoryProperty deleteAssetCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
categoryPropertyId
- the primary key of the asset category property
PortalException
- if a asset category property with the primary key could not be found
SystemException
- if a system exception occurredpublic static AssetCategoryProperty deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
assetCategoryProperty
- the asset category property
SystemException
- if a system exception occurredpublic static DynamicQuery dynamicQuery()
public static List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic static 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
- 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 occurredpublic static 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
- 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 occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic static AssetCategoryProperty fetchAssetCategoryProperty(long categoryPropertyId) throws SystemException
SystemException
public static AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
categoryPropertyId
- the primary key of the asset category property
PortalException
- if a asset category property with the primary key could not be found
SystemException
- if a system exception occurredpublic static PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
PortalException
SystemException
public static List<AssetCategoryProperty> getAssetCategoryProperties(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.
start
- the lower bound of the range of asset category propertiesend
- the upper bound of the range of asset category properties (not inclusive)
SystemException
- if a system exception occurredpublic static int getAssetCategoryPropertiesCount() throws SystemException
SystemException
- if a system exception occurredpublic static AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty) throws SystemException
assetCategoryProperty
- the asset category property
SystemException
- if a system exception occurredpublic static AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge) throws SystemException
assetCategoryProperty
- the asset category propertymerge
- whether to merge the asset category property 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 static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static AssetCategoryProperty addCategoryProperty(long userId, long categoryId, String key, String value) throws PortalException, SystemException
PortalException
SystemException
public static void deleteCategoryProperties(long entryId) throws SystemException
SystemException
public static void deleteCategoryProperty(AssetCategoryProperty categoryProperty) throws SystemException
SystemException
public static void deleteCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
PortalException
SystemException
public static List<AssetCategoryProperty> getCategoryProperties() throws SystemException
SystemException
public static List<AssetCategoryProperty> getCategoryProperties(long entryId) throws SystemException
SystemException
public static AssetCategoryProperty getCategoryProperty(long categoryPropertyId) throws PortalException, SystemException
PortalException
SystemException
public static AssetCategoryProperty getCategoryProperty(long categoryId, String key) throws PortalException, SystemException
PortalException
SystemException
public static List<AssetCategoryProperty> getCategoryPropertyValues(long groupId, String key) throws SystemException
SystemException
public static AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, String key, String value) throws PortalException, SystemException
PortalException
SystemException
public static AssetCategoryPropertyLocalService getService()
public void setService(AssetCategoryPropertyLocalService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |