@ProviderType public interface SXPBlueprintPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SXPBlueprint>
Caching information and settings can be found in portal.properties
SXPBlueprintUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<SXPBlueprint> sxpBlueprints)
Caches the sxp blueprints in the entity cache if it is enabled.
|
void |
cacheResult(SXPBlueprint sxpBlueprint)
Caches the sxp blueprint in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of sxp blueprints.
|
int |
countByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the number of sxp blueprints where companyId = ? and externalReferenceCode = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of sxp blueprints where companyId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of sxp blueprints where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of sxp blueprints where uuid = ?.
|
SXPBlueprint |
create(long sxpBlueprintId)
Creates a new sxp blueprint with the primary key.
|
SXPBlueprint |
fetchByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the sxp blueprint where companyId = ? and externalReferenceCode = ? or returns
null if it could not be found. |
SXPBlueprint |
fetchByC_ERC(long companyId,
java.lang.String externalReferenceCode,
boolean useFinderCache)
Returns the sxp blueprint where companyId = ? and externalReferenceCode = ? or returns
null if it could not be found, optionally using the finder cache. |
SXPBlueprint |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the first sxp blueprint in the ordered set where companyId = ?.
|
SXPBlueprint |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the last sxp blueprint in the ordered set where companyId = ?.
|
SXPBlueprint |
fetchByPrimaryKey(long sxpBlueprintId)
Returns the sxp blueprint with the primary key or returns
null if it could not be found. |
SXPBlueprint |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the first sxp blueprint in the ordered set where uuid = ? and companyId = ?.
|
SXPBlueprint |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the last sxp blueprint in the ordered set where uuid = ? and companyId = ?.
|
SXPBlueprint |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the first sxp blueprint in the ordered set where uuid = ?.
|
SXPBlueprint |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the last sxp blueprint in the ordered set where uuid = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of sxp blueprints that the user has permission to view where companyId = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of sxp blueprints that the user has permission to view where uuid = ?.
|
SXPBlueprint[] |
filterFindByCompanyId_PrevAndNext(long sxpBlueprintId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where companyId = ?.
|
java.util.List<SXPBlueprint> |
filterFindByCompanyId(long companyId)
Returns all the sxp blueprints that the user has permission to view where companyId = ?.
|
java.util.List<SXPBlueprint> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the sxp blueprints that the user has permission to view where companyId = ?.
|
java.util.List<SXPBlueprint> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns an ordered range of all the sxp blueprints that the user has permissions to view where companyId = ?.
|
SXPBlueprint[] |
filterFindByUuid_C_PrevAndNext(long sxpBlueprintId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<SXPBlueprint> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<SXPBlueprint> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<SXPBlueprint> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns an ordered range of all the sxp blueprints that the user has permissions to view where uuid = ? and companyId = ?.
|
SXPBlueprint[] |
filterFindByUuid_PrevAndNext(long sxpBlueprintId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where uuid = ?.
|
java.util.List<SXPBlueprint> |
filterFindByUuid(java.lang.String uuid)
Returns all the sxp blueprints that the user has permission to view where uuid = ?.
|
java.util.List<SXPBlueprint> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the sxp blueprints that the user has permission to view where uuid = ?.
|
java.util.List<SXPBlueprint> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns an ordered range of all the sxp blueprints that the user has permissions to view where uuid = ?.
|
java.util.List<SXPBlueprint> |
findAll()
Returns all the sxp blueprints.
|
java.util.List<SXPBlueprint> |
findAll(int start,
int end)
Returns a range of all the sxp blueprints.
|
java.util.List<SXPBlueprint> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns an ordered range of all the sxp blueprints.
|
java.util.List<SXPBlueprint> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sxp blueprints.
|
SXPBlueprint |
findByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Returns the sxp blueprint where companyId = ? and externalReferenceCode = ? or throws a
NoSuchSXPBlueprintException if it could not be found. |
SXPBlueprint |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the first sxp blueprint in the ordered set where companyId = ?.
|
SXPBlueprint |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the last sxp blueprint in the ordered set where companyId = ?.
|
SXPBlueprint[] |
findByCompanyId_PrevAndNext(long sxpBlueprintId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where companyId = ?.
|
java.util.List<SXPBlueprint> |
findByCompanyId(long companyId)
Returns all the sxp blueprints where companyId = ?.
|
java.util.List<SXPBlueprint> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the sxp blueprints where companyId = ?.
|
java.util.List<SXPBlueprint> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns an ordered range of all the sxp blueprints where companyId = ?.
|
java.util.List<SXPBlueprint> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sxp blueprints where companyId = ?.
|
SXPBlueprint |
findByPrimaryKey(long sxpBlueprintId)
Returns the sxp blueprint with the primary key or throws a
NoSuchSXPBlueprintException if it could not be found. |
SXPBlueprint |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the first sxp blueprint in the ordered set where uuid = ? and companyId = ?.
|
SXPBlueprint |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the last sxp blueprint in the ordered set where uuid = ? and companyId = ?.
|
SXPBlueprint[] |
findByUuid_C_PrevAndNext(long sxpBlueprintId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<SXPBlueprint> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the sxp blueprints where uuid = ? and companyId = ?.
|
java.util.List<SXPBlueprint> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the sxp blueprints where uuid = ? and companyId = ?.
|
java.util.List<SXPBlueprint> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns an ordered range of all the sxp blueprints where uuid = ? and companyId = ?.
|
java.util.List<SXPBlueprint> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sxp blueprints where uuid = ? and companyId = ?.
|
SXPBlueprint |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the first sxp blueprint in the ordered set where uuid = ?.
|
SXPBlueprint |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the last sxp blueprint in the ordered set where uuid = ?.
|
SXPBlueprint[] |
findByUuid_PrevAndNext(long sxpBlueprintId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where uuid = ?.
|
java.util.List<SXPBlueprint> |
findByUuid(java.lang.String uuid)
Returns all the sxp blueprints where uuid = ?.
|
java.util.List<SXPBlueprint> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the sxp blueprints where uuid = ?.
|
java.util.List<SXPBlueprint> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
Returns an ordered range of all the sxp blueprints where uuid = ?.
|
java.util.List<SXPBlueprint> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sxp blueprints where uuid = ?.
|
SXPBlueprint |
remove(long sxpBlueprintId)
Removes the sxp blueprint with the primary key from the database.
|
void |
removeAll()
Removes all the sxp blueprints from the database.
|
SXPBlueprint |
removeByC_ERC(long companyId,
java.lang.String externalReferenceCode)
Removes the sxp blueprint where companyId = ? and externalReferenceCode = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the sxp blueprints where companyId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the sxp blueprints where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the sxp blueprints where uuid = ? from the database.
|
SXPBlueprint |
updateImpl(SXPBlueprint sxpBlueprint) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<SXPBlueprint> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<SXPBlueprint> findByUuid(java.lang.String uuid, 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)java.util.List<SXPBlueprint> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SXPBlueprint> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSXPBlueprint findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a matching sxp blueprint could not be foundSXPBlueprint fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sxp blueprint could not be foundSXPBlueprint findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a matching sxp blueprint could not be foundSXPBlueprint fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sxp blueprint could not be foundSXPBlueprint[] findByUuid_PrevAndNext(long sxpBlueprintId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
sxpBlueprintId
- the primary key of the current sxp blueprintuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a sxp blueprint with the primary key could not be foundjava.util.List<SXPBlueprint> filterFindByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<SXPBlueprint> filterFindByUuid(java.lang.String uuid, 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)java.util.List<SXPBlueprint> filterFindByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SXPBlueprint[] filterFindByUuid_PrevAndNext(long sxpBlueprintId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
sxpBlueprintId
- the primary key of the current sxp blueprintuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a sxp blueprint with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidint filterCountByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<SXPBlueprint> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SXPBlueprint> findByUuid_C(java.lang.String uuid, long companyId, 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)java.util.List<SXPBlueprint> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SXPBlueprint> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSXPBlueprint findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a matching sxp blueprint could not be foundSXPBlueprint fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sxp blueprint could not be foundSXPBlueprint findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a matching sxp blueprint could not be foundSXPBlueprint fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sxp blueprint could not be foundSXPBlueprint[] findByUuid_C_PrevAndNext(long sxpBlueprintId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
sxpBlueprintId
- the primary key of the current sxp blueprintuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a sxp blueprint with the primary key could not be foundjava.util.List<SXPBlueprint> filterFindByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SXPBlueprint> filterFindByUuid_C(java.lang.String uuid, long companyId, 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)java.util.List<SXPBlueprint> filterFindByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SXPBlueprint[] filterFindByUuid_C_PrevAndNext(long sxpBlueprintId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
sxpBlueprintId
- the primary key of the current sxp blueprintuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a sxp blueprint with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint filterCountByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SXPBlueprint> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<SXPBlueprint> findByCompanyId(long companyId, 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)java.util.List<SXPBlueprint> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SXPBlueprint> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSXPBlueprint findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a matching sxp blueprint could not be foundSXPBlueprint fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sxp blueprint could not be foundSXPBlueprint findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a matching sxp blueprint could not be foundSXPBlueprint fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sxp blueprint could not be foundSXPBlueprint[] findByCompanyId_PrevAndNext(long sxpBlueprintId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
sxpBlueprintId
- the primary key of the current sxp blueprintcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a sxp blueprint with the primary key could not be foundjava.util.List<SXPBlueprint> filterFindByCompanyId(long companyId)
companyId
- the company IDjava.util.List<SXPBlueprint> filterFindByCompanyId(long companyId, 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)java.util.List<SXPBlueprint> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SXPBlueprint[] filterFindByCompanyId_PrevAndNext(long sxpBlueprintId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
sxpBlueprintId
- the primary key of the current sxp blueprintcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSXPBlueprintException
- if a sxp blueprint with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDint filterCountByCompanyId(long companyId)
companyId
- the company IDSXPBlueprint findByC_ERC(long companyId, java.lang.String externalReferenceCode) throws NoSuchSXPBlueprintException
NoSuchSXPBlueprintException
if it could not be found.companyId
- the company IDexternalReferenceCode
- the external reference codeNoSuchSXPBlueprintException
- if a matching sxp blueprint could not be foundSXPBlueprint fetchByC_ERC(long companyId, java.lang.String externalReferenceCode)
null
if it could not be found. Uses the finder cache.companyId
- the company IDexternalReferenceCode
- the external reference codenull
if a matching sxp blueprint could not be foundSXPBlueprint fetchByC_ERC(long companyId, java.lang.String externalReferenceCode, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDexternalReferenceCode
- the external reference codeuseFinderCache
- whether to use the finder cachenull
if a matching sxp blueprint could not be foundSXPBlueprint removeByC_ERC(long companyId, java.lang.String externalReferenceCode) throws NoSuchSXPBlueprintException
companyId
- the company IDexternalReferenceCode
- the external reference codeNoSuchSXPBlueprintException
int countByC_ERC(long companyId, java.lang.String externalReferenceCode)
companyId
- the company IDexternalReferenceCode
- the external reference codevoid cacheResult(SXPBlueprint sxpBlueprint)
sxpBlueprint
- the sxp blueprintvoid cacheResult(java.util.List<SXPBlueprint> sxpBlueprints)
sxpBlueprints
- the sxp blueprintsSXPBlueprint create(long sxpBlueprintId)
sxpBlueprintId
- the primary key for the new sxp blueprintSXPBlueprint remove(long sxpBlueprintId) throws NoSuchSXPBlueprintException
sxpBlueprintId
- the primary key of the sxp blueprintNoSuchSXPBlueprintException
- if a sxp blueprint with the primary key could not be foundSXPBlueprint updateImpl(SXPBlueprint sxpBlueprint)
SXPBlueprint findByPrimaryKey(long sxpBlueprintId) throws NoSuchSXPBlueprintException
NoSuchSXPBlueprintException
if it could not be found.sxpBlueprintId
- the primary key of the sxp blueprintNoSuchSXPBlueprintException
- if a sxp blueprint with the primary key could not be foundSXPBlueprint fetchByPrimaryKey(long sxpBlueprintId)
null
if it could not be found.sxpBlueprintId
- the primary key of the sxp blueprintnull
if a sxp blueprint with the primary key could not be foundjava.util.List<SXPBlueprint> findAll()
java.util.List<SXPBlueprint> findAll(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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
start
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)java.util.List<SXPBlueprint> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> 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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
start
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SXPBlueprint> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from SXPBlueprintModelImpl
.
start
- the lower bound of the range of sxp blueprintsend
- the upper bound of the range of sxp blueprints (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()