|
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.dynamicdatamapping.service.persistence.DDMStorageLinkUtil
public class DDMStorageLinkUtil
The persistence utility for the d d m storage link service. This utility wraps DDMStorageLinkPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
DDMStorageLinkPersistence
,
DDMStorageLinkPersistenceImpl
Constructor Summary | |
---|---|
DDMStorageLinkUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(DDMStorageLink ddmStorageLink)
Caches the d d m storage link in the entity cache if it is enabled. |
static void |
cacheResult(List<DDMStorageLink> ddmStorageLinks)
Caches the d d m storage links in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(DDMStorageLink ddmStorageLink)
|
static int |
countAll()
Returns the number of d d m storage links. |
static int |
countByClassPK(long classPK)
Returns the number of d d m storage links where classPK = ?. |
static int |
countByStructureId(long structureId)
Returns the number of d d m storage links where structureId = ?. |
static int |
countByUuid(String uuid)
Returns the number of d d m storage links where uuid = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DDMStorageLink |
create(long storageLinkId)
Creates a new d d m storage link with the primary key. |
static DDMStorageLink |
fetchByClassPK(long classPK)
Returns the d d m storage link where classPK = ? or returns null if it could not be found. |
static DDMStorageLink |
fetchByClassPK(long classPK,
boolean retrieveFromCache)
Returns the d d m storage link where classPK = ? or returns null if it could not be found, optionally using the finder cache. |
static DDMStorageLink |
fetchByPrimaryKey(long storageLinkId)
Returns the d d m storage link with the primary key or returns null if it could not be found. |
static DDMStorageLink |
fetchByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink |
fetchByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
static DDMStorageLink |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
static List<DDMStorageLink> |
findAll()
Returns all the d d m storage links. |
static List<DDMStorageLink> |
findAll(int start,
int end)
Returns a range of all the d d m storage links. |
static List<DDMStorageLink> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links. |
static DDMStorageLink |
findByClassPK(long classPK)
Returns the d d m storage link where classPK = ? or throws a NoSuchStorageLinkException if it could not be found. |
static DDMStorageLink |
findByPrimaryKey(long storageLinkId)
Returns the d d m storage link with the primary key or throws a NoSuchStorageLinkException if it could not be found. |
static DDMStorageLink |
findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink |
findByStructureId_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink[] |
findByStructureId_PrevAndNext(long storageLinkId,
long structureId,
OrderByComparator orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?. |
static List<DDMStorageLink> |
findByStructureId(long structureId)
Returns all the d d m storage links where structureId = ?. |
static List<DDMStorageLink> |
findByStructureId(long structureId,
int start,
int end)
Returns a range of all the d d m storage links where structureId = ?. |
static List<DDMStorageLink> |
findByStructureId(long structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links where structureId = ?. |
static DDMStorageLink |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
static DDMStorageLink |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
static DDMStorageLink[] |
findByUuid_PrevAndNext(long storageLinkId,
String uuid,
OrderByComparator orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?. |
static List<DDMStorageLink> |
findByUuid(String uuid)
Returns all the d d m storage links where uuid = ?. |
static List<DDMStorageLink> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the d d m storage links where uuid = ?. |
static List<DDMStorageLink> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the d d m storage links where uuid = ?. |
static List<DDMStorageLink> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDMStorageLink> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDMStorageLink> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDMStorageLinkPersistence |
getPersistence()
|
static DDMStorageLink |
remove(long storageLinkId)
Removes the d d m storage link with the primary key from the database. |
static void |
removeAll()
Removes all the d d m storage links from the database. |
static DDMStorageLink |
removeByClassPK(long classPK)
Removes the d d m storage link where classPK = ? from the database. |
static void |
removeByStructureId(long structureId)
Removes all the d d m storage links where structureId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the d d m storage links where uuid = ? from the database. |
void |
setPersistence(DDMStorageLinkPersistence persistence)
Deprecated. |
static DDMStorageLink |
update(DDMStorageLink ddmStorageLink,
boolean merge)
|
static DDMStorageLink |
update(DDMStorageLink ddmStorageLink,
boolean merge,
ServiceContext serviceContext)
|
static DDMStorageLink |
updateImpl(DDMStorageLink ddmStorageLink,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DDMStorageLinkUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(DDMStorageLink ddmStorageLink)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<DDMStorageLink> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<DDMStorageLink> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<DDMStorageLink> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static DDMStorageLink update(DDMStorageLink ddmStorageLink, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static DDMStorageLink update(DDMStorageLink ddmStorageLink, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(DDMStorageLink ddmStorageLink)
ddmStorageLink
- the d d m storage linkpublic static void cacheResult(List<DDMStorageLink> ddmStorageLinks)
ddmStorageLinks
- the d d m storage linkspublic static DDMStorageLink create(long storageLinkId)
storageLinkId
- the primary key for the new d d m storage link
public static DDMStorageLink remove(long storageLinkId) throws SystemException, NoSuchStorageLinkException
storageLinkId
- the primary key of the d d m storage link
NoSuchStorageLinkException
- if a d d m storage link with the primary key could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink updateImpl(DDMStorageLink ddmStorageLink, boolean merge) throws SystemException
SystemException
public static DDMStorageLink findByPrimaryKey(long storageLinkId) throws SystemException, NoSuchStorageLinkException
NoSuchStorageLinkException
if it could not be found.
storageLinkId
- the primary key of the d d m storage link
NoSuchStorageLinkException
- if a d d m storage link with the primary key could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink fetchByPrimaryKey(long storageLinkId) throws SystemException
null
if it could not be found.
storageLinkId
- the primary key of the d d m storage link
null
if a d d m storage link with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findByUuid(String uuid, 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.
uuid
- the uuidstart
- the lower bound of the range of d d m storage linksend
- the upper bound of the range of d d m storage links (not inclusive)
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findByUuid(String uuid, 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.
uuid
- the uuidstart
- the lower bound of the range of d d m storage linksend
- the upper bound of the range of d d m storage links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static DDMStorageLink findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchStorageLinkException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStorageLinkException
- if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchStorageLinkException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStorageLinkException
- if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink[] findByUuid_PrevAndNext(long storageLinkId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchStorageLinkException
storageLinkId
- the primary key of the current d d m storage linkuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStorageLinkException
- if a d d m storage link with the primary key could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink findByClassPK(long classPK) throws SystemException, NoSuchStorageLinkException
NoSuchStorageLinkException
if it could not be found.
classPK
- the class p k
NoSuchStorageLinkException
- if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink fetchByClassPK(long classPK) throws SystemException
null
if it could not be found. Uses the finder cache.
classPK
- the class p k
null
if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink fetchByClassPK(long classPK, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
classPK
- the class p kretrieveFromCache
- whether to use the finder cache
null
if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findByStructureId(long structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findByStructureId(long structureId, 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.
structureId
- the structure IDstart
- the lower bound of the range of d d m storage linksend
- the upper bound of the range of d d m storage links (not inclusive)
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findByStructureId(long structureId, 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.
structureId
- the structure IDstart
- the lower bound of the range of d d m storage linksend
- the upper bound of the range of d d m storage links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static DDMStorageLink findByStructureId_First(long structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchStorageLinkException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStorageLinkException
- if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink fetchByStructureId_First(long structureId, OrderByComparator orderByComparator) throws SystemException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink findByStructureId_Last(long structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchStorageLinkException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStorageLinkException
- if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink fetchByStructureId_Last(long structureId, OrderByComparator orderByComparator) throws SystemException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching d d m storage link could not be found
SystemException
- if a system exception occurredpublic static DDMStorageLink[] findByStructureId_PrevAndNext(long storageLinkId, long structureId, OrderByComparator orderByComparator) throws SystemException, NoSuchStorageLinkException
storageLinkId
- the primary key of the current d d m storage linkstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchStorageLinkException
- if a d d m storage link with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findAll(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 d d m storage linksend
- the upper bound of the range of d d m storage links (not inclusive)
SystemException
- if a system exception occurredpublic static List<DDMStorageLink> findAll(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.
start
- the lower bound of the range of d d m storage linksend
- the upper bound of the range of d d m storage links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static void removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static DDMStorageLink removeByClassPK(long classPK) throws SystemException, NoSuchStorageLinkException
classPK
- the class p k
SystemException
- if a system exception occurred
NoSuchStorageLinkException
public static void removeByStructureId(long structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredpublic static int countByClassPK(long classPK) throws SystemException
classPK
- the class p k
SystemException
- if a system exception occurredpublic static int countByStructureId(long structureId) throws SystemException
structureId
- the structure ID
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static DDMStorageLinkPersistence getPersistence()
public void setPersistence(DDMStorageLinkPersistence persistence)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |