public interface ReferenceObjectBindingBoService
ReferenceObjectBindingBo related business objects.ReferenceObjectBinding createReferenceObjectBinding(ReferenceObjectBinding referenceObjectBinding)
ReferenceObjectBinding exactly like the parameter passed in.referenceObjectBinding - The ReferenceObjectBinding to create.ReferenceObjectBinding exactly like the parameter passed in.IllegalArgumentException - if the ReferenceObjectBinding is null.IllegalStateException - if the ReferenceObjectBinding already exists in the system.ReferenceObjectBinding getReferenceObjectBinding(String referenceObjectBindingId)
referenceObjectBindingId - to retrieve.ReferenceObjectBinding identified by the given id.
A null reference is returned if an invalid or non-existent id is supplied.void updateReferenceObjectBinding(ReferenceObjectBinding referenceObjectBinding)
ReferenceObjectBinding.referenceObjectBinding - The ReferenceObjectBinding to update.IllegalArgumentException - if the ReferenceObjectBinding is null.IllegalStateException - if the ReferenceObjectBinding does not exists in the system.void deleteReferenceObjectBinding(String referenceObjectBindingId)
ReferenceObjectBinding with the given id.referenceObjectBindingId - to delete.IllegalArgumentException - if the ReferenceObjectBinding is null.IllegalStateException - if the ReferenceObjectBinding does not exists in the systemList<ReferenceObjectBinding> findReferenceObjectBindingsByCollectionName(String collectionName)
List<ReferenceObjectBinding> findReferenceObjectBindingsByKrmsDiscriminatorType(String krmsDiscriminatorType)
List<ReferenceObjectBinding> findReferenceObjectBindingsByKrmsObject(String krmsObjectId)
List<ReferenceObjectBinding> findReferenceObjectBindingsByNamespace(String namespace)
List<ReferenceObjectBinding> findReferenceObjectBindingsByReferenceDiscriminatorType(String referenceDiscriminatorType)
List<ReferenceObjectBinding> findReferenceObjectBindingsByReferenceObject(String referenceObjectId)
List<String> findReferenceObjectBindingIds(QueryByCriteria queryByCriteria)
ReferenceObjectBindingQueryResults findReferenceObjectBindings(QueryByCriteria queryByCriteria)
ReferenceObjectBinding to(ReferenceObjectBindingBo referenceObjectBindingBo)
ReferenceObjectBindingBo to its immutable counterpart, ReferenceObjectBinding.referenceObjectBindingBo - the mutable business object.ReferenceObjectBinding the immutable object.ReferenceObjectBindingBo from(ReferenceObjectBinding referenceObjectBinding)
ReferenceObjectBinding to its mutable ReferenceObjectBindingBo counterpart.referenceObjectBinding - the immutable object.ReferenceObjectBindingBo the mutable ReferenceObjectBindingBo.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.