@Service public class CardColorDao extends GenericActiveObjectsDao<Long,CardColorAO> implements RelatedEntityDao<Long,RapidViewAO,CardColorAO,CardColor>
ao, entityType, log
Constructor and Description |
---|
CardColorDao() |
Modifier and Type | Method and Description |
---|---|
void |
deleteForParent(RapidViewAO rapidViewAO)
Delete all records for specified parent.
|
CardColorAO[] |
getForParent(Long primaryKey)
Return all the records for the specified parent.
|
CardColorAO[] |
getForParent(RapidViewAO rapidViewAO)
Return all the records for the specified parent.
|
ServiceOutcome<CardColorAO> |
update(CardColor cardColor) |
List<CardColorAO> |
updateForParent(RapidViewAO rapidViewAO,
List<CardColor> models)
Set the list of domain objects onto the parent record.
|
@NotNull public CardColorAO[] getForParent(RapidViewAO rapidViewAO)
RelatedEntityDao
getForParent
in interface RelatedEntityDao<Long,RapidViewAO,CardColorAO,CardColor>
public CardColorAO[] getForParent(Long primaryKey)
RelatedEntityDao
getForParent
in interface RelatedEntityDao<Long,RapidViewAO,CardColorAO,CardColor>
@NotNull public List<CardColorAO> updateForParent(RapidViewAO rapidViewAO, List<CardColor> models)
RelatedEntityDao
updateForParent
in interface RelatedEntityDao<Long,RapidViewAO,CardColorAO,CardColor>
public void deleteForParent(RapidViewAO rapidViewAO)
RelatedEntityDao
deleteForParent
in interface RelatedEntityDao<Long,RapidViewAO,CardColorAO,CardColor>
public ServiceOutcome<CardColorAO> update(CardColor cardColor)
Copyright © 2007–2015 Atlassian. All rights reserved.